From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Bruce Korb Newsgroups: gmane.emacs.help Subject: How can I select a .info file for info mode? Date: Sat, 27 Dec 2008 14:56:37 -0800 Message-ID: <4956B2A5.2050106@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1230439194 10472 80.91.229.12 (28 Dec 2008 04:39:54 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 28 Dec 2008 04:39:54 +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 Dec 28 05:41:03 2008 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 1LGnSY-0001Bm-J3 for geh-help-gnu-emacs@m.gmane.org; Sun, 28 Dec 2008 05:41:02 +0100 Original-Received: from localhost ([127.0.0.1]:47055 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LGnRL-0004s5-CD for geh-help-gnu-emacs@m.gmane.org; Sat, 27 Dec 2008 23:39:47 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LGi5L-0008Ey-0F for help-gnu-emacs@gnu.org; Sat, 27 Dec 2008 17:56:43 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LGi5I-0008Dh-Is for help-gnu-emacs@gnu.org; Sat, 27 Dec 2008 17:56:41 -0500 Original-Received: from [199.232.76.173] (port=46364 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LGi5I-0008DZ-CZ for help-gnu-emacs@gnu.org; Sat, 27 Dec 2008 17:56:40 -0500 Original-Received: from wf-out-1314.google.com ([209.85.200.175]:51592) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LGi5H-0004Cm-Vu for help-gnu-emacs@gnu.org; Sat, 27 Dec 2008 17:56:40 -0500 Original-Received: by wf-out-1314.google.com with SMTP id 28so4141003wfc.24 for ; Sat, 27 Dec 2008 14:56:38 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:subject:content-type :content-transfer-encoding; bh=mjkreK6JCvB9+xr7u5UaXyeoVgt3sEZKP1KVGaWoXko=; b=l9hQ6oIq++Hsj+j65OXXrLGRB8z9oRirlpHmmQueGuOi2S86lIrE971QMfTSKoMlad cdTLA4MkHH/mj+11Zzl837e6azjWiJDR7gEw652eDr7f9c4hBbYtMRAKoH1XViH4JQC1 OH1R2dZsptpYvH/e/ElUDuZFQcWmgQhzp3hz0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; b=uHQ3twk4jwfvCSgiLGsDgh5ElEYLQWawlk558UuExksPZkeTWfr1Pd6jYZxJELSWIS itufWNWD/+io21o8siVX6OVud7qBGECOQeBd/SqoO1xNs86A7mdNYKcjyOcJ9PQTzZf1 EW3xpJfoLIJCr2yRXw87LG2GtQKmHs2TgIr08= Original-Received: by 10.142.132.2 with SMTP id f2mr5019805wfd.168.1230418598546; Sat, 27 Dec 2008 14:56:38 -0800 (PST) Original-Received: from ?10.10.1.101? (adsl-75-2-137-50.dsl.pltn13.sbcglobal.net [75.2.137.50]) by mx.google.com with ESMTPS id 28sm26936436wfg.28.2008.12.27.14.56.37 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sat, 27 Dec 2008 14:56:38 -0800 (PST) User-Agent: Thunderbird 2.0.0.18 (X11/20081112) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) X-Mailman-Approved-At: Sat, 27 Dec 2008 23:39:29 -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:60944 Archived-At: Hi, It used to be the case that ``ESC-2 CTL-h i'' gave me the opportunity to select the .info file to use for info mode. Not any more. Plowing through the docs doesn't give me a good enough hint about how to do it either. Please tell me there is still a way to do this? Searching keybindings did not yield anything promising either. I guess I could read the elisp for the previous emacs and my current one, but that is too far over the top for me. I don't grok elisp very well anyway. Thank you. Regards, Bruce $ emacs --version GNU Emacs 22.2.1 Copyright (C) 2008 Free Software Foundation, Inc.