I recently upgraded to Ubuntu 10.04, which comes with Emacs 23. I need Jabref to click links to Emacs.
However, despite the fact that I installed the Jabref plugin for entering quotes through emacsclient, it does not work.
I checked my testing and read part of Emacs Lisp Intro.
Some commands work, for example, if I type (in the console):
emacsclient --eval "(switch-to-buffer \"*sratch*\")"
emacs windows switch to this buffer. However, if I issue the insert command:
emacsclient --eval "(insert \"do you see me?\")"
text is not inserted into the current buffer.
Does Emacs 23 affect the insert?
manu source share