[ESS] problems with emacclient
Kasper Daniel Hansen
khansen at stat.Berkeley.EDU
Thu Nov 3 22:38:42 CET 2005
On Nov 2, 2005, at 1:17 PM, Martin Maechler wrote:
>>>>>> "Brendan" == Brendan Halpin <brendan.halpin at ul.ie>
>>>>>> on 28 Oct 2005 11:45:39 +0100 writes:
>
> Brendan> Before running emacsclient you need to have a
> Brendan> running emacs which has received the server-start
> Brendan> command, either interactively (M-x server-start, as
> Brendan> Stephen suggested) or by including "(server-start)"
> Brendan> in your .emacs
>
> the latter could be conditionalized such that it would only
> happen when ESS is started,
> by adding something like the following
>
> (add-hook
> 'inferior-ess-mode-hook
> '(lambda()
> (if (not xemacs-p)
> (server-start nil))))
Copy/pasting this thing I get "symbol's value as variable is void:
xemacs-p
This is using GNU Emacs (for Mac) based on a "recent" cvs version of
v22.0.50 and ess 5.2.10.
I guess xemacs-p is some locally defined variable?
Kasper
> [which is simplified version of what we have been doing here
> locally, for quite some time.]
>
> Martin
>
> Brendan> The error message you are getting is saying that
> Brendan> the socket to which emacsclient must talk does not
> Brendan> exist.
>
> ______________________________________________
> ESS-help at stat.math.ethz.ch mailing list
> https://stat.ethz.ch/mailman/listinfo/ess-help
More information about the ESS-help
mailing list