Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Dumn emacs Questions
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo
View previous topic :: View next topic  
Author Message
enloop
n00b
n00b


Joined: 13 Jul 2002
Posts: 16

PostPosted: Thu Jul 18, 2002 10:32 pm    Post subject: Dumn emacs Questions Reply with quote

I've emerged emacs and xemacs. Launched from an xterm, neither come up dressed in the familiar X garb. I.e., it appears to be the non-X version. What did I do wrong? Thanks.
Back to top
View user's profile Send private message
Naan Yaar
Bodhisattva
Bodhisattva


Joined: 27 Jun 2002
Posts: 1549

PostPosted: Thu Jul 18, 2002 11:00 pm    Post subject: Re: Dumn emacs Questions Reply with quote

Did you modify your USE flags when compiling or in /etc/make.conf?
Also, echo $DISPLAY from your terminal and see whether it is correct. If your display variable is not set when you launch it, (x)emacs will launch a non-windowed session. Try:
Code:

export DISPLAY=:0.0; emacs

enloop wrote:
I've emerged emacs and xemacs. Launched from an xterm, neither come up dressed in the familiar X garb. I.e., it appears to be the non-X version. What did I do wrong? Thanks.
Back to top
View user's profile Send private message
Guest






PostPosted: Thu Jul 18, 2002 11:10 pm    Post subject: Reply with quote

Setting DISPLAY did the trick. Thanks.
Back to top
oregonshoegazer
Tux's lil' helper
Tux's lil' helper


Joined: 09 May 2002
Posts: 84

PostPosted: Wed Aug 21, 2002 6:52 am    Post subject: hm. Reply with quote

i'm trying to do the same thing

Code:
 export DISPLAY=:0.0; emacs


but setting DISPLAY to 0.0 doesn't do it for me. i checked /etc/make.conf, and the only USE variable i set is...

Code:
USE="pda"


any idea why this doesn't work? i didn't do anything fancy with emacs, just emerged it.

thanks in advance.
-orsg
Back to top
View user's profile Send private message
rac
Bodhisattva
Bodhisattva


Joined: 30 May 2002
Posts: 6553
Location: Japanifornia

PostPosted: Wed Aug 21, 2002 7:01 am    Post subject: Re: hm. Reply with quote

oregonshoegazer wrote:
i'm trying to do the same thing

Code:
 export DISPLAY=:0.0; emacs


but setting DISPLAY to 0.0 doesn't do it for me.

This could just be a typo in your post, but don't forget the ':'.
_________________
For every higher wall, there is a taller ladder
Back to top
View user's profile Send private message
credmp
Apprentice
Apprentice


Joined: 02 Jul 2002
Posts: 207
Location: Netherlands

PostPosted: Wed Aug 21, 2002 8:04 am    Post subject: Reply with quote

Mmm... In my aterm DISPLAY seems to properly set from the get-go.

Be sure you are not a different user.. ie.. root when trying to run any x apps from the terminal. it should then come up with an X auth error. does this happen in your case?

-- Arjen
Back to top
View user's profile Send private message
fidler
Apprentice
Apprentice


Joined: 03 Jul 2002
Posts: 162
Location: Utah

PostPosted: Wed Aug 21, 2002 2:37 pm    Post subject: Re: hm. Reply with quote

oregonshoegazer wrote:
i'm trying to do the same thing

Code:
 export DISPLAY=:0.0; emacs


but setting DISPLAY to 0.0 doesn't do it for me. i checked /etc/make.conf, and the only USE variable i set is...

Code:
USE="pda"


any idea why this doesn't work? i didn't do anything fancy with emacs, just emerged it.

thanks in advance.
-orsg


Make sure you have the use X flag....? Perhaps emacs wasn't compilex with X support.
Back to top
View user's profile Send private message
oregonshoegazer
Tux's lil' helper
Tux's lil' helper


Joined: 09 May 2002
Posts: 84

PostPosted: Wed Aug 21, 2002 4:03 pm    Post subject: got it Reply with quote

got it. thanks for the help guys.

:D
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum