emacs-devel
[Top][All Lists]
Advanced

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

Re: url-mailto insert 'body' in the wrong place


From: Leo
Subject: Re: url-mailto insert 'body' in the wrong place
Date: Mon, 28 May 2007 19:44:02 +0100
User-agent: No Gnus v0.7, Emacs/23.0.0.2 (2007-05-26), Fedora 6.93 gnu/linux

----- David Kastrup (2007-05-28) wrote:-----

>> I wonder if the following small patch is good:
>>
>> Index: url-mailto.el
>> ===================================================================
>> RCS file: /cvsroot/emacs/emacs/lisp/url/url-mailto.el,v
>> retrieving revision 1.4.2.9
>> diff -u -r1.4.2.9 url-mailto.el
>> --- url-mailto.el    26 Jan 2007 06:15:30 -0000      1.4.2.9
>> +++ url-mailto.el    28 May 2007 18:13:20 -0000
>> @@ -60,6 +60,11 @@
>>      (save-excursion
>>        (insert "\n"))))))
>>  
>> +(defun url-mail-goto-body ()
>> +  (goto-char (point-min))
>> +  (or (search-forward (concat "\n" mail-header-separator "\n") nil t)
>> +      (goto-char (point-max))))
>> +
>
> Can't you use message-goto-body here?

But that means you have to load the message package, no?

Anyway, I don't mind I just want this fixed ;)

-- 
Leo <sdl.web AT gmail.com>                         (GPG Key: 9283AA3F)





reply via email to

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