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


Message #15 received at 2777 <at> debbugs.gnu.org (full text, mbox):

From: Lars Ingebrigtsen <larsi <at> gnus.org>
To: Kevin Rodgers <kevin.d.rodgers <at> gmail.com>
Cc: 2777 <at> debbugs.gnu.org
Subject: Re: bug#2777: refill-mode: Does not understand bullets
Date: Mon, 19 Jul 2021 16:44:18 +0200
Kevin Rodgers <kevin.d.rodgers <at> gmail.com> writes:

> 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)

Yup.  It's up to the major mode to set up these things -- refill-mode by
itself can't do this.  So I'm closing this bug report.  If there are
major modes that don't do filling correctly, that should be reported as
separate bugs.

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no




This bug report was last modified 4 years ago.

Previous Next


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