From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.bugs Subject: Re: problem Date: Mon, 15 Nov 2004 16:22:35 GMT Message-ID: References: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1100535653 30021 80.91.229.6 (15 Nov 2004 16:20:53 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 15 Nov 2004 16:20:53 +0000 (UTC) Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Mon Nov 15 17:20:38 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CTjao-0007Ji-00 for ; Mon, 15 Nov 2004 17:20:38 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CTjjV-00060v-Hr for geb-bug-gnu-emacs@m.gmane.org; Mon, 15 Nov 2004 11:29:37 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CTjjS-00060b-21 for bug-gnu-emacs@gnu.org; Mon, 15 Nov 2004 11:29:34 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CTjjR-00060H-En for bug-gnu-emacs@gnu.org; Mon, 15 Nov 2004 11:29:33 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CTjjR-000607-CB for bug-gnu-emacs@gnu.org; Mon, 15 Nov 2004 11:29:33 -0500 Original-Received: from [132.239.1.55] (helo=mailbox3.ucsd.edu) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.34) id 1CTjaH-0001SU-LM for bug-gnu-emacs@gnu.org; Mon, 15 Nov 2004 11:20:08 -0500 Original-Received: from mailboy.risq.qc.ca (mailboy.risq.ca [192.26.210.45]) by mailbox3.ucsd.edu (8.13.1/8.13.1) with ESMTP id iAFGJvvu082045 for ; Mon, 15 Nov 2004 08:19:57 -0800 (PST) Original-Received: from charlie.risq.qc.ca (unknown [192.26.210.24]) by mailboy.risq.qc.ca (Postfix) with ESMTP id 60E3C69F for ; Mon, 15 Nov 2004 11:19:50 -0500 (EST) Original-Received: from charlie.risq.qc.ca (localhost [127.0.0.1]) by charlie.risq.qc.ca (8.12.10+Sun/8.12.9) with ESMTP id iAFGMcJh021518 for ; Mon, 15 Nov 2004 11:22:38 -0500 (EST) Original-Received: by charlie.risq.qc.ca (8.12.10+Sun/8.12.9/Submit) id iAFGMZt5021517; Mon, 15 Nov 2004 11:22:35 -0500 (EST) Original-To: gnu-emacs-bug@moderators.isc.org Original-Path: 53ab2750!not-for-mail Original-Newsgroups: gnu.emacs.bug User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/21.3.50 (gnu/linux) Cancel-Lock: sha1:Pn4s6p6ZQesfRgAjv1qTLsZznI0= Original-Lines: 22 Original-NNTP-Posting-Host: 132.204.24.84 Original-X-Complaints-To: abuse@umontreal.ca Original-X-Trace: charlie.risq.qc.ca 1100535755 132.204.24.84 (Mon, 15 Nov 2004 11:22:35 EST) Original-NNTP-Posting-Date: Mon, 15 Nov 2004 11:22:35 EST X-Spamscanner: mailbox3.ucsd.edu (v1.5 Aug 25 2004 09:28:35, 0.0/5.0 3.0.0) X-MailScanner: PASSED (v1.2.8 82065 iAFGJvvu082045 mailbox3.ucsd.edu) X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 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: , Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.bugs:9698 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:9698 > First of all, thank you for creating such an outstanding piece of work as > Emacs. The newer version of that, XEmacs, must have been developed by > someone else, as it is so far from good. Thank you for the praise. XEmacs is not a newer version. It's just a different project with common roots. > Since I really disliked XEmacs, I downloaded the only version of Emacs > I found from your website, (I run Debian Gnome) and after compiling > everything is good, however after I run 'make' and try to 'src/emacs -q' , > I get > atlantis:/home/evgeni/emacs-21.3# src/emacs -q > emacs: Cannot open termcap database file Please show us the complete output of your build, including the output of ./configure and make. Alternatively, you might just want to install the precompiled binary distributed by Debian, using apt-get. Stefan