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

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

Re: I-search: Clicking in minibuf during I-search fails.


From: Richard Stallman
Subject: Re: I-search: Clicking in minibuf during I-search fails.
Date: Sun, 21 Oct 2007 03:26:46 -0400

    This bug is caused by the hack in `isearch-edit-string' that uses

        (let ((cursor-in-echo-area t))
             (read-event))

    before reading the search string in the minibuffer with
    `read-from-minibuffer'.  When clicking mouse-1 in `read-event'
    above, it incorrectly handles the mouse click.

Why does this code handle the mouse-click at all?
It ought to just return the event, right?




reply via email to

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