comparison lisp/mh-e/mh-letter.el @ 105867:00c0adbb54a9

* mh-thread.el (mh-thread-set-tables): * mh-speed.el (mh-folder-speedbar-menu-items, mh-speed-stealth-update): (mh-speed-extract-folder-name, mh-speed-parse-flists-output): (mh-speed-invalidate-map, mh-speed-add-folder): * mh-show.el (mh-invalidate-show-buffer, mh-show-sequence-menu): * mh-seq.el (mh-list-sequences): * mh-search.el (mh-index-execute-commands, mh-index-add-to-sequence) (mh-index-delete-from-sequence, mh-index-update-maps): * mh-scan.el (mh-msg-num-width): * mh-print.el (mh-ps-spool-buffer): * mh-mime.el (mh-mime-save-parts, mh-handle-set-external-undisplayer) (mh-file-mime-type): * mh-letter.el (mh-yank-cur-msg): * mh-funcs.el (mh-list-folders, mh-pipe-msg, mh-store-msg) (mh-store-buffer): * mh-folder.el (mh-modify, mh-visit-folder, mh-write-msg-to-file) (mh-prompt-for-refile-folder): * mh-e.el (mh-exec-cmd, mh-exec-cmd-error, mh-exec-cmd-daemon) (mh-handle-process-error, mh-variant-info): * mh-comp.el (mh-forward): * mh-alias.el (mh-alias-local-users, mh-alias-which-file-has-alias): (mh-alias-add-alias-to-file): Use with-current-buffer.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Thu, 05 Nov 2009 21:04:59 +0000
parents 73bff1db57b6
children 1d1d5d9bd884
comparison
equal deleted inserted replaced
105866:3367f0022cf2 105867:00c0adbb54a9
704 not inserted. If the option `mh-yank-behavior' is set to one of 704 not inserted. If the option `mh-yank-behavior' is set to one of
705 the supercite flavors, the hook `mail-citation-hook' is ignored 705 the supercite flavors, the hook `mail-citation-hook' is ignored
706 and `mh-ins-buf-prefix' is not inserted." 706 and `mh-ins-buf-prefix' is not inserted."
707 (interactive) 707 (interactive)
708 (if (and mh-sent-from-folder 708 (if (and mh-sent-from-folder
709 (save-excursion (set-buffer mh-sent-from-folder) mh-show-buffer) 709 (with-current-buffer mh-sent-from-folder mh-show-buffer)
710 (save-excursion (set-buffer mh-sent-from-folder) 710 (with-current-buffer mh-sent-from-folder
711 (get-buffer mh-show-buffer)) 711 (get-buffer mh-show-buffer))
712 mh-sent-from-msg) 712 mh-sent-from-msg)
713 (let ((to-point (point)) 713 (let ((to-point (point))
714 (to-buffer (current-buffer))) 714 (to-buffer (current-buffer)))
715 (set-buffer mh-sent-from-folder) 715 (set-buffer mh-sent-from-folder)
716 (if mh-delete-yanked-msg-window-flag 716 (if mh-delete-yanked-msg-window-flag