From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Peter Dyballa Newsgroups: gmane.emacs.help Subject: Re: emacs + yellowdog linux + Playstation 3 Date: Sat, 31 Mar 2007 11:02:56 +0200 Message-ID: References: <1175198360.207679.84520@l77g2000hsb.googlegroups.com> <1175281765.704013.322000@n59g2000hsh.googlegroups.com> <1175296186.483239.4600@l77g2000hsb.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (Apple Message framework v752.2) Content-Type: text/plain; charset=WINDOWS-1252; delsp=yes; format=flowed Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1175331812 8506 80.91.229.12 (31 Mar 2007 09:03:32 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 31 Mar 2007 09:03:32 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Texaner Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Mar 31 11:03:26 2007 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.50) id 1HXZUb-0005r2-LO for geh-help-gnu-emacs@m.gmane.org; Sat, 31 Mar 2007 11:03:25 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HXZXO-0002Df-6U for geh-help-gnu-emacs@m.gmane.org; Sat, 31 Mar 2007 04:06:18 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HXZX7-0002AQ-KQ for help-gnu-emacs@gnu.org; Sat, 31 Mar 2007 05:06:01 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HXZX5-00027j-Qu for help-gnu-emacs@gnu.org; Sat, 31 Mar 2007 05:06:00 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HXZX5-00027f-EZ for help-gnu-emacs@gnu.org; Sat, 31 Mar 2007 04:05:59 -0500 Original-Received: from fmmailgate02.web.de ([217.72.192.227]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1HXZUH-0003yY-GD for help-gnu-emacs@gnu.org; Sat, 31 Mar 2007 05:03:05 -0400 Original-Received: from smtp05.web.de (fmsmtp05.dlan.cinetic.de [172.20.4.166]) by fmmailgate02.web.de (Postfix) with ESMTP id 448706E38B7D for ; Sat, 31 Mar 2007 11:03:04 +0200 (CEST) Original-Received: from [62.134.227.10] (helo=[192.168.1.2]) by smtp05.web.de with asmtp (TLSv1:AES128-SHA:128) (WEB.DE 4.107 #114) id 1HXZUF-00040P-00; Sat, 31 Mar 2007 11:03:03 +0200 In-Reply-To: <1175296186.483239.4600@l77g2000hsb.googlegroups.com> X-Mailer: Apple Mail (2.752.2) X-Sender: Peter_Dyballa@web.de X-detected-kernel: Linux 2.4-2.6 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:42320 Archived-At: Am 31.03.2007 um 01:09 schrieb Texaner: > Yes, that is an option. But what I wanted to know is what is wrong > with my installation that just "emacs" without the option "-nw" does > not work. YDL is X11 aware. When you also installed the developers packages (C =20 header files), then Emacs' configure script found them, together with =20= the X libraries. =46rom this a GNU Emacs binary was compiled that is an =20= X client. This kind is also the default type of GNU Emacs in Linux =20 and other UNIX distributions =96 only Mac OS X installs a non-windowing =20= GNU Emacs. You can compile your own non-windowing GNU Emacs when you invoke =20 configure with '--without-x' =96 or you set CPPFLAGS or make configure =20= options like --x-includes=3DDIR or --x-libraries=3DDIR to point where no = =20 X11 related material can be found. Than you'll get a binary that =20 might only use libncurses and won't be able to use a windowing =20 environment ... -- Greetings Pete The most exciting phrase to hear in science, the one that heralds new =20= discoveries, is not "Eureka!" (I found it!) but "That's funny..." Isaac Asimov