From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Tassilo Horn Newsgroups: gmane.emacs.help Subject: Re: C-l exits incremental searching Date: Wed, 06 Nov 2013 13:27:37 +0100 Message-ID: <877gclemva.fsf@tsdh.uni-koblenz.de> References: <20131106121619.74ba1dbd@aga-netbook> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1383741035 23090 80.91.229.3 (6 Nov 2013 12:30:35 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 6 Nov 2013 12:30:35 +0000 (UTC) Cc: GNU Emacs users list To: Marcin Borkowski Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Nov 06 13:30:39 2013 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Ve2Fp-0008Tw-Ox for geh-help-gnu-emacs@m.gmane.org; Wed, 06 Nov 2013 13:30:37 +0100 Original-Received: from localhost ([::1]:33181 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ve2Fp-0005Bd-Cv for geh-help-gnu-emacs@m.gmane.org; Wed, 06 Nov 2013 07:30:37 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:53805) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ve2D2-0000mn-RE for help-gnu-emacs@gnu.org; Wed, 06 Nov 2013 07:27:50 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ve2Cw-0000jG-QO for help-gnu-emacs@gnu.org; Wed, 06 Nov 2013 07:27:44 -0500 Original-Received: from deliver.uni-koblenz.de ([141.26.64.15]:58309) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ve2Cw-0000j9-JQ for help-gnu-emacs@gnu.org; Wed, 06 Nov 2013 07:27:38 -0500 Original-Received: from localhost (localhost [127.0.0.1]) by deliver.uni-koblenz.de (Postfix) with ESMTP id CB4CD1A845C; Wed, 6 Nov 2013 13:27:37 +0100 (CET) X-Virus-Scanned: amavisd-new at uni-koblenz.de Original-Received: from deliver.uni-koblenz.de ([127.0.0.1]) by localhost (deliver.uni-koblenz.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id QM2uoJZWwt9Z; Wed, 6 Nov 2013 13:27:37 +0100 (CET) X-CHKRCPT: Envelopesender noch tsdh@gnu.org Original-Received: from tsdh.uni-koblenz.de (tsdh.uni-koblenz.de [141.26.67.142]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by deliver.uni-koblenz.de (Postfix) with ESMTPSA id 336BF1A8460; Wed, 6 Nov 2013 13:27:37 +0100 (CET) In-Reply-To: <20131106121619.74ba1dbd@aga-netbook> (Marcin Borkowski's message of "Wed, 6 Nov 2013 12:16:19 +0100") User-Agent: Gnus/5.130008 (Ma Gnus v0.8) Emacs/24.3.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 141.26.64.15 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:94367 Archived-At: Marcin Borkowski writes: Hi Marcin, > the title says it all. Is it a feature or a bug? Or maybe it could > be overriden in the config somehow? (Use case: I'm using isearch to > navigate/skim through the buffer, and what I find is in the last line > - but I'd prefer to see some context, so I hit C-l. But now isearch is > gone, and I have to press C-u C-s again (since it was a regex search). > If C-l didn't quit isearch, I could just hit another C-s, which would > be a lot easier. No bug, but a configurable option: ,----[ (info "(emacs)Not Exiting Isearch") ] | Scrolling Commands | Normally, scrolling commands exit incremental search. If you | change the variable =E2=80=98isearch-allow-scroll=E2=80=99 to a non-= =E2=80=98nil=E2=80=99 value, | that enables the use of the scroll-bar, as well as keyboard | scrolling commands like =E2=80=98C-v=E2=80=99, =E2=80=98M-v=E2=80=99= , and =E2=80=98C-l=E2=80=99 (*note | Scrolling::). `---- Bye, Tassilo