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

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

bug#5239: 23.1.50; compile-command Local Variables must be after mode


From: jidanni
Subject: bug#5239: 23.1.50; compile-command Local Variables must be after mode
Date: Fri, 18 Dec 2009 03:02:32 +0800

In the docstring of compile-command, you might want to emphasize that
one must set it _after_ "mode". Wrong:

# Local Variables:
# compile-command: "set -xnue .crontab `basename $PWD`; scp $1 $2:; ssh $2 
crontab $1;\
# ls $PWD/$1|cpiome"
# mode: Shell-script
# End:

or else it just gets thrown away. Better yet, don't throw it away.
(emacs-snapshot package, version 1:20091128-1)






reply via email to

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