[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#64394: [PATCH] Fix `async-shell-command-display-buffer' display
From: |
Eliza Velasquez |
Subject: |
bug#64394: [PATCH] Fix `async-shell-command-display-buffer' display |
Date: |
Fri, 30 Jun 2023 18:00:33 -0700 |
Tags: patch
If `async-shell-command-display-buffer' was nil, it did not respect
`display-buffer-alist' entries with `display-buffer-no-window'. This
behavior has been fixed.
For example, I never want to see any shell command buffers with no
output, and I also never want to see any shell command buffers named
`*shell:mpv*'.
It seems possible to me, but very unlikely, that someone was depending
on the existing behavior in some way. I can imagine an alternate
version of this patch that instead adds a new possible value to
`async-shell-command-display-buffer', but this seems like a clear bug to
me. I will defer to the judgement of someone more senior on this.
In GNU Emacs 29.0.92 (build 1, x86_64-pc-linux-gnu, GTK+ Version
3.24.38, cairo version 1.16.0)
Windowing system distributor 'The X.Org Foundation', version 11.0.12101008
System Description: NixOS 23.05 (Stoat)
Configured using:
'configure
--prefix=/nix/store/vc9yalw7cbbk21406nx5vb94k5rb5h4k-emacs-gtk3-29.0.92
--disable-build-details --with-modules --with-x-toolkit=gtk3 --with-xft
--with-cairo --with-native-compilation --with-tree-sitter
--with-xinput2 --with-xwidgets'
0001-Fix-async-shell-command-display-buffer-display.patch
Description: Text Data
--
Eliza
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- bug#64394: [PATCH] Fix `async-shell-command-display-buffer' display,
Eliza Velasquez <=