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

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

Re: Org to Markdown programmatically


From: Jean Louis
Subject: Re: Org to Markdown programmatically
Date: Thu, 6 May 2021 00:50:12 +0300
User-agent: Mutt/2.0.6 (2021-03-06)

* Emanuel Berg via Users list for the GNU Emacs text editor 
<help-gnu-emacs@gnu.org> [2021-05-06 00:37]:
> Stefan Monnier via Users list for the GNU Emacs text editor wrote:
> 
> >> (require 'cl)
> >> (cl-loop for (x y) in '((1 2) (3 4) (5 6))
> >>          do (message "%d + %d = %d" x y (+ x y)) )
> >
> > (require 'cl) provides `loop`.
> > If you want `cl-loop`, then you need (require 'cl-lib).
> > Same functionality, different names.
> 
> And, what should you use?
> 
> I have the cl- prefix 117 times in my Elisp!

66 here

No, I don't like cl- prefix in Emacs Lisp, somehow is not nice.

By the way, it was mostly for `cl-pushnew'.



-- 
Jean

Take action in Free Software Foundation campaigns:
https://www.fsf.org/campaigns

Sign an open letter in support of Richard M. Stallman
https://stallmansupport.org/
https://rms-support-letter.github.io/




reply via email to

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