"Stephen J. Turnbull" <stephen(a)xemacs.org> writes:
This message got spam-trapped because it contains only HTML. This
is
the only one such out of 432 received in three weeks that wasn't spam
(that I noticed, anyway); this policy is not going to change. Don't
send HTML to XEmacs lists. Thank you for your cooperation!
From: Michael Parks-RC466C <rc466c(a)motorola.com>
Subject: bug?
To: xemacs-beta(a)xemacs.org
Date: Mon, 03 Mar 2003 14:00:28 -0600
<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
<pre>Please describe as succinctly as possible:
- What happened.
- What you thought
should have happened.
- Precisely what
you were doing at the time.
</pre>
i added this line to my .emacs file
<br> (define-key global-map "f2"
'switch-to-other-buffer)
;; this does not work!
<p>and when i invoke xemacs i get this error
<br> invalid prefix keys in sequence: ?f,
"f2"
<p>it seems that no matter what i put inside the double quotes i get the
same type of
<br>error. cannot find any info on this in the FAQ.
<p>can you tell me what the problem is?
<p>xemacs [version 21.1; May 1999]
<p>thanks
<br>mike</html>
----------
Try:
(define-key global-map [f2] 'switch-to-other-buffer)
HTH,
Vin