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

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

Re: basic oversight: can't comment out local variables in file


From: Kevin Rodgers
Subject: Re: basic oversight: can't comment out local variables in file
Date: Thu, 28 Feb 2002 09:50:53 -0700

Dan Jacobson wrote:
> 
> >>>>> "K" == Kevin Rodgers <kevinr@ihs.com> writes:
> 
> K> This seems to work:
> 
> K> ;;; Local Variables: ***
> K> ;;; \mode: lisp ***
> K> ;;; End: ***
> 
> Neat.  I wish they would document it.

Actually, Christoph Conrad reports that it doesn't work.  An extra backslash
does the trick, though:

;;; Local Variables: ***
;;; \\mode: lisp ***
;;; End: ***

-- 
Kevin Rodgers <kevinr@ihs.com>



reply via email to

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