all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#18482: 24.4.50; msb-mode error
@ 2014-09-15  9:54 Dieter Faulbaum
  2014-09-15 20:26 ` Glenn Morris
  0 siblings, 1 reply; 6+ messages in thread
From: Dieter Faulbaum @ 2014-09-15  9:54 UTC (permalink / raw)
  To: 18482


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))





^ permalink raw reply	[flat|nested] 6+ messages in thread

* bug#18482: 24.4.50; msb-mode error
  2014-09-15  9:54 bug#18482: 24.4.50; msb-mode error Dieter Faulbaum
@ 2014-09-15 20:26 ` Glenn Morris
  2014-09-16  0:30   ` Stefan Monnier
  0 siblings, 1 reply; 6+ messages in thread
From: Glenn Morris @ 2014-09-15 20:26 UTC (permalink / raw)
  To: Dieter Faulbaum; +Cc: 18482

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.)





^ permalink raw reply	[flat|nested] 6+ messages in thread

* bug#18482: 24.4.50; msb-mode error
  2014-09-15 20:26 ` Glenn Morris
@ 2014-09-16  0:30   ` Stefan Monnier
  2014-09-16  0:52     ` Glenn Morris
  0 siblings, 1 reply; 6+ messages in thread
From: Stefan Monnier @ 2014-09-16  0:30 UTC (permalink / raw)
  To: Glenn Morris; +Cc: 18482-done, Dieter Faulbaum

>> 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





^ permalink raw reply	[flat|nested] 6+ messages in thread

* bug#18482: 24.4.50; msb-mode error
  2014-09-16  0:30   ` Stefan Monnier
@ 2014-09-16  0:52     ` Glenn Morris
  2014-09-16  0:56       ` Glenn Morris
  0 siblings, 1 reply; 6+ messages in thread
From: Glenn Morris @ 2014-09-16  0:52 UTC (permalink / raw)
  To: Stefan Monnier; +Cc: 18482

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."

?





^ permalink raw reply	[flat|nested] 6+ messages in thread

* bug#18482: 24.4.50; msb-mode error
  2014-09-16  0:52     ` Glenn Morris
@ 2014-09-16  0:56       ` Glenn Morris
  2014-09-16  3:02         ` Stefan Monnier
  0 siblings, 1 reply; 6+ messages in thread
From: Glenn Morris @ 2014-09-16  0:56 UTC (permalink / raw)
  To: Stefan Monnier; +Cc: 18482


>> 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? ;)





^ permalink raw reply	[flat|nested] 6+ messages in thread

* bug#18482: 24.4.50; msb-mode error
  2014-09-16  0:56       ` Glenn Morris
@ 2014-09-16  3:02         ` Stefan Monnier
  0 siblings, 0 replies; 6+ messages in thread
From: Stefan Monnier @ 2014-09-16  3:02 UTC (permalink / raw)
  To: Glenn Morris; +Cc: 18482

>>> 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





^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2014-09-16  3:02 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-09-15  9:54 bug#18482: 24.4.50; msb-mode error Dieter Faulbaum
2014-09-15 20:26 ` Glenn Morris
2014-09-16  0:30   ` Stefan Monnier
2014-09-16  0:52     ` Glenn Morris
2014-09-16  0:56       ` Glenn Morris
2014-09-16  3:02         ` Stefan Monnier

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.