From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Running external info within Emacs Date: Fri, 31 Mar 2023 22:07:45 +0300 Message-ID: <83h6u020zi.fsf@gnu.org> References: <864jq2cxsv.fsf@gnu.org> <831ql65qew.fsf@gnu.org> <86wn2y5lo6.fsf@gnu.org> <83ilei44hq.fsf@gnu.org> <86wn2xifpc.fsf@gnu.org> <83o7o92y6a.fsf@gnu.org> <86y1ncyeqj.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="23068"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: Arash Esbati Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Fri Mar 31 21:08:14 2023 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1piK6g-0005pc-IE for ged-emacs-devel@m.gmane-mx.org; Fri, 31 Mar 2023 21:08:14 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1piK65-00080U-J8; Fri, 31 Mar 2023 15:07:37 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1piK60-00080G-DU for emacs-devel@gnu.org; Fri, 31 Mar 2023 15:07:33 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1piK60-0005tS-1h for emacs-devel@gnu.org; Fri, 31 Mar 2023 15:07:32 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-version:References:Subject:In-Reply-To:To:From: Date; bh=tPnT9X3qf4X7WBptz1HxGpC6EG78IJxQVjE21Nkgrcw=; b=AXCcquUq0k20a0hC4N9B xdYHOGzhYyeXsqGvBQzdV2pECgPxj0+I2VJIz5hZLi9fAY9vs/yL9HyydxztPLeRWhn3aLHAW5DUi evS9trx1S+mx4OVOyX7aW3eCRS/oSfNWT1WMx33T7Dn7u9z5F34HW0ZOMIwzVO2fanIzL6J/uTcyZ olnPOd+hhp92UWFJNguflHhbU8WRs12h49AqUFEJ8cOUiJcsca+5NdCK5DhEdlH5pwoBIWpbFiw4V JqUwSQhP4R9yFLtfoEhSWOGA0C/iiUl79xJoDDYsfaWrQrDJ1tKDk8t461awnc62+deCot8UjU+0k DZfzciNZgamJCg==; Original-Received: from [87.69.77.57] (helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1piK5z-0003II-2w; Fri, 31 Mar 2023 15:07:31 -0400 In-Reply-To: <86y1ncyeqj.fsf@gnu.org> (message from Arash Esbati on Fri, 31 Mar 2023 20:09:40 +0200) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.devel:304951 Archived-At: > From: Arash Esbati > Cc: emacs-devel@gnu.org > Date: Fri, 31 Mar 2023 20:09:40 +0200 > > Eli Zaretskii writes: > > > And that it happens _only_ for this one Info file? Then what is the > > difference between this Info file and the other ones? > > Nope, I moved my Emacs directory, adjusted $INFOPATH and did in the > shell: > > $ info emacs > $ info elisp > $ info gnus > > They all work. Within Emacs, no avail, no matter what I try. So inside Emacs, the only command that works is "info dir", and all the other "info FOO" commands, where FOO ≠ dir, fail?