GNU bug report logs - #5195
23.1; bad indentation in (elisp) example

Previous Next

Package: emacs;

Reported by: monnier <at> iro.umontreal.ca

Date: Sat, 12 Dec 2009 16:20:07 UTC

Severity: normal

Done: Eli Zaretskii <eliz <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: bug-gnu-emacs <at> gnu.org (Emacs bug Tracking System)
To: Eli Zaretskii <eliz <at> gnu.org>
Cc: emacs-bug-tracker <at> debbugs.gnu.org
Subject: bug#5195: marked as done (23.1; bad indentation in (elisp) example)
Date: Sat, 02 Jan 2010 20:40:03 +0000
[Message part 1 (text/plain, inline)]
Your message dated Sat, 02 Jan 2010 22:37:31 +0200
with message-id <83aawwdz04.fsf <at> gnu.org>
and subject line Re: bug#5195: 23.1; bad indentation in (elisp) example
has caused the Emacs bug report #5195,
regarding 23.1; bad indentation in (elisp) example
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact bug-gnu-emacs <at> gnu.org
immediately.)


-- 
5195: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=5195
Emacs Bug Tracking System
Contact bug-gnu-emacs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: "Drew Adams" <drew.adams <at> oracle.com>
To: <bug-gnu-emacs <at> gnu.org>
Subject: 23.1; bad indentation in (elisp) example
Date: Sat, 12 Dec 2009 08:14:25 -0800
emacs -Q
Go to (elisp)Example Major Modes
 
The `emacs-lisp-mode-syntax-table' example is not indented
correctly.  E.g.:
 
   (while (< i ?0)
(modify-syntax-entry i "_   " table)
(setq i (1+ i)))
 

In GNU Emacs 23.1.1 (i386-mingw-nt5.1.2600)
 of 2009-07-29 on SOFT-MJASON
Windowing system distributor `Microsoft Corp.', version 5.1.2600
configured using `configure --with-gcc (4.4)'
 



[Message part 3 (message/rfc822, inline)]
From: Eli Zaretskii <eliz <at> gnu.org>
To: Drew Adams <drew.adams <at> oracle.com>, 5195-done <at> debbugs.gnu.org
Subject: Re: bug#5195: 23.1; bad indentation in (elisp) example
Date: Sat, 02 Jan 2010 22:37:31 +0200
> From: "Drew Adams" <drew.adams <at> oracle.com>
> Date: Sat, 2 Jan 2010 12:01:34 -0800
> Cc: 5195 <at> debbugs.gnu.org
> 
> > > emacs -Q
> > > Go to (elisp)Example Major Modes
> > 
> > > The `emacs-lisp-mode-syntax-table' example is not indented
> > > correctly.  E.g.:
> > 
> > >    (while (< i ?0)
> > > (modify-syntax-entry i "_   " table)
> > > (setq i (1+ i)))
> > 
> > I can't reproduce this: the indentation is correct for me.
> 
> Well, it's as clear as day for me, in emacs -Q on Windows. Perhaps it's a
> platform problem.

No, it wasn't.  I fixed it.  Thanks for catching this.

I don't know why Yidong didn't see it; perhaps he was looking at the
Texinfo sources, where the example's indentation is indeed all dandy.
The problem was that this example used TABs, not spaces, for
indentation, which is generally a no-no in Texinfo (that's why Texinfo
mode sets indent-tabs-mode to nil).  When an Info file is produced,
makeinfo indents examples some more, and then indentation with TABs
gets screwed, of course.


This bug report was last modified 15 years and 175 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.