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

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

bug#65762: [PATCH] ; Fix error in 'tex-recenter-output-buffer'


From: Eshel Yaron
Subject: bug#65762: [PATCH] ; Fix error in 'tex-recenter-output-buffer'
Date: Tue, 05 Sep 2023 19:12:41 +0200
User-agent: Gnus/5.13 (Gnus v5.13)

Tags: patch

This fixes an issue in `tex-recenter-output-buffer` (which affect
several other commands that rely on it) where it calls `display-buffer`
and tries to select the returned window, without checking that
`display-buffer` returned non-nil.  This leads to an error when
`display-tex-shell-buffer-action` or `display-buffer-alist` are
configured to prevent the display of the *tex-shell* buffer.

Attachment: 0001-Fix-error-in-tex-recenter-output-buffer.patch
Description: Text Data


reply via email to

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