Re: How to change the e-mail in emacs for ChangeLog?



Federico Mena Quintero <federico helixcode com> writes:

> Set the user-mail-address variable or the add-log-mailing-address one.

Yes, and if you need a different address occasionally only, tyr
soemthing along these lines:

(defun ke:add-change-log-entry-other-window ()
  (interactive)
  (let ((add-log-mailing-address "ke suse de"))
    (add-change-log-entry-other-window)))

(define-key ctl-x-4-map "s" 'ke:add-change-log-entry-other-window)

-- 
work : ke suse de                          |          ------    ,__o
     : http://www.suse.de/~ke/             |         ------   _-\_<,
home : keichwa gmx net                     |        ------   (*)/'(*)





[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]