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

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

thanks for eval-after-load but...


From: Joe Corneli
Subject: thanks for eval-after-load but...
Date: Sat, 08 Nov 2003 15:31:57 -0600

After running this

(eval-after-load "sh-script" 
                 '(put 'sh-maybe-here-document 'disabled t))

and opening a bash script with this in it

grep "<<$SF>>" $HOME/.todo/$TODOLIST > $HOME/p
ade=$?

`ade=$?' and following text is still in sh-heredoc-face

So I guessed wrong, and disabling that command is not enough.
Any guess why? And how to actually change this behaviour?

Joe




reply via email to

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