bug#5239: 23.1.50; compile-command Local Variables must be after mode
[email protected] Fri, 18 Dec 2009 03:02:32 +0800
| Newsgroups | gmane.emacs.bugs,gmane.emacs.pretest.bugs |
|---|---|
| Message-ID | <[email protected]> |
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)