From: Stefan Monnier <monnier@iro.umontreal.ca>
Subject: Re: Filling Block Comment
Date: Tue, 21 Mar 2006 11:53:43 -0500 [thread overview]
Message-ID: <877j6ng2ub.fsf-monnier+gnu.emacs.help@gnu.org> (raw)
In-Reply-To: L7rSf.48608$d5.204834@newsb.telia.net
> (require 'newcomment)
> (setq comment-start "/*")
> (setq comment-end "*/")
> (set (make-local-variable 'fill-paragraph-function)
> 'fill-comment-paragraph)
> the block comment
> /* xyz xyz xyz xyz xyz xyz xyz xyz xyz xyz xyz xyz xyz xyz xyz xyz */
> is filled as (something like)
> /* xyz xyz xyz xyz xyz xyz xyz xyz xyz xyz xyz xyz xyz
> /* xyz xyz xyz */
> instead of
> /* xyz xyz xyz xyz xyz xyz xyz xyz xyz xyz xyz xyz xyz
> xyz xyz xyz */
Indeed, the filling code doesn't know much about comments and often gets
it wrong.
> How do I make `fill-comment-paragraph' work with block comments?
You don't?
Instead, write your own function that will try to find the beginning/end of
the enclosing comment and then calls fill-region-as-paragraph.
I had started to work on extending fill.el so that it used syntax-tables to
correctly respect comment and string boundaries when filling, but never got
far enough to get something really usable.
Stefan
next prev parent reply other threads:[~2006-03-21 16:53 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-03-17 4:43 Filling Block Comment August Karlstrom
2006-03-17 19:16 ` Andreas Röhler
2006-03-18 23:42 ` August Karlstrom
2006-03-19 20:06 ` Andreas Röhler
2006-03-28 23:37 ` August Karlstrom
2006-03-21 16:53 ` Stefan Monnier [this message]
2006-03-28 17:52 ` August Karlstrom
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=877j6ng2ub.fsf-monnier+gnu.emacs.help@gnu.org \
--to=monnier@iro.umontreal.ca \
/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.