Re: [PATCH] gnu: Add emacs-mew.

2017-02-03 Thread Alex Kost
Thomas Danckaert (2017-02-03 13:22 +0100) wrote: >> Oh, I just realized that's probably why you used 'load-path' instead >> of >> 'image-load-path', right? > > load-path, shmoad-path ;-) I was just confused (even more so because > load-path is part of image-load-path). He-he :-) >> [...] >> No

Re: [PATCH] gnu: Add emacs-mew.

2017-02-03 Thread Thomas Danckaert
From: Alex Kost <alez...@gmail.com> Subject: Re: [PATCH] gnu: Add emacs-mew. Date: Fri, 03 Feb 2017 12:39:05 +0300 Oh, I just realized that's probably why you used 'load-path' instead of 'image-load-path', right? load-path, shmoad-path ;-) I was just confused (even more so because loa

Re: [PATCH] gnu: Add emacs-mew.

2017-02-03 Thread Alex Kost
Thomas Danckaert (2017-02-02 19:41 +0100) wrote: > From: Alex Kost <alez...@gmail.com> > Subject: Re: [PATCH] gnu: Add emacs-mew. > Date: Thu, 02 Feb 2017 11:56:22 +0300 > >> OK, I see. We can just patch "mew-key.el" file by putting the >> following &g

Re: [PATCH] gnu: Add emacs-mew.

2017-02-02 Thread Thomas Danckaert
From: Alex Kost <alez...@gmail.com> Subject: Re: [PATCH] gnu: Add emacs-mew. Date: Thu, 02 Feb 2017 11:56:22 +0300 OK, I see. We can just patch "mew-key.el" file by putting the following line there: (add-to-list 'image-load-path 'mew-icon-directory) WDYT? Yes, that w

Re: [PATCH] gnu: Add emacs-mew.

2017-02-02 Thread Alex Kost
put these images either in "share/mew" on in a sub-dir of the mew elisp dir. > From 175d5b859c5615157db51ab79fa059e397a7f2b9 Mon Sep 17 00:00:00 2001 > From: Thomas Danckaert <thomas.dancka...@gmail.com> > Date: Tue, 24 Jan 2017 09:41:42 +0100 > Subject: [PATCH

Re: [PATCH] gnu: Add emacs-mew.

2017-02-01 Thread Thomas Danckaert
From: Alex Kost <alez...@gmail.com> Subject: Re: [PATCH] gnu: Add emacs-mew. Date: Wed, 01 Feb 2017 12:34:34 +0300 + #:phases (modify-phases %standard-phases +(add-after 'configure 'patch-mew-icon-path ; ensure "Mew-icon.png" is found. +

Re: [PATCH] gnu: Add emacs-mew.

2017-02-01 Thread Alex Kost
t;Emacs e-mail client") > + (description "Mew (Messaging in the Emacs World) is a user interface > +for text messages, multimedia messages (MIME), news articles and > +security functionality including PGP, S/MIME, SSH, and SSL.") > + (license bsd-3))) > + > (define

Re: [PATCH] gnu: Add emacs-mew.

2017-01-31 Thread Thomas Danckaert
From: Alex Kost <alez...@gmail.com> Subject: Re: [PATCH] gnu: Add emacs-mew. Date: Wed, 25 Jan 2017 12:29:14 +0300 This could happen if it adds itself to a sub-directory of "/share/emacs/site-lisp". In 'magit' package, for example, it is fixed by using "lispdir" mak

Re: [PATCH] gnu: Add emacs-mew.

2017-01-25 Thread Alex Kost
Thomas Danckaert (2017-01-24 21:08 +0100) wrote: > From: Thomas Danckaert <thomas.dancka...@gmail.com> > Subject: [PATCH] gnu: Add emacs-mew. > Date: Tue, 24 Jan 2017 18:01:11 +0100 (CET) > >> From 3759a0a4720165e0443bdb7522f6b4b7515aec6f Mon Sep 17 00:00:00 2001 &

Re: [PATCH] gnu: Add emacs-mew.

2017-01-24 Thread Thomas Danckaert
From: Thomas Danckaert <thomas.dancka...@gmail.com> Subject: [PATCH] gnu: Add emacs-mew. Date: Tue, 24 Jan 2017 18:01:11 +0100 (CET) > From 3759a0a4720165e0443bdb7522f6b4b7515aec6f Mon Sep 17 00:00:00 2001 > From: Thomas Danckaert <thomas.dancka...@gmail.com> > Date: Tue,

[PATCH] gnu: Add emacs-mew.

2017-01-24 Thread Thomas Danckaert
From 3759a0a4720165e0443bdb7522f6b4b7515aec6f Mon Sep 17 00:00:00 2001 From: Thomas Danckaert <thomas.dancka...@gmail.com> Date: Tue, 24 Jan 2017 09:41:42 +0100 Subject: [PATCH] gnu: Add emacs-mew. * gnu/packages/mail.scm (emacs-mew): New variable. --- gnu/packages/mail.sc