From: ludo@gnu.org (Ludovic Courtès)
To: Taylan Ulrich Bayirli/Kammer <taylanbayirli@gmail.com>
Cc: guix-devel@gnu.org
Subject: Re: Add Emacs without GTK
Date: Mon, 11 Aug 2014 22:35:26 +0200 [thread overview]
Message-ID: <87y4uurchd.fsf@gnu.org> (raw)
In-Reply-To: <87ha1iyha9.fsf@taylan.uni.cx> (Taylan Ulrich Bayirli's message of "Mon, 11 Aug 2014 21:09:50 +0200")
Taylan Ulrich Bayirli/Kammer <taylanbayirli@gmail.com> skribis:
> ludo@gnu.org (Ludovic Courtès) writes:
>
>> Taylan Ulrich Bayirli/Kammer <taylanbayirli@gmail.com> skribis:
>>
>>> +(define-public emacs-no-x-toolkit
>>> + (package (inherit emacs)
>>> + (name "emacs-no-x-toolkit")
>>> + (inputs (alist-delete "gtk+" (package-inputs emacs)))
>>> + (arguments
>>> + (substitute-keyword-arguments (package-arguments emacs)
>>> + ((#:configure-flags flags)
>>> + `(cons "--with-x-toolkit=no" ,flags))))))
>>
>> Also please add a ‘synopsis’ that says “without X Window support”, as
>> done in qemu.scm.
>>
>> Ludo’.
>
> It's not without X, just without a toolkit. :)
Ah OK, didn’t know that was possible.
I’ve applied the patch with a synopsis and a copyright line.
Thanks!
Ludo’.
prev parent reply other threads:[~2014-08-11 20:35 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-07-29 8:00 Add Emacs without GTK Taylan Ulrich Bayirli/Kammer
2014-08-11 16:42 ` Ludovic Courtès
2014-08-11 16:43 ` Ludovic Courtès
2014-08-11 19:09 ` Taylan Ulrich Bayirli/Kammer
2014-08-11 20:35 ` Ludovic Courtès [this message]
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=87y4uurchd.fsf@gnu.org \
--to=ludo@gnu.org \
--cc=guix-devel@gnu.org \
--cc=taylanbayirli@gmail.com \
/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/guix.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.