emacs-devel
[Top][All Lists]
Advanced

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

Re: [elpa] externals/org 26ef5e3e5b: org-src: Use `sh-mode' for all the


From: Stefan Monnier
Subject: Re: [elpa] externals/org 26ef5e3e5b: org-src: Use `sh-mode' for all the shells it can handle
Date: Mon, 17 Apr 2023 13:37:48 -0400
User-agent: Gnus/5.13 (Gnus v5.13)

> We could actually turn
>
>    (cons X1 ... (cons Xn Y)...)
>
> into
>
>    (nconc (list X1 ... Xn) Y)

Hmm.., turning a pure expression into a (internally) side-effecting one?
How 'bout adding&using `list*` instead?


        Stefan




reply via email to

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