From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel,gmane.emacs.gnus.general Subject: Re: window-system and batch mode Date: Wed, 31 Oct 2007 15:26:09 -0400 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1193858803 21738 80.91.229.12 (31 Oct 2007 19:26:43 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 31 Oct 2007 19:26:43 +0000 (UTC) Cc: Katsumi Yamaoka , ding@gnus.org, emacs-devel@gnu.org To: rms@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Oct 31 20:26:45 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1InJCv-0007r0-W2 for ged-emacs-devel@m.gmane.org; Wed, 31 Oct 2007 20:26:30 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1InJCm-0005R6-9j for ged-emacs-devel@m.gmane.org; Wed, 31 Oct 2007 15:26:20 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1InJCi-0005Oo-I5 for emacs-devel@gnu.org; Wed, 31 Oct 2007 15:26:16 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1InJCg-0005LX-TV for emacs-devel@gnu.org; Wed, 31 Oct 2007 15:26:15 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1InJCg-0005LD-EW for emacs-devel@gnu.org; Wed, 31 Oct 2007 15:26:14 -0400 Original-Received: from tomts20.bellnexxia.net ([209.226.175.74] helo=tomts20-srv.bellnexxia.net) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1InJCc-0007FW-5k; Wed, 31 Oct 2007 15:26:10 -0400 Original-Received: from pastel.home ([74.12.208.145]) by tomts20-srv.bellnexxia.net (InterMail vM.5.01.06.13 201-253-122-130-113-20050324) with ESMTP id <20071031192609.JYAT8273.tomts20-srv.bellnexxia.net@pastel.home>; Wed, 31 Oct 2007 15:26:09 -0400 Original-Received: by pastel.home (Postfix, from userid 20848) id 04E1B7F9F; Wed, 31 Oct 2007 15:26:08 -0400 (EDT) In-Reply-To: (Richard Stallman's message of "Tue\, 30 Oct 2007 04\:22\:18 -0400") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/23.0.50 (gnu/linux) X-detected-kernel: by monty-python.gnu.org: Solaris 8 (1) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:82245 gmane.emacs.gnus.general:65505 Archived-At: > Recently Emacs sets `window-system' to t in the batch mode: > emacs -batch -Q -eval '(message "%s" window-system)' > t > Shouldn't it be nil? > I think that is a bug, and it should be nil. > Would someone please DTRT then ack? Done, Stefan