From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: nroff-mode don't auto-fill directives Date: Fri, 12 Oct 2007 11:59:43 -0400 Message-ID: References: <87wsttup1r.fsf@blah.blah> Reply-To: rms@gnu.org NNTP-Posting-Host: lo.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1192205714 14784 80.91.229.12 (12 Oct 2007 16:15:14 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 12 Oct 2007 16:15:14 +0000 (UTC) Cc: emacs-devel@gnu.org To: Kevin Ryde Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Oct 12 18:15:10 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1IgN1B-0001ym-AP for ged-emacs-devel@m.gmane.org; Fri, 12 Oct 2007 18:05:52 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IgN13-0005Zb-UG for ged-emacs-devel@m.gmane.org; Fri, 12 Oct 2007 12:05:33 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IgMvU-00035d-IC for emacs-devel@gnu.org; Fri, 12 Oct 2007 11:59:49 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IgMvS-00033P-F5 for emacs-devel@gnu.org; Fri, 12 Oct 2007 11:59:46 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IgMvS-00033J-4f for emacs-devel@gnu.org; Fri, 12 Oct 2007 11:59:46 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IgMvR-0000dj-SX for emacs-devel@gnu.org; Fri, 12 Oct 2007 11:59:45 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.60) (envelope-from ) id 1IgMvP-0001I2-4R; Fri, 12 Oct 2007 11:59:43 -0400 In-reply-to: <87wsttup1r.fsf@blah.blah> (message from Kevin Ryde on Fri, 12 Oct 2007 10:58:24 +1000) X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:80718 Archived-At: I think comment lines like .\" should still auto-fill, as the do now, though they don't actually come out quite right yet (neither before nor after this change). It is ok for them to auto-fill if they do so in a way that marks all the lines as comments. Does it do that? Otherwise it is better if they don't auto-fill at all. At least that way they will remain comments. Can you make that work right, one way or the other?