From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Josh Stratton Newsgroups: gmane.emacs.help Subject: Re: context around incremental search Date: Thu, 7 Nov 2013 14:20:31 -0800 Message-ID: References: <91DD3E81-3B0A-40EF-8D69-967D483A900C@Web.DE> <3fecd556-1369-4cc4-87d2-667c17427b21@default> <9258D4EF-B104-46E2-A617-93AB406DC441@Web.DE> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: ger.gmane.org 1383862863 9013 80.91.229.3 (7 Nov 2013 22:21:03 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 7 Nov 2013 22:21:03 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Peter Dyballa Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Nov 07 23:21:08 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 1VeXwq-0007fU-AO for geh-help-gnu-emacs@m.gmane.org; Thu, 07 Nov 2013 23:21:08 +0100 Original-Received: from localhost ([::1]:43046 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VeXwp-0002vk-TD for geh-help-gnu-emacs@m.gmane.org; Thu, 07 Nov 2013 17:21:07 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:39720) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VeXwd-0002vO-Ay for help-gnu-emacs@gnu.org; Thu, 07 Nov 2013 17:20:56 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VeXwc-0001GT-EM for help-gnu-emacs@gnu.org; Thu, 07 Nov 2013 17:20:55 -0500 Original-Received: from mail-ee0-x229.google.com ([2a00:1450:4013:c00::229]:39064) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VeXwc-0001GK-6M for help-gnu-emacs@gnu.org; Thu, 07 Nov 2013 17:20:54 -0500 Original-Received: by mail-ee0-f41.google.com with SMTP id e53so634839eek.14 for ; Thu, 07 Nov 2013 14:20:52 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=zYe03lUjcwh62wNsZnAW/I9ZopNVvZsIK4VDLOradYI=; b=G9GCO2LWIDlwdgkd1gZ3xdZWKahdm102IbT5J0qFZfVxP6ZW8rXjZT09HjIsjql/NJ 2rOTj66YUCX5y2mFy61V/jKPxBW+zaRHqp9DeM4sqHECvW6ThdCvdFWCxDRK8ZEvrWXd mnyMtow2NQLlmLu5Dy9eBQRw8zJBbEtYRIEu4LRur9wBrop1+K2t6I42A0e3Sg90POkT 6JzIRu/PnRJHYt9SOb+gRcy4fVPtqMqWwMUTRT47SkL0IOOQp+ugHcudYlbI0jXCgvKB +lfhk4TOqoSLBaDF+vJaY+FaTh1DpQK7Pcj+Bw28eTc8EOUmhOwmcu1jle4NepgGZ8K8 EhRw== X-Received: by 10.14.241.74 with SMTP id f50mr11997458eer.29.1383862852061; Thu, 07 Nov 2013 14:20:52 -0800 (PST) Original-Received: by 10.15.61.1 with HTTP; Thu, 7 Nov 2013 14:20:31 -0800 (PST) In-Reply-To: <9258D4EF-B104-46E2-A617-93AB406DC441@Web.DE> X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4013:c00::229 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 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:94397 Archived-At: Thanks everyone. Both those settings will be very helpful. (setq isearch-allow-scroll 1) (setq scroll-margin 2) On Wed, Nov 6, 2013 at 11:57 AM, Peter Dyballa wrote: > > Am 06.11.2013 um 20:44 schrieb Drew Adams: > > > Sufficient for what? > > Sufficient for keeping some lines distance to the bottom of the buffer, in > order to display the environment around the found text. > > > And what does your last sentence mean? > > It means that setting `isearch-allow-scroll' to non-nil allows to use C-l > while in isearch. Additionally setting `scroll-margin' to a value N greater > than zero allows to keep those N lines distance to the bottom of the > buffer. I think that's what Josh is wishing. > > -- > Greetings > > Pete > > "When you breath, you inspire. When you do not breath, you expire." > >