unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: Thien-Thi Nguyen <ttn@gnuvola.org>
To: help-gnu-emacs@gnu.org
Subject: Re: How to "fill" these individual bullets, WITHOUT having to separate by white-space?
Date: Wed, 20 Jan 2010 11:09:11 +0100	[thread overview]
Message-ID: <87d415krzs.fsf@ambire.localdomain> (raw)
In-Reply-To: <hj68rt$ol7$1@ger.gmane.org> (Kevin Rodgers's message of "Tue, 19 Jan 2010 23:46:26 -0700")

() Kevin Rodgers <kevin.d.rodgers@gmail.com>
() Tue, 19 Jan 2010 23:46:26 -0700

   Giorgos Keramidas wrote:
   > On 18 Jan 2010 05:30:09 -0500, dkcombs@panix.com (David Combs) wrote:
   >> How to "fill" these individual bullets, WITHOUT having to separate by white-space?
   >>
   >>     * Manage user accounts
   >>     * Monitor filesystems and processes
   >>     * Work with configuration files in important formats such as XML and YAML
   >>     * Administer databases, including MySQL, MS-SQL, and Oracle with DBI
   >>     * Work with directory services like LDAP and Active Directory
   >>     * Script email protocols and spam control
   >>     * Effectively create, handle, and analyze log files Administer network name and configuration services, including NIS, DNS and DHCP
   >>     * Maintain, monitor, and map network services, using technologies and tools such as SNMP, nmap, libpcap, GraphViz and RRDtool
   >>     * Improve filesystem, process, and network security
   >
   > One way to do this is to set the fill-prefix to a string of spaces that
   > includes the space *after* one o the bullets and then M-q / fill-region.

I find that:

(setq paragraph-start " +\\* "
      paragraph-separate "\n"
      use-hard-newlines nil)

followed by `M-x fill-region' seems to work in Text mode.
Perhaps there is a better way.

thi




  reply	other threads:[~2010-01-20 10:09 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-01-18 10:30 How to "fill" these individual bullets, WITHOUT having to separate by white-space? David Combs
2010-01-19 14:36 ` Giorgos Keramidas
2010-01-20  6:46   ` Kevin Rodgers
2010-01-20 10:09     ` Thien-Thi Nguyen [this message]
     [not found]   ` <mailman.1760.1263970014.18930.help-gnu-emacs@gnu.org>
2010-01-21  7:09     ` Giorgos Keramidas
2010-01-20  7:30 ` Teemu Likonen
2010-01-20  9:59 ` Stefan Kamphausen
2010-01-25 14:48 ` Steve Purcell
2010-01-30  0:43   ` David Combs

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=87d415krzs.fsf@ambire.localdomain \
    --to=ttn@gnuvola.org \
    --cc=help-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.
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).