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

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

bug#14248: 24.3.50; crappy error: "Wow, indirect keymap entry!!"


From: Drew Adams
Subject: bug#14248: 24.3.50; crappy error: "Wow, indirect keymap entry!!"
Date: Tue, 23 Apr 2013 09:25:22 -0700

This error message, in keymap.c, is unhelpful and inappropriate:
 
      /* If the contents are (KEYMAP . ELEMENT), go indirect.  */
      else if (KEYMAPP (XCAR (object)))
 error ("Wow, indirect keymap entry!!");
      else
 return object;


In GNU Emacs 24.3.50.1 (i386-mingw-nt5.1.2600)
 of 2013-04-17 on ODIEONE
Bzr revision: 112320 monnier@iro.umontreal.ca-20130418001233-g6wsqi5bpq2hsd0k
Windowing system distributor `Microsoft Corp.', version 5.1.2600
Configured using:
 `configure --with-gcc (4.7) --no-opt --enable-checking --cflags
 -IC:/Devel/emacs/build/include --ldflags -LC:/Devel/emacs/build/lib'
 






reply via email to

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