trogdoro / xiki

A shell console with GUI features

Home Page:http://xiki.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

emacsclient: error accessing socket

aissat opened this issue · comments

commented

For more information about these matters, see the file named COPYING. =~ Emacs 22 ]]

  • unique=4465
  • ERROR='++ emacsclient -s 4465 -e '''(select-frame (car (last (frame-list))))'''
    emacsclient: can'''t find socket; have you started the server?
    To start the server in Emacs, type "M-x server-start".
    emacsclient: error accessing socket "4465"'
  • [[ ++ emacsclient -s 4465 -e '(select-frame (car (last (frame-list))))'
    emacsclient: can't find socket; have you started the server?
    To start the server in Emacs, type "M-x server-start".
    emacsclient: error accessing socket "4465" != '' ]]
  • emacs -Q --daemon=4465 -nw
  • emacsclient -s 4465 -e '(load "~/xiki/misc/emacs/start_xiki_daemon.el")'
  • save_args_to_files
  • let i=1
  • params_dir=~/xiki/misc/params
  • '[' '!' -d ~/xiki/misc/params ']'
  • '[' 0 -eq 0 ']'
  • echo ''
  • emacsclient -s 4465 -t
    emacsclient: connect: Connection refused
    emacsclient: error accessing socket "4465"
  • '[' -f /tmp/xiki_go.txt ']'
commented

This seems to be a duplicate of #129