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 10:10:53 +0300 Message-ID: <83o7o92y6a.fsf@gnu.org> References: <864jq2cxsv.fsf@gnu.org> <831ql65qew.fsf@gnu.org> <86wn2y5lo6.fsf@gnu.org> <83ilei44hq.fsf@gnu.org> <86wn2xifpc.fsf@gnu.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="34993"; 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 09:11:01 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 1pi8ua-0008uY-FT for ged-emacs-devel@m.gmane-mx.org; Fri, 31 Mar 2023 09:11:00 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1pi8uH-0002t1-Uh; Fri, 31 Mar 2023 03:10:41 -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 1pi8uG-0002sc-Ne for emacs-devel@gnu.org; Fri, 31 Mar 2023 03:10:40 -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 1pi8uG-0001tL-Fy for emacs-devel@gnu.org; Fri, 31 Mar 2023 03:10:40 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=BNRyy9jUIH0ahiodR/igTr5EvkENBNU3Oftg8WLl/O8=; b=VNlLs+Jyjjnz PlGQol2K4QPxTXoAhfjjbnM0vLhv3IhGdrIPTp2eAF9NCPbqbujCoJGVxCZsIQ5nxdi+uOVyuS7H6 kURlrOmfH4Wmd5unO0TQdVqRrNJodabwBxTQ9lWArESIv17N3OnYqHz2Fnb/DIsa+Wg3E4J13ipE+ zrYELHCBB5wSPV9osz0nAV6FO9mryL5be/JOjRF/Rgk6C/IGSOA0HpMgSS88iIS2PeHgeiiTn3fob pUNMHFtnsMggsJMKtDWpt2Ese81WkRjJtXZvbez/B6yeuHAvnWneY5boJSXEns15IQVhbQyRqhuX9 2XUPcxTZ9nmOBTp0DX1mkw==; 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 1pi8uF-0006mh-OO; Fri, 31 Mar 2023 03:10:40 -0400 In-Reply-To: <86wn2xifpc.fsf@gnu.org> (message from Arash Esbati on Fri, 31 Mar 2023 08:43:11 +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:304888 Archived-At: > From: Arash Esbati > Cc: emacs-devel@gnu.org > Date: Fri, 31 Mar 2023 08:43:11 +0200 > > Eli Zaretskii writes: > > > Then this is either a bug in MSYS2 stand-alone Info reader, or > > something else is at work here that we don't see. > > > > What happens if you copy latex2e.info to C:\msys64\mingw64\share\info? > > No change. I still see > > (async-shell-command "info latex2e") > info: No menu item 'latex2e' in node '(dir)Top' > > and > > (async-shell-command "info -f latex2e") > info: latex2e: No such file or directory > > Any other idea? I also tried this with Emacs built from the release > branch, same thing. What about shell-command? or if you invoke "info latex2e" from "M-x shell"? same error? So the issue is that shell commands invoked from Emacs fail when the same shell commands invoked from the shell work? And that it happens _only_ for this one Info file? Then what is the difference between this Info file and the other ones?