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

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

RE: [External] : Copying a string


From: Drew Adams
Subject: RE: [External] : Copying a string
Date: Mon, 31 Jul 2023 00:55:29 +0000

> I see many ways to copy a string
> (mutant (substring string))
> (mutant (copy-sequence string))
> Any others ways ?

I mentioned these three.  There are no doubt others:

* `copy-seq' (should have said `copy-sequence' -
  `copy-seq' used to be an alias for the CL version)
* `format'
* `concat'

reply via email to

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