From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Arash Esbati Newsgroups: gmane.emacs.devel Subject: Re: Running external info within Emacs Date: Fri, 31 Mar 2023 20:09:40 +0200 Message-ID: <86y1ncyeqj.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> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="17050"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Cc: emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Fri Mar 31 20:35:04 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 1piJaZ-0004AO-Ak for ged-emacs-devel@m.gmane-mx.org; Fri, 31 Mar 2023 20:35:03 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1piJZt-0001b2-RH; Fri, 31 Mar 2023 14:34:21 -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 1piJZp-0001aX-2g for emacs-devel@gnu.org; Fri, 31 Mar 2023 14:34:17 -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 1piJZo-00083J-RC for emacs-devel@gnu.org; Fri, 31 Mar 2023 14:34:16 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:Date:References:In-Reply-To:Subject:To: From; bh=TkBJ31pncao42JmQC5BN5NuyWHVnEOJTMFWq6P31+bs=; b=I+z7b1TlZLZLztWOlTWR fopjCzATVdiCb6W6B9/XMK0zyyLIgLvm1uizGkj25bhw5ptevL549YYuzxBdEone/nXGoS4JY3WHT mVdclXnnpxzwlQRyyr08hCqLVe4pSNyeGwP+gn5MIaqZmYbv4t0x9mAlRULYZ/sCEjIElcLmCmumG A5WS0geMCPJbhhZPQl2E7rzO1TxuVDXGomcWMVyXhAp5kuo+SXbJv0p/Jjzg7wQMOxbvVvue1CPLz 6RGiSRj9jbrSLOI3D8y1k9Ft2BAMKcZdt2dKRqOxgp8UvDdECHlCLB74PnmcLwWp92p1Cyl8Glx3Q 1jx1iRIWwm+b6Q==; Original-Received: from p5b326472.dip0.t-ipconnect.de ([91.50.100.114] helo=MUTANT) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1piJZo-0004eU-DZ; Fri, 31 Mar 2023 14:34:16 -0400 In-Reply-To: <83o7o92y6a.fsf@gnu.org> (Eli Zaretskii's message of "Fri, 31 Mar 2023 10:10:53 +0300") 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:304949 Archived-At: Eli Zaretskii writes: > What about shell-command? or if you invoke "info latex2e" from > "M-x shell"? same error? Yes, the same error with both of them. > So the issue is that shell commands invoked from Emacs fail when the > same shell commands invoked from the shell work? Yes, but this is statement applies only to the directories I've added to $INFOPATH. 'info dir' for example works as expected within Emacs in all scenarios. > 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. Best, Arash