emacs-devel
[Top][All Lists]
Advanced

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

Re: address@hidden: mouse-autoselect-window needs a de lay]


From: Kim F. Storm
Subject: Re: address@hidden: mouse-autoselect-window needs a de lay]
Date: Wed, 19 Jul 2006 13:00:03 +0200
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux)

martin rudalics <address@hidden> writes:

>> Maybe the only fix is to be tolerant of nil for X and Y from mouse-position.
>
> The only thing I can offer is to wrap this in a `condition-case' and
> have `handle-select-window' do it's usual stuff when
> `mouse-autoselect-window-start' fails.

I haven't studied the details of the patch, so just a general comment:

Lisp vars exported from C are normally named with a V prefix, like
this:

extern Lisp_Object Vmouse_autoselect_window;

Since you seem to touch on all occurrences of mouse_autoselect_window, could
you please make it use the "proper" name.

-- 
Kim F. Storm <address@hidden> http://www.cua.dk





reply via email to

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