unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Kevin Rodgers <kevin.d.rodgers@gmail.com>
To: bug-gnu-emacs@gnu.org
Subject: bug#2777: refill-mode: Does not understand bullets
Date: Wed, 25 Mar 2009 21:44:18 -0600	[thread overview]
Message-ID: <gqetlp$83n$1@ger.gmane.org> (raw)
In-Reply-To: <87k56d21md.fsf@jondo.cante.net>

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	other threads:[~2009-03-26  3: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 [this message]
2021-07-19 14:44   ` Lars Ingebrigtsen

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='gqetlp$83n$1@ger.gmane.org' \
    --to=kevin.d.rodgers@gmail.com \
    --cc=2777@emacsbugs.donarmstrong.com \
    --cc=bug-gnu-emacs@gnu.org \
    /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).