[Mew-Win32 02821] Re: [Mew-dist 14706] store/restore marks problem?

Kazu Yamamoto ( 山本和彦 ) kazu at example.com
2000年 10月 24日 (火) 00:34:00 JST


From: Hideyuki SHIRAI (白井秀行) <shirai at example.com>
Subject: [Mew-dist 14706] store/restore marks problem?

> 『よくわかんないけど mark が残ったり、消えたりすることがある』
> という感じになると思います。

mew-mark-clean-up の後のコメントに注目しましょう。(以前 nom さんと議論
を始めて、途中でささってしまった。)

(defun mew-mark-clean-up ()
  "Process marked messages for all Summary modes.
Typically called by kill-emacs-hook."
  (mew-decode-syntax-delete)
  (let ((bufs mew-buffers) buf)
    (save-excursion
      (while bufs
        (setq buf (car bufs))
        (setq bufs (cdr bufs))
        (if (bufferp (get-buffer buf))
            (mew-mark-clean buf)))))
  (remove-hook 'kill-emacs-hook (function mew-mark-clean-up)))
;; Saving marks is a really bad idea.
;; First because there is no way to fill the gap if the folder is newer
;; than the cache at quitting.
;; Even if the cache is newer, saving marks faces dilemma if 
;; multiple Emacses run.

--かず



Mew-win32 メーリングリストの案内