emacs-pretest-bug
[Top][All Lists]
Advanced

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

Re: Garbled headers when sending email using Oort Gnus


From: srivasta
Subject: Re: Garbled headers when sending email using Oort Gnus
Date: Tue, 8 Apr 2003 02:21:01 -0500

>> On Tue, 08 Apr 2003 02:45:55 -0400,
>> Richard Stallman <address@hidden> said: 

 > lisp/ChangeLog does not list any change in feedmail since long ago.
 > Has your version of the file actually changed?

        Going back and looking at it, no. I only see documentation
 changes. But something definitely has changed in the last 24 hours; I
 use the following function to insert the cookie in my signature:
----------------------------------------------------------------------
(defun mail-insert-cookie ()
  "Adds a cookie to a newly formatted mail buffer."
  (interactive)
  (require 'cookie1)
  (save-excursion
    (goto-char (point-min))
    (if (not
         (re-search-forward "^-- *$"  (point-max) t))
        (progn
          (message-insert-signature t)
          (goto-char (point-min))
          (re-search-forward "^-- *$"  (point-max)
                             'max)
          ))
    (newline 1)
    (cookie-insert "/usr/local/lib/cookie" 1 "start" "end")
    (kill-line)
    ))
----------------------------------------------------------------------

        In Emacs 21.2, and earlier, the function works just fine; in
 the latest CVS I have to comment out the final (kill-line); or the
 cookie inserted runs into the following line (Manoj Srivastava ...)

        Is there something I can do to provide more information? 

        manoj
-- 
Never appeal to a man's "better nature."  He may not have
one. Invoking his self-interest gives you more leverage. Lazarus Long
Manoj Srivastava     <address@hidden>    <http://www.golden-gryphon.com/>
1024R/C7261095 print CB D9 F4 12 68 07 E4 05  CC 2D 27 12 1D F5 E8 6E
1024D/BF24424C print 4966 F272 D093 B493 410B  924B 21BA DABB BF24 424C




reply via email to

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