emacs-shell-command+: 2.3.1 broken, fixed in 2.3.2

  • Done
  • quality assurance status badge
Details
2 participants
  • Christopher Howard
  • Nicolas Goaziou
Owner
unassigned
Submitted by
Christopher Howard
Severity
normal

Debbugs page

Christopher Howard wrote 3 years ago
(name . bug-guix)(address . bug-guix@gnu.org)
1b467741a5ff175b315584506e5cc354fd203e18.camel@librehacker.com
Hello, emacs-shell-command+ 2.3.1 is broken against Emacs 27.2, due to
a variable `shell-command-buffer-name` not necessarily being defined.
This problem is I believed fixed in 2.3.2 source which I see puts a
`bound-and-true-p` wrapper around the variable.

```
christopher@theoden ~$ neofetch --stdout
christopher@theoden
-------------------
OS: Guix System c6adc0947396daa6d85ab08837f9cbc86f4d8722 x86_64
Host: OptiPlex 9020 00
Kernel: 5.14.14-gnu
Uptime: 2 days, 18 hours, 11 mins
Packages: 91 (guix-system), 129 (guix-user)
Shell: bash 5.0.16
Resolution: 1920x1080
DE: GNOME
Theme: Adwaita [GTK2/3]
Icons: Adwaita [GTK2/3]
Terminal: .gnome-terminal
CPU: Intel i5-4570 (4) @ 3.600GHz
GPU: Intel HD Graphics
GPU: AMD ATI Radeon HD 8490 / R5 235X OEM
Memory: 4345MiB / 7869MiB
```

--
Christopher Howard
Gemini capsule: gemini://gem.librehacker.com
Nicolas Goaziou wrote 3 years ago
(name . Christopher Howard)(address . christopher@librehacker.com)(address . 51489-done@debbugs.gnu.org)
87wnlvwoq5.fsf@nicolasgoaziou.fr
Hello,

Christopher Howard <christopher@librehacker.com> writes:

Toggle quote (5 lines)
> Hello, emacs-shell-command+ 2.3.1 is broken against Emacs 27.2, due to
> a variable `shell-command-buffer-name` not necessarily being defined.
> This problem is I believed fixed in 2.3.2 source which I see puts a
> `bound-and-true-p` wrapper around the variable.

I updated emacs-shell-command+ to 2.3.2. Thank you for the report.

Regards,
--
Nicolas Goaziou
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 51489@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 51489
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help