all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* 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

* bug#23406: 25.0.93; autoload cursor-sensor-inhibit
  2016-04-30 13:30 ` Stefan Monnier
@ 2016-04-30 15:40   ` Leo Liu
  0 siblings, 0 replies; 3+ messages in thread
From: Leo Liu @ 2016-04-30 15:40 UTC (permalink / raw
  To: Stefan Monnier; +Cc: 23406-done

On 2016-04-30 09:30 -0400, Stefan Monnier wrote:
> 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).

Done.

Leo





^ 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 external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.