From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Dan Anderson Newsgroups: gmane.emacs.help Subject: Re: Is there any way to write to system logs from emacs? Date: Sun, 09 Nov 2003 17:38:18 -0500 Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: <1068417497.27942.1084.camel@hades.syr-24-59-76-83.twcny.rr.com> References: <87y8upgqfw.fsf@141-moc-9.acn.waw.pl> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1068417646 25563 80.91.224.253 (9 Nov 2003 22:40:46 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 9 Nov 2003 22:40:46 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Nov 09 23:40:44 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 1AIyEe-0002G2-00 for ; Sun, 09 Nov 2003 23:40:44 +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 1AIzAt-0002eV-2X for geh-help-gnu-emacs@m.gmane.org; Sun, 09 Nov 2003 18:40:55 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1AIzAG-0002cL-9Q for help-gnu-emacs@gnu.org; Sun, 09 Nov 2003 18:40:16 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1AIz9i-0002Uj-0O for help-gnu-emacs@gnu.org; Sun, 09 Nov 2003 18:40:13 -0500 Original-Received: from [24.59.76.83] (helo=hades.syr-24-59-76-83.twcny.rr.com) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AIz9h-0002Ug-Nj for help-gnu-emacs@gnu.org; Sun, 09 Nov 2003 18:39:41 -0500 Original-Received: by hades.syr-24-59-76-83.twcny.rr.com (Postfix, from userid 501) id 5B6BF467; Sun, 9 Nov 2003 17:38:18 -0500 (EST) Original-To: help-gnu-emacs@gnu.org In-Reply-To: <87y8upgqfw.fsf@141-moc-9.acn.waw.pl> X-Mailer: Ximian Evolution 1.4.4-8mdk X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Users list for the GNU Emacs text editor 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:13982 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:13982 > 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