GNU bug report logs - #16846
24.3.50.1; Info 48.2.4.1 Specifying File Variables

Previous Next

Package: emacs;

Reported by: Andreas Röhler <andreas.roehler <at> easy-emacs.de>

Date: Sat, 22 Feb 2014 20:08:01 UTC

Severity: normal

Tags: notabug

Merged with 16836

Found in version 24.3.50.1

Done: Juanma Barranquero <lekktu <at> gmail.com>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Juanma Barranquero <lekktu <at> gmail.com>
To: Andreas Röhler <andreas.roehler <at> easy-emacs.de>
Cc: 16846 <at> debbugs.gnu.org
Subject: bug#16846: 24.3.50.1; Info 48.2.4.1 Specifying File Variables
Date: Sat, 22 Feb 2014 21:29:03 +0100
merge 16836 16846
quit


On Sat, Feb 22, 2014 at 9:11 PM, Andreas Röhler
<andreas.roehler <at> easy-emacs.de> wrote:
> 48.2.4.1 Specifying File Variables
>
> Doesn't mention the required ";;;" before, saying:

It's not that ";;;" is required. The line used to specify local
variables is usually a comment because presumably the file is to be
processed by some kind of program (a compiler or interpreter, for
program source files, for example).

If you start an elisp file with

-*- mode: emacs-lisp; tab-width: 4 -*-

Emacs will have no trouble understanding the variables. Edit the file
and you'll see that it is in emacs-lisp-mode and tab-width is 4. But
when you eval the buffer, as you did in your bug#16836 report, Emacs
complains that the line is not valid Elisp code.

> see also bug-report bug#16836

Why have you filed two bug reports for the same thing?




This bug report was last modified 11 years and 88 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.