Author: rustomrustom Date: Sep 12, 2008 06:18
On Sep 11, 10:45Â pm, Oleksandr Gavenko gmail.com> wrote:
> Rustom Mody wrote:
>> I am trying to construct a command line such that:
>
>> if emacs is running the client asks the server to raise-frame else it
>> calls runemacs.
>
>> The command line Ive given is:
>> $ emacsclient -a runemacs -e "(raise-frame)"
>
>> But this opens a file (or buffer) called '(raise-frame)' Â !!
>
>> Of course just
>> $ emacsclient -e "(raise-frame)"
>
>> raises the emacs frame alright but fails for the case of no server.
>
>> Another minor point:
>> When emacsclient is used with the -a option and there is no server
>> running it pops up a window saying ERROR No error !! ...
|