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

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

Re: syntax class for $ in sh-mode


From: Stefan Monnier
Subject: Re: syntax class for $ in sh-mode
Date: Wed, 11 May 2005 16:38:08 -0400
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux)

> Is there any reason that $ does not have a `.' (punctuation) syntax
> class in sh-mode?

Just "." would be wrong IMNSHO (because C-M-b wouldn't properly jump over
$BLAH).  I'd vote for ". p" or "'" syntax.  Not sure between the two.
The current "w" is clearly wrong and should at least be changed to "_".
Note that such a change may require adjustments in font-lock-keywords and/or
indentation code (then again, it may not).


        Stefan




reply via email to

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