emacs-devel
[Top][All Lists]
Advanced

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

RE: what happened to 'case' in emacs 28 ?


From: Jason Vas Dias
Subject: RE: what happened to 'case' in emacs 28 ?
Date: Sun, 19 Jun 2022 21:10:40 +0100

RE: > Andreas Schwb wrote
>The case macro has always been defined by the cl library, and that has
> not changed.

Aha, yes, and since I wrote those scripts & began using case I have
always had :
 '(setq inferior-lisp-program "/usr/bin/sbcl")
  (add-to-list 'load-path "/usr/share/common-lisp/source/slime" t)
  (load (expand-file-name "/usr/share/common-lisp/quicklisp/slime-helper.el")
 '
and that loads 'cl' - now I have changed to using
Slime v2.27, a newer version is being used that insists on the 'cl-'
prefix being used.

Thanks to all who responded!

On 19/06/2022, Andreas Schwab <schwab@linux-m68k.org> wrote:
> The case macro has always been defined by the cl library, and that has
> not changed.
>
> --
> Andreas Schwab, schwab@linux-m68k.org
> GPG Key fingerprint = 7578 EB47 D4E5 4D69 2510  2552 DF73 E780 A9DA AEC1
> "And now for something completely different."
>



reply via email to

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