* Is there any way to write to system logs from emacs? @ 2003-11-09 21:52 Artur Hefczyc 2003-11-09 22:38 ` Dan Anderson 2003-11-10 2:35 ` Pascal Bourguignon 0 siblings, 2 replies; 3+ messages in thread From: Artur Hefczyc @ 2003-11-09 21:52 UTC (permalink / raw) 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? Artur -- Artur Hefczyc, Open Source Developer: http://www.geotools.org/ http://generguide.sourceforge.net/ http://wttools.sourceforge.net/ http://maven-plugins.sourceforge.net/ ^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Is there any way to write to system logs from emacs? 2003-11-09 21:52 Is there any way to write to system logs from emacs? Artur Hefczyc @ 2003-11-09 22:38 ` Dan Anderson 2003-11-10 2:35 ` Pascal Bourguignon 1 sibling, 0 replies; 3+ messages in thread From: Dan Anderson @ 2003-11-09 22:38 UTC (permalink / raw) > Is there any package allowing this? You could probably run a shell command. M-x | sends the currently highlighted text to a shell, as does M-x ! (I think). HTH, -Dan ^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Is there any way to write to system logs from emacs? 2003-11-09 21:52 Is there any way to write to system logs from emacs? Artur Hefczyc 2003-11-09 22:38 ` Dan Anderson @ 2003-11-10 2:35 ` Pascal Bourguignon 1 sibling, 0 replies; 3+ messages in thread From: Pascal Bourguignon @ 2003-11-10 2:35 UTC (permalink / raw) Artur Hefczyc <DONTkobit@SPAMplusnet.MEpl> 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/ ^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2003-11-10 2:35 UTC | newest] Thread overview: 3+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2003-11-09 21:52 Is there any way to write to system logs from emacs? Artur Hefczyc 2003-11-09 22:38 ` Dan Anderson 2003-11-10 2:35 ` Pascal Bourguignon
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).