From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Michael Mauger Newsgroups: gmane.emacs.devel Subject: Re: Comment filling Date: Fri, 5 Mar 2004 15:46:32 -0800 (PST) Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <20040305234632.61528.qmail@web60306.mail.yahoo.com> References: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1078885005 32048 80.91.224.253 (10 Mar 2004 02:16:45 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 10 Mar 2004 02:16:45 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Wed Mar 10 03:16:39 2004 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1B0tGw-0005X2-00 for ; Wed, 10 Mar 2004 03:16:38 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1B0tGw-0007Tl-00 for ; Wed, 10 Mar 2004 03:16:38 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.30) id 1B0tCq-0006zO-Kt for emacs-devel@quimby.gnus.org; Tue, 09 Mar 2004 21:12:24 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.30) id 1AzP25-0006ZT-TI for emacs-devel@gnu.org; Fri, 05 Mar 2004 18:47:09 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.30) id 1AzP1Z-0006PX-0V for emacs-devel@gnu.org; Fri, 05 Mar 2004 18:47:08 -0500 Original-Received: from [216.109.118.117] (helo=web60306.mail.yahoo.com) by monty-python.gnu.org with smtp (Exim 4.30) id 1AzP1Y-0006P2-OV for emacs-devel@gnu.org; Fri, 05 Mar 2004 18:46:36 -0500 Original-Received: from [12.76.163.171] by web60306.mail.yahoo.com via HTTP; Fri, 05 Mar 2004 15:46:32 PST Original-To: Stefan Monnier In-Reply-To: X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:20284 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:20284 --- Stefan Monnier wrote: > > 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. > > This should be fixed now. Could you confirm it? > It seems to work now without setting `comment-start-skip' -- thanks. __________________________________ Do you Yahoo!? Yahoo! Search - Find what you’re looking for faster http://search.yahoo.com