all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "rgb" <rbielaws@i1.net>
Subject: Re: Using autofill./
Date: 4 Oct 2005 10:41:52 -0700	[thread overview]
Message-ID: <1128447712.028013.53930@z14g2000cwz.googlegroups.com> (raw)
In-Reply-To: dhu6nk$r9u$1@newsx.cc.uic.edu


> How do i ask emacs to apply the new line width.
> I tried using <Meta-q> but it makes the above lines as:
>
>
> Background ---------- * This is a test message. This is a test
> message. This is a test message.  This is a test message. This
> is a test message. This is a test message. This is a test
> message. This is a test message.  * This is a second test
> message.  This is a second test message.  This is a second
> test message.  This is a second test message.  This is a
> second test message.

M-q (aka fill-paragraph) operates on paragraphs.
The regexp's paragraph-start and paragraph-separate are used
to determine what constitutes a paragraph.  Apparently their
current values are considering text as part of a paragraph
that you'd rather it didn't.

As a quick fix.  Separate the paragraphs you want to fill
with blank lines.  Otherwise you need to modify the regexps
to reflect your definition of what does and doesn't belong
to a paragraph.

      parent reply	other threads:[~2005-10-04 17:41 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-10-04 15:24 Using autofill./ Shashank Khanvilkar
2005-10-04 16:12 ` Peter Dyballa
2005-10-04 17:32 ` Giorgos Keramidas
2005-10-05  0:18   ` Neon Absentius
     [not found]   ` <mailman.9763.1128471558.20277.help-gnu-emacs@gnu.org>
2005-10-05 13:45     ` Giorgos Keramidas
2005-10-05 14:26       ` Neon Absentius
     [not found]       ` <mailman.9832.1128522413.20277.help-gnu-emacs@gnu.org>
2005-10-05 14:56         ` Giorgos Keramidas
2005-10-05 15:10           ` Neon Absentius
2005-10-04 17:41 ` rgb [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

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

  git send-email \
    --in-reply-to=1128447712.028013.53930@z14g2000cwz.googlegroups.com \
    --to=rbielaws@i1.net \
    /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 external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.