From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Misha" Newsgroups: gmane.emacs.help Subject: Re: cant start Emacs in a sperate window Date: Fri, 06 Jan 2006 12:34:43 +0300 Message-ID: References: <20060106.102454.2135850880.joost@snow.nl> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="windows-1251"; format="flowed" Content-Transfer-Encoding: 8bit X-Trace: sea.gmane.org 1136540503 2043 80.91.229.2 (6 Jan 2006 09:41:43 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 6 Jan 2006 09:41:43 +0000 (UTC) Cc: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Jan 06 10:41:40 2006 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1Euo6I-0001Am-7t for geh-help-gnu-emacs@m.gmane.org; Fri, 06 Jan 2006 10:41:34 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Euo7y-00087V-Ep for geh-help-gnu-emacs@m.gmane.org; Fri, 06 Jan 2006 04:43:19 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Euo1a-0006Xy-9S for help-gnu-emacs@gnu.org; Fri, 06 Jan 2006 04:36:42 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Euo1Y-0006Ug-AU for help-gnu-emacs@gnu.org; Fri, 06 Jan 2006 04:36:41 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Euo1U-0006Tn-E4 for help-gnu-emacs@gnu.org; Fri, 06 Jan 2006 04:36:36 -0500 Original-Received: from [195.2.83.147] (helo=zfrontend1.aha.ru) by monty-python.gnu.org with esmtp (Exim 4.34) id 1Euo3D-0002TG-Co for help-gnu-emacs@gnu.org; Fri, 06 Jan 2006 04:38:23 -0500 Original-Received: from [195.2.83.140] (HELO zbackend1.aha.ru) by zfrontend1.aha.ru (CommuniGate Pro SMTP 4.1.8) with ESMTP id 102491967; Fri, 06 Jan 2006 12:34:43 +0300 Original-Received: from [83.149.249.62] (account mishgun@id.ru) by zbackend1.aha.ru (CommuniGate Pro WebUser 4.1.8) with HTTP id 82087802; Fri, 06 Jan 2006 12:34:43 +0300 Original-To: Joost Helberg ,mishgun@id.ru X-Mailer: CommuniGate Pro WebUser Interface v.4.1.8 In-Reply-To: <20060106.102454.2135850880.joost@snow.nl> 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:32488 Archived-At: Dear Joost. I tried: $ ldd `which emacs` linux-gate.so.1 => (0xffffe000) libncurses.so.5 => /lib/libncurses.so.5 (0xb7f82000) libm.so.6 => /lib/tls/i686/cmov/libm.so.6 (0xb7f60000) libc.so.6 => /lib/tls/i686/cmov/libc.so.6 (0xb7e31000) libdl.so.2 => /lib/tls/i686/cmov/libdl.so.2 (0xb7e2e000) /lib/ld-linux.so.2 (0xb7fd0000) What does it mean? 'emacs -q' works in the same way as 'emacs' Best, Misha. On Fri, 06 Jan 2006 10:24:54 +0100 (CET) Joost Helberg wrote: >Misha, > >Your emacs is probably not X11 capable? > > $ ldd /usr/bin/emacs >should list X libraries like: > libXaw3d.so.6 and libXmt.so.6 > >Have you tried running emacs without any personal code? >E.g.: > $ emacs -q > >Joost >>>>>> "Misha" == Misha writes: > > Date: Fri, 06 Jan 2006 12:19:14 +0300 > > > Thanks Joost, > > > But your advice seems not to work. > > > I do: > > $ echo $DISPLAY > > :0.0 > > > $DISPLAY=:0.0 emacs > > > emacs starts in the terminal window :(( > > > What might be the problem? > > > Best, > > Misha. > > > > On Fri, 06 Jan 2006 10:10:42 +0100 (CET) > > > Joost Helberg wrote: > >> Misha, > >> > >> Your DISPLAY environment variable is not set. > >> $ echo $DISPLAY > >> should show something like: > >> :0.0 > >> If not, your OS didn't set it up correctly. > >> Try: > >> $ DISPLAY=:0.0 emacs > >> > >> Joost > >> > >>>>>>> "Misha" == Misha writes: > >> > Date: Fri, 06 Jan 2006 12:01:03 +0300 > >> > >> > I use Emacs 21.3 under Ubuntu Linux. I'm unable to > >> start > >> > emacs > >> > in a sepatate X11 Window. If I do > >> > >> > bash$ emacs > >> > >> > it starts in the terminal window. If I do > >> > >> > bash$ emacs & > >> > >> > it just stops. > >> > >> > Do you have an idea what happens? > >> > >> > Thanks in advance. > >> > --- > >> > Professional hosting for everyone - >http://www.host.ru > >> > >> > >> > _______________________________________________ > >> > help-gnu-emacs mailing list > >> > help-gnu-emacs@gnu.org > >> > >http://lists.gnu.org/mailman/listinfo/help-gnu-emacs > >> > >> -- > >> Joost Helberg > >> Snow B.V. http://snow.nl Tel 0418-653333 Fax > >> 0418-653666 > >> Voorzitter VOSN http://www.vosn.nl Tel 0418-653336 >Fax > >> 0418-653666 > > > --- > > Professional hosting for everyone - http://www.host.ru > >-- >Joost Helberg >Snow B.V. http://snow.nl Tel 0418-653333 Fax >0418-653666 >Voorzitter VOSN http://www.vosn.nl Tel 0418-653336 Fax >0418-653666 --- Professional hosting for everyone - http://www.host.ru