From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Thomas Dickey Newsgroups: gmane.emacs.bugs Subject: Re: Crash in tparam.c on OpenBSD Date: 4 Jan 2004 02:25:02 GMT Organization: RadixNet Internet Services Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Message-ID: References: <20040101225431.GA8055@zoidberg.homeip.net> NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1073183490 12826 80.91.224.253 (4 Jan 2004 02:31:30 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 4 Jan 2004 02:31:30 +0000 (UTC) Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Sun Jan 04 03:31:25 2004 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1Acy33-0006Lc-00 for ; Sun, 04 Jan 2004 03:31:25 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AcyzZ-0007Ss-LX for geb-bug-gnu-emacs@m.gmane.org; Sat, 03 Jan 2004 22:31:53 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1AcyzT-0007KG-EI for bug-gnu-emacs@gnu.org; Sat, 03 Jan 2004 22:31:47 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1AcyxM-00062X-O1 for bug-gnu-emacs@gnu.org; Sat, 03 Jan 2004 22:29:55 -0500 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1Acywl-0005Lz-QY for bug-gnu-emacs@gnu.org; Sat, 03 Jan 2004 22:28:59 -0500 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by fencepost.gnu.org with esmtp (Exim 4.24) id 1AcxvA-0003kN-Ak for gnu-emacs-bug@prep.ai.mit.edu; Sat, 03 Jan 2004 21:23:16 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1Acyw5-0004mN-Hs for gnu-emacs-bug@prep.ai.mit.edu; Sat, 03 Jan 2004 22:28:49 -0500 Original-Received: from [207.192.128.41] (helo=news1.radix.net) by monty-python.gnu.org with esmtp (Exim 4.24) id 1Acyuc-00044v-9g for gnu-emacs-bug@prep.ai.mit.edu; Sat, 03 Jan 2004 22:26:46 -0500 Original-Received: from news1.radix.net (localhost [127.0.0.1]) by news1.radix.net (8.12.2/8.12.2) with ESMTP id i042P3Rf001146 for ; Sat, 3 Jan 2004 21:25:04 -0500 (EST) Original-Received: by news1.radix.net (8.12.2/8.12.2/Submit) id i042P38e001145 for gnu-emacs-bug@prep.ai.mit.edu; Sat, 3 Jan 2004 21:25:03 -0500 (EST) Original-To: gnu-emacs-bug@prep.ai.mit.edu Original-Path: not-for-mail Original-Newsgroups: gnu.emacs.bug Original-Lines: 28 Original-NNTP-Posting-Host: saltmine.radix.net User-Agent: tin/1.4.4-20000803 ("Vet for the Insane") (UNIX) (SunOS/5.8 (sun4u)) X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Bug reports for GNU Emacs, the Swiss army knife of text editors List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.bugs:6470 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:6470 Eli Zaretskii wrote: >> From: Thomas Dickey >> Newsgroups: gnu.emacs.bug >> Date: 2 Jan 2004 11:01:04 GMT >> >> This appears to be a problem with emacs' configure script. It shouldn't >> have to compile-in most of the logic for tparam, since that can be done >> with calls to the "real" tgoto. > Sorry, I don't understand: there's no place in the Emacs configure > script where it references tparam. So could you please elaborate? It's been several months since I looked (well, I _could_ download the source again...). What I recalled was that Emacs' tparam() is used in a few places that could be directed to the underlying tgoto() function - if that tgoto() is not supplied by Emacs. That was essentially what I reported before. > FWIW, it looks like support for %pN was recently added to tparam.c in > the Emacs CVS, so this problem shouldn't happen anymore. I suppose so. I'm not sure if it would handle the more complicated expressions for color. -- Thomas E. Dickey http://invisible-island.net ftp://invisible-island.net