From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/65501 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.gnus.general,gmane.emacs.devel Subject: Re: window-system and batch mode Date: Wed, 31 Oct 2007 03:47:39 -0400 Message-ID: References: Reply-To: rms@gnu.org NNTP-Posting-Host: lo.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: ger.gmane.org 1193816899 4864 80.91.229.12 (31 Oct 2007 07:48:19 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 31 Oct 2007 07:48:19 +0000 (UTC) Cc: yamaoka@jpl.org, ding@gnus.org, emacs-devel@gnu.org To: Stefan Monnier Original-X-From: ding-owner+M13996@lists.math.uh.edu Wed Oct 31 08:48:22 2007 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by lo.gmane.org with esmtp (Exim 4.50) id 1In8JF-0004yc-3O for ding-account@gmane.org; Wed, 31 Oct 2007 08:48:17 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1In8Im-0001G7-Mj; Wed, 31 Oct 2007 02:47:48 -0500 Original-Received: from mx1.math.uh.edu ([129.7.128.32]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1In8Il-0001Fv-Gn for ding@lists.math.uh.edu; Wed, 31 Oct 2007 02:47:47 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtp (Exim 4.67) (envelope-from ) id 1In8If-0008BG-NW for ding@lists.math.uh.edu; Wed, 31 Oct 2007 02:47:47 -0500 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1In8IZ-0002mq-00 for ; Wed, 31 Oct 2007 08:47:36 +0100 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.60) (envelope-from ) id 1In8Id-0001VH-UL; Wed, 31 Oct 2007 03:47:39 -0400 In-reply-to: (message from Stefan Monnier on Tue, 30 Oct 2007 14:56:41 -0400) X-Spam-Score: -2.3 (--) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:65501 gmane.emacs.devel:82194 Yes, when I changed window-system to be terminal-local I had to decide what value to give to it for the initial "terminal" (which is basically just stdin/stdout rather than an X11 or tty connection). I decided to use t (rather than nil which means "tty") to see what happens and hopefully catch some bugs. And indeed it helped me get the "terminal-local window-system" patch working. I am glad it helped catch some bugs, but the correct value for a stdin is certainly nil. stdin is not a window system.