bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#65649: [PATCH] package-vc: Continue installing package when document


From: Joseph Turner
Subject: bug#65649: [PATCH] package-vc: Continue installing package when documentation build fails
Date: Thu, 31 Aug 2023 14:39:22 -0700

Joseph Turner <joseph@breatheoutbreathe.in> writes:

> Philip Kaludercic <philipk@posteo.net> writes:
>
>> Also, the buffer *package-vc doc* should stay persistent and would
>> include error messages, that could also be used here.
>
> Like this?
>
> (with-demoted-errors "package-vc: Could not build documentation. See 
> *package-vc doc* for details" ... )

Actually, that would not have handled the error related to relative org
#+include statements, since that error happened above this line:

(with-current-buffer (get-buffer-create " *package-vc doc*")





reply via email to

[Prev in Thread] Current Thread [Next in Thread]