From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Leo Alekseyev Newsgroups: gmane.emacs.help Subject: Narrow/widen in folding.el Date: Mon, 20 Dec 2010 13:41:15 -0800 Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: dough.gmane.org 1292941033 1808 80.91.229.12 (21 Dec 2010 14:17:13 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 21 Dec 2010 14:17:13 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Dec 21 15:17:09 2010 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1PV31W-0000BP-O0 for geh-help-gnu-emacs@m.gmane.org; Tue, 21 Dec 2010 15:17:09 +0100 Original-Received: from localhost ([127.0.0.1]:45153 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PV31U-00040F-ES for geh-help-gnu-emacs@m.gmane.org; Tue, 21 Dec 2010 09:17:04 -0500 Original-Received: from [140.186.70.92] (port=43489 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PUnU1-0005Gf-Fq for help-gnu-emacs@gnu.org; Mon, 20 Dec 2010 16:41:30 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PUnTo-0001gJ-T1 for help-gnu-emacs@gnu.org; Mon, 20 Dec 2010 16:41:17 -0500 Original-Received: from mail-fx0-f48.google.com ([209.85.161.48]:59063) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PUnTo-0001gD-MK for help-gnu-emacs@gnu.org; Mon, 20 Dec 2010 16:41:16 -0500 Original-Received: by fxm2 with SMTP id 2so3287149fxm.35 for ; Mon, 20 Dec 2010 13:41:15 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type; bh=6yC7gntXg1Y+EsiDiGl9FK4mOUg3TSTxWmL4vSp6rEY=; b=CUPIKWIHpvLTU9fAz255Xcwhb1YVKpm2l4TnrNKIstQHzLgRkLfKa2/BLagAVXaC8t oPGkLscjsf9m634UXNF25T3Tbew1rd47sYubzMjkWOobzqg8ldiaHPTdJjJSBpWcQz9E c1s+WCcePhe4xj9ALsj+b1oRiGJ0J5A5z9+Uk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=X1d18oUZeCawc8FdWEs9aNkafklliecS/R4P1REqHOs/ulo3G34XXYyfpEgmMzvidx l5jDQ5qBe+aAsnMi3fd6dN4V/mIBN9UdK61zGkxQzfIX4Y9VGyiDHkakLQUEKUYDTWRP t5gTqwzfI2ZitsbMz8OCl5wC4czo95jhsY9hk= Original-Received: by 10.223.103.8 with SMTP id i8mr486385fao.47.1292881275474; Mon, 20 Dec 2010 13:41:15 -0800 (PST) Original-Received: by 10.223.106.20 with HTTP; Mon, 20 Dec 2010 13:41:15 -0800 (PST) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Mailman-Approved-At: Tue, 21 Dec 2010 09:13:29 -0500 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:77726 Archived-At: I use folding.el a lot, and find it useful, but its interaction with isearch is decidedly suboptimal: if you start with a folded buffer, search for something, and land in a fold, the buffer will be narrowed to this fold, and to get out you have to hit C-x n w. This becomes a pain when I have to do lots of small quick searches/edits in a folded document. Is there a way to fix this behavior?.. --Leo