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 11:10:52 -0800 Message-ID: <159F600A6D0441F4AEFB5AD53F931A56@us.oracle.com> 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="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1326309079 13253 80.91.229.12 (11 Jan 2012 19:11:19 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 11 Jan 2012 19:11:19 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: "'Aaron Meurer'" Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Jan 11 20:11:14 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 1Rl3Zn-0001mh-AI for geh-help-gnu-emacs@m.gmane.org; Wed, 11 Jan 2012 20:11:11 +0100 Original-Received: from localhost ([::1]:38355 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rl3Zm-0007XW-2A for geh-help-gnu-emacs@m.gmane.org; Wed, 11 Jan 2012 14:11:10 -0500 Original-Received: from eggs.gnu.org ([140.186.70.92]:38751) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rl3Zh-0007XN-0X for help-gnu-emacs@gnu.org; Wed, 11 Jan 2012 14:11:06 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Rl3Za-00081q-Es for help-gnu-emacs@gnu.org; Wed, 11 Jan 2012 14:11:04 -0500 Original-Received: from rcsinet15.oracle.com ([148.87.113.117]:26031) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rl3Za-00081a-9L for help-gnu-emacs@gnu.org; Wed, 11 Jan 2012 14:10:58 -0500 Original-Received: from ucsinet22.oracle.com (ucsinet22.oracle.com [156.151.31.94]) by rcsinet15.oracle.com (Switch-3.4.4/Switch-3.4.4) with ESMTP id q0BJAtVL026028 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Wed, 11 Jan 2012 19:10:56 GMT Original-Received: from acsmt357.oracle.com (acsmt357.oracle.com [141.146.40.157]) by ucsinet22.oracle.com (8.14.4+Sun/8.14.4) with ESMTP id q0BJAsLS013678 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 11 Jan 2012 19:10:54 GMT Original-Received: from abhmt114.oracle.com (abhmt114.oracle.com [141.146.116.66]) by acsmt357.oracle.com (8.12.11.20060308/8.12.11) with ESMTP id q0BJAsuV009783; Wed, 11 Jan 2012 13:10:54 -0600 Original-Received: from dradamslap1 (/130.35.178.194) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Wed, 11 Jan 2012 11:10:53 -0800 X-Mailer: Microsoft Office Outlook 11 In-Reply-To: Thread-Index: AczQdbyM4reT9q+VQXK8Wd1/Dlv2mwAAwCcQ X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.6157 X-Source-IP: ucsinet22.oracle.com [156.151.31.94] X-CT-RefId: str=0001.0A090206.4F0DDEC0.00FC,ss=1,re=0.000,fgs=0 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 1) X-Received-From: 148.87.113.117 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:83467 Archived-At: > > `M-e' in Isearch. =A0Lets you edit the search string anyway=20 > > you like. =A0You have all of Emacs at your disposal to edit it. >=20 > Thanks. Is there a way to make that default? In other words, any edit > command will always edit the search string unless I press RET to end > the search. Not that I know of offhand - never looked for that. You can check the = doc. But if you really want that then it sounds like you do not want = _incremental_ search in the first place. In that case, just use the non-incremental = search commands: `search-forward' etc. Transport yourself back to the 1970s = and enjoy. ;-) On the other hand, if you just want to have certain editing = commands/keys automatically initiate Isearch editing (what `M-e' does), then you can = customize option `isearchp-initiate-edit-commands'. (You need Isearch+ for that possibility - see below.) > >> - As I noted, it kills the search when you scroll. > > > > See previous reply: set `isearch-allow-scroll' to non-nil. >=20 > Great. I've got to remember to make searching M-x customize my first > resort when I want to change something. I recommend the Emacs doc, also. > - You have to press C-s twice to wrap around. It's not so bad, but > it's confused me more than once into thinking that there were no > occurrences because they were all before the cursor. If you use Isearch+ then the prompt keywords "Wrapped" and "Overwrapped" = are highlighted in a different face, so you can notice easier that wrapping = is happening. (Prompt keywords are also highlighted for regexp, word, and multi-buffer searching. If you do not want such highlighting then just customize the = faces for any of these to look the same as face `minibuffer-prompt'.) And in Emacs 24+, the mode-line lighter gets the same face whenever = Isearch is wrapping. Isearch+ is here: http://www.emacswiki.org/cgi-bin/wiki/IsearchPlus http://www.emacswiki.org/emacs/download/isearch%2b.el