unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Comment filling
@ 2004-02-24 21:17 Michael Mauger
  2004-02-25 19:51 ` Stefan Monnier
  2004-03-04 22:50 ` Stefan Monnier
  0 siblings, 2 replies; 4+ messages in thread
From: Michael Mauger @ 2004-02-24 21:17 UTC (permalink / 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

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2004-03-05 23:46 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-02-24 21:17 Comment filling Michael Mauger
2004-02-25 19:51 ` Stefan Monnier
2004-03-04 22:50 ` Stefan Monnier
2004-03-05 23:46   ` Michael Mauger

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).