[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[mhc:02242] MHC-MK: gnus-path-file: ~/.lpath.el configuable?
mhc/emacs/MHC-MKについて、現在、Debianパッケージには下記のようなパッチ
が当たっています。
----
--- mhc-current-snap20050120/emacs/MHC-MK
+++ mhc-0.25.1+20050120-2/emacs/MHC-MK
@@ -172,10 +172,10 @@
(setq load-path (cons dir load-path)))))
(make-mhc/split-string (substring str (match-end 0)) ":")))
(t (error "Illegal option"))))
- (let ((gnus-path-file (expand-file-name "~/.lpath.el")))
- (and make-mhc/with-gnus
- (file-exists-p gnus-path-file)
- (load-file (expand-file-name gnus-path-file))))
+; (let ((gnus-path-file (expand-file-name "~/.lpath.el")))
+; (and make-mhc/with-gnus
+; (file-exists-p gnus-path-file)
+; (load-file (expand-file-name gnus-path-file))))
(setq load-path (cons make-mhc/source-directory load-path))
(or make-mhc/debug
(setq make-mhc/debug
----
インストール時の~/.lpath.elによる影響を受けないようにしているのですが、
できればパッチではなくコマンドオプション等で指定したいと思っています。
そのようなオプションを検討していただけないでしょうか。
また、~/.lpath.elのロード自体が必要なのかどうか疑問に思っています。
--with-addpathでは不足なのでしょうか。
--
木下達也