GNU bug report logs - #73891
[PATCH] Add ability to crossfade between songs in 'mpc'

Previous Next

Package: emacs;

Reported by: john muhl <jm <at> pub.pink>

Date: Sat, 19 Oct 2024 21:26:02 UTC

Severity: normal

Tags: patch

Done: john muhl <jm <at> pub.pink>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 73891 in the body.
You can then email your comments to 73891 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to monnier <at> iro.umontreal.ca, bug-gnu-emacs <at> gnu.org:
bug#73891; Package emacs. (Sat, 19 Oct 2024 21:26:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to john muhl <jm <at> pub.pink>:
New bug report received and forwarded. Copy sent to monnier <at> iro.umontreal.ca, bug-gnu-emacs <at> gnu.org. (Sat, 19 Oct 2024 21:26:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: john muhl <jm <at> pub.pink>
To: bug-gnu-emacs <at> gnu.org
Subject: [PATCH] Add ability to crossfade between songs in 'mpc'
Date: Sat, 19 Oct 2024 16:24:36 -0500
Tags: patch

Another small addition for mpc so that you can toggle the
crossfader.

p.s. I noticed the use of (cdr (assq 'etc ...)) throughout and
guessed that was because mpc predates alist-get but if there is a
preference I can change it to match the other mpc-toggle-*
functions.




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#73891; Package emacs. (Sat, 19 Oct 2024 21:29:02 GMT) Full text and rfc822 format available.

Message #8 received at 73891 <at> debbugs.gnu.org (full text, mbox):

From: john muhl <jm <at> pub.pink>
To: 73891 <at> debbugs.gnu.org
Cc: Stefan Monnier <monnier <at> iro.umontreal.ca>
Subject: Re: bug#73891: [PATCH] Add ability to crossfade between songs in 'mpc'
Date: Sat, 19 Oct 2024 16:27:51 -0500
[Message part 1 (text/plain, inline)]
And the patch...

[0001-Add-ability-to-crossfade-between-songs-in-mpc.patch (text/x-patch, attachment)]
[Message part 3 (text/plain, inline)]

john muhl <jm <at> pub.pink> writes:

> Tags: patch
>
> Another small addition for mpc so that you can toggle the
> crossfader.
>
> p.s. I noticed the use of (cdr (assq 'etc ...)) throughout and
> guessed that was because mpc predates alist-get but if there is a
> preference I can change it to match the other mpc-toggle-*
> functions.

Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#73891; Package emacs. (Sat, 19 Oct 2024 21:42:01 GMT) Full text and rfc822 format available.

Message #11 received at 73891 <at> debbugs.gnu.org (full text, mbox):

From: john muhl <jm <at> pub.pink>
To: 73891 <at> debbugs.gnu.org
Cc: Stefan Monnier <monnier <at> iro.umontreal.ca>
Subject: Re: bug#73891: [PATCH] Add ability to crossfade between songs in 'mpc'
Date: Sat, 19 Oct 2024 16:40:27 -0500
[Message part 1 (text/plain, inline)]
Err. I guess it should have a NEWS entry too.

Sorry for the flood.

[0001-Add-ability-to-crossfade-between-songs-in-mpc.patch (text/x-patch, attachment)]
[Message part 3 (text/plain, inline)]

john muhl <jm <at> pub.pink> writes:

> And the patch...
>
> [2. text/x-patch; 0001-Add-ability-to-crossfade-between-songs-in-mpc.patch]...
>
>
>
> john muhl <jm <at> pub.pink> writes:
>
>> Tags: patch
>>
>> Another small addition for mpc so that you can toggle the
>> crossfader.
>>
>> p.s. I noticed the use of (cdr (assq 'etc ...)) throughout and
>> guessed that was because mpc predates alist-get but if there is a
>> preference I can change it to match the other mpc-toggle-*
>> functions.

Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#73891; Package emacs. (Sun, 20 Oct 2024 02:32:02 GMT) Full text and rfc822 format available.

Message #14 received at 73891 <at> debbugs.gnu.org (full text, mbox):

From: Stefan Monnier <monnier <at> iro.umontreal.ca>
To: john muhl <jm <at> pub.pink>
Cc: 73891 <at> debbugs.gnu.org
Subject: Re: bug#73891: [PATCH] Add ability to crossfade between songs in 'mpc'
Date: Sat, 19 Oct 2024 22:31:10 -0400
john muhl [2024-10-19 16:40:27] wrote:
> p.s. I noticed the use of (cdr (assq 'etc ...)) throughout and
> guessed that was because mpc predates alist-get

That's right.

> but if there is a preference I can change it to match the other
> mpc-toggle-* functions.

No, no, `alist-get` is fine, thanks.

> And the patch...

Pushed to `master`, thanks.


        Stefan





Reply sent to john muhl <jm <at> pub.pink>:
You have taken responsibility. (Mon, 21 Oct 2024 18:23:02 GMT) Full text and rfc822 format available.

Notification sent to john muhl <jm <at> pub.pink>:
bug acknowledged by developer. (Mon, 21 Oct 2024 18:23:02 GMT) Full text and rfc822 format available.

Message #19 received at 73891-done <at> debbugs.gnu.org (full text, mbox):

From: john muhl <jm <at> pub.pink>
To: 73891-done <at> debbugs.gnu.org
Subject: Re: bug#73891: [PATCH] Add ability to crossfade between songs in 'mpc'
Date: Mon, 21 Oct 2024 13:21:49 -0500
Thanks.

Stefan Monnier via "Bug reports for GNU Emacs, the Swiss army knife of text editors" <bug-gnu-emacs <at> gnu.org> writes:

> john muhl [2024-10-19 16:40:27] wrote:
>> p.s. I noticed the use of (cdr (assq 'etc ...)) throughout and
>> guessed that was because mpc predates alist-get
>
> That's right.
>
>> but if there is a preference I can change it to match the other
>> mpc-toggle-* functions.
>
> No, no, `alist-get` is fine, thanks.
>
>> And the patch...
>
> Pushed to `master`, thanks.
>
>
>         Stefan




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Tue, 19 Nov 2024 12:24:28 GMT) Full text and rfc822 format available.

This bug report was last modified 208 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.