From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: dkcombs@panix.com (David Combs) Newsgroups: gmane.emacs.help Subject: Re: just now made an emacs (on gnome). Problem: thinks I'm vt100 or something! Date: Fri, 21 Jan 2011 01:45:32 +0000 (UTC) Organization: Public Access Networks Corp. Message-ID: References: <87k4i02jxv.fsf@kuiper.lan.informatimago.com> NNTP-Posting-Host: lo.gmane.org X-Trace: dough.gmane.org 1295577659 11250 80.91.229.12 (21 Jan 2011 02:40:59 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 21 Jan 2011 02:40:59 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Jan 21 03:40:53 2011 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Pg6vk-0007g6-HA for geh-help-gnu-emacs@m.gmane.org; Fri, 21 Jan 2011 03:40:52 +0100 Original-Received: from localhost ([127.0.0.1]:43355 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pg6vj-0000GV-TU for geh-help-gnu-emacs@m.gmane.org; Thu, 20 Jan 2011 21:40:51 -0500 Original-Path: usenet.stanford.edu!panix!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 47 Original-NNTP-Posting-Host: panix2.panix.com Original-X-Trace: reader1.panix.com 1295574332 1212 166.84.1.2 (21 Jan 2011 01:45:32 GMT) Original-X-Complaints-To: abuse@panix.com Original-NNTP-Posting-Date: Fri, 21 Jan 2011 01:45:32 +0000 (UTC) X-Newsreader: trn 4.0-test76 (Apr 2, 2001) Original-Xref: usenet.stanford.edu gnu.emacs.help:184459 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:78619 Archived-At: In article <87k4i02jxv.fsf@kuiper.lan.informatimago.com>, Pascal J. Bourguignon wrote: >dkcombs@panix.com (David Combs) writes: > ... ... >> >> So, what might I have done wrong? > >You need --with-x to get an X gui. > >Here is what I use: > > ./configure --prefix=/opt/emacs-${emacs_version} \ > --with-x \ > --with-xpm \ > --with-jpeg \ > --with-tiff \ > --with-gif \ > --with-png \ > --with-rsvg \ > --with-xft \ > --with-libotf \ > --with-sound \ > --with-x-toolkit=no \ > --without-toolkit-scroll-bars \ > --x-includes=/usr/X11/include \ > --x-libraries=/usr/X11/lib \ > && make \ > && make install > >Of course, if you want some specific X toolkit, you will use something >else than no there. > >-- >__Pascal Bourguignon__ http://www.informatimago.com/ >A bad day in () is better than a good day in {}. Thanks! Will give it a try! David