From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Kevin Rodgers Newsgroups: gmane.emacs.help Subject: Re: how do I visit a file in info mode? Date: Mon, 01 Mar 2010 20:54:20 -0700 Message-ID: References: <4B8C5803.6090201@gmail.com> <9667A1A3265745E1926D77A9E5864F4A@us.oracle.com> <668c430c1003011652j3ddd4e0emc79a560ddee5dd1c@mail.gmail.com> <938FD473372B43A9A6EE53B2DFA3E3EA@us.oracle.com> <668c430c1003011721v7dce4de7x7f6582959fe99f8c@mail.gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1267502100 30310 80.91.229.12 (2 Mar 2010 03:55:00 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 2 Mar 2010 03:55:00 +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 Mar 02 04:54:57 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 1NmJCB-0001IL-Rt for geh-help-gnu-emacs@m.gmane.org; Tue, 02 Mar 2010 04:54:56 +0100 Original-Received: from localhost ([127.0.0.1]:36385 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NmJCB-0000KH-Do for geh-help-gnu-emacs@m.gmane.org; Mon, 01 Mar 2010 22:54:55 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NmJBo-0000IK-Hf for help-gnu-emacs@gnu.org; Mon, 01 Mar 2010 22:54:32 -0500 Original-Received: from [140.186.70.92] (port=53920 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NmJBm-0000Ge-NH for help-gnu-emacs@gnu.org; Mon, 01 Mar 2010 22:54:31 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1NmJBl-0001sO-Es for help-gnu-emacs@gnu.org; Mon, 01 Mar 2010 22:54:30 -0500 Original-Received: from lo.gmane.org ([80.91.229.12]:53398) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NmJBl-0001sC-7Q for help-gnu-emacs@gnu.org; Mon, 01 Mar 2010 22:54:29 -0500 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1NmJBi-00019j-Dv for help-gnu-emacs@gnu.org; Tue, 02 Mar 2010 04:54:26 +0100 Original-Received: from c-71-237-24-138.hsd1.co.comcast.net ([71.237.24.138]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 02 Mar 2010 04:54:26 +0100 Original-Received: from kevin.d.rodgers by c-71-237-24-138.hsd1.co.comcast.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 02 Mar 2010 04:54:26 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 18 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: c-71-237-24-138.hsd1.co.comcast.net User-Agent: Thunderbird 2.0.0.23 (Macintosh/20090812) In-Reply-To: <668c430c1003011721v7dce4de7x7f6582959fe99f8c@mail.gmail.com> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) 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:72287 Archived-At: Bruce Korb wrote: > I know the stuff is always documented somewhere. The problem is > finding it. Thank you again. Regards, Bruce When you install a new version of Emacs, `C-h n' is the first thing to try: * Changes in Specialized Modes and Packages in Emacs 22.1: ... ** Info mode changes ... *** A numeric prefix argument of `info' selects an Info buffer with the number appended to the `*info*' buffer name (e.g. "*info*<2>"). -- Kevin Rodgers Denver, Colorado, USA