emacs-devel
[Top][All Lists]
Advanced

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

Re: FIXED!! Re: Clarification of eval-after-load [was: Problem mit symli


From: Richard Stallman
Subject: Re: FIXED!! Re: Clarification of eval-after-load [was: Problem mit symlinks, locate-library and load-history]
Date: Mon, 15 May 2006 01:13:33 -0400

What is the motive for computing the truename in Fload?

I don't like the use of regexp-opt.  Can you get rid of that?

The function loaded-filename does not seem very useful,
and is easy to get rid of, so would you please do so?

    !     Lisp_Object Qdo_after_load_evaluation
    !       = intern ("do-after-load-evaluation") ;

That symbol should be file-scope, and initialized in
syms_of_lread, in the normal way.

    !      else
    !        Fsignal (Qerror,
    !                 Fcons (make_string
    !                        ("Fload: can't find do-after-load-evaluation",
    !                         42), Qnil)) ;
    !   }

It should do nothing, not signal an error.

    +       Lisp_Object Qfile_truename = intern ("file-truename") ;

Likewise here.




reply via email to

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