unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
* paragraph definition problems
@ 2003-09-13  6:00 Joerg
  2003-09-14  2:28 ` Jesper Harder
  2003-09-15 15:16 ` Stefan Monnier
  0 siblings, 2 replies; 5+ messages in thread
From: Joerg @ 2003-09-13  6:00 UTC (permalink / raw)


Hello,

I'm having problems with the definition of paragraphs in emacs 21.2.93.1. It
is important for me because I think explicit fill uses that definition when
filling.

In the description of the paragraph-start variable it says that the given
regexp should match lines that start OR separate paragraphs, and that it is
matched against the text at the left margin.

The standard for that option is "[ \t\n\f]" (at least in my version). If I
interpret that correctly it means "every line starting with a space, a tab,
a new line or a line feed" in the context of paragraph-start.

Let's say I've got the following text:

This is a paragraph.
 This should be a new paragraph because of the space at the beginning.

Now, if I press M-h to select the paragraph in the second line, the line
above is also selected, in spite of the space in the beginning of the second
one. Also M-q fills those "paragraphs" together.

Thus, I got the feeling that I can change the paragraph-start and
paragraph-separator variables randomly, and the behaviour doesn't change.

Any help would be appreciated. Thank you!

Regards,
 Jörg

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2003-09-15 15:16 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-09-13  6:00 paragraph definition problems Joerg
2003-09-14  2:28 ` Jesper Harder
2003-09-14  5:11   ` Joerg
2003-09-15  3:39     ` Jesper Harder
2003-09-15 15:16 ` Stefan Monnier

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).