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

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

Re: Infitite recursion in indentation


From: Richard M. Stallman
Subject: Re: Infitite recursion in indentation
Date: Wed, 29 Jun 2005 21:44:01 -0400

    > +   (make-local-variable 'comment-indent-function)
    > +   (setq comment-indent-function 'lisp-comment-indent)
    >     (make-local-variable 'imenu-generic-expression)
    >     (setq imenu-generic-expression lisp-imenu-generic-expression)
    >     (make-local-variable 'multibyte-syntax-as-symbol)

    It has the disadvantage of hiding the actual bug.

The function lisp-comment-indent clearly is meant to be used in Lisp
mode, so unless that function is superfluous, my change is correct.
However, if there's a bug in newcomment.el, fixing that is good too.




reply via email to

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