* bug#23406: 25.0.93; autoload cursor-sensor-inhibit
@ 2016-04-30 9:41 Leo Liu
2016-04-30 13:30 ` Stefan Monnier
0 siblings, 1 reply; 3+ messages in thread
From: Leo Liu @ 2016-04-30 9:41 UTC (permalink / raw)
To: 23406; +Cc: Stefan Monnier
Hi Stefan,
I think the variable cursor-sensor-inhibit should be autoloaded. for
example I often see this message:
isearch-cancel: Symbol’s value as variable is void: cursor-sensor-inhibit
I have also seen it happened in isearch's pre-command-hook.
WDYT?
Leo
^ permalink raw reply [flat|nested] 3+ messages in thread
* bug#23406: 25.0.93; autoload cursor-sensor-inhibit
2016-04-30 9:41 bug#23406: 25.0.93; autoload cursor-sensor-inhibit Leo Liu
@ 2016-04-30 13:30 ` Stefan Monnier
2016-04-30 15:40 ` Leo Liu
0 siblings, 1 reply; 3+ messages in thread
From: Stefan Monnier @ 2016-04-30 13:30 UTC (permalink / raw)
To: Leo Liu; +Cc: 23406
> I think the variable cursor-sensor-inhibit should be autoloaded.
> for example I often see this message:
> isearch-cancel: Symbol’s value as variable is void: cursor-sensor-inhibit
> I have also seen it happened in isearch's pre-command-hook.
> WDYT?
As much as I hate autoloading variables, I think I agree in this case.
Please update the isearch.el code accordingly (getting rid of the
(boundp 'cursor-sensor-inhibit) check).
Stefan
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2016-04-30 15:40 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-04-30 9:41 bug#23406: 25.0.93; autoload cursor-sensor-inhibit Leo Liu
2016-04-30 13:30 ` Stefan Monnier
2016-04-30 15:40 ` Leo Liu
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).