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

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

bug#25645: reproducer?


From: Alex Bennée
Subject: bug#25645: reproducer?
Date: Tue, 03 Oct 2017 15:27:12 +0100
User-agent: mu4e 0.9.19; emacs 26.0.60

Does this count as a reproducer?

(defun bug-25645-reproducer ()
  "Reproducer."
  (let ((buf (get-buffer-create "*bug25645*")))
    (switch-to-buffer buf)
    (message-mode)
    (goto-char (point-max))
    (insert "\né")
    (with-temp-buffer
        (insert-buffer-substring buf)
        (message-clone-locals buf)
        (message-encode-message-body)
        (get-buffer-create "*bug2564-copy*")
        (copy-to-buffer "*bug2564-copy*" (point-min) (point-max)))))

Certainly if I comment out the (message-clone-locals) in message-do-fcc
behaviour reverts to pre-emacs26.

--
Alex Bennée





reply via email to

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