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

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

26.1; File-local eval is ignored


From: Michael Brand
Subject: 26.1; File-local eval is ignored
Date: Mon, 27 Aug 2018 20:19:12 +0200

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



reply via email to

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