GNU bug report logs - #57564
Add new function `seq-remove-at-position'

Previous Next

Package: emacs;

Reported by: Damien Cassou <damien <at> cassou.me>

Date: Sat, 3 Sep 2022 17:10:01 UTC

Severity: normal

Tags: patch

Fixed in version 29.1

Done: Lars Ingebrigtsen <larsi <at> gnus.org>

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 57564 in the body.
You can then email your comments to 57564 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 bug-gnu-emacs <at> gnu.org:
bug#57564; Package emacs. (Sat, 03 Sep 2022 17:10:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to Damien Cassou <damien <at> cassou.me>:
New bug report received and forwarded. Copy sent to bug-gnu-emacs <at> gnu.org. (Sat, 03 Sep 2022 17:10:02 GMT) Full text and rfc822 format available.

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

From: Damien Cassou <damien <at> cassou.me>
To: bug-gnu-emacs <at> gnu.org
Subject: Add new function `seq-remove-at-position'
Date: Sat, 03 Sep 2022 19:09:01 +0200
[Message part 1 (text/plain, inline)]
Tags: patch

Hi,

here is a patch adding seq-remove-at-position to seq.el.

-- 
Damien Cassou

"Success is the ability to go from one failure to another without
losing enthusiasm." --Winston Churchill
[0001-Add-new-function-seq-remove-at-position.patch (text/patch, attachment)]

Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#57564; Package emacs. (Sat, 03 Sep 2022 19:23:02 GMT) Full text and rfc822 format available.

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

From: Juri Linkov <juri <at> linkov.net>
To: Damien Cassou <damien <at> cassou.me>
Cc: 57564 <at> debbugs.gnu.org
Subject: Re: bug#57564: Add new function `seq-remove-at-position'
Date: Sat, 03 Sep 2022 22:21:49 +0300
> here is a patch adding seq-remove-at-position to seq.el.

I guess your next patch will be for seq-remove-at-positions
with a list of positions to remove ;-)




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#57564; Package emacs. (Sat, 03 Sep 2022 19:59:02 GMT) Full text and rfc822 format available.

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

From: Damien Cassou <damien <at> cassou.me>
To: Juri Linkov <juri <at> linkov.net>
Cc: 57564 <at> debbugs.gnu.org
Subject: Re: bug#57564: Add new function `seq-remove-at-position'
Date: Sat, 03 Sep 2022 21:58:06 +0200
Juri Linkov <juri <at> linkov.net> writes:
>> here is a patch adding seq-remove-at-position to seq.el.
>
> I guess your next patch will be for seq-remove-at-positions
> with a list of positions to remove ;-)

who knows :-).

-- 
Damien Cassou

"Success is the ability to go from one failure to another without
losing enthusiasm." --Winston Churchill




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#57564; Package emacs. (Sun, 04 Sep 2022 02:46:02 GMT) Full text and rfc822 format available.

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

From: Michael Heerdegen <michael_heerdegen <at> web.de>
To: Damien Cassou <damien <at> cassou.me>
Cc: 57564 <at> debbugs.gnu.org, Juri Linkov <juri <at> linkov.net>
Subject: Re: bug#57564: Add new function `seq-remove-at-position'
Date: Sun, 04 Sep 2022 04:44:51 +0200
Damien Cassou <damien <at> cassou.me> writes:

> Juri Linkov <juri <at> linkov.net> writes:
> >> here is a patch adding seq-remove-at-position to seq.el.
> >
> > I guess your next patch will be for seq-remove-at-positions
> > with a list of positions to remove ;-)
>
> who knows :-).

I want to know.  What else do you plan?

Michael.




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#57564; Package emacs. (Sun, 04 Sep 2022 08:22:02 GMT) Full text and rfc822 format available.

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

From: Damien Cassou <damien <at> cassou.me>
To: Michael Heerdegen <michael_heerdegen <at> web.de>
Cc: 57564 <at> debbugs.gnu.org, Juri Linkov <juri <at> linkov.net>
Subject: Re: bug#57564: Add new function `seq-remove-at-position'
Date: Sun, 04 Sep 2022 10:21:50 +0200
Michael Heerdegen <michael_heerdegen <at> web.de> writes:
> What else do you plan?

I'm currently working on a new package I would like to submit to Emacs
core. Here is its description:

;; Thousands times a day you want to jump from a file to its test file
;; (or to its CSS file or any other related file) and just as many
;; times you want to go back to the initial file.  JUMPing to RELated
;; (jumprel) files is what this package is about.

The 2 seq.el functions I just sent patches for are the only ones I need
before sending a patch for jumprel. I'm documenting the package right
now and you shouldn't expect more patches from me before I send my new
package. I can give more information if you want, but it feels out of
scope for this thread.

-- 
Damien Cassou

"Success is the ability to go from one failure to another without
losing enthusiasm." --Winston Churchill




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#57564; Package emacs. (Sun, 04 Sep 2022 08:28:02 GMT) Full text and rfc822 format available.

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

From: Eli Zaretskii <eliz <at> gnu.org>
To: Damien Cassou <damien <at> cassou.me>
Cc: michael_heerdegen <at> web.de, 57564 <at> debbugs.gnu.org, juri <at> linkov.net
Subject: Re: bug#57564: Add new function `seq-remove-at-position'
Date: Sun, 04 Sep 2022 11:26:26 +0300
> Cc: 57564 <at> debbugs.gnu.org, Juri Linkov <juri <at> linkov.net>
> From: Damien Cassou <damien <at> cassou.me>
> Date: Sun, 04 Sep 2022 10:21:50 +0200
> 
> I'm currently working on a new package I would like to submit to Emacs
> core. Here is its description:
> 
> ;; Thousands times a day you want to jump from a file to its test file
> ;; (or to its CSS file or any other related file) and just as many
> ;; times you want to go back to the initial file.  JUMPing to RELated
> ;; (jumprel) files is what this package is about.

How will this be different from what we already have:

  . the find-file.el package
  . the new command 'find-sibling-file'




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#57564; Package emacs. (Sun, 04 Sep 2022 11:08:01 GMT) Full text and rfc822 format available.

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

From: Lars Ingebrigtsen <larsi <at> gnus.org>
To: Damien Cassou <damien <at> cassou.me>
Cc: 57564 <at> debbugs.gnu.org
Subject: Re: bug#57564: Add new function `seq-remove-at-position'
Date: Sun, 04 Sep 2022 13:07:38 +0200
Damien Cassou <damien <at> cassou.me> writes:

> here is a patch adding seq-remove-at-position to seq.el.

Makes sense to me; pushed to Emacs 29.





bug marked as fixed in version 29.1, send any further explanations to 57564 <at> debbugs.gnu.org and Damien Cassou <damien <at> cassou.me> Request was from Lars Ingebrigtsen <larsi <at> gnus.org> to control <at> debbugs.gnu.org. (Sun, 04 Sep 2022 11:08:02 GMT) Full text and rfc822 format available.

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sun, 02 Oct 2022 11:24:07 GMT) Full text and rfc822 format available.

This bug report was last modified 1 year and 199 days ago.

Previous Next


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