GNU bug report logs - #2777
refill-mode: Does not understand bullets

Previous Next

Package: emacs;

Reported by: Jari Aalto <jari.aalto <at> cante.net>

Date: Wed, 25 Mar 2009 13:15:03 UTC

Severity: wishlist

Tags: notabug

Done: Lars Ingebrigtsen <larsi <at> gnus.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Kevin Rodgers <kevin.d.rodgers <at> gmail.com>
To: bug-gnu-emacs <at> gnu.org
Subject: bug#2777: refill-mode: Does not understand bullets
Date: Wed, 25 Mar 2009 21:44:18 -0600
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






This bug report was last modified 3 years and 364 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.