bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#2777: refill-mode: Does not understand bullets


From: Kevin Rodgers
Subject: bug#2777: refill-mode: Does not understand bullets
Date: Wed, 25 Mar 2009 21:44:18 -0600
User-agent: Thunderbird 2.0.0.21 (Macintosh/20090302)

Jari Aalto wrote:
The refill-mode in its current implementation is only of limited use.
The problem is that it does:

- not
- understand
- bullets

Those above lines are smashed to a single paragraph after M-x
refill-mode is turned on and text is edited inside it.

I think this may just be a matter of customizing paragraph-start.  This
seems to work for me:

(setq paragraph-start
      (concat paragraph-start "\\|[-]"))

Besides - (dash), other potential bullet characters are:

• \u2022 (bullet)
‣ \u2023 (triangular bullet)
* (asterisk)
. (period)
o (lowercase letter o)

according to http://en.wikipedia.org/wiki/Bullet_(typography)

--
Kevin Rodgers
Denver, Colorado, USA








reply via email to

[Prev in Thread] Current Thread [Next in Thread]