all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Davis Herring <herring@lanl.gov>
Subject: LaTeX paragraphs
Date: Fri, 15 Aug 2003 11:27:44 -0600 (MDT)	[thread overview]
Message-ID: <Pine.LNX.4.44.0308151104340.22314-100000@x-mail.lanl.gov> (raw)

For GNU Emacs 21.2.1 (powerpc-apple-darwin, X toolkit) of 2003-06-06:

The regexps used by LaTeX mode for `paragraph-start' and 
`paragraph-separate' seem a bit too general: namely, using 
`forward-paragraph' and then `backward-paragraph' on

a

%b

c

with point on "b"'s line puts point after c and then just before c (this
is because, if I read the regexps correctly, the %comment is considered a
paragraph separator and thus skippable).  Similarly back then forth moves
across a both times.  This means, most notably, that `fill-paragraph' 
won't work on comments.  Moreover, `fill-region' on a comment doesn't seem 
to deduce the comment's fill-prefix properly -- not sure why on that, 
though.

Thanks in advance,
Davis Herring

-- 
This product is sold by volume, not by mass.  If it seems too dense or too 
sparse, it means mass-energy conversion has occurred during shipping.

             reply	other threads:[~2003-08-15 17:27 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-08-15 17:27 Davis Herring [this message]
     [not found] <mailman.459.1060968754.29551.bug-gnu-emacs@gnu.org>
2003-08-19  9:37 ` LaTeX paragraphs Puff Addison

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=Pine.LNX.4.44.0308151104340.22314-100000@x-mail.lanl.gov \
    --to=herring@lanl.gov \
    /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.