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

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

add function to add local variables list to bottom of file


From: Dan Jacobson
Subject: add function to add local variables list to bottom of file
Date: 22 Feb 2002 05:20:51 +0800
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.1

Regarding this,
     ;;; Local Variables: ***
     ;;; mode:lisp ***
     ;;; comment-column:0 ***
     ;;; comment-start: ";;; "  ***
     ;;; comment-end:"***" ***
     ;;; End: ***
does emacs have a function to stick this in to our file or are we
required to do it by hand as an exercise each time?

Why doesn't emacs have a function that takes the current comment char,
and local variables list in effect, and make the above lines in the
bottom of our file when asked.  We the users would then edit out all
the lines except the ones we are interested in.  This would save a lot
of worry and guesswork about what if my format is not right, etc.
-- 
http://www.geocities.com/jidanni/ Taiwan(04)25854780



reply via email to

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