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: Sun, 02 Apr 2023 19:04:22 +0200 Message-ID: <86sfdiw6zt.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> <83h6u020zi.fsf@gnu.org> <86o7o77u5h.fsf@gnu.org> <83a5zrzvdc.fsf@gnu.org> <86y1nbpsp8.fsf@gnu.org> <83o7o7y5tq.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="14212"; 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 Sun Apr 02 19:05:06 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 1pj18b-0003Pg-Ie for ged-emacs-devel@m.gmane-mx.org; Sun, 02 Apr 2023 19:05:05 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1pj18G-0001Du-2z; Sun, 02 Apr 2023 13:04:44 -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 1pj18E-0001DN-BY for emacs-devel@gnu.org; Sun, 02 Apr 2023 13:04:42 -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 1pj18E-00045F-2s for emacs-devel@gnu.org; Sun, 02 Apr 2023 13:04:42 -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=VBTsapIZV1LcSfzxaxYhQzzDDQBSbV2ktTgWrGZ16Rc=; b=sS9nryxSzys925+obFIm WonwtYy4VJXBmWRchdYUrAOaVSkhOqbkG7TqssBGrYj6nBcJyxLwutBNDQfJz4lMWsxVt9Khcocvs 8MPfuPiy4g4pQXkWGA9tpJHMWV8BWaD0B1ZZM0d/JQ81TT2YDTB95fYHcX8CjYYqCGSxnaXdH1B68 SsNqxJTGk/FzRCG763PcimaxlNa2HGYfqLM+/5vul36pidk8eP6p8KJ8V4XA4cV0lqww4ZYc7WdNk aKWLzYew2/FhxedXDkQnyvuGHQLbC2xA2SMuvJKeM2TcKZj+V/xGlBPAP1wW+7UnKYIFIInSltgm5 rpTk8jcd+yV5Yg==; Original-Received: from pd9fb7539.dip0.t-ipconnect.de ([217.251.117.57] helo=MUTANT) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pj18D-0003H8-GM; Sun, 02 Apr 2023 13:04:41 -0400 In-Reply-To: <83o7o7y5tq.fsf@gnu.org> (Eli Zaretskii's message of "Sat, 01 Apr 2023 18:34:25 +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:305040 Archived-At: Eli Zaretskii writes: > Put the programs, with the dependency DLLs, in a separate directory. > Windows always prefers the DLLs that live in the same directory as the > executable that loads them, so if the DLLs are together with the .exe, > the order of PATH shouldn't matter. Following the motto: If you want something done, do it yourself, I built a native version of texinfo myself. The process was quite smooth, and it seems to work as expected. So using the native version was the solution here. Best, Arash