unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Taylan Ulrich Bayirli/Kammer <taylanbayirli@gmail.com>
To: "Ludovic Courtès" <ludo@gnu.org>
Cc: guix-devel@gnu.org
Subject: Re: Add Emacs without GTK
Date: Mon, 11 Aug 2014 21:09:50 +0200	[thread overview]
Message-ID: <87ha1iyha9.fsf@taylan.uni.cx> (raw)
In-Reply-To: <87fvh3t1ru.fsf@gnu.org> ("Ludovic \=\?utf-8\?Q\?Court\=C3\=A8s\=22'\?\= \=\?utf-8\?Q\?s\?\= message of "Mon, 11 Aug 2014 18:43:49 +0200")

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. :)

Taylan

  reply	other threads:[~2014-08-11 19:10 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 [this message]
2014-08-11 20:35     ` Ludovic Courtès

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

  List information: https://guix.gnu.org/

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

  git send-email \
    --in-reply-to=87ha1iyha9.fsf@taylan.uni.cx \
    --to=taylanbayirli@gmail.com \
    --cc=guix-devel@gnu.org \
    --cc=ludo@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 public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).