From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Robert P. J. Day" Newsgroups: gmane.emacs.help Subject: Re: how to open an uninstalled info file from within emacs Date: Tue, 24 Sep 2002 10:17:31 -0400 (EDT) Sender: help-gnu-emacs-admin@gnu.org Message-ID: References: NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Trace: main.gmane.org 1032877013 4301 127.0.0.1 (24 Sep 2002 14:16:53 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 24 Sep 2002 14:16:53 +0000 (UTC) Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 17tqUd-000173-00 for ; Tue, 24 Sep 2002 16:16:51 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 17tqUj-00051C-00; Tue, 24 Sep 2002 10:16:57 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 17tqTf-0004jY-00 for help-gnu-emacs@gnu.org; Tue, 24 Sep 2002 10:15:51 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 17tqTe-0004jM-00 for help-gnu-emacs@gnu.org; Tue, 24 Sep 2002 10:15:51 -0400 Original-Received: from tomts17-srv.bellnexxia.net ([209.226.175.71]) by monty-python.gnu.org with esmtp (Exim 4.10) id 17tqTd-0004jB-00 for help-gnu-emacs@gnu.org; Tue, 24 Sep 2002 10:15:49 -0400 Original-Received: from dell ([65.93.97.112]) by tomts17-srv.bellnexxia.net (InterMail vM.5.01.04.19 201-253-122-122-119-20020516) with ESMTP id <20020924141548.KBHV3718.tomts17-srv.bellnexxia.net@dell> for ; Tue, 24 Sep 2002 10:15:48 -0400 X-X-Sender: rpjday@dell Original-To: GNU emacs mailing list In-Reply-To: Errors-To: help-gnu-emacs-admin@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.help:1790 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:1790 On Tue, 24 Sep 2002, Jonas Steverud wrote: > "Robert P. J. Day" writes: > > > so, from within emacs, how can i open in info mode a specific > > info file that i've downloaded from the net? > > C-u C-h i ok, i'll bite -- why does adding the "C-u" universal argument on the front of "C-h i" cause this behavior? it certainly isn't intuitive, at least not to me. should i have guessed this somehow? rday