all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Use of cl tools
@ 2023-08-05 18:38 Heime
  2023-08-06 13:36 ` Emanuel Berg
  0 siblings, 1 reply; 2+ messages in thread
From: Heime @ 2023-08-05 18:38 UTC (permalink / raw)
  To: Heime via Users list for the GNU Emacs text editor


I need some explanation about the `cl` routines.  For instance, since 
Emacs 27.1, the functions `second` and `third` are obsolete, and `cl-second`  and `cl-third` should be used instead.

Yet at times I get that `cl` routines are obsolete as well.



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

* Re: Use of cl tools
  2023-08-05 18:38 Use of cl tools Heime
@ 2023-08-06 13:36 ` Emanuel Berg
  0 siblings, 0 replies; 2+ messages in thread
From: Emanuel Berg @ 2023-08-06 13:36 UTC (permalink / raw)
  To: help-gnu-emacs

Heime wrote:

> I need some explanation about the `cl` routines.
> For instance, since Emacs 27.1, the functions `second` and
> `third` are obsolete, and `cl-second` and `cl-third` should
> be used instead.

Use (require 'cl-lib) and then byte compile, it will tell you
there is no "second" for example if you use it.

-- 
underground experts united
https://dataswamp.org/~incal




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

end of thread, other threads:[~2023-08-06 13:36 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-08-05 18:38 Use of cl tools Heime
2023-08-06 13:36 ` Emanuel Berg

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.