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:24:00 -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 1326291875 10125 80.91.229.12 (11 Jan 2012 14:24:35 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 11 Jan 2012 14:24:35 +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:24:31 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 1Rkz6J-0000ov-SO for geh-help-gnu-emacs@m.gmane.org; Wed, 11 Jan 2012 15:24:28 +0100 Original-Received: from localhost ([::1]:35162 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rkz6I-0002bJ-NZ for geh-help-gnu-emacs@m.gmane.org; Wed, 11 Jan 2012 09:24:26 -0500 Original-Received: from eggs.gnu.org ([140.186.70.92]:59265) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rkz69-0002b7-Ni for help-gnu-emacs@gnu.org; Wed, 11 Jan 2012 09:24:23 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Rkz63-00078s-2o for help-gnu-emacs@gnu.org; Wed, 11 Jan 2012 09:24:17 -0500 Original-Received: from acsinet15.oracle.com ([141.146.126.227]:27973) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rkz62-00078k-Tf for help-gnu-emacs@gnu.org; Wed, 11 Jan 2012 09:24:11 -0500 Original-Received: from acsinet22.oracle.com (acsinet22.oracle.com [141.146.126.238]) by acsinet15.oracle.com (Switch-3.4.4/Switch-3.4.4) with ESMTP id q0BEO82V021907 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Wed, 11 Jan 2012 14:24:09 GMT Original-Received: from acsmt356.oracle.com (acsmt356.oracle.com [141.146.40.156]) by acsinet22.oracle.com (8.14.4+Sun/8.14.4) with ESMTP id q0BEO7LP008074 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 11 Jan 2012 14:24:08 GMT Original-Received: from abhmt114.oracle.com (abhmt114.oracle.com [141.146.116.66]) by acsmt356.oracle.com (8.12.11.20060308/8.12.11) with ESMTP id q0BEO7qw024579; Wed, 11 Jan 2012 08:24:07 -0600 Original-Received: from dradamslap1 (/10.159.43.76) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Wed, 11 Jan 2012 06:24:07 -0800 X-Mailer: Microsoft Office Outlook 11 In-Reply-To: Thread-Index: AczQX7vp+sHI7NmDSGexPbZYoXqtkwADEoIQ X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.6157 X-Source-IP: acsinet22.oracle.com [141.146.126.238] X-Auth-Type: Internal IP X-CT-RefId: str=0001.0A090203.4F0D9B89.007C,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:83458 Archived-At: > - Is there a way to make scrolling not kill an I-search? M-x customize-option isearch-allow-scroll ,---- | isearch-allow-scroll is a variable defined in `isearch.el'. | Its value is nil | | Documentation: | Whether scrolling is allowed during incremental search. | If non-nil, scrolling commands can be used in Isearch mode. | However, the current match will never scroll offscreen. | If nil, scrolling commands will first cancel Isearch mode. `----