From: storm@cua.dk (Kim F. Storm)
Subject: Patch to smtpmail.el -- don't record undo information in smtp trace buffer.
Date: Mon, 05 Dec 2005 00:18:45 +0100 [thread overview]
Message-ID: <m37jakfo2y.fsf@kfs-l.imdomain.dk> (raw)
Is there any reason to keep undo information in the SMTP session
buffer used by smtpmail-via-smtp?
The following patch seems to be TRT:
*** smtpmail.el 16 Nov 2005 23:29:56 +0100 1.78
--- smtpmail.el 05 Dec 2005 00:16:21 +0100
***************
*** 605,610 ****
--- 605,611 ----
;; clear the trace buffer of old output
(with-current-buffer process-buffer
+ (setq buffer-undo-list t)
(erase-buffer))
;; open the connection to the server
--
Kim F. Storm <storm@cua.dk> http://www.cua.dk
reply other threads:[~2005-12-04 23:18 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=m37jakfo2y.fsf@kfs-l.imdomain.dk \
--to=storm@cua.dk \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.