unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Arun Isaac <arunisaac@systemreboot.net>
To: 28421@debbugs.gnu.org
Subject: [bug#28421] [PATCH] gnu: Add uim.
Date: Tue, 12 Sep 2017 13:04:44 +0530	[thread overview]
Message-ID: <0cfa8bbe.ADkAADAuJvYAAAAAAAAAAAPqZPMAAAACwQwAAAAAAAW9WABZt44h@mailjet.com> (raw)
In-Reply-To: <20170911202204.23647-1-arunisaac@systemreboot.net>


> +       #:phases
> +       (modify-phases %standard-phases
> +         ;; Set path of uim-el-agent and uim-el-helper-agent executables
> +         (add-after 'configure 'configure-uim-el
> +           (lambda* (#:key outputs #:allow-other-keys)
> +             (substitute* "emacs/uim-var.el"
> +               (("\"(uim-el-agent|uim-el-helper-agent)\"" _ executable)
> +                (string-append "\"" (assoc-ref outputs "out")
> +                               "/bin/" executable "\"")))))
> +         ;; Generate emacs autoloads for uim.el
> +         (add-after 'install 'make-autoloads
> +           (lambda* (#:key outputs #:allow-other-keys)
> +             (emacs-generate-autoloads
> +              ,name (string-append (assoc-ref outputs "out")
> +                                   "/share/emacs/site-lisp")))))))

I have missed returning #t from these two phases. I'll fix those in a
subsequent patch once somebody reviews this patch, and suggests any
other changes.

       reply	other threads:[~2017-09-12  7:36 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20170911202204.23647-1-arunisaac@systemreboot.net>
2017-09-12  7:34 ` Arun Isaac [this message]
2017-09-11 20:22 [bug#28421] [PATCH] gnu: Add uim Arun Isaac
2017-09-12 12:55 ` Ludovic Courtès
2017-09-13 23:49   ` Arun Isaac
     [not found]   ` <82a195b0.AEQAQDMYN5MAAAAAAAAAAAOzWv8AAAACwQwAAAAAAAW9WABZucP6@mailjet.com>
2017-09-14  7:00     ` Ludovic Courtès
2017-09-23  6:50   ` Arun Isaac
2017-09-23 16:35     ` Ludovic Courtès
2017-09-23 19:05       ` Arun Isaac
     [not found]       ` <15afe43a.AEQAQk2GuKIAAAAAAAAAAAOzWv8AAAACwQwAAAAAAAW9WABZxrCd@mailjet.com>
2017-09-24 19:48         ` 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=0cfa8bbe.ADkAADAuJvYAAAAAAAAAAAPqZPMAAAACwQwAAAAAAAW9WABZt44h@mailjet.com \
    --to=arunisaac@systemreboot.net \
    --cc=28421@debbugs.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).