From: Werner LEMBERG <wl@gnu.org>
To: user42@zip.com.au, 744@emacsbugs.donarmstrong.com
Cc: bug-gnu-emacs@gnu.org
Subject: bug#744: nroff-mode auto-fill-mode not on directives
Date: Wed, 20 Aug 2008 06:01:53 +0200 (CEST) [thread overview]
Message-ID: <20080820.060153.160084256.wl@gnu.org> (raw)
In-Reply-To: <878wustz72.fsf@blah.blah>
> I've been using the regexp below, which suppresses auto-fill on .IP
> and the like, but continues to auto-fill the comment directives (no
> change)
>
> .\" traditional
> .\# groff extension
The real groff extension is that `\#' at the beginning of a line
completely removes it:
This is a
\# comment
test.
-> This is a test.
Auto-fill would be possible for .IP and friends too, provided you end
the line with `\'.
.IP This is a long title \
continued on the next line.
Werner
next prev parent reply other threads:[~2008-08-20 4:01 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <87r68jiate.fsf@cyd.mit.edu>
2008-08-19 22:30 ` bug#744: nroff-mode auto-fill-mode not on directives Kevin Ryde
2008-08-20 4:01 ` Werner LEMBERG [this message]
2008-08-23 0:29 ` Kevin Ryde
2008-08-23 5:00 ` Werner LEMBERG
2008-08-20 22:30 ` bug#744: marked as done (nroff-mode auto-fill-mode not on directives) Emacs bug Tracking System
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=20080820.060153.160084256.wl@gnu.org \
--to=wl@gnu.org \
--cc=744@emacsbugs.donarmstrong.com \
--cc=bug-gnu-emacs@gnu.org \
--cc=user42@zip.com.au \
/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.