help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

How to specialize seq-concatenate and seq-into-sequence?


From: Philipp Stephani
Subject: How to specialize seq-concatenate and seq-into-sequence?
Date: Thu, 3 Mar 2022 16:50:00 +0100

Hi,

I'm trying to specialize the seq.el functions for a new sequence type.  This is 
mostly straight-forward, except for two functions: seq-concatenate and 
seq-into-sequence.

1. Is the idea that seq-into-sequence should return a "primitive" sequence 
(vector, list, string)?  At least that's my interpretation, but the docstring 
isn't 100% clear.

2. seq-concatenate takes a &rest argument - AIUI it's not possible to 
specialize that?

Thanks,
Philipp


reply via email to

[Prev in Thread] Current Thread [Next in Thread]