emacs-devel
[Top][All Lists]
Advanced

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

Re: start emacs without creating frames and connect with emacsclient lat


From: David Hansen
Subject: Re: start emacs without creating frames and connect with emacsclient later
Date: Fri, 22 Aug 2008 13:58:05 +0200
User-agent: Gnus/5.110011 (No Gnus v0.11) Emacs/23.0.60 (gnu/linux)

On Thu, 21 Aug 2008 10:20:28 -0700 Dan Nicolaescu wrote:

> +      close(0);
> +      close(1);
> +      close(2);

Just curious, never wrote a daemon: Shouldn't you dup2 /dev/null here or
something?  Not having these fds looks scary to me.

David





reply via email to

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