[Message Prev][Message Next][Thread Prev][Thread Next][Message Index][Thread Index]

[MD:1192]normal-top-level-add-subdirs-to-load-path



小関 吉則 (KOSEKI Yoshinori) <kose@xxxxxxxxxxxxxxxxxx> writes:

> Emacs20.3.6 以降の startup.el の
> normal-top-level-add-subdirs-to-load-path では
> inode を見て load-path に追加するかどうか判断しているようで
> す。
> 
> Meadow の場合
> 
> (nthcdr 10 (file-attributes "h:/Meadow/site-lisp"))
> (0 30675305)
> 
> (nthcdr 10 (file-attributes "h:/Meadow/site-lisp/apel"))
> (0 30675305)
> 
> (nthcdr 10 (file-attributes "h:/Meadow/site-lisp/bbdb"))
> (0 30675305)
> 
> なので追加しないようなのです。

うーむ、昔は、Meadowは独自のinode生成機構を持っていたんだけど、
NTEmacsの方でもきちんと書いたと信じていたんだけどなぁ。;_;(涙)

こりゃ、しばらくして直ってなかったら、Meadow.plan行きですな。
## 前のモジュールを見直してみやふ。

> NT Emacs でも同様なのでしょうか? (未確認)

同じはずですね。

from himi