all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: martin rudalics <rudalics@gmx.at>
To: Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
Cc: Chong Yidong <cyd@stupidchicken.com>, emacs-devel <emacs-devel@gnu.org>
Subject: Re: Multiple bugs in lisp-mode M-q on paragraphs within #|..|#	comments
Date: Sat, 24 Mar 2007 23:07:28 +0100	[thread overview]
Message-ID: <4605A120.6030400@gmx.at> (raw)
In-Reply-To: <17925.37199.346999.399423@rgrjr.dyndns.org>

I suppose `comment-end' is "" in you buffer.  Then the problem is with
the following stretch of code in `fill-paragraph':

       (and fill-paragraph-handle-comment
	   ;; Our code only handles \n-terminated comments right now.
	   comment-start (equal comment-end "")
	   (let ((fill-paragraph-handle-comment nil))
	     (fill-comment-paragraph arg)))

We have to find something more intelligent here.

  reply	other threads:[~2007-03-24 22:07 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-03-24 19:32 Multiple bugs in lisp-mode M-q on paragraphs within #|..|# comments Bob Rogers
2007-03-24 19:40 ` Bob Rogers
2007-03-24 19:51   ` Lennart Borgman (gmail)
2007-03-24 20:04 ` Chong Yidong
2007-03-24 20:59   ` Bob Rogers
2007-03-24 22:07     ` martin rudalics [this message]
2007-03-25  0:23       ` Bob Rogers
2007-03-25 10:18         ` martin rudalics
2007-03-25 14:13           ` Bob Rogers
2007-03-25 19:53 ` Stefan Monnier
2007-03-25 23:05   ` Bob Rogers
2007-03-28  2:57 ` Stefan Monnier
2007-03-31  0:42   ` Bob Rogers
2007-03-31 20:30     ` Stefan Monnier
2007-04-01 22:45       ` Bob Rogers

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=4605A120.6030400@gmx.at \
    --to=rudalics@gmx.at \
    --cc=cyd@stupidchicken.com \
    --cc=emacs-devel@gnu.org \
    --cc=rogers-emacs@rgrjr.dyndns.org \
    /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.