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

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

How to discard return value of a function?


From: Plamen Tanovski
Subject: How to discard return value of a function?
Date: Sun, 19 Aug 2012 11:35:01 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux)

Hi,

I'm trying to write a skeleton with (search-forward) in it. But
(search-forward) always returns the point and skeleton inserts it as a
string in the buffer, which of course is not what I want. Ho can I
discard the return value of a function? I searched the elisp reference
and the net but didn't found anything. Sure, I can assign the return to
a variable, but there must be a better solution.

best regards


reply via email to

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