all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Michael Mauger <mmaug@yahoo.com>
Subject: Comment filling
Date: Tue, 24 Feb 2004 13:17:38 -0800 (PST)	[thread overview]
Message-ID: <20040224211739.73214.qmail@web60302.mail.yahoo.com> (raw)

RMS forwarded me a bug report on sql.el related to filling text in
comments in sql.  I was asked to DTRT and confirmed that sql-mode was
behaving the same as c-mode did.  So I felt sql-mode was DTRT.

I took a step back and decided I'd try running this past the knowledgable
masses.

With auto-fill-mode set off, I type the following in a sql-mode buffer:

  -- This comment should be filled to multiple lines

If I then type M-q (fill-paragraph), I get:

  -- This comment should be filled to 
     multiple lines

If, however, I have set `auto-fill-mode' on, I would get:

  -- This comment should be filled to 
  -- multiple lines

Which is what I want.  

Is this a bug in `fill-paragraph' or is there something I can do in
sql-mode to get the desired `fill-paragraph' behavior?

BTW, the bug report and my testing was CVS emacs 21.3.50.  I don't have
an older emacs to test it.

TIA

--M


__________________________________
Do you Yahoo!?
Yahoo! Mail SpamGuard - Read only the mail you want.
http://antispam.yahoo.com/tools

             reply	other threads:[~2004-02-24 21:17 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-02-24 21:17 Michael Mauger [this message]
2004-02-25 19:51 ` Comment filling Stefan Monnier
2004-03-04 22:50 ` Stefan Monnier
2004-03-05 23:46   ` Michael Mauger

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=20040224211739.73214.qmail@web60302.mail.yahoo.com \
    --to=mmaug@yahoo.com \
    /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.