GNU bug report logs -
#41888
27.0.91; fix ACTION argument of display-buffer
Previous Next
Reported by: emacs18 <at> gmail.com
Date: Tue, 16 Jun 2020 06:31:01 UTC
Severity: normal
Found in version 27.0.91
Done: Eli Zaretskii <eliz <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Sun, 28 Jun 2020 17:06:47 +0300
with message-id <83imfb2sjs.fsf <at> gnu.org>
and subject line Re: bug#41888: 27.0.91; fix ACTION argument of display-buffer
has caused the debbugs.gnu.org bug report #41888,
regarding 27.0.91; fix ACTION argument of display-buffer
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
41888: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=41888
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
[Message part 3 (text/plain, inline)]
gud-common-init function in emacs 27 seems to have a bug in how it calls
display-buffer. The second argument passed is ACTION. According to
docstring of display-buffer, the list of functions need to be a list
within a list. The attached patch adds the missing extra pair of
parenthesis.
[0001-fixed-ACTION-argument-of-display-buffer-call.patch (text/x-diff, attachment)]
[Message part 5 (text/plain, inline)]
In GNU Emacs 27.0.91 (build 8, x86_64-pc-linux-gnu, GTK+ Version 3.24.18)
of 2020-06-12 built on kimr-laptop
Repository revision: 22f4fba8a903874ba63f8f479fa40b1dfe12850f
Repository branch: emacs-27
Windowing system distributor 'The X.Org Foundation', version 11.0.12008000
System Description: Ubuntu 20.04 LTS
Recent messages:
Saving file /home/kimr/repos/e/emacs/lisp/progmodes/gud.el...
Wrote /home/kimr/repos/e/emacs/lisp/progmodes/gud.el
~/repos/e/emacs/lisp/progmodes
Quit
Mark set [2 times]
Using try-expand-line
No further expansions found
No expansion found [5 times]
Quit
Mark set [5 times]
Configured using:
'configure '--program-transform-name=s/^ctags$/ctags.emacs/'
--with-file-notification=yes --with-imagemagick --with-modules
--with-pdumper=yes --with-sound=yes --with-x-toolkit=yes --with-xml2
--without-compress-install --with-gif=no --prefix
/home/kimr/opt/emacs27/20200612 CFLAGS=-O3'
Configured features:
XPM JPEG TIFF PNG RSVG IMAGEMAGICK SOUND DBUS GSETTINGS GLIB NOTIFY
INOTIFY LIBSELINUX GNUTLS LIBXML2 FREETYPE HARFBUZZ XFT ZLIB
TOOLKIT_SCROLL_BARS GTK3 X11 XDBE XIM MODULES THREADS PDUMPER LCMS2 GMP
[Message part 6 (message/rfc822, inline)]
> Cc: 41888 <at> debbugs.gnu.org
> From: martin rudalics <rudalics <at> gmx.at>
> Date: Sun, 28 Jun 2020 08:37:56 +0200
>
> >> gud-common-init function in emacs 27 seems to have a bug in how it calls
> >> display-buffer. The second argument passed is ACTION. According to
> >> docstring of display-buffer, the list of functions need to be a list
> >> within a list. The attached patch adds the missing extra pair of
> >> parenthesis.
> >
> > Martin, any comments or suggestions?
>
> I think that Richard is right and his patch will fix the problem.
Thanks, pushed to the emacs-27 branch.
Richard, in the future please accompany your changes with a
ChangeLog-style commit log message, as described in CONTRIBUTE. (I
wrote the log message for you this time.)
This bug report was last modified 5 years and 19 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.