From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Davin Pearson Newsgroups: gmane.emacs.bugs Subject: Re: bug#3283: Bug in Emacs' batch mode Date: Tue, 19 May 2009 02:07:22 -0700 (PDT) Organization: http://groups.google.com Message-ID: References: <4e536696-1063-43c1-871f-588fe59efb5b@k19g2000prh.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1242726088 30474 80.91.229.12 (19 May 2009 09:41:28 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 19 May 2009 09:41:28 +0000 (UTC) To: bug-gnu-emacs@gnu.org Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Tue May 19 11:41:21 2009 Return-path: Envelope-to: geb-bug-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 1M6Lp3-0007yN-4m for geb-bug-gnu-emacs@m.gmane.org; Tue, 19 May 2009 11:41:21 +0200 Original-Received: from localhost ([127.0.0.1]:54236 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1M6Lp2-0005OZ-By for geb-bug-gnu-emacs@m.gmane.org; Tue, 19 May 2009 05:41:20 -0400 Original-Path: news.stanford.edu!newsfeed.stanford.edu!postnews.google.com!b6g2000pre.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.bug Original-Lines: 6 Original-NNTP-Posting-Host: 60.234.132.53 Original-X-Trace: posting.google.com 1242724042 11573 127.0.0.1 (19 May 2009 09:07:22 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Tue, 19 May 2009 09:07:22 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: b6g2000pre.googlegroups.com; posting-host=60.234.132.53; posting-account=SVVH0AoAAABplEQzMkIR3gU7a0gK8IuF User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB; rv:1.9.0.10) Gecko/2009042316 Firefox/3.0.10,gzip(gfe),gzip(gfe) Original-Xref: news.stanford.edu gnu.emacs.bug:55991 X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:28019 Archived-At: On May 14, 5:06=A0pm, Kevin Rodgers wrote: > There are calls to Fmessage() in Emacs' C source code which do not go > through the `message' Lisp symbol. Isn't that a bug, since it seems reasonable to redefine message to a do-nothing function?