From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Ilya Zakharevich Newsgroups: gmane.emacs.help Subject: Re: Open a info file manually Date: Sun, 15 Nov 2009 10:44:34 +0000 (UTC) Organization: U.C. Berkeley Math. Department. Message-ID: References: <380eea2a0911091803y594e0917q439e44f90b237322@mail.gmail.com> NNTP-Posting-Host: lo.gmane.org X-Trace: ger.gmane.org 1258286097 9919 80.91.229.12 (15 Nov 2009 11:54:57 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 15 Nov 2009 11:54:57 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Nov 15 12:54:50 2009 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.50) id 1N9dgu-0006MU-Gl for geh-help-gnu-emacs@m.gmane.org; Sun, 15 Nov 2009 12:54:48 +0100 Original-Received: from localhost ([127.0.0.1]:33832 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N9dgu-0002EK-05 for geh-help-gnu-emacs@m.gmane.org; Sun, 15 Nov 2009 06:54:48 -0500 Original-Path: news.stanford.edu!usenet.stanford.edu!goblin2!goblin.stu.neva.ru!feeder.erje.net!feeder.eternal-september.org!eternal-september.org!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 20 Original-X-Trace: news.eternal-september.org U2FsdGVkX1+me9fOCXFCrYQwJRKb/YD9RidAUP6c3M76gtrPsHC9BfH4epfwu0dHNRPCAR5ryQTGkzib0twjmGZL9wfMwOGbsLDWhkaXMzcsmQQaDg6IC+bbxbK44lBDcVw1Z7V500OJoJyLcoejGA== Original-X-Complaints-To: abuse@eternal-september.org Original-NNTP-Posting-Date: Sun, 15 Nov 2009 10:44:34 +0000 (UTC) User-Agent: slrn/0.9.8.1pl1 (Linux) X-Auth-Sender: U2FsdGVkX1/6hILaf6xDOb9KCQ/dK2zPMl0bjXILWIk= Cancel-Lock: sha1:ACzaV2lZrMxoXigpeDXjmnKZJLk= Original-Xref: news.stanford.edu gnu.emacs.help:174679 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:69755 Archived-At: On 2009-11-12, ?? wrote: >> I want to open a info file somewhere, and Google result is I can use >> the bind key "c-u c-h i" >> >> and I will know whether there is a function or command do the same work? > when I press "c-u c-h i", the minibuffer will prompt me: > > Info file name: D:\emacs\bin/ > > and I can input a info file's full path to open the info file in Info-Mode > > So can I use the [alt-x + XXXX] mode? or bind this operation to some key? c-h f c-h i Then inspect the help menu. Hope this helps, Ilya