unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: ludo@gnu.org (Ludovic Courtès)
To: Arun Isaac <arunisaac@systemreboot.net>
Cc: guix-devel@gnu.org
Subject: Re: [PATCH 3/3] gnu: emacs: Build with m17n support.
Date: Thu, 29 Sep 2016 14:48:25 +0200	[thread overview]
Message-ID: <87h98y50ti.fsf@gnu.org> (raw)
In-Reply-To: <20160927171722.3166-4-arunisaac@systemreboot.net> (Arun Isaac's message of "Tue, 27 Sep 2016 22:47:22 +0530")

Arun Isaac <arunisaac@systemreboot.net> skribis:

> * gnu/packages/emacs.scm (emacs): Build with m17n support.
> ---
>  gnu/packages/emacs.scm | 6 +++++-
>  1 file changed, 5 insertions(+), 1 deletion(-)
>
> diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
> index 7d10492..d311bcf 100644
> --- a/gnu/packages/emacs.scm
> +++ b/gnu/packages/emacs.scm
> @@ -160,7 +160,11 @@
>         ("libsm" ,libsm)
>         ("alsa-lib" ,alsa-lib)
>         ("dbus" ,dbus)
> -       ("guix-src" ,(package-source guix))))
> +       ("guix-src" ,(package-source guix))
> +
> +       ;; multilingualization support
> +       ("libotf" ,libotf)
> +       ("m17n-lib" ,m17n-lib)))

The impact in terms of size seems to be quite small:

--8<---------------cut here---------------start------------->8---
$ ./pre-inst-env guix size emacs|tail -1
total: 582.9 MiB
$ ./pre-inst-env guix size emacs libotf m17n-lib|tail -1
total: 595.2 MiB
--8<---------------cut here---------------end--------------->8---

So I went ahead and applied this patch.

How can one check whether it works?  Do users have to install m17n-db in
their profile?

Thanks!

Ludo’.

  reply	other threads:[~2016-09-29 12:48 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-09-25  7:22 emacs m17n support Arun Isaac
2016-09-27 17:17 ` Arun Isaac
2016-09-27 17:17   ` [PATCH 1/3] gnu: Add m17n-db Arun Isaac
2016-09-29 12:42     ` Ludovic Courtès
2016-09-27 17:17   ` [PATCH 2/3] gnu: Add m17n-lib Arun Isaac
2016-09-29 12:45     ` Ludovic Courtès
2016-09-27 17:17   ` [PATCH 3/3] gnu: emacs: Build with m17n support Arun Isaac
2016-09-29 12:48     ` Ludovic Courtès [this message]
2016-09-29 17:43       ` Arun Isaac

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=87h98y50ti.fsf@gnu.org \
    --to=ludo@gnu.org \
    --cc=arunisaac@systemreboot.net \
    --cc=guix-devel@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).