help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: getting emacs to use GUI mode


From: Richard G Riley
Subject: Re: getting emacs to use GUI mode
Date: Fri, 25 Jul 2008 11:13:35 +0200
User-agent: Emacs 22.2.1/No Gnus v0.11

Joost Diepenmaat <joost@zeekat.nl> writes:

> Thr4wn <Seth.A.Bird@gmail.com> writes:
>
>> On Jul 21, 6:40 pm, Joost Diepenmaat <jo...@zeekat.nl> wrote:
>>> Can you start other X programs using the same terminal? If so, you may
>>> have installed the emacs22-nox package instead of the emacs22-gtk
>>> package. emacs22-nox is the version without X support.
>>
>> I am able to start any x program (like iceweasel) from that psuedo-
>> terminal. Is there some way to determine if I have the nox version?
>
> Since you're on debian, try:
>
> dpkg-query -s emacs22-nox
>
> and
>
> dpkg-query -s emacs22-gtk
>
> The Status: output line of those commands should contain "installed"
> for the package that's currently installed (only one of them may be
> installed at the same time).
>
> Alternatively, you can try to install emacs22-gtk, which will replace
> the emacs22-nox package if that's currently installed:
>
> apt-get update
> apt-get install emacs22-gtk
>
> J.

Another thing to consider is the alternatives facility in Debian.

Try

ls -l /etc/alternatives/emacs

And then look up update-alternatives. e.g. You might do this:

/usr/sbin/update-alternatives --display emacs


reply via email to

[Prev in Thread] Current Thread [Next in Thread]