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

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

elisp indentation problem


From: Felix Natter
Subject: elisp indentation problem
Date: 09 Feb 2002 17:40:45 +0100
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.1

hi,

with emacs 21.1.1, when I indent via C-x h M-x indent-region,
the indentation of comments is screwed up (and I couldn't find
anything in PROBLEMS):

(defun test ()
  (save-excursion
        (if (not (re-search-backward
                          
;;\1=startComment;\2=endComment;\3=startCDATA;\4=endCDATA
(the complete source is here: http://www.uni-bonn.de/~herrchen/closetag.el)

it has to do with the \[0-9]: the problem does not occur if
I change the comment to something like ";; foo".

thanks,

-- 
Felix Natter



reply via email to

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