emacs-devel
[Top][All Lists]
Advanced

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

Re: [RFC] syslog interface


From: Stefan Monnier
Subject: Re: [RFC] syslog interface
Date: Thu, 27 May 2010 12:19:28 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux)

>  -server option added to newer emacs is very interesting.
> But to write a rael server with emacs, there may be some missing
> functions in emacs.
>  syslog interface is one of such function. As a system administrator,
> I'd like to track the event on the emacs server on which the service written 
> in elisp is running via /var/log/messages.

Not sure what's the purpose here: the emacs-server is normally expected
to be run by users, not as a system process (it's not expected to be
shared by all users of the system), whereas syslog is normally used only
for messages coming from system processes rather than from
user processes.

Can you give some additional info about what use case you're
thinking of?


        Stefan


PS: the "return Qundefined" is wrong, because Qundefined is a special
value that Elisp code should never see.  Return Qnil instead.



reply via email to

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