emacs-devel
[Top][All Lists]
Advanced

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

Re: send new reply from gnus hangs


From: Robert Pluim
Subject: Re: send new reply from gnus hangs
Date: Mon, 10 Jun 2019 09:56:01 +0200

>>>>> On Mon, 10 Jun 2019 01:33:42 +0200, Óscar Fuentes <address@hidden> said:

    Óscar> Confirmed, reverting that commit fixes the problem.

    >> -   ;; Check continuation headers.
    >> -   (message-check 'continuation-headers
    >> -     (goto-char (point-min))
    >> -     (let ((do-posting t))
    >> -       (while (re-search-forward "^[^ \t\n][^ \t\n:]*[ \t\n]" nil t)
    >> -         (goto-char (match-beginning 0))
    >> -         (if (y-or-n-p "Fix continuation lines? ")
    >> -             (insert " ")
    >> -           (forward-line 1)
    >> -           (unless (y-or-n-p "Send anyway? ")
    >> -             (setq do-posting nil))))
    >> -       do-posting))

I guess that function needs an &optional do-posting argument or
similar.

Robert



reply via email to

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