From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Alan Mackenzie Newsgroups: gmane.emacs.devel Subject: Re: Interactive hat. (Patch V2) Date: Tue, 28 Apr 2009 21:44:45 +0000 Message-ID: <20090428214445.GB2449@muc.de> References: <20090427114620.GA2605@muc.de> <200904280014.n3S0E4222349@f7.net> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1240955152 21759 80.91.229.12 (28 Apr 2009 21:45:52 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 28 Apr 2009 21:45:52 +0000 (UTC) Cc: lekktu@gmail.com, eliz@gnu.org, emacs-devel@gnu.org, monnier@iro.umontreal.ca, Karl Berry To: Miles Bader Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Apr 28 23:45:42 2009 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 1Lyv7V-0004Gk-4B for ged-emacs-devel@m.gmane.org; Tue, 28 Apr 2009 23:45:41 +0200 Original-Received: from localhost ([127.0.0.1]:59850 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Lyv7U-0006l7-IA for ged-emacs-devel@m.gmane.org; Tue, 28 Apr 2009 17:45:40 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Lyv6Z-0006GV-HE for emacs-devel@gnu.org; Tue, 28 Apr 2009 17:44:43 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Lyv6U-0006Ep-LV for emacs-devel@gnu.org; Tue, 28 Apr 2009 17:44:42 -0400 Original-Received: from [199.232.76.173] (port=48501 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Lyv6U-0006El-EP for emacs-devel@gnu.org; Tue, 28 Apr 2009 17:44:38 -0400 Original-Received: from colin.muc.de ([193.149.48.1]:1643 helo=mail.muc.de) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Lyv6T-00051H-JJ for emacs-devel@gnu.org; Tue, 28 Apr 2009 17:44:37 -0400 Original-Received: (qmail 17564 invoked by uid 3782); 28 Apr 2009 21:44:34 -0000 Original-Received: from acm.muc.de (pD9E52997.dip.t-dialin.net [217.229.41.151]) by colin2.muc.de (tmda-ofmipd) with ESMTP; Tue, 28 Apr 2009 23:44:33 +0200 Original-Received: (qmail 4037 invoked by uid 1000); 28 Apr 2009 21:44:45 -0000 Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.9i X-Delivery-Agent: TMDA/1.1.5 (Fettercairn) X-Primary-Address: acm@muc.de X-detected-operating-system: by monty-python.gnu.org: FreeBSD 4.6-4.9 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:110528 Archived-At: Hi, Miles! On Tue, Apr 28, 2009 at 10:12:52AM +0900, Miles Bader wrote: > karl@freefriends.org (Karl Berry) writes: > > Because @example inserts silly whitespace, > > @exampleindent 0 > Alan, please just use @example... even if you don't like the default > formatting (everybody has their own tastes after all), that's still no > reason for examples you write to be formatted differently than every > other example in the manual. The examples in this case are not large > and do not have extremely long lines, and I can't see any obvious > reason for them to be considered exceptional. They don't have extremely long lines, but if your desired max column is 74 and @example indents to C15, you've effectively got (setq fill-column 59) , for which lines don't need to be very long to overflow. Is there a max column documented anywhere? > -Miles -- Alan Mackenzie (Nuremberg, Germany).