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

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

Re: vc-follow-symlinks confirm message is not read only


From: Stefan Monnier
Subject: Re: vc-follow-symlinks confirm message is not read only
Date: 06 May 2004 10:12:14 -0400
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50

> find-file-noselect-1 binds inhibit-read-only to t, probably for very
> good reasons.

Well, the reasons aren't good enough to keep it bound that long.

> !     (let ((inhibit-read-only nil))
> !       (run-hooks 'find-file-hook))))
  
That's just very ugly.  We should instead change the scope of the binding
such that it only covers the place where inhibit-read-only should indeed
be t.

When was this problem, introduced?


        Stefan




reply via email to

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