From: Richard Stallman <rms@gnu.org>
To: Juri Linkov <juri@jurta.org>
Cc: bug-gnu-emacs@gnu.org, amicitas@gmail.com
Subject: Re: I-search: Clicking in minibuf during I-search fails.
Date: Sun, 21 Oct 2007 03:26:46 -0400 [thread overview]
Message-ID: <E1IjVCw-0000PX-8Y@fencepost.gnu.org> (raw)
In-Reply-To: <877iliu3p1.fsf@jurta.org> (message from Juri Linkov on Sat, 20 Oct 2007 02:52:18 +0300)
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?
next prev parent reply other threads:[~2007-10-21 7:26 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-10-10 3:16 I-search: Clicking in minibuf during I-search fails amicitas
2007-10-10 13:55 ` Drew Adams
2007-10-10 21:03 ` Richard Stallman
[not found] ` <mailman.1937.1192050272.18990.bug-gnu-emacs@gnu.org>
2007-10-10 21:51 ` amicitas
2007-10-10 23:44 ` Juri Linkov
2007-10-12 2:46 ` Richard Stallman
2007-10-28 14:51 ` Juri Linkov
[not found] ` <mailman.1940.1192060132.18990.bug-gnu-emacs@gnu.org>
2007-10-14 23:34 ` amicitas
2007-10-19 23:52 ` Juri Linkov
2007-10-21 7:26 ` Richard Stallman [this message]
2007-10-22 0:35 ` Juri Linkov
2007-10-23 7:12 ` Richard Stallman
2007-10-23 23:52 ` Juri Linkov
2007-10-24 8:33 ` Richard Stallman
2007-10-24 21:28 ` Juri Linkov
2007-10-25 9:01 ` Richard Stallman
2007-10-26 22:43 ` Juri Linkov
2007-10-27 13:58 ` Richard Stallman
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=E1IjVCw-0000PX-8Y@fencepost.gnu.org \
--to=rms@gnu.org \
--cc=amicitas@gmail.com \
--cc=bug-gnu-emacs@gnu.org \
--cc=juri@jurta.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.