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

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

Command in a function


From: Klaus Jantzen
Subject: Command in a function
Date: Wed, 24 Mar 2010 22:50:17 +0100
User-agent: Mozilla-Thunderbird 2.0.0.22 (X11/20090707)

Hello,

I am writing a function that inserts some text into a buffer.
At some point the cursor (point?) should go to the end of a line.

For that I found the command "end-of-line". How do I code the execution of this command
in a function?
I tried it with (command-execute end-of-line) but that resulted in an error message.

Thanks for any help.
--

K.D.J.





reply via email to

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