snkst4@unix.cis.pitt.edu (Senol N. Kucuk) (02/06/90)
Hi. I hope you folks out there don't mind if I ask a novice level
question. I have this in my .emacs file (I am only making use of the
available examples I have):
(fset 'open-line-at-beginning
"xbeginning-of-line
(global-set-key "" 'open-line-at-beginning)
(fset 'mail-signature-and-send
"xend-of-buffer
How would I assign this to the local C-c C-w key in mail environment.
I guess the real question is how do I set or unset the local keys through
the .emacs file. Or is there an easier way (which is very likely). I
think this is done automatically (I mean .signature appending) when you
are posting news, but I am not sure if it's true for sendind mail.
Thanks in advance.