GNU bug report logs - #18016
24.4.50; buffer menu

Previous Next

Package: emacs;

Reported by: emmettgrogan <at> freenet.de

Date: Mon, 14 Jul 2014 15:49:02 UTC

Severity: normal

Tags: confirmed

Found in version 24.4.50

Done: Rüdiger Sonderfeld <ruediger <at> c-plusplus.de>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 18016 in the body.
You can then email your comments to 18016 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-gnu-emacs <at> gnu.org:
bug#18016; Package emacs. (Mon, 14 Jul 2014 15:49:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to emmettgrogan <at> freenet.de:
New bug report received and forwarded. Copy sent to bug-gnu-emacs <at> gnu.org. (Mon, 14 Jul 2014 15:49:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: emmettgrogan <at> freenet.de
To: bug-gnu-emacs <at> gnu.org
Subject: 24.4.50; buffer menu
Date: Mon, 14 Jul 2014 17:45:31 +0200
'command-execute: Wrong type argument: commandp, ((nil) lambda nil (interactive) (funcall menu-bar-select-buffer-function #<buffer *Messages*>))'

In GNU Emacs 24.4.50.2 (i686-pc-linux-gnu, GTK+ Version 3.10.8)
 of 2014-07-14 on INDRA
Windowing system distributor `The X.Org Foundation', version 11.0.11501000
System Description:	Linux Mint 17 Qiana

Configured using:
 `configure --prefix=/usr/local/lib/emacs/.new --sysconfdir=/etc
 --enable-locallisppath=/usr/local/share/emacs/site-lisp
 --libexecdir=/usr/local/lib/ --localstatedir=/var --enable-largefile
 --with-x-toolkit=gtk3 --with-sound=yes 'CFLAGS=-march=native -O3''

Configured features:
XPM JPEG TIFF GIF PNG SOUND DBUS GSETTINGS NOTIFY GNUTLS LIBXML2
FREETYPE XFT ZLIB

Important settings:
  value of $LC_MONETARY: de_DE.UTF-8
  value of $LC_NUMERIC: de_DE.UTF-8
  value of $LC_TIME: de_DE.UTF-8
  value of $LANG: en_US.UTF-8
  locale-coding-system: utf-8-unix

Major mode: Lisp Interaction

Minor modes in effect:
  tooltip-mode: t
  electric-indent-mode: t
  mouse-wheel-mode: t
  tool-bar-mode: t
  menu-bar-mode: t
  file-name-shadow-mode: t
  global-font-lock-mode: t
  font-lock-mode: t
  blink-cursor-mode: t
  auto-composition-mode: t
  auto-encryption-mode: t
  auto-compression-mode: t
  line-number-mode: t

Recent input:
<help-echo> <help-echo> <help-echo> <help-echo> <help-echo> 
<help-echo> <help-echo> <menu-bar> <help-menu> <se
nd-emacs-bug-report>

Recent messages:
For information about GNU Emacs and the GNU system, type C-h C-a.

Load-path shadows:
None found.

Features:
(shadow sort gnus-util mail-extr emacsbug message dired format-spec
rfc822 mml easymenu mml-sec mm-decode mm-bodies mm-encode mail-parse
rfc2231 mailabbrev gmm-utils mailheader sendmail rfc2047 rfc2045
ietf-drums mm-util help-fns mail-prsvr mail-utils time-date tooltip
electric uniquify ediff-hook vc-hooks lisp-float-type mwheel x-win x-dnd
tool-bar dnd fontset image regexp-opt fringe tabulated-list newcomment
lisp-mode prog-mode register page menu-bar rfn-eshadow timer select
scroll-bar mouse jit-lock font-lock syntax facemenu font-core frame cham
georgian utf-8-lang misc-lang vietnamese tibetan thai tai-viet lao
korean japanese hebrew greek romanian slovak czech european ethiopic
indian cyrillic chinese case-table epa-hook jka-cmpr-hook help simple
abbrev minibuffer nadvice loaddefs button faces cus-face macroexp files
text-properties overlay sha1 md5 base64 format env code-pages mule
custom widget hashtable-print-readable backquote make-network-process
dbusbind gfilenotify dynamic-setting system-font-setting
font-render-setting move-toolbar gtk x-toolkit x multi-tty emacs)

Memory information:
((conses 8 77396 3417)
 (symbols 24 18798 0)
 (miscs 20 44 104)
 (strings 16 12330 3483)
 (string-bytes 1 302445)
 (vectors 8 9350)
 (vector-slots 4 393993 2394)
 (floats 8 68 170)
 (intervals 28 197 13)
 (buffers 512 11)
 (heap 1024 14407 754))




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#18016; Package emacs. (Wed, 16 Jul 2014 21:23:01 GMT) Full text and rfc822 format available.

Message #8 received at 18016 <at> debbugs.gnu.org (full text, mbox):

From: Glenn Morris <rgm <at> gnu.org>
To: 18016 <at> debbugs.gnu.org, Stefan Monnier <monnier <at> iro.umontreal.ca>
Cc: emmettgrogan <at> freenet.de
Subject: Re: bug#18016: 24.4.50; buffer menu
Date: Wed, 16 Jul 2014 17:22:44 -0400
emmettgrogan <at> freenet.de wrote:

[when selecting a buffer from the Buffers menu:]

> 'command-execute: Wrong type argument: commandp, ((nil) lambda nil
> (interactive) (funcall menu-bar-select-buffer-function #<buffer *Messages*>))'

Bisected to:

revno: 117463
committer: Stefan Monnier
timestamp: Tue 2014-07-01 21:49:31 -0400
message:
  * doc/lispref/keymaps.texi (Key Lookup): Remove mention of indirect entries.
  (Scanning Keymaps): Reword the `noindirect' argument.
  * src/keymap.c (get_keyelt): Simplify.
  (copy_keymap_item): Remove left-over code for when we had
  key-shortcut caches.

Pretty misleading first-line summary on that log message...




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#18016; Package emacs. (Tue, 29 Jul 2014 14:33:01 GMT) Full text and rfc822 format available.

Message #11 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Rüdiger Sonderfeld <ruediger <at> c-plusplus.de>
To: bug-gnu-emacs <at> gnu.org
Cc: emmettgrogan <at> freenet.de, Glenn Morris <rgm <at> gnu.org>,
 Stefan Monnier <monnier <at> iro.umontreal.ca>, 18016-done <at> debbugs.gnu.org
Subject: Re: bug#18016: 24.4.50; buffer menu
Date: Tue, 29 Jul 2014 16:31:39 +0200
Fixed in r117607 in trunk.

I'm not sure if the change caused issues elsewhere.  I simply updated the code 
to no longer add the additional nil in front of the lambda.  This is no longer 
supported due to the change to `get_keyelt'.

Regards,
Rüdiger

On Wednesday 16 July 2014 17:22:44 Glenn Morris wrote:
> emmettgrogan <at> freenet.de wrote:
> 
> [when selecting a buffer from the Buffers menu:]
> 
> > 'command-execute: Wrong type argument: commandp, ((nil) lambda nil
> > (interactive) (funcall menu-bar-select-buffer-function #<buffer
> > *Messages*>))'
> Bisected to:
> 
> revno: 117463
> committer: Stefan Monnier
> timestamp: Tue 2014-07-01 21:49:31 -0400
> message:
>   * doc/lispref/keymaps.texi (Key Lookup): Remove mention of indirect
> entries. (Scanning Keymaps): Reword the `noindirect' argument.
>   * src/keymap.c (get_keyelt): Simplify.
>   (copy_keymap_item): Remove left-over code for when we had
>   key-shortcut caches.
> 
> Pretty misleading first-line summary on that log message...





Reply sent to Rüdiger Sonderfeld <ruediger <at> c-plusplus.de>:
You have taken responsibility. (Tue, 29 Jul 2014 14:33:02 GMT) Full text and rfc822 format available.

Notification sent to emmettgrogan <at> freenet.de:
bug acknowledged by developer. (Tue, 29 Jul 2014 14:33:03 GMT) Full text and rfc822 format available.

Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#18016; Package emacs. (Tue, 29 Jul 2014 18:24:01 GMT) Full text and rfc822 format available.

Message #19 received at 18016 <at> debbugs.gnu.org (full text, mbox):

From: Emmett Grogan <emmettgrogan <at> freenet.de>
To: 18016 <at> debbugs.gnu.org, ruediger <at> c-plusplus.de, 
 "rgm <at> gnu.org >> Glenn Morris" <rgm <at> gnu.org>
Subject: Re: bug#18016: closed (Re: bug#18016: 24.4.50; buffer menu)
Date: Tue, 29 Jul 2014 20:20:45 +0200
On 29.07.2014 16:33, GNU bug Tracking System wrote:
> Your bug report
>
> #18016: 24.4.50; buffer menu
>
> which was filed against the emacs package, has been closed.
>
> The explanation is attached below, along with your original report.
> If you require more details, please reply to 18016 <at> debbugs.gnu.org.
>
Thank you!

Cheers -E




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Wed, 27 Aug 2014 11:24:04 GMT) Full text and rfc822 format available.

This bug report was last modified 10 years and 25 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.