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

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

bug#41888: closed (27.0.91; fix ACTION argument of display-buffer)


From: GNU bug Tracking System
Subject: bug#41888: closed (27.0.91; fix ACTION argument of display-buffer)
Date: Sun, 28 Jun 2020 14:08:02 +0000

Your message dated Sun, 28 Jun 2020 17:06:47 +0300
with message-id <83imfb2sjs.fsf@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@gnu.org.)


-- 
41888: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=41888
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: 27.0.91; fix ACTION argument of display-buffer Date: Mon, 15 Jun 2020 23:30:08 -0700
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.

Attachment: 0001-fixed-ACTION-argument-of-display-buffer-call.patch
Description: fix one display-buffer call

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


--- End Message ---
--- Begin Message --- Subject: Re: bug#41888: 27.0.91; fix ACTION argument of display-buffer Date: Sun, 28 Jun 2020 17:06:47 +0300
> Cc: 41888@debbugs.gnu.org
> From: martin rudalics <rudalics@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.)


--- End Message ---

reply via email to

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