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

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

bug#60787: setq-mode-local doesn't work for buffers not visiting files


From: Juri Linkov
Subject: bug#60787: setq-mode-local doesn't work for buffers not visiting files
Date: Tue, 17 Jan 2023 09:31:51 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/30.0.50 (x86_64-pc-linux-gnu)

>   (setq-mode-local diff-mode view-read-only nil)
>
> doesn't affect *vc-diff* buffers, but it should, according to the docstring of
> setq-mode-local.

Is this because of the condition `(buffer-file-name b)`
in mode-local-map-file-buffers?





reply via email to

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