From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: David Kastrup Newsgroups: gmane.emacs.help Subject: Re: Open a info file manually Date: Wed, 11 Nov 2009 11:00:05 +0100 Organization: Organization?!? Message-ID: <877htxtm8q.fsf@lola.goethe.zz> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Trace: ger.gmane.org 1257936188 30267 80.91.229.12 (11 Nov 2009 10:43:08 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 11 Nov 2009 10:43:08 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Nov 11 11:43:01 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 1N8AfE-0005ub-Ug for geh-help-gnu-emacs@m.gmane.org; Wed, 11 Nov 2009 11:43:01 +0100 Original-Received: from localhost ([127.0.0.1]:43528 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N8AfE-0004Ts-AF for geh-help-gnu-emacs@m.gmane.org; Wed, 11 Nov 2009 05:43:00 -0500 Original-Path: news.stanford.edu!usenet.stanford.edu!news.tele.dk!news.tele.dk!small.news.tele.dk!kanaga.switch.ch!switch.ch!news.belwue.de!newsfeed.ision.net!newsfeed2.easynews.net!ision!newsfeed.arcor.de!newsspool1.arcor-online.net!news.arcor.de.POSTED!not-for-mail Original-Newsgroups: gnu.emacs.help X-Face: 2FEFf>]>q>2iw=B6, xrUubRI>pR&Ml9=ao@P@i)L:\urd*t9M~y1^:+Y]'C0~{mAl`oQuAl \!3KEIp?*w`|bL5qr,H)LFO6Q=qx~iH4DN; i"; /yuIsqbLLCh/!U#X[S~(5eZ41to5f%E@'ELIi$t^ Vc\LWP@J5p^rst0+('>Er0=^1{]M9!p?&:\z]|;&=NP3AhB!B_bi^]Pfkw User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (gnu/linux) Cancel-Lock: sha1:JI2W4m8nRKj4suopuRr9eynkoUM= Original-Lines: 26 Original-NNTP-Posting-Date: 11 Nov 2009 11:00:05 CET Original-NNTP-Posting-Host: 3edc7d66.newsspool1.arcor-online.net Original-X-Trace: DXC=XH2emZ=2U`H2:OR3:3gaE@ic==]BZ:afN4Fo<]lROoRA<`=YMgDjhgBJeHRnOLT]oN1_LiI6ENVaM3>5MOK`ko48^i@8T3M]; b5aj@ Original-X-Complaints-To: usenet-abuse@arcor.de Original-Xref: news.stanford.edu gnu.emacs.help:174584 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:69659 Archived-At: 大熊 writes: > I use Emacs 23.1 > > 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? C-h k C-h i tells me C-h i runs the command info, which is an interactive compiled Lisp function in `info.el'. It is bound to C-h i, i, i. (info &optional FILE-OR-NODE BUFFER) Enter Info, the documentation browser. Optional argument FILE-OR-NODE specifies the file to examine; the default is the top-level directory of Info. [...] -- David Kastrup