unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Lars Ingebrigtsen <larsi@gnus.org>
To: Kevin Rodgers <kevin.d.rodgers@gmail.com>
Cc: 2777@debbugs.gnu.org
Subject: bug#2777: refill-mode: Does not understand bullets
Date: Mon, 19 Jul 2021 16:44:18 +0200	[thread overview]
Message-ID: <87eebunz25.fsf@gnus.org> (raw)
In-Reply-To: <gqetlp$83n$1@ger.gmane.org> (Kevin Rodgers's message of "Wed, 25 Mar 2009 21:44:18 -0600")

Kevin Rodgers <kevin.d.rodgers@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





      reply	other threads:[~2021-07-19 14:44 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-03-25 13:06 bug#2777: refill-mode: Does not understand bullets Jari Aalto
2009-03-26  3:44 ` Kevin Rodgers
2021-07-19 14:44   ` Lars Ingebrigtsen [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87eebunz25.fsf@gnus.org \
    --to=larsi@gnus.org \
    --cc=2777@debbugs.gnu.org \
    --cc=kevin.d.rodgers@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).