From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: Device 0 is not a termcap terminal device Date: Wed, 02 Sep 2009 13:48:38 -0400 Message-ID: References: <20081003100758.GA1762@muc.de> <200810031625.m93GPZKn023230@mothra.ics.uci.edu> <20090901200826.GA2657@muc.de> <20090902094316.GA2550@muc.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1251913751 15906 80.91.229.12 (2 Sep 2009 17:49:11 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 2 Sep 2009 17:49:11 +0000 (UTC) Cc: csant , emacs-devel To: Alan Mackenzie Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Sep 02 19:49:04 2009 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 1Mitx9-0004IG-Mq for ged-emacs-devel@m.gmane.org; Wed, 02 Sep 2009 19:49:04 +0200 Original-Received: from localhost ([127.0.0.1]:56357 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Mitx9-0005Fr-6O for ged-emacs-devel@m.gmane.org; Wed, 02 Sep 2009 13:49:03 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Mitws-0005Bp-JP for emacs-devel@gnu.org; Wed, 02 Sep 2009 13:48:46 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Mitwp-0005AK-3J for emacs-devel@gnu.org; Wed, 02 Sep 2009 13:48:46 -0400 Original-Received: from [199.232.76.173] (port=45332 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Mitwo-0005AE-NF for emacs-devel@gnu.org; Wed, 02 Sep 2009 13:48:42 -0400 Original-Received: from ironport2-out.pppoe.ca ([206.248.154.182]:17313 helo=ironport2-out.teksavvy.com) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Mitwo-0007L2-Cb for emacs-devel@gnu.org; Wed, 02 Sep 2009 13:48:42 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: ArMEAK9MnkpFpYuS/2dsb2JhbACBU9sQhBsFh3A X-IronPort-AV: E=Sophos;i="4.44,319,1249272000"; d="scan'208";a="45020799" Original-Received: from 69-165-139-146.dsl.teksavvy.com (HELO pastel.home) ([69.165.139.146]) by ironport2-out.teksavvy.com with ESMTP; 02 Sep 2009 13:47:28 -0400 Original-Received: by pastel.home (Postfix, from userid 20848) id A3AF27F45; Wed, 2 Sep 2009 13:48:38 -0400 (EDT) In-Reply-To: <20090902094316.GA2550@muc.de> (Alan Mackenzie's message of "Wed, 2 Sep 2009 09:43:16 +0000") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (gnu/linux) X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. 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:114988 Archived-At: >> > A little less that a year ago, I supplied a "me too" to this bug in which >> > batch programs would crash with the error message >> > Device 0 is not a termcap terminal device >> > I have now tracked this bug down: `send-string-to-terminal' crashes in >> > -batch. To see this, compare the following: >> Does the patch below help? > Yes, wonderfully! Thank you very much! > Would you like me to make a proper patch (including changing the doc > string and the elisp page) out of this? Please do, Stefan