emacs-devel
[Top][All Lists]
Advanced

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

Re: Indentation of constants in LISP


From: Richard Stallman
Subject: Re: Indentation of constants in LISP
Date: Sun, 04 Feb 2007 19:23:02 -0500

    In fact, it is not necessary to add (zerop (skip-syntax-backward "w_")), it 
is sufficient just to verify that (string (char-syntax ?\:)) is "_", because 
before the ":" there is or a space or a tab, which is from the " " syntax 
class, so 
    (zerop (skip-syntax-backward "w_")) will always return 0.

When you send a revised patch, please make this change too.




reply via email to

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