From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.help Subject: Re: my search/paste idiom not supported in emacs Date: Sun, 02 Jan 2011 23:36:39 -0500 Organization: A noiseless patient Spider Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1294029778 20194 80.91.229.12 (3 Jan 2011 04:42:58 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 3 Jan 2011 04:42:58 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Jan 03 05:42:54 2011 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1PZcFx-0000T1-3W for geh-help-gnu-emacs@m.gmane.org; Mon, 03 Jan 2011 05:42:53 +0100 Original-Received: from localhost ([127.0.0.1]:56514 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PZcFw-0006dy-Ll for geh-help-gnu-emacs@m.gmane.org; Sun, 02 Jan 2011 23:42:52 -0500 Original-Path: usenet.stanford.edu!goblin2!goblin.stu.neva.ru!feeder.erje.net!eternal-september.org!feeder.eternal-september.org!.POSTED!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 11 Injection-Info: mx02.eternal-september.org; posting-host="7TKp2luQmWSGnmAmeWd+Kg"; logging-data="31792"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18Sr73lhvrGbWJ3LXfZyG/V" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) Cancel-Lock: sha1:6rtHOaJVT26ph4tMmvk25ANaJRI= sha1:qFja6VjaNPcm5JfV7mfEf+FdOoo= Original-Xref: usenet.stanford.edu gnu.emacs.help:183882 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:78088 Archived-At: > In xemacs, if I double click on a word, the word is highlighted. If I then > press control-s for search, and click the middle mouse button *without > moving the mouse*, I will paste that word into the search string, and all > is good. I recommend you M-x report-emacs-bug (which is also used for feature requests). It seems reasonable to give mouse-2 the meaning of "insert in the search string" rather than "insert in the current buffer". Stefan