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: Sun, 02 Apr 2023 20:14:07 +0300 Message-ID: <83mt3qw6jk.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> <86sfdiw6zt.fsf@gnu.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="16347"; 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 Sun Apr 02 19:14:27 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 1pj1Hf-00046u-LR for ged-emacs-devel@m.gmane-mx.org; Sun, 02 Apr 2023 19:14:27 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1pj1H4-00048r-4x; Sun, 02 Apr 2023 13:13:50 -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 1pj1H1-00048O-Tr for emacs-devel@gnu.org; Sun, 02 Apr 2023 13:13:48 -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 1pj1H1-0005a0-MB for emacs-devel@gnu.org; Sun, 02 Apr 2023 13:13:47 -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=uN94MYynujcKqtIgmN+t/TW1W+n9ImggUxsMzXdfGeM=; b=anUvLy4V34A0 ZEX3VRiHMVGuucJocpB5FYS58iP30T7rIXYvGHW3ToNInNLZ9+SZ/ZiWPjv73q8i5IeRlfnoImET/ Dkj4BJlPNjCMOhBWRwwTAJab4YCw4qBCX9+JeHUqPF1//UZgVR4EAL/IIGUZqP/XwbvitICXcm3HF 1MB9i8PyhTEL8xS/cPDxKMVIflXFQDhcXsB0vwBugwnGOSUTx0eoI6H5pNiPA+9FXFQcVjffMD/yc caqUjw5NIKBA5vfJhguTpQenWthRmC4JVvJKIwa+MDwWJFz1NhbiuC2F3CwysK4hwxJw6294z6C5S HjVHuSgTFqkb7+yz5IVVSA==; 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 1pj1H0-0000cn-Tz; Sun, 02 Apr 2023 13:13:47 -0400 In-Reply-To: <86sfdiw6zt.fsf@gnu.org> (message from Arash Esbati on Sun, 02 Apr 2023 19:04:22 +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:305041 Archived-At: > From: Arash Esbati > Cc: emacs-devel@gnu.org > Date: Sun, 02 Apr 2023 19:04:22 +0200 > > 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. Sure. Like I said: the upstream project supports this since at least 10 years ago. Which is why I find it strange that MSYS2 folks don't release a native package.