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

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

emacs 21.1 vc problem


From: Adam Lins
Subject: emacs 21.1 vc problem
Date: Tue, 22 Jan 2002 08:54:59 -0800 (PST)

This bug report will be sent to the Free Software Foundation,
not to your local site managers!
Please write in English, because the Emacs maintainers do not have
translators to read other languages for them.

Your bug report will be posted to the bug-gnu-emacs@gnu.org mailing list,
and to the gnu.emacs.bug news group.

In GNU Emacs 21.1.1 (i686-pc-linux-gnu, X toolkit, Xaw3d scroll bars)
 of 2002-01-14 on bertha
Important settings:
  value of $LC_ALL: nil
  value of $LC_COLLATE: nil
  value of $LC_CTYPE: nil
  value of $LC_MESSAGES: nil
  value of $LC_MONETARY: nil
  value of $LC_NUMERIC: nil
  value of $LC_TIME: nil
  value of $LANG: nil
  locale-coding-system: nil
  default-enable-multibyte-characters: t

Please describe exactly what actions triggered the bug
and the precise symptoms of the bug:

 Trying to invoke vc-register on a file (or work with any VC command)
 gives an error related to wrong number of arguments in a keymap (see
 below). Or something similar to that: it's impenetrable to me. The
 previous version of emacs used here was 20.7, and VC worked fine on
 that installation. In any event, VC commands don't work, which is
 ... painful. Thanks for any help on this. Note: v21.1 was recently
 installed (local compilation, not a package install), so it may well
 be related to how the thing was built and installed. Anything we
 should look at in the build logs to help diagnose this?


Recent input:
<mouse-5> <down-mouse-5> <mouse-5> <double-down-mouse-5> 
<double-mouse-5> C-x o M-x v c SPC m o SPC <backspace> 
<return> M-x <up> <end> <M-backspace> <backspace> <tab> 
<tab> <backspace> <backspace> <backspace> <backspace> 
<backspace> <return> C-x o <next> <next> <next> C-x 
o C-x v i C-x b * M <tab> <return> C-x 1 <up> <up> 
<up> <up> <up> <up> <up> <up> <up> <up> <up> <up> <up> 
<up> <up> <up> <up> <up> <up> <up> <up> <up> <up> <up> 
<up> <up> <up> <up> <up> <up> <up> <up> <up> <up> <up> 
<up> <up> <up> <up> <up> <up> <up> <up> <up> M-< <help-echo> 
<help-echo> <help-echo> <help-echo> <help-echo> <menu-bar> 
<help-menu> <report-emacs-bug>

Recent messages:
Loading find-func...done
Note: file is write protected
mwheel-scroll: Beginning of buffer [3 times]
Loading log-edit...
byte-code: Wrong number of arguments: (lambda (keymap-alist &optional 
menu-name) "Return a keymap built from KEYMAP-ALIST.
KEYMAP-ALIST must be a list of (KEYBINDING . BINDING) where
KEYBINDING and BINDINGS are suited as for define-key.
optional MENU-NAME is passed to `make-sparse-keymap'." (let ((keymap 
(make-sparse-keymap menu-name))) (mapcar (function (lambda (bind) (define-key 
keymap (car bind) (cdr bind)))) keymap-alist) keymap)), 4
Mark set
Loading emacsbug...done



reply via email to

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