emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: problem of define-minor-mode while bootstrapping


From: Kenichi Handa
Subject: Re: problem of define-minor-mode while bootstrapping
Date: Tue, 24 Sep 2002 12:06:53 +0900 (JST)
User-agent: SEMI/1.14.3 (Ushinoya) FLIM/1.14.2 (Yagi-Nishiguchi) APEL/10.2 Emacs/21.1.30 (sparc-sun-solaris2.6) MULE/5.0 (SAKAKI)

"Stefan Monnier" <monnier+gnu/address@hidden> writes:

>>  In article <address@hidden>, "Stefan Monnier" <monnier+gnu/address@hidden> 
>> writes:
>>  If it's the programmer's responsibility, it is cleaner that
>>  we have this line:
>>      (ucs-unify-8859 'encode-only)
>>  just after (define-minor-mode unify-8859-on-encoding-mode
>>  ...) in ucs-tables.el than having it in loadup.el.

> Maybe.  I have no opinion on that one.

Ok, I'll fix it later.

>>  > If you want it to be automatic, then what's wrong with the code
>>  > suggested above to which you said "No" ?
>>  
>>  Because it doesn't solve the original problem, i.e.,
>>  eval-after-load doesn't work at bootstrapping time.

> Doesn't it ?  Why not ?

I wrote the reason in the first mail of this thread as below:
> In that case, define-minor-mode calls eval-after-load, and
> it calls load-symbol-file-load-history, and it tries to load
> fns-XXX.el.  But, at bootstrapping time, fns-XXX.el is not
> yet created.

---
Ken'ichi HANDA
address@hidden




reply via email to

[Prev in Thread] Current Thread [Next in Thread]