savannah-hackers
[Top][All Lists]
Advanced

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

[Savannah-hackers] Re: Change attributed to me that wasn't done by me.


From: Mathieu Roy
Subject: [Savannah-hackers] Re: Change attributed to me that wasn't done by me.
Date: 05 Feb 2003 10:07:53 +0100
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2

Maybe the mail server was temporarily exhausted. I add in Cc:
address@hidden as they handle the mail server. 


Richard Stallman <address@hidden> said:

> This checkin claims to have happened on Jan 3 but the messae
> is just getting sent now.  Isn't that strange?  What happened?
> 
> Date: Tue, 04 Feb 2003 06:51:46 -0500
> From: "Richard M. Stallman" <address@hidden>
> To: address@hidden
> Subject: [Emacs-diffs] Changes to emacs/lisp/gnus/message.el
> Message-ID: <address@hidden>
> Precedence: list
> Reply-To: address@hidden
> Message: 5
> 
> Index: emacs/lisp/gnus/message.el
> diff -c emacs/lisp/gnus/message.el:1.52 emacs/lisp/gnus/message.el:1.53
> *** emacs/lisp/gnus/message.el:1.52   Fri Nov 29 10:57:52 2002
> --- emacs/lisp/gnus/message.el        Fri Jan  3 17:48:19 2003
> ***************
> *** 1414,1419 ****
> --- 1414,1420 ----
>     (define-key message-mode-map "\C-c\C-v" 'message-delete-not-region)
>     (define-key message-mode-map "\C-c\C-z" 'message-kill-to-signature)
>     (define-key message-mode-map "\M-\r" 'message-newline-and-reformat)
> +   (define-key message-mode-map [remap split-line]  'message-split-line)
> 
>     (define-key message-mode-map "\C-c\C-a" 'mml-attach-file)
> 
> ***************
> *** 1777,1782 ****
> --- 1778,1789 ----
>       (fill-paragraph nil)
>       (goto-char point)
>       (forward-line 1)))
> + 
> + (defun message-split-line ()
> +   "Split current line, moving portion beyond point vertically down.
> + If the current line has `message-yank-prefix', insert it on the new line."
> +   (interactive "*")
> +   (split-line message-yank-prefix))
> 
>   (defun message-insert-signature (&optional force)
>     "Insert a signature.  See documentation for variable `message-signature'."
> 
> _______________________________________________
> Savannah-hackers mailing list
> address@hidden
> http://mail.gnu.org/mailman/listinfo/savannah-hackers

-- 
Mathieu Roy
 
 << Profile  << http://savannah.gnu.org/users/yeupou <<
 >> Homepage >> http://yeupou.coleumes.org           >>
 << GPG Key  << http://stock.coleumes.org/gpg        <<




reply via email to

[Prev in Thread] Current Thread [Next in Thread]