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

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

Re: Basic emacs lisp question


From: Emanuel Berg
Subject: Re: Basic emacs lisp question
Date: Tue, 09 Sep 2014 22:07:53 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux)

Thorsten Jolitz <tjolitz@gmail.com> writes:

> (setq a (thing-at-point)) ...
> (message "%s" a))

If you just want to store it in a variable to be able
to echo it (?), you can use `let' instead. It has
better karma than `setq'.

-- 
underground experts united


reply via email to

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