all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Splitting  a list with spaces and comments
@ 2023-08-16 12:17 Heime
  2023-08-16 19:07 ` Philip Kaludercic
  2023-08-16 21:20 ` Pierre Rouleau
  0 siblings, 2 replies; 5+ messages in thread
From: Heime @ 2023-08-16 12:17 UTC (permalink / raw)
  To: Heime via Users list for the GNU Emacs text editor


Can one split a list with spaces and comments, like so

(let ( (csel '("Symbol" "Command"))
       (cseq '("alpha α"     "Beta B"     "beta β"
               "Gamma Γ"     "gamma γ"

               ;; Additional Graphemes
               "Delta Δ"     "delta δ"
               "Epsilon E"   "epsilon ε"  "varepsilon ε"
               "Zeta Z"      "zeta ζ")) ))



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

end of thread, other threads:[~2023-08-17  1:01 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-08-16 12:17 Splitting a list with spaces and comments Heime
2023-08-16 19:07 ` Philip Kaludercic
2023-08-16 21:20 ` Pierre Rouleau
2023-08-17  0:26   ` Heime
2023-08-17  1:01     ` Pierre Rouleau

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.