From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?ISO-8859-1?Q?Andreas_R=F6hler?= Newsgroups: gmane.emacs.help Subject: Re: How to Date: Sun, 11 Oct 2009 10:11:23 +0200 Message-ID: <4AD1932B.509@easy-emacs.de> References: <4f26ac40-e181-4d54-a8e3-82f5cf54f9db@g23g2000yqh.googlegroups.com> <64894c5b-c7df-46c4-b896-03bea7eb226f@m11g2000yqf.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1255248769 8163 80.91.229.12 (11 Oct 2009 08:12:49 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 11 Oct 2009 08:12:49 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Decebal Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Oct 11 10:12:41 2009 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1MwtXl-0004He-06 for geh-help-gnu-emacs@m.gmane.org; Sun, 11 Oct 2009 10:12:41 +0200 Original-Received: from localhost ([127.0.0.1]:33947 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MwtXj-0000Ez-SP for geh-help-gnu-emacs@m.gmane.org; Sun, 11 Oct 2009 04:12:39 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MwtXM-0000ET-OH for help-gnu-emacs@gnu.org; Sun, 11 Oct 2009 04:12:16 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MwtXI-0000CF-Q9 for help-gnu-emacs@gnu.org; Sun, 11 Oct 2009 04:12:16 -0400 Original-Received: from [199.232.76.173] (port=39281 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MwtXI-0000CC-KF for help-gnu-emacs@gnu.org; Sun, 11 Oct 2009 04:12:12 -0400 Original-Received: from moutng.kundenserver.de ([212.227.126.187]:49823) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MwtXI-0007Tu-5i for help-gnu-emacs@gnu.org; Sun, 11 Oct 2009 04:12:12 -0400 Original-Received: from [192.168.178.27] (p54BE896A.dip0.t-ipconnect.de [84.190.137.106]) by mrelayeu.kundenserver.de (node=mreu0) with ESMTP (Nemesis) id 0MYJ7N-1MjVO70WC9-00VnkG; Sun, 11 Oct 2009 10:12:10 +0200 User-Agent: Thunderbird 2.0.0.19 (X11/20081227) In-Reply-To: <64894c5b-c7df-46c4-b896-03bea7eb226f@m11g2000yqf.googlegroups.com> X-Provags-ID: V01U2FsdGVkX1/r102ah8oEHlCsdnxSWynPfQLhV+R4i6icEMd fO9sWDCuq4fnxKqcgULyqDil0fBj5xfCZ9NitxkM4UeKqLj4Nz FIy5bfpNxZVgCKojA5RiYgIOODZK2GA X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:68826 Archived-At: Decebal wrote: > On Oct 10, 10:57 pm, Decebal wrote: >>>> Wrote /home/cecil/temp/inputEmacs >> I still have to find something for this. > > That is not possible I am afraid. In the C-source there is a call to > message_with_string. > AFAIS it's that piece of code in files.el message_with_string ((INTEGERP (append) ? "Updated %s" : ! NILP (append) ? "Added to %s" : "Wrote %s"), visit_file, 1); Looks like a twofold "if", where the second "else" should not be executed in your case. Should be possible to add an option "--quiet" to batch mode, thus suppressing these messages. If it's that urgend for you, deleting the second "else" and recompile might be an option to for the moment. Andreas -- https://code.launchpad.net/s-x-emacs-werkstatt/ http://bazaar.launchpad.net/~a-roehler/python-mode/python-mode.el/