all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* ?? emacsclient: can't find socket; have you started the server?  <--Why this?
@ 2003-09-16 20:18 Christian Seberino
  2003-09-16 21:59 ` Stefan Monnier
  0 siblings, 1 reply; 3+ messages in thread
From: Christian Seberino @ 2003-09-16 20:18 UTC (permalink / raw)


I started an emacs session and ran server-start.

I then opened an xterm and verified $EDITOR was set to emacsclient.

I then did "emacsclient somefile" hoping it would run in my old emacs

process but instead I got following message....

emacsclient: can't find socket; have you started the server? 

What am I doing wrong?? What is this about a socket??

Chris

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: ?? emacsclient: can't find socket; have you started the server?  <--Why this?
  2003-09-16 20:18 ?? emacsclient: can't find socket; have you started the server? <--Why this? Christian Seberino
@ 2003-09-16 21:59 ` Stefan Monnier
  2003-09-17 20:41   ` Christian Seberino
  0 siblings, 1 reply; 3+ messages in thread
From: Stefan Monnier @ 2003-09-16 21:59 UTC (permalink / raw)


> I started an emacs session and ran server-start.
> I then opened an xterm and verified $EDITOR was set to emacsclient.
> I then did "emacsclient somefile" hoping it would run in my old emacs
> process but instead I got following message....
> emacsclient: can't find socket; have you started the server? 
> What am I doing wrong??

Assuming both processes are run on the same machine by the same user, this
looks like a bug.  Please give more information about the Emacs version
you're using and the `emacsclient' version you're using.

> What is this about a socket??

A `socket' is a thingy used to comunicate between processes.
Most likely your problem is that emacsserver created a socket
named /tmp/foo and emacsclient tries to access the socket /tmp/bar.


        Stefan

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: ?? emacsclient: can't find socket; have you started the server?  <--Why this?
  2003-09-16 21:59 ` Stefan Monnier
@ 2003-09-17 20:41   ` Christian Seberino
  0 siblings, 0 replies; 3+ messages in thread
From: Christian Seberino @ 2003-09-17 20:41 UTC (permalink / raw)


Stefan

Thanks so much for your help.  I was
using emacs server and emacsclient from DIFFERENT Emacs versions.

I have 2 (1 from default install and 1 from CVS server) Emacs versions.

Using right emacsclient made everything work.

Thanks again,

Chris



"Stefan Monnier" <monnier@iro.umontreal.ca> wrote in message news:<jwvsmmwxun2.fsf@vor.iro.umontreal.ca>...
> > I started an emacs session and ran server-start.
> > I then opened an xterm and verified $EDITOR was set to emacsclient.
> > I then did "emacsclient somefile" hoping it would run in my old emacs
> > process but instead I got following message....
> > emacsclient: can't find socket; have you started the server? 
> > What am I doing wrong??
> 
> Assuming both processes are run on the same machine by the same user, this
> looks like a bug.  Please give more information about the Emacs version
> you're using and the `emacsclient' version you're using.
> 
> > What is this about a socket??
> 
> A `socket' is a thingy used to comunicate between processes.
> Most likely your problem is that emacsserver created a socket
> named /tmp/foo and emacsclient tries to access the socket /tmp/bar.
> 
> 
>         Stefan

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2003-09-17 20:41 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-09-16 20:18 ?? emacsclient: can't find socket; have you started the server? <--Why this? Christian Seberino
2003-09-16 21:59 ` Stefan Monnier
2003-09-17 20:41   ` Christian Seberino

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.