これは、存在しないファイルを無視して続行してくれるように mknmz を改造
した方が良いとは思いますが、とりあえず、以下のような advice を定義して
使っています。
(defadvice nnml-request-expire-articles
(around gnus-namazu/lock-expire-articles activate compile)
(if (and (stringp gnus-namazu-index-directory)
(file-directory-p gnus-namazu-index-directory)
(file-exists-p (expand-file-name "NMZ.lock2" gnus-namazu-index-directory)))
(setq ad-return-value (ad-get-arg 0))
ad-do-it))
--
土屋 雅稔 ( TSUCHIYA Masatoshi )