help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: Get report on which files are loading


From: Stefan Monnier
Subject: Re: Get report on which files are loading
Date: 18 May 2003 19:36:44 -0400
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50

>>> (message "finished loading => "(SOMETHING HERE TO REPORT FILE NAME) 
>>> (sit-for 1))
>> You might want to try the `load-file-name' variable.
> C-h v shows nil for that var

Where you loading a file while you hit C-h v ?  Didn't think so !

> lisp `message' to announce the current file name.
> Is it something like the shell $0 operator or its shortened version
> $(basename $0)?
> Can you show a simple usage?

 (message "finished loading %s" load-file-name)


        Stefan


reply via email to

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