GNU bug report logs -
#18482
24.4.50; msb-mode error
Previous Next
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 18482 in the body.
You can then email your comments to 18482 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#18482
; Package
emacs
.
(Mon, 15 Sep 2014 15:41:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Dieter Faulbaum <Dieter.Faulbaum <at> helmholtz-berlin.de>
:
New bug report received and forwarded. Copy sent to
bug-gnu-emacs <at> gnu.org
.
(Mon, 15 Sep 2014 15:41:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
When msb-mode is switched on selecting another buffer gives this error:
command-execute: Wrong type argument: commandp, ((nil) . menu-bar-select-buffer)
In GNU Emacs 24.4.50.1 (x86_64-unknown-linux-gnu, GTK+ Version 3.4.2)
of 2014-09-15 on alder
Windowing system distributor `The X.Org Foundation', version 11.0.11204000
System Description: Debian GNU/Linux 7.6 (wheezy)
Configured using:
`configure --prefix=/opt/emacs-snapshot'
Configured features:
XPM JPEG TIFF GIF PNG RSVG IMAGEMAGICK SOUND GPM DBUS GCONF GSETTINGS
NOTIFY ACL LIBSELINUX GNUTLS LIBXML2 FREETYPE M17N_FLT LIBOTF XFT ZLIB
Important settings:
value of $LC_COLLATE: C
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> M-x e m a <tab> b <tab> <backspace> <backspace>
<backspace> <backspace> <backspace> <backspace> <backspace>
<backspace> <backspace> <backspace> <backspace> <backspace>
<backspace> - b u <tab> <backspace> <backspace> <backspace>
<backspace> <backspace> <backspace> <backspace> <backspace>
r e p o <tab> r t <tab> <return>
Recent messages:
For information about GNU Emacs and the GNU system, type C-h C-a.
Making completion list...
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 16 75697 7698)
(symbols 48 17958 0)
(miscs 40 39 114)
(strings 32 10471 4595)
(string-bytes 1 290566)
(vectors 16 9350)
(vector-slots 8 386227 17096)
(floats 8 70 172)
(intervals 56 201 0)
(buffers 976 12)
(heap 1024 28232 629))
Information forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#18482
; Package
emacs
.
(Mon, 15 Sep 2014 20:27:02 GMT)
Full text and
rfc822 format available.
Message #8 received at 18482 <at> debbugs.gnu.org (full text, mbox):
Dieter Faulbaum wrote:
> When msb-mode is switched on selecting another buffer gives this error:
>
> command-execute: Wrong type argument: commandp, ((nil) . menu-bar-select-buffer)
Sounds like the same root cause as http://debbugs.gnu.org/18016 .
So probably the same kind of change will fix it, but are the r117463
simplification changes still desirable in light of this?
(Also, they don't seem to have a NEWS entry.)
Reply sent
to
Stefan Monnier <monnier <at> iro.umontreal.ca>
:
You have taken responsibility.
(Tue, 16 Sep 2014 00:31:01 GMT)
Full text and
rfc822 format available.
Notification sent
to
Dieter Faulbaum <Dieter.Faulbaum <at> helmholtz-berlin.de>
:
bug acknowledged by developer.
(Tue, 16 Sep 2014 00:31:02 GMT)
Full text and
rfc822 format available.
Message #13 received at 18482-done <at> debbugs.gnu.org (full text, mbox):
>> When msb-mode is switched on selecting another buffer gives this error:
>> command-execute: Wrong type argument: commandp, ((nil)
>> . menu-bar-select-buffer)
> Sounds like the same root cause as http://debbugs.gnu.org/18016 .
Indeed. Should be fixed now.
> So probably the same kind of change will fix it, but are the r117463
> simplification changes still desirable in light of this?
This shortcut cache has been announced as obsolete for a while, so
I think it's OK to remove it.
> (Also, they don't seem to have a NEWS entry.)
Indeed, I didn't expect to need to mention it in the NEWS, but
experience shows it deserves to be there.
Stefan
Information forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#18482
; Package
emacs
.
(Tue, 16 Sep 2014 00:53:02 GMT)
Full text and
rfc822 format available.
Message #16 received at 18482 <at> debbugs.gnu.org (full text, mbox):
Stefan Monnier wrote:
> This shortcut cache has been announced as obsolete for a while, so
Is that
"The menu bar bindings's caches are not used any more."
?
Information forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#18482
; Package
emacs
.
(Tue, 16 Sep 2014 00:57:02 GMT)
Full text and
rfc822 format available.
Message #19 received at 18482 <at> debbugs.gnu.org (full text, mbox):
>> This shortcut cache has been announced as obsolete for a while, so
PS announcing the obsolescence obviously didn't prompt us to remove any
(?) of the uses in Emacs itself, so why expect external packages to do
better? ;)
Information forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#18482
; Package
emacs
.
(Tue, 16 Sep 2014 03:03:01 GMT)
Full text and
rfc822 format available.
Message #22 received at 18482 <at> debbugs.gnu.org (full text, mbox):
>>> This shortcut cache has been announced as obsolete for a while, so
> PS announcing the obsolescence obviously didn't prompt us to remove any
> (?) of the uses in Emacs itself, so why expect external packages to do
> better? ;)
It's extremely unusual to put those in manually.
Stefan
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Tue, 14 Oct 2014 11:24:04 GMT)
Full text and
rfc822 format available.
This bug report was last modified 10 years and 247 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.