* 26.1; File-local eval is ignored
@ 2018-08-27 18:19 Michael Brand
0 siblings, 0 replies; only message in thread
From: Michael Brand @ 2018-08-27 18:19 UTC (permalink / raw)
To: Help Gnu Emacs mailing list
Hi all
This minimal complete example does not show "Wrap" in the modeline
because file-local settings like ~eval: (visual-line-mode 1)~ are
ignored:
emacs-26.1 -Q -l viper.el fundamental
The modeline shows "Wrap" as expected only if I downgrade to Emacs
25.2 or omit ~-l viper.el~ or rename fundamental to text.txt to change
the major mode. Is this a regression bug?
viper.el:
--------------------
(setq-default viper-mode t)
(setq-default viper-inhibit-startup-message t)
(setq-default viper-expert-level 5)
(require 'viper)
--------------------
fundamental:
--------------------
-*- eval: (visual-line-mode 1) -*-
--------------------
Michael
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2018-08-27 18:19 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-08-27 18:19 26.1; File-local eval is ignored Michael Brand
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).