From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Eli Zaretskii" Newsgroups: gmane.emacs.bugs Subject: Re: abort in TERM=xterm-color Date: Fri, 12 Apr 2002 12:40:02 +0300 Sender: bug-gnu-emacs-admin@gnu.org Message-ID: <2427-Fri12Apr2002124001+0300-eliz@is.elta.co.il> References: <200204101932.g3AJWSJF032371@callisto.jtan.com> <1190-Thu11Apr2002221641+0300-eliz@is.elta.co.il> Reply-To: Eli Zaretskii NNTP-Posting-Host: localhost.gmane.org X-Trace: main.gmane.org 1018604890 7122 127.0.0.1 (12 Apr 2002 09:48:10 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Fri, 12 Apr 2002 09:48:10 +0000 (UTC) Cc: bug-gnu-emacs@gnu.org Return-path: Original-Received: from fencepost.gnu.org ([199.232.76.164]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 16vxf7-0001ql-00 for ; Fri, 12 Apr 2002 11:48:09 +0200 Original-Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 16vxf7-0008OG-00; Fri, 12 Apr 2002 05:48:09 -0400 Original-Received: from odin.inter.net.il ([192.114.186.10]) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 16vxcF-0008I3-00 for ; Fri, 12 Apr 2002 05:45:12 -0400 Original-Received: from zaretsky (diup-217-177.inter.net.il [213.8.217.177]) by odin.inter.net.il (Mirapoint Messaging Server MOS 2.9.3.2) with ESMTP id AAZ55709; Fri, 12 Apr 2002 12:44:41 +0300 (IDT) Original-To: reader@newsguy.com X-Mailer: emacs 21.2.50 (via feedmail 8 I) and Blat ver 1.8.9 In-Reply-To: (message from Harry Putnam on Thu, 11 Apr 2002 13:34:45 -0700) Errors-To: bug-gnu-emacs-admin@gnu.org X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.0.9 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Bug reports for GNU Emacs, the Swiss army knife of text editors List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.bugs:599 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:599 > From: Harry Putnam > Date: Thu, 11 Apr 2002 13:34:45 -0700 > > >> After starting emacs, typing M-x list-colors-display will invoke a full > >> abort (Fatal error (6). Abort (core dumped) > > > > I think this is the problem described in etc/PROBLEMS under "Emacs > > aborts inside the function `tparam1'". > > Eli, You've mentioned elswhere how emacs will fall back on its own > tparm that doesn't support openbsd termcap entries. I wonder if there > is a readson that particular tparm is used as against a more recent > one that does support those termcap entries. The offending termcap entry uses features that are outside the termcap spec (these features were borrowed from terminfo, which is a much more versatile and complex facility). Adding support for those features to GNU termcap is a lot of work, so when this problem was first reported, the decision was not to invest all that work, and instead tell users to upgrade their curses library.