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



Karl Eichwalder <keichwa gmx net> writes:

> 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)

You can also pass a prefix argument to "C-x 4 a" to make it ask you
for all the details.

  Federico




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