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

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

bug#19834: Specifying File Variables - does not allow setting comment-st


From: jari
Subject: bug#19834: Specifying File Variables - does not allow setting comment-start to semicolon
Date: Wed, 11 Feb 2015 20:18:43 +0200
User-agent: Mutt/1.5.23 (2014-03-12)

On 2015-02-11 10:26, Nicolas Richard wrote:
| Jari Aalto <jari.aalto@cante.net> writes:
| 
| > ;; Local Variables:
| > ;; mode: text ;
| > ;; comment-start: ;
| > ;; End:
| 
| it seems to me this should be written as
| 
| ;; Local Variables:
| ;; mode: text
| ;; comment-start: ";"
| ;; End:

Please document this in

https://www.gnu.org/software/emacs/manual/html_node/emacs/Specifying-File-Variables.html#Specifying-File-Variables

as semicolon seems to be a special case.

Jari





reply via email to

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