poke-devel
[Top][All Lists]
Advanced

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

Re: poke-el error unable to create process


From: JOE Staursky
Subject: Re: poke-el error unable to create process
Date: Tue, 16 May 2023 08:25:28 -0400

Update. Found I needed to add /usr/local/lib to ld.conf search paths as poked was unable to load libpoke.
Then I found that the default name for poked.ipc for my system was poked-1000.ipc for some reason. Idk if the number is random 
so I put "(setq poked-socket (car (directory-files "/tmp" t "^poked.*\\.ipc$")))" in my emacs config which seemed to work.

On Tue, May 16, 2023 at 7:13 AM JOE Staursky <jnstaursky@gmail.com> wrote:
Hello,

I am trying to get the emacs interface to poke up and running but upone executing M-x poke I get
the error
"poke-code: make client process failed: No such file or directory, :name, poke-code, :buffer, *poke-code*, :family, local, :service, /tmp/poked.ipc"

How might I fix this?

Additional info:
I just installed the latest poke version (3.2) prior to installing the poke package into emacs.


Best,
Joe

reply via email to

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