bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#5195: 23.1; bad indentation in (elisp) example


From: Drew Adams
Subject: bug#5195: 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)'
 







reply via email to

[Prev in Thread] Current Thread [Next in Thread]