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

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

Re: how to reference the current *.el file in elisp


From: Pascal J. Bourguignon
Subject: Re: how to reference the current *.el file in elisp
Date: Thu, 25 Jun 2009 14:18:27 +0200
User-agent: Gnus/5.101 (Gnus v5.10.10) Emacs/22.2 (gnu/linux)

Harry Putnam <reader@newsguy.com> writes:

> I've tried everything but prayer... but not seeing how to reference
> that in a message.
>
> not
> (message "Hello" load-file-name)
>
> A few others too ridiculous to print...

What about reading the doc of message?  C-h f message RET

(message  "Hello %S" load-file-name)

-- 
__Pascal Bourguignon__


reply via email to

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