emacs-devel
[Top][All Lists]
Advanced

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

RE: Making `interactive' conditional


From: Herring, Davis
Subject: RE: Making `interactive' conditional
Date: Mon, 11 Jan 2016 14:08:35 +0000

> (and (not read-only) visiting-file)

So now you can't invoke it in *scratch*?

Of course, you can come up with another refinement to the condition (e.g., 
mode-class).  My point is merely that writing these predicates is very subtle 
when the standard is not "is this command likely to work when invoked" (in 
which case you wouldn't be bothering with "visiting-file") but rather "is the 
user plausibly looking for this command in the list".

Davis



reply via email to

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