From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: [Emacs-diffs] Changes to emacs/lisp/bookmark.el,v Date: Thu, 27 Nov 2008 11:35:52 -0500 Message-ID: References: <87y6zggnmz.fsf@red-bean.com> <87abbt8wpm.fsf@red-bean.com> <4929AAF1.7060109@gmx.at> <492C26FC.4090300@gmx.at> <492EA37E.4040700@gmx.at> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1227803829 9377 80.91.229.12 (27 Nov 2008 16:37:09 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 27 Nov 2008 16:37:09 +0000 (UTC) Cc: Eli Zaretskii , emacs-devel@gnu.org To: martin rudalics Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Nov 27 17:38:13 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1L5jsX-0005Wy-Q1 for ged-emacs-devel@m.gmane.org; Thu, 27 Nov 2008 17:38:10 +0100 Original-Received: from localhost ([127.0.0.1]:39035 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L5jrO-000356-0I for ged-emacs-devel@m.gmane.org; Thu, 27 Nov 2008 11:36:58 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1L5jrI-00032L-SN for emacs-devel@gnu.org; Thu, 27 Nov 2008 11:36:52 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1L5jrH-00030k-Gn for emacs-devel@gnu.org; Thu, 27 Nov 2008 11:36:52 -0500 Original-Received: from [199.232.76.173] (port=51203 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L5jrH-00030h-9q for emacs-devel@gnu.org; Thu, 27 Nov 2008 11:36:51 -0500 Original-Received: from ironport2-out.pppoe.ca ([206.248.154.182]:47136 helo=ironport2-out.teksavvy.com) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1L5jrF-0001S5-Vx; Thu, 27 Nov 2008 11:36:50 -0500 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AtsEAFxbLklMCrX1/2dsb2JhbACBbdAxgn2BJA X-IronPort-AV: E=Sophos;i="4.33,676,1220241600"; d="scan'208";a="30365241" Original-Received: from 76-10-181-245.dsl.teksavvy.com (HELO pastel.home) ([76.10.181.245]) by ironport2-out.teksavvy.com with ESMTP; 27 Nov 2008 11:36:49 -0500 Original-Received: by pastel.home (Postfix, from userid 20848) id 5198D84C0; Thu, 27 Nov 2008 11:35:52 -0500 (EST) In-Reply-To: <492EA37E.4040700@gmx.at> (martin rudalics's message of "Thu, 27 Nov 2008 14:41:18 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:106243 Archived-At: > I attached an improved version of this. When in a Log-View mode buffer, > type `c' to shadow/hide all (well, most) entries not related to the > current file. Type `o' when on an object in a parenthesized list, to > only show entries for that object. Type `y' to remove any shadowing or > hiding. Use `log-view-shadow' to toggle shadowing (it's currently by > default on for the `c' command to find errors sooner). Rather than "shadow" I'd prefer a name like "focus", or "limit" (limit the view to a subset, that's the name used in Gnus's summary, it uses the / key prefix). Stefan