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: [PATCH] woman.el (woman-file-name): custom option `woman-use-file-directly' Date: Sun, 09 Jan 2011 21:12:43 -0500 Message-ID: References: <001d01cba418$9b8fbd10$d2af3730$@bg> <87fwt1eome.fsf@stupidchicken.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1294625600 18676 80.91.229.12 (10 Jan 2011 02:13:20 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 10 Jan 2011 02:13:20 +0000 (UTC) Cc: vladimir@sirma.bg, emacs-devel@gnu.org To: Chong Yidong Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jan 10 03:13:15 2011 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.69) (envelope-from ) id 1Pc7Fw-0000mC-BP for ged-emacs-devel@m.gmane.org; Mon, 10 Jan 2011 03:13:14 +0100 Original-Received: from localhost ([127.0.0.1]:35291 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pc7Ff-00031M-4G for ged-emacs-devel@m.gmane.org; Sun, 09 Jan 2011 21:12:55 -0500 Original-Received: from [140.186.70.92] (port=39296 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pc7Fa-00031C-2i for emacs-devel@gnu.org; Sun, 09 Jan 2011 21:12:51 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Pc7FV-00047d-1z for emacs-devel@gnu.org; Sun, 09 Jan 2011 21:12:45 -0500 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.183]:13687 helo=ironport2-out.pppoe.ca) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Pc7FU-00047V-Vl for emacs-devel@gnu.org; Sun, 09 Jan 2011 21:12:45 -0500 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AvsEAIP5KU1FxIbi/2dsb2JhbACkPnS7KIVMBIRnjiQ X-IronPort-AV: E=Sophos;i="4.60,297,1291611600"; d="scan'208";a="87452886" Original-Received: from 69-196-134-226.dsl.teksavvy.com (HELO pastel.home) ([69.196.134.226]) by ironport2-out.pppoe.ca with ESMTP/TLS/ADH-AES256-SHA; 09 Jan 2011 21:12:43 -0500 Original-Received: by pastel.home (Postfix, from userid 20848) id 2FAC258D1D; Sun, 9 Jan 2011 21:12:43 -0500 (EST) In-Reply-To: <87fwt1eome.fsf@stupidchicken.com> (Chong Yidong's message of "Sun, 09 Jan 2011 16:47:05 -0500") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) X-detected-operating-system: by eggs.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:134398 Archived-At: > This is along the right lines, but there ought to be a way to > interactively get woman to view the other versions. Unfortunately, the > prefix arg for M-x woman is already used to toggle the RE-CACHE arg. > Maybe a prefix arg should re-cache in addition to changing the > `woman-use-file-directly' effect. I don't think the former > functionality is commonly used, anyway. Another approach is to do what M-x man does: show you the first "page" found, together with the number of "pages" found and a command to switch to subsequent ones. Stefan