unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#35516] [PATCH 0/1] gnu: emacs: Add lcms as an input.
@ 2019-04-30 22:25 wednesday
  2020-07-25  1:41 ` Brett Gilio
  0 siblings, 1 reply; 5+ messages in thread
From: wednesday @ 2019-04-30 22:25 UTC (permalink / raw)
  To: 35516; +Cc: wednesday

There is not much of a need or reason for this, other than futher completing
the TODO, which after this and my other patches I think may be complete. What
adding this does is add a few elisp functions for converting to some formats,
and working with lcms.

wednesday (1):
  gnu: emacs: Add lcms to inputs.

 gnu/packages/emacs.scm | 2 ++
 1 file changed, 2 insertions(+)

-- 
2.21.0

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [bug#35516] [PATCH 0/1] gnu: emacs: Add lcms as an input.
  2019-04-30 22:25 [bug#35516] [PATCH 0/1] gnu: emacs: Add lcms as an input wednesday
@ 2020-07-25  1:41 ` Brett Gilio
  2020-07-25 16:21   ` Marius Bakke
  0 siblings, 1 reply; 5+ messages in thread
From: Brett Gilio @ 2020-07-25  1:41 UTC (permalink / raw)
  To: wednesday; +Cc: 35516

wednesday <jessejohngildersleve@zohomail.eu> writes:

> There is not much of a need or reason for this, other than futher completing
> the TODO, which after this and my other patches I think may be complete. What
> adding this does is add a few elisp functions for converting to some formats,
> and working with lcms.
>
> wednesday (1):
>   gnu: emacs: Add lcms to inputs.
>
>  gnu/packages/emacs.scm | 2 ++
>  1 file changed, 2 insertions(+)

Hi, I know this patch is quite old but our Emacs currently still does
not have LCMS support. LCMS was introduced in the 26 release, and I am
curious if anybody had any thoughts on adding this? From what I gather
27 is due to be marked as stable any week now.




^ permalink raw reply	[flat|nested] 5+ messages in thread

* [bug#35516] [PATCH 0/1] gnu: emacs: Add lcms as an input.
  2020-07-25  1:41 ` Brett Gilio
@ 2020-07-25 16:21   ` Marius Bakke
  2022-04-07 13:00     ` zimoun
  2022-05-21 19:50     ` bug#35516: " Maxim Cournoyer
  0 siblings, 2 replies; 5+ messages in thread
From: Marius Bakke @ 2020-07-25 16:21 UTC (permalink / raw)
  To: Brett Gilio, wednesday; +Cc: 35516

[-- Attachment #1: Type: text/plain, Size: 866 bytes --]

Brett Gilio <brettg@gnu.org> writes:

> wednesday <jessejohngildersleve@zohomail.eu> writes:
>
>> There is not much of a need or reason for this, other than futher completing
>> the TODO, which after this and my other patches I think may be complete. What
>> adding this does is add a few elisp functions for converting to some formats,
>> and working with lcms.
>>
>> wednesday (1):
>>   gnu: emacs: Add lcms to inputs.
>>
>>  gnu/packages/emacs.scm | 2 ++
>>  1 file changed, 2 insertions(+)
>
> Hi, I know this patch is quite old but our Emacs currently still does
> not have LCMS support. LCMS was introduced in the 26 release, and I am
> curious if anybody had any thoughts on adding this? From what I gather
> 27 is due to be marked as stable any week now.

No objections from me.  Emacs already has 'lcms' in its closure so there
would be no size difference.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 487 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [bug#35516] [PATCH 0/1] gnu: emacs: Add lcms as an input.
  2020-07-25 16:21   ` Marius Bakke
@ 2022-04-07 13:00     ` zimoun
  2022-05-21 19:50     ` bug#35516: " Maxim Cournoyer
  1 sibling, 0 replies; 5+ messages in thread
From: zimoun @ 2022-04-07 13:00 UTC (permalink / raw)
  To: Marius Bakke; +Cc: wednesday, Brett Gilio, 35516

Hi,

Looking at old submission, it appears that

        <http://issues.guix.gnu.org/issue/35516>

had fallen into the cracks.


On Sat, 25 Jul 2020 at 18:21, Marius Bakke <marius@gnu.org> wrote:
> Brett Gilio <brettg@gnu.org> writes:
>> wednesday <jessejohngildersleve@zohomail.eu> writes:
>>
>>> There is not much of a need or reason for this, other than futher completing
>>> the TODO, which after this and my other patches I think may be complete. What
>>> adding this does is add a few elisp functions for converting to some formats,
>>> and working with lcms.
>>>
>>> wednesday (1):
>>>   gnu: emacs: Add lcms to inputs.
>>>
>>>  gnu/packages/emacs.scm | 2 ++
>>>  1 file changed, 2 insertions(+)
>>
>> Hi, I know this patch is quite old but our Emacs currently still does
>> not have LCMS support. LCMS was introduced in the 26 release, and I am
>> curious if anybody had any thoughts on adding this? From what I gather
>> 27 is due to be marked as stable any week now.
>
> No objections from me.  Emacs already has 'lcms' in its closure so there
> would be no size difference.

 Marius, since you have commit access, could you push this change?  And
thus close this. :-)


Cheers,
simon




^ permalink raw reply	[flat|nested] 5+ messages in thread

* bug#35516: [PATCH 0/1] gnu: emacs: Add lcms as an input.
  2020-07-25 16:21   ` Marius Bakke
  2022-04-07 13:00     ` zimoun
@ 2022-05-21 19:50     ` Maxim Cournoyer
  1 sibling, 0 replies; 5+ messages in thread
From: Maxim Cournoyer @ 2022-05-21 19:50 UTC (permalink / raw)
  To: Marius Bakke; +Cc: wednesday, 35516-done, Brett Gilio

Hi,

Marius Bakke <marius@gnu.org> writes:

> Brett Gilio <brettg@gnu.org> writes:
>
>> wednesday <jessejohngildersleve@zohomail.eu> writes:
>>
>>> There is not much of a need or reason for this, other than futher completing
>>> the TODO, which after this and my other patches I think may be complete. What
>>> adding this does is add a few elisp functions for converting to some formats,
>>> and working with lcms.
>>>
>>> wednesday (1):
>>>   gnu: emacs: Add lcms to inputs.
>>>
>>>  gnu/packages/emacs.scm | 2 ++
>>>  1 file changed, 2 insertions(+)
>>
>> Hi, I know this patch is quite old but our Emacs currently still does
>> not have LCMS support. LCMS was introduced in the 26 release, and I am
>> curious if anybody had any thoughts on adding this? From what I gather
>> 27 is due to be marked as stable any week now.
>
> No objections from me.  Emacs already has 'lcms' in its closure so there
> would be no size difference.

Applied to staging with fd5b7393a0.

Closing; thank you!

Maxim




^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2022-05-21 19:51 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-04-30 22:25 [bug#35516] [PATCH 0/1] gnu: emacs: Add lcms as an input wednesday
2020-07-25  1:41 ` Brett Gilio
2020-07-25 16:21   ` Marius Bakke
2022-04-07 13:00     ` zimoun
2022-05-21 19:50     ` bug#35516: " Maxim Cournoyer

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