Path: utzoo!utgpu!jarvis.csri.toronto.edu!cs.utexas.edu!swrinde!zaphod.mps.ohio-state.edu!unix.cis.pitt.edu!snkst4 From: snkst4@unix.cis.pitt.edu (Senol N. Kucuk) Newsgroups: gnu.emacs Subject: help on .emacs Message-ID: <22119@unix.cis.pitt.edu> Date: 5 Feb 90 21:47:51 GMT Organization: Univ. of Pittsburgh, Computing & Information Services Lines: 18 Posting-Front-End: GNU Emacs 18.49.3 of Mon Apr 25 1988 on unix.cis.pitt.edu (berkeley-unix) 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.