From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Pascal Bourguignon Newsgroups: gmane.emacs.help Subject: Re: Is there any way to write to system logs from emacs? Date: 10 Nov 2003 03:35:44 +0100 Organization: [posted via Easynet Spain] Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: <873ccxlzlr.fsf@thalassa.informatimago.com> References: <87y8upgqfw.fsf@141-moc-9.acn.waw.pl> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1068432349 20881 80.91.224.253 (10 Nov 2003 02:45:49 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 10 Nov 2003 02:45:49 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Nov 10 03:45:47 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AJ23n-00025I-00 for ; Mon, 10 Nov 2003 03:45:47 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AJ2zr-0004XZ-Bl for geh-help-gnu-emacs@m.gmane.org; Sun, 09 Nov 2003 22:45:47 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news.tele.dk!news.tele.dk!small.news.tele.dk!newsfeed00.sul.t-online.de!newsfeed01.sul.t-online.de!t-online.de!easynews.net!newsfeed3.easynews.net!195.40.4.120.MISMATCH!easynet-quince!easynet.net!easynet-post2!not-for-mail Original-Newsgroups: gnu.emacs.help User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 Original-Lines: 18 Original-NNTP-Posting-Host: 62.93.174.79 Original-X-Trace: DXC=_Ic^T_^b:VY<71SaZj List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:13985 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:13985 Artur Hefczyc writes: > Hi, > > I am interested if there is any interface in elisp for system logger. I > mean I would like to send some info to system logs directly from emacs. > > Is there any package allowing this? There is the logger(1) command, and it can easily be invoked from emacs with shell-command: (shell-command "logger -p local3.info -t from-emacs \"Hello from Andromeda!\"") -- __Pascal_Bourguignon__ http://www.informatimago.com/