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

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

bug#15866: Gnutls elisp code doesn't properly check for file existence


From: Michael Albinus
Subject: bug#15866: Gnutls elisp code doesn't properly check for file existence
Date: Mon, 08 Dec 2014 08:34:48 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux)

Lars Magne Ingebrigtsen <larsi@gnus.org> writes:

> Wouldn't a solution here be to introduce a variable like
> `inhibit-file-handlers' that would really inhibit all Lisp-level file
> handlers?  Doesn't Emacs have that already?  Hm...
> `inhibit-file-name-handlers' doesn't quite seem to do the trick, I
> guess?

`inhibit-file-name-handlers' is always used in conjunction with
`inhibit-file-name-operation'. Their purpose is to prevent recursive
call of a file name handler. So it isn't appropriate here.

Just for the records ...

Best regards, Michael.





reply via email to

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