From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Leo Newsgroups: gmane.emacs.devel Subject: Re: Indentation in the METAPOST mode. Date: Mon, 10 Sep 2007 18:11:14 +0100 Message-ID: References: <87y7gl7c94.fsf@lrde.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1189450137 4167 80.91.229.12 (10 Sep 2007 18:48:57 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 10 Sep 2007 18:48:57 +0000 (UTC) Cc: =?iso-8859-1?Q?Micha=EBl?= Cadilhac , emacs-devel@gnu.org To: rms@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Sep 11 04:48:43 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 1IUuIs-0002dj-EF for ged-emacs-devel@m.gmane.org; Tue, 11 Sep 2007 03:12:34 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IUmoV-0000cQ-QE for ged-emacs-devel@m.gmane.org; Mon, 10 Sep 2007 13:12:43 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IUmoT-0000cL-JD for emacs-devel@gnu.org; Mon, 10 Sep 2007 13:12:41 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IUmoR-0000c9-BC for emacs-devel@gnu.org; Mon, 10 Sep 2007 13:12:40 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IUmoR-0000c6-6d for emacs-devel@gnu.org; Mon, 10 Sep 2007 13:12:39 -0400 Original-Received: from ppsw-5.csi.cam.ac.uk ([131.111.8.135]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IUmoN-0002Mj-6H; Mon, 10 Sep 2007 13:12:35 -0400 X-Cam-SpamDetails: Not scanned X-Cam-AntiVirus: No virus found X-Cam-ScannerInfo: http://www.cam.ac.uk/cs/email/scanner/ Original-Received: from accountslaptop.gradunion.cam.ac.uk ([193.60.92.141]:39305 helo=localhost.localdomain) by ppsw-5.csi.cam.ac.uk (smtp.hermes.cam.ac.uk [131.111.8.155]:587) with esmtpsa (LOGIN:sl392) (TLSv1:DHE-RSA-AES256-SHA:256) id 1IUmoG-0003FU-I0 (Exim 4.67) (return-path ); Mon, 10 Sep 2007 18:12:28 +0100 In-Reply-To: (Richard Stallman's message of "Thu, 09 Aug 2007 19:11:40 -0400") User-Agent: Gnus/5.110007 Emacs/23.0.50 (20070901) Fedora 7 (gnu/linux) X-Detected-Kernel: 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:78475 Archived-At: Gmane is down. I am re-sending my email. On 2007-08-10 00:11 +0100, Richard Stallman wrote: > I expect that few of the people on this list actually use METAPOST > mode. Please install the best patch you can make, once you've > tested it enough. > > And thanks. Has Micha=EBl's patch been installed? There are still problem with indention in metapost-mode. See the following example, beginfig() has two leading spaces while endfig has none. --8<---------------cut here---------------start------------->8--- prologues:=3D3; filenametemplate "%j-%c.eps"; beginfig(1) endfig; %%%% end; --8<---------------cut here---------------end--------------->8--- METAPOST: 0.993 This is tested in GNU Emacs 23.0.50.1 (i686-pc-linux-gnu, GTK+ Version 2.10.14, multi-tty) of 2007-09-01. HTH, --=20 .: Leo :. [ sdl.web AT gmail.com ] .: [ GPG Key: 9283AA3F ] :. =3D> "(require 'cl) considered harmful" considered harmful =3D> http://dto.freeshell.org/blog/blog-2007-09-07-2323.html