emacs-devel
[Top][All Lists]
Advanced

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

Re: SIGPIPE in server


From: Stefan
Subject: Re: SIGPIPE in server
Date: Sun, 03 Oct 2004 15:19:02 -0400
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/21.3.50 (darwin)

>     emacsclient -n -d localhost:10 --eval '(make-frame-on-display 
> "localhost:10")'

   emacsclient -n -d locahost:12 -e '(make-frame)'

should work just as well.

> It seems that `process-send-region' gets SIGPIPE because -n(--no-wait)
> option make  the process dead quickly.  The next patch suppresses the
> error with `condition-case'.  Question is what I should do after receiving
> the error.  In the patch, the error is just reported by `message'.
> Is this OK?

I think the error should just be ignored without even a `message'.


        Stefan




reply via email to

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