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.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 2777 in the body.
You can then email your comments to 2777 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-submit-list <at> lists.donarmstrong.com, Emacs Bugs <bug-gnu-emacs <at> gnu.org>:
bug#2777; Package emacs. (Wed, 25 Mar 2009 13:15:03 GMT) Full text and rfc822 format available.

Acknowledgement sent to Jari Aalto <jari.aalto <at> cante.net>:
New bug report received and forwarded. Copy sent to Emacs Bugs <bug-gnu-emacs <at> gnu.org>. (Wed, 25 Mar 2009 13:15:04 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> emacsbugs.donarmstrong.com (full text, mbox):

From: Jari Aalto <jari.aalto <at> cante.net>
To: Emacs bug BTS <submit <at> debbugs.gnu.org>
Subject: refill-mode: Does not understand bullets
Date: Wed, 25 Mar 2009 15:06:18 +0200
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.




Information forwarded to bug-submit-list <at> lists.donarmstrong.com, Emacs Bugs <bug-gnu-emacs <at> gnu.org>:
bug#2777; Package emacs. (Thu, 26 Mar 2009 03:50:03 GMT) Full text and rfc822 format available.

Acknowledgement sent to Kevin Rodgers <kevin.d.rodgers <at> gmail.com>:
Extra info received and forwarded to list. Copy sent to Emacs Bugs <bug-gnu-emacs <at> gnu.org>. (Thu, 26 Mar 2009 03:50:03 GMT) Full text and rfc822 format available.

Message #10 received at submit <at> emacsbugs.donarmstrong.com (full text, mbox):

From: Kevin Rodgers <kevin.d.rodgers <at> gmail.com>
To: bug-gnu-emacs <at> gnu.org
Subject: Re: 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






Severity set to `wishlist' from `normal' Request was from Chong Yidong <cyd <at> stupidchicken.com> to control <at> emacsbugs.donarmstrong.com. (Fri, 27 Mar 2009 02:25:06 GMT) Full text and rfc822 format available.

Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#2777; Package emacs. (Mon, 19 Jul 2021 14:45:01 GMT) Full text and rfc822 format available.

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




Added tag(s) notabug. Request was from Lars Ingebrigtsen <larsi <at> gnus.org> to control <at> debbugs.gnu.org. (Mon, 19 Jul 2021 14:45:02 GMT) Full text and rfc822 format available.

bug closed, send any further explanations to 2777 <at> debbugs.gnu.org and Jari Aalto <jari.aalto <at> cante.net> Request was from Lars Ingebrigtsen <larsi <at> gnus.org> to control <at> debbugs.gnu.org. (Mon, 19 Jul 2021 14:45:02 GMT) Full text and rfc822 format available.

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Tue, 17 Aug 2021 11:24:09 GMT) Full text and rfc822 format available.

This bug report was last modified 2 years and 246 days ago.

Previous Next


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