unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* emacs server with X11 build on OSX
@ 2010-08-01 19:17 Leo
  2010-08-02 14:57 ` Juanma Barranquero
  0 siblings, 1 reply; 24+ messages in thread
From: Leo @ 2010-08-01 19:17 UTC (permalink / raw)
  To: emacs-devel

Hello,

(progn
  (require 'server)
  (setq server-use-tcp t)
  (server-start))

generates an error:

Debugger entered--Lisp error: (error "localhost/0 nodename nor servname provided, or not known")
  make-network-process(:name "server" :server t :noquery t :sentinel server-sentinel :filter server-process-filter :coding raw-text-unix :family nil :service t :host local :plist (:authenticated nil))
  apply(make-network-process :name "server" :server t :noquery t :sentinel server-sentinel :filter server-process-filter :coding raw-text-unix (:family nil :service t :host local :plist (:authenticated nil)))
  server-start()
  (progn (require (quote server)) (setq server-use-tcp t) (server-start))
  eval((progn (require (quote server)) (setq server-use-tcp t) (server-start)))
  eval-last-sexp-1(nil)
  eval-last-sexp(nil)
  call-interactively(eval-last-sexp nil nil)

Any idea how to fix this?

Tested with GNU Emacs 23.2.3 (x86_64-apple-darwin10.3.0, X toolkit)
 of 2010-05-23 on Victoria.local.

Leo




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

end of thread, other threads:[~2010-09-27 12:12 UTC | newest]

Thread overview: 24+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-08-01 19:17 emacs server with X11 build on OSX Leo
2010-08-02 14:57 ` Juanma Barranquero
2010-08-02 15:56   ` Leo
2010-08-02 20:22     ` Juanma Barranquero
2010-08-03  2:12       ` Ken Raeburn
2010-08-03  2:47         ` Juanma Barranquero
2010-08-03  5:01           ` Leo
2010-08-03 12:02             ` Juanma Barranquero
2010-08-03 12:44               ` Andreas Schwab
2010-08-03 12:48                 ` Juanma Barranquero
2010-08-03 13:01                   ` Andreas Schwab
2010-08-03 13:03                     ` Juanma Barranquero
2010-08-04  0:52                       ` YAMAMOTO Mitsuharu
2010-08-04 15:25                         ` bug#6781: " Chong Yidong
2010-09-25  3:57                           ` YAMAMOTO Mitsuharu
2010-09-27 12:12                             ` Juanma Barranquero
2010-08-04 13:18           ` Stefan Monnier
2010-08-05  9:02             ` Juanma Barranquero
2010-08-09 11:24               ` Stefan Monnier
2010-08-09 17:08                 ` Juanma Barranquero
2010-08-10 13:31                   ` Stefan Monnier
2010-08-10 18:31                     ` Juanma Barranquero
2010-09-24 19:38                     ` bug#6781: " Juanma Barranquero
2010-09-24 22:27                       ` Stefan Monnier

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).