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

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

Re: eLisp: Print variable content to message buffer


From: Joost Kremers
Subject: Re: eLisp: Print variable content to message buffer
Date: 4 Jan 2008 16:25:12 GMT
User-agent: slrn/0.9.8.1 (Linux)

Will wrote:
> after looking around in the web without finding a solution, I still 
> wonder how one can print the content of a variable to the *message* 
> buffer. Specifically, I'd like to have an output like this in my 
> *message* buffer after starting Emacs:
>
> "This is my Emacs Exec-Path:"
> <exec-path>
>
> Thanks in advance,
>
> Will
>
> PS: What reference for eLisp would you recommend
> (apart from those included in Emacs)?

none. at least i've never used any other reference material. i started out
with the emacs lisp intro, and from there on only used the elisp reference
manual that comes with emacs.

as a first step toward solving your problem, do:

C-h i m elisp RET m index RET m message RET

or alternatively, put your cursor directly after the following line and
type C-x C-e (in emacs, of course):

(info "(elisp)Displaying Messages")

HTH

-- 
Joost Kremers                                      joostkremers@yahoo.com
Selbst in die Unterwelt dringt durch Spalten Licht
EN:SiS(9)


reply via email to

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