Brian Boonstra <[EMAIL PROTECTED]> writes: Brian> How can I assign keys to Cut, Copy, and Paste in XEmacs.
As in C-w (kill-region), M-w (kill-ring-save), and C-y (yank)? You can add other keys with global-set-key; see the sample .emacs file (Help/Samples/Sample .emacs) for examples. -- David Maze [EMAIL PROTECTED] http://donut.mit.edu/dmaze/ "Theoretical politics is interesting. Politicking should be illegal." -- Abra Mitchell

