all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Tom Roche <Tom_Roche@pobox.com>
To: help-gnu-emacs@gnu.org,
Subject: Re: problem running graphical GNU Emacs 24
Date: Fri, 25 Nov 2011 11:22:32 -0500	[thread overview]
Message-ID: <87wraoxjcn.fsf@pobox.com> (raw)
In-Reply-To: <874nxs1a1r.fsf@gmail.com>


summary: on debian, installing both packages

emacs-snapshot-gtk emacs-snapshot-nox

causes the latter to disable the former. Is this working as designed, or a bug? If a bug, where to report?

Tom Roche Thu, 24 Nov 2011 21:58:18 -0500
>> [After]

>> $ sudo aptitude install emacs-snapshot-el emacs-snapshot-gtk emacs-snapshot-nox

>> When I run

>> $ emacs --debug-init &

>> I get the graphical/X version of emacs [23], in a new window.
>> But when I run

>> $ emacs-snapshot --debug-init &

>> I get

>> > [1]+  Stopped                 emacs-snapshot --debug-init

>> which, after `fg 1`, runs emacs 24 in the terminal. I expected,
>> instead, the same behavior as emacs 23.

>> What must I do to start a graphical instance of emacs 24?

XeCycle Fri, 25 Nov 2011 23:44:32 +0800
> I guess the -gtk one is built with configure option
> `--with-x-toolkit=gtk'. A graphical one can always run in a
> terminal, I guess the -nox one is not needed.

And it does indeed seem that installing package=*-nox somehow disables
one's ability to run graphically:

$ sudo aptitude remove emacs-snapshot-nox
...
> The following packages will be REMOVED:  
>   emacs-snapshot-nox 
...
> The following packages have unmet dependencies:
>   emacs-snapshot-gtk: Depends: emacs-snapshot but it is not going to be installed.
> The following actions will resolve these dependencies:
>      Remove the following packages:
> 1)     emacs-snapshot-gtk          
> Accept this solution? [Y/n/q/?] Y
> The following packages will be REMOVED:
>   emacs-snapshot-gtk{a} emacs-snapshot-nox 
...                                         
$ sudo aptitude install emacs-snapshot-gtk
> The following NEW packages will be installed:
>   emacs-snapshot{a} emacs-snapshot-gtk 
...

And after that,
                                         
$ emacs-snapshot-gtk --debug-init &

performs as expected. That seems to me like a bug: is it? If so, where
to report (e.g., to emacs, to the package maintainers, other)?

TIA, Tom Roche <Tom_Roche@pobox.com>



  parent reply	other threads:[~2011-11-25 16:22 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-11-25  2:58 problem running graphical GNU Emacs 24 Tom Roche
2011-11-25 15:44 ` XeCycle
2011-11-25 16:22 ` Tom Roche [this message]
2011-11-25 16:25   ` Peter Dyballa
2011-11-25 17:00     ` Tom Roche
2011-11-25 19:11       ` Peter Dyballa
2011-11-26  8:37       ` Jonathan Groll

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87wraoxjcn.fsf@pobox.com \
    --to=tom_roche@pobox.com \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.