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: Re: how do I visit a file in info mode? Date: Mon, 1 Mar 2010 16:52:19 -0800 Message-ID: <668c430c1003011652j3ddd4e0emc79a560ddee5dd1c@mail.gmail.com> References: <4B8C5803.6090201@gmail.com> <9667A1A3265745E1926D77A9E5864F4A@us.oracle.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: dough.gmane.org 1267491194 4849 80.91.229.12 (2 Mar 2010 00:53:14 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 2 Mar 2010 00:53:14 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Drew Adams Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Mar 02 01:53:10 2010 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.69) (envelope-from ) id 1NmGMH-0003G2-8t for geh-help-gnu-emacs@m.gmane.org; Tue, 02 Mar 2010 01:53:09 +0100 Original-Received: from localhost ([127.0.0.1]:58376 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NmGMG-0003el-Dt for geh-help-gnu-emacs@m.gmane.org; Mon, 01 Mar 2010 19:53:08 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NmGLp-0003eN-O4 for help-gnu-emacs@gnu.org; Mon, 01 Mar 2010 19:52:41 -0500 Original-Received: from [140.186.70.92] (port=42053 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NmGLp-0003eC-3a for help-gnu-emacs@gnu.org; Mon, 01 Mar 2010 19:52:41 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1NmGLo-0005g2-91 for help-gnu-emacs@gnu.org; Mon, 01 Mar 2010 19:52:41 -0500 Original-Received: from mail-gw0-f41.google.com ([74.125.83.41]:33437) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NmGLo-0005fr-4r for help-gnu-emacs@gnu.org; Mon, 01 Mar 2010 19:52:40 -0500 Original-Received: by gwj18 with SMTP id 18so3169608gwj.0 for ; Mon, 01 Mar 2010 16:52:39 -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 :from:date:message-id:subject:to:cc:content-type; bh=zfAv63yt3Cl+2yMEetmUUmDp8YwPUYNHig9jwf47ggw=; b=RUVssRh5QRSOaWbjZEgHBjxbVNJIFH9PgpRAJWXY2neYuGuSdmdPq5Ggac5pftoL2B vLn1h7H7q/EDqnSE8DZv8qb2rJmePaqNs407lphSn6k3DUc37ra8WqDlvS+Qe2Qqya/z +dfpVs2Go3aFhv3FpB6fQbhgJJsmDV+c8ypIw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; b=czCsPOr/T1VSfmB8ZI+ujIDX6L4xtBNCsiyfmuIwecyvVM+TAOIyZ+aRMJExWeYZpR Pw/CCzVQrvgGrQ90tUZqUVuLG5AqsV2NJe9+RYKCW+8iALSnq/0lwJknNcLSkc2RlMST r6QxER+oKhp8Kk5TVk9rHO51/oyUcA8msiCW8= Original-Received: by 10.101.11.17 with SMTP id o17mr1963066ani.198.1267491159221; Mon, 01 Mar 2010 16:52:39 -0800 (PST) In-Reply-To: <9667A1A3265745E1926D77A9E5864F4A@us.oracle.com> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) 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:72282 Archived-At: Hi Drew, On Mon, Mar 1, 2010 at 4:28 PM, Drew Adams wrote: > You don't mention your Emacs version. > > In Emacs prior to version 22, any prefix arg gave the behavior you're looking > for. Starting with Emacs 22, you need to use a non-numeric prefix arg to get > that behavior. > > So try `C-u C-h i' instead of `M-2 C-h i'. That was it. Thank you!! Completely unclear why it was necessary to change it, though. Regards, Bruce