[EMAIL PROTECTED] (Daniel C. Bastos) writes: > I wouldn't bind + because what we want is a non-shifted key, remember?
Yes, I remember. I was just trying to come up with some example single-character for the `define-key' form, and I noticed that Sh-= wasn't taken, so it was safe for illustration. It's sort of symmetric with the default binding for '='. > To use +, I'd prefer sticking to "C-c e" which I can do with my left > hand only; the corner of my palm is usually very close to the control > key, and that's not the case with my right hand. Sure, that makes sense. Try [(control c) (e)] instead of ?\+ in the `define-key' form. Emacs may require a different syntax to define the keystroke sequence. -- Steven E. Harris _______________________________________________ info-gnus-english mailing list [email protected] http://lists.gnu.org/mailman/listinfo/info-gnus-english
