From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Drew Adams" Newsgroups: gmane.emacs.help Subject: RE: Mouse support does not work Date: Wed, 11 Jan 2012 06:37:36 -0800 Message-ID: References: <93DFD36B-5594-41A3-A9E7-AE48292FA49C@Web.DE><3FA9F2A1-8559-4F0C-AF5A-F042B04BBADB@web.de><49E98AF3-7986-4495-BB39-E07D236450A0@web.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1326292681 16102 80.91.229.12 (11 Jan 2012 14:38:01 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 11 Jan 2012 14:38:01 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: "'Aaron Meurer'" , "'Peter Dyballa'" Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Jan 11 15:37:55 2012 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1RkzJK-0007nD-3l for geh-help-gnu-emacs@m.gmane.org; Wed, 11 Jan 2012 15:37:54 +0100 Original-Received: from localhost ([::1]:57233 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RkzJJ-0006jI-7E for geh-help-gnu-emacs@m.gmane.org; Wed, 11 Jan 2012 09:37:53 -0500 Original-Received: from eggs.gnu.org ([140.186.70.92]:34482) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RkzJE-0006jD-Pn for help-gnu-emacs@gnu.org; Wed, 11 Jan 2012 09:37:49 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RkzJD-0000rR-OA for help-gnu-emacs@gnu.org; Wed, 11 Jan 2012 09:37:48 -0500 Original-Received: from acsinet15.oracle.com ([141.146.126.227]:38818) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RkzJD-0000rH-JH for help-gnu-emacs@gnu.org; Wed, 11 Jan 2012 09:37:47 -0500 Original-Received: from ucsinet21.oracle.com (ucsinet21.oracle.com [156.151.31.93]) by acsinet15.oracle.com (Switch-3.4.4/Switch-3.4.4) with ESMTP id q0BEbisQ007312 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Wed, 11 Jan 2012 14:37:45 GMT Original-Received: from acsmt357.oracle.com (acsmt357.oracle.com [141.146.40.157]) by ucsinet21.oracle.com (8.14.4+Sun/8.14.4) with ESMTP id q0BEbhbK024448 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 11 Jan 2012 14:37:43 GMT Original-Received: from abhmt101.oracle.com (abhmt101.oracle.com [141.146.116.53]) by acsmt357.oracle.com (8.12.11.20060308/8.12.11) with ESMTP id q0BEbgPO017351; Wed, 11 Jan 2012 08:37:42 -0600 Original-Received: from dradamslap1 (/10.159.43.76) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Wed, 11 Jan 2012 06:37:42 -0800 X-Mailer: Microsoft Office Outlook 11 In-Reply-To: Thread-Index: AczQX7vp+sHI7NmDSGexPbZYoXqtkwADoSNQ X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.6157 X-Source-IP: ucsinet21.oracle.com [156.151.31.93] X-CT-RefId: str=0001.0A090205.4F0D9EB9.007E,ss=1,re=0.000,fgs=0 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 1) X-Received-From: 141.146.126.227 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:83460 Archived-At: > Actually, I'm starting to feel like I should replace I-search > with something else entirely... It does several things I don't like: > > - You can't edit the search buffer with editing commands. This is the > most annoying. If I press M-del to delete a search word, it instead > deletes the word under the cursor. If I want to delete the word, I > have to repeatedly press delete. It's even worse than that, because > pressing delete by default does a reverse i-search! So I have to > delete until I get back to the first occurrence, and then until I > delete the word. Or just C-g and restart. `M-e' in Isearch. Lets you edit the search string anyway you like. You have all of Emacs at your disposal to edit it. > - As I noted, it kills the search when you scroll. See previous reply: set `isearch-allow-scroll' to non-nil.