help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: emacsclient does not start: How to create a server file?


From: Stefan Husmann
Subject: Re: emacsclient does not start: How to create a server file?
Date: Mon, 18 Mar 2013 00:29:46 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130311 Thunderbird/17.0.4

Am 18.03.2013 00:02, schrieb William Gardella:
emacsclient -a ""

Thank you for your reply. I tried your suggestion, and obviously the daemon 
cannot be started. Its the same with or without server running.

[haawda@frege src]$ ALTERNATE_EDITOR="" emacsclient ~/.emacs
Warning: due to a long standing Gtk+ bug
http://bugzilla.gnome.org/show_bug.cgi?id=85715
Emacs might crash when run in daemon mode and the X11 connection is 
unexpectedly lost.
Using an Emacs configured with --with-x-toolkit=lucid does not have this 
problem.
("emacs")
Loading bookmark+-mac...
Loading bookmark+-mac...done
../../../../../../usr/share/emacs/site-lisp/yas/yasnippet.el: `flet' is an 
obsolete macro (as of 24.3);
use either `cl-flet' or `cl-letf'.
../../../../../../usr/share/emacs/site-lisp/yas/yasnippet.el: `flet' is an 
obsolete macro (as of 24.3);
use either `cl-flet' or `cl-letf'.
[yas] Prepared just-in-time loading for /usr/share/emacs/site-lisp/yas/snippets
[yas] Prepared just-in-time loading for ~/.emacs.d/snippets
[yas] Reloaded everything (snippets will load just-in-time)....
Loading escreen...
Loading escreen...done
Loading /usr/share/emacs/site-lisp/xlicense.elc...
Loading /usr/share/emacs/site-lisp/xlicense.elc...done
Pymacs loading pastemacs...
Pymacs loading pastemacs...done
Loading /usr/share/emacs/site-lisp/chess.el (source)...
Loading /usr/share/emacs/site-lisp/chess.el (source)...done
Package assoc is obsolete!
Loading /usr/share/emacs/site-lisp/dictionary/dictionary-init.el (source)...
Loading /usr/share/emacs/site-lisp/dictionary/dictionary-init.el (source)...done
Loading /usr/share/emacs/site-lisp/yas/snippets/text-mode/time...
Loading recentf...
Loading recentf...done
Loading /home/haawda/.recentf...
Loading /home/haawda/.recentf...done
Cleaning up the recentf list...
Cleaning up the recentf list...done (0 removed)
[yas] Loading for `emacs-lisp-mode', just-in-time: (yas--load-directory-1 
/usr/share/emacs/site-lisp/yas
/snippets/emacs-lisp-mode (quote emacs-lisp-mode) (quote (text-mode)))!
[yas] Loading compiled snippets from 
/usr/share/emacs/site-lisp/yas/snippets/emacs-lisp-mode
[yas] Loading for `text-mode', just-in-time: (yas--load-directory-1 
/usr/share/emacs/site-lisp/yas/snipp
ets/text-mode (quote text-mode) (quote nil))!
[yas] Loading compiled snippets from 
/usr/share/emacs/site-lisp/yas/snippets/text-mode
Starting Emacs daemon.
Emacs daemon should have started, trying to connect again
Error: Cannot connect even after starting the Emacs daemon

The build funtion is this:
# after some download stuff
 cd $srcdir/${_bzrmod}-build
  export LANG=C
  export CFLAGS="`pkg-config --cflags webkitgtk-3.0 ` -DHAVE_WEBKIT_OSR -g"
  export LDFLAGS=`pkg-config --libs webkitgtk-3.0 `

  ./autogen.sh && ./configure --prefix=/usr --with-xwidgets \
    --enable-asserts --with-x-toolkit=gtk3 --with-sound \
    --libexecdir=/usr/lib --localstatedir=/var --with-rsvg \
    --with-gconf

  make bootstrap
  make

The full PKGBUILD can be seen at 
https://aur.archlinux.org/packages/em/emacs-xwidget-bzr/PKGBUILD.

Best Regards Stefan



reply via email to

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