[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Emacs-diffs] master 61fb521: Avoid false indications from Flymake i
From: |
Stefan Monnier |
Subject: |
Re: [Emacs-diffs] master 61fb521: Avoid false indications from Flymake in .dir-locals.el files |
Date: |
Mon, 21 Oct 2019 10:24:30 -0400 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux) |
>> AFAICT lock "files" are symlinks that point nowhere so if the user tries
>> to visit one of them he gets an empty buffer and a message "Symbolic
>> link that points to non-existent file".
> Not on MS-Windows, AFAICT.
Ah, right.
>> IOW maybe we should have a general
>>
>> ("/\\.#[^/]*\\'" . fundamental-mode)
>>
>> entry in auto-mode-alist?
>
> Maybe. But then why does bytecomp.el does this by file name?
Bytecomp can be called by byte-recompile-directory or something
like that which just looks at file names without paying attention to
their major mode, so the above suggestion wouldn't render the
bytecomp.el exception redundant.
Stefan