From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: Lars Ingebrigtsen Newsgroups: gmane.emacs.bugs Subject: bug#30063: 26.0.90; Silent fail with `rst-compile-pdf-preview' Date: Mon, 07 Oct 2019 05:25:58 +0200 Message-ID: <87zhidb5ix.fsf@gnus.org> References: <87o9m14y0x.fsf@gmail.com> <1517054395.9954.0@smtp.gmail.com> <87o8z3mhi5.fsf@gnus.org> <5960.1570136023@eskebo> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="185471"; mail-complaints-to="usenet@blaine.gmane.org" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux) Cc: 30063@debbugs.gnu.org, Simen =?UTF-8?Q?Heggest=C3=B8yl?= To: Stefan Merten Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Mon Oct 07 05:27:14 2019 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([209.51.188.17]) by blaine.gmane.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1iHJg2-000m4w-7R for geb-bug-gnu-emacs@m.gmane.org; Mon, 07 Oct 2019 05:27:14 +0200 Original-Received: from localhost ([::1]:40354 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iHJg0-0007cW-Tt for geb-bug-gnu-emacs@m.gmane.org; Sun, 06 Oct 2019 23:27:12 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:48225) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iHJfs-0007bH-Cq for bug-gnu-emacs@gnu.org; Sun, 06 Oct 2019 23:27:05 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iHJfr-0006Vk-81 for bug-gnu-emacs@gnu.org; Sun, 06 Oct 2019 23:27:04 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:38290) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iHJfr-0006Vd-4i for bug-gnu-emacs@gnu.org; Sun, 06 Oct 2019 23:27:03 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1iHJfr-0000tN-16 for bug-gnu-emacs@gnu.org; Sun, 06 Oct 2019 23:27:03 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Lars Ingebrigtsen Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Mon, 07 Oct 2019 03:27:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 30063 X-GNU-PR-Package: emacs Original-Received: via spool by 30063-submit@debbugs.gnu.org id=B30063.15704187653309 (code B ref 30063); Mon, 07 Oct 2019 03:27:02 +0000 Original-Received: (at 30063) by debbugs.gnu.org; 7 Oct 2019 03:26:05 +0000 Original-Received: from localhost ([127.0.0.1]:47101 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iHJev-0000rJ-0W for submit@debbugs.gnu.org; Sun, 06 Oct 2019 23:26:05 -0400 Original-Received: from quimby.gnus.org ([80.91.231.51]:54650) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iHJes-0000r9-9V for 30063@debbugs.gnu.org; Sun, 06 Oct 2019 23:26:03 -0400 Original-Received: from cm-84.212.202.86.getinternet.no ([84.212.202.86] helo=marnie) by quimby.gnus.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1iHJeo-00050a-TT; Mon, 07 Oct 2019 05:26:01 +0200 In-Reply-To: <5960.1570136023@eskebo> (Stefan Merten's message of "Thu, 03 Oct 2019 22:53:43 +0200") X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 209.51.188.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: "bug-gnu-emacs" Xref: news.gmane.org gmane.emacs.bugs:168482 Archived-At: Stefan Merten writes: > A good solution IMHO would be to have a reasonable list of defaults > for (all) the executables in `rst-compile-toolsets', then check this > list of defaults for executability and then set the default > customization accordingly. If none of the defaults is found the > customization for the respective symbol should be set to nil and the > error should appear when the executable is to be used. Yeah, that sounds like a good thing. > [...browsing through the code...] > > Ok, a sensible solution would need quite an effort. So it's probably > best to apply this patch now and when at any point in the future I > come up with a more general solution it will do something equivalent > or rather something better. OK, Simen -- I think you should just apply the patch and close the bug report, and we can hope that further improvements arrive in the future. :-) -- (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no