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

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

Re: Simple lisp question - printing out file name


From: Peter Dyballa
Subject: Re: Simple lisp question - printing out file name
Date: Tue, 10 Jan 2006 20:58:11 +0100


Am 10.01.2006 um 20:44 schrieb exits funnel:

I have added to several .el files something like this:

(message "In prj.el")

Try this:

(defadvice load (before debug-log activate)
  (message "(Tipp von Kai G): Lade jetzt: %s" (ad-get-arg 0)))

--
Greetings

  Pete

The world would be a better place if Larry Wall had been born in
Iceland, or any other country where the native language actually
has syntax.
        -- Peter da Silva






reply via email to

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