From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dan Nicolaescu Newsgroups: gmane.emacs.devel Subject: Re: Device 0 is not a termcap terminal device Date: Wed, 4 Feb 2009 23:15:39 -0800 (PST) Message-ID: <200902050715.n157FdPp029797@rodan.ics.uci.edu> References: <20081003100758.GA1762@muc.de> <87zlll1wrb.fsf@cyd.mit.edu> <20081004222724.GA13943@muc.de> <21841402.post@talk.nabble.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1233818166 4799 80.91.229.12 (5 Feb 2009 07:16:06 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 5 Feb 2009 07:16:06 +0000 (UTC) Cc: Emacs-devel@gnu.org To: moboyle79 Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Feb 05 08:17:20 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 1LUyU9-0006SY-RW for ged-emacs-devel@m.gmane.org; Thu, 05 Feb 2009 08:17:18 +0100 Original-Received: from localhost ([127.0.0.1]:44564 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LUySq-00028e-Go for ged-emacs-devel@m.gmane.org; Thu, 05 Feb 2009 02:15:56 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LUySk-00027f-76 for emacs-devel@gnu.org; Thu, 05 Feb 2009 02:15:50 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LUySi-00027Q-Dw for Emacs-devel@gnu.org; Thu, 05 Feb 2009 02:15:49 -0500 Original-Received: from [199.232.76.173] (port=49146 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LUySi-00027M-AW for Emacs-devel@gnu.org; Thu, 05 Feb 2009 02:15:48 -0500 Original-Received: from sallyv2.ics.uci.edu ([128.195.1.120]:61946) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_3DES_EDE_CBC_SHA1:24) (Exim 4.60) (envelope-from ) id 1LUySh-0006rn-VH for Emacs-devel@gnu.org; Thu, 05 Feb 2009 02:15:48 -0500 Original-Received: from rodan.ics.uci.edu (rodan.ics.uci.edu [128.195.6.9]) by sallyv2.ics.uci.edu (8.13.7+Sun/8.13.7) with ESMTP id n157Fdpp002456; Wed, 4 Feb 2009 23:15:39 -0800 (PST) Original-Received: (from dann@localhost) by rodan.ics.uci.edu (8.13.8+Sun/8.13.6/Submit) id n157FdPp029797; Wed, 4 Feb 2009 23:15:39 -0800 (PST) In-Reply-To: <21841402.post@talk.nabble.com> (moboyle's message of "Wed, 4 Feb 2009 14:45:32 -0800 (PST)") Original-Lines: 10 X-ICS-MailScanner-Information: Please contact the ISP for more information X-ICS-MailScanner-ID: n157Fdpp002456 X-ICS-MailScanner: Found to be clean X-ICS-MailScanner-SpamCheck: not spam, SpamAssassin (score=-1.44, required 5, autolearn=disabled, ALL_TRUSTED -1.44) X-ICS-MailScanner-From: dann@rodan.ics.uci.edu X-detected-operating-system: by monty-python.gnu.org: Solaris 10 (beta) 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:108778 Archived-At: moboyle79 writes: > I don't have much to add, except that I fix the problem by commenting out the > line > (xterm-mouse-mode t) > in my ~/.emacs . As another note, when the daemon is running, and I > `emacsclient -nw` and try to run the command xterm-mouse-mode, I get "Device > 0 is not a termcap terminal device" in the minibuffer. I checked in a fix for this.