From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?UTF-8?B?5aSn54aK?= Newsgroups: gmane.emacs.help Subject: Re: Open a info file manually Date: Thu, 12 Nov 2009 17:44:08 +0800 Message-ID: <380eea2a0911120144x173115b6q55983a7d6888878c@mail.gmail.com> References: <380eea2a0911091803y594e0917q439e44f90b237322@mail.gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1258238099 14744 80.91.229.12 (14 Nov 2009 22:34:59 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 14 Nov 2009 22:34:59 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Nov 14 23:34:52 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 1N9RCk-0005qt-4D for geh-help-gnu-emacs@m.gmane.org; Sat, 14 Nov 2009 23:34:50 +0100 Original-Received: from localhost ([127.0.0.1]:38438 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N9RCj-00033G-IV for geh-help-gnu-emacs@m.gmane.org; Sat, 14 Nov 2009 17:34:49 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1N8WDt-0006pW-WF for help-gnu-emacs@gnu.org; Thu, 12 Nov 2009 04:44:14 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1N8WDp-0006n8-SL for help-gnu-emacs@gnu.org; Thu, 12 Nov 2009 04:44:13 -0500 Original-Received: from [199.232.76.173] (port=34891 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N8WDp-0006n4-OW for help-gnu-emacs@gnu.org; Thu, 12 Nov 2009 04:44:09 -0500 Original-Received: from mail-pz0-f181.google.com ([209.85.222.181]:37773) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1N8WDp-0002md-DA for help-gnu-emacs@gnu.org; Thu, 12 Nov 2009 04:44:09 -0500 Original-Received: by pzk11 with SMTP id 11so1313497pzk.14 for ; Thu, 12 Nov 2009 01:44:08 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=tOb3vvYs5XC9TgLd/QCWp423COfiWGm/Mjmyrhc0zN8=; b=Dgq9GvotOoUiW4HSPvITijPx5o32sUg8DTdU3AvtYXG7G4+dmFCFjRLNYWLby0XWEP Hadmh87mtorM/Temq1l4VumBLXrmTOLd9tXyx7TWiFmRsfyYFAQ8nQbktysILjiwPP3N ubbfpVzerNh1TaiWoqPsdc5c9NT9p2zoM/ilg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=mwHSx8+vdyf4hQudiEAZpMxm7G3bIHU3dDNMc920vfW7iUW+TADKPSLmx5CEEGQpFp fPVAdipcRm/z50Ja7pWfaZap6TXpkDzgsZ29Pf4FvMMaOsy8Q1d5Qn6Jqda4P/bU2xOG 15FOdYHtWVROPAn6g6NJjhYxCADTKsrSWARZE= Original-Received: by 10.142.3.3 with SMTP id 3mr299184wfc.141.1258019048043; Thu, 12 Nov 2009 01:44:08 -0800 (PST) In-Reply-To: <380eea2a0911091803y594e0917q439e44f90b237322@mail.gmail.com> X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) X-Mailman-Approved-At: Sat, 14 Nov 2009 17:31:55 -0500 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:69731 Archived-At: 2009/11/10 =E5=A4=A7=E7=86=8A : > 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? > 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? --=20 =E4=B8=8D=E6=98=AF=E6=89=80=E6=9C=89=E7=9A=84=E7=89=B9=E4=BB=91=E8=8B=8F=E9= =83=BD=E6=98=AF=E7=89=9B=E5=A5=B6