[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."
>
- what happened to 'case' in emacs 28 ?, Jason Vas Dias, 2022/06/19
- Re: what happened to 'case' in emacs 28 ?, Jason Vas Dias, 2022/06/19
- Re: what happened to 'case' in emacs 28 ?, Jason Vas Dias, 2022/06/19
- Re: what happened to 'case' in emacs 28 ?, Andreas Schwab, 2022/06/19
- Re: what happened to 'case' in emacs 28 ?, Bruno Barbier, 2022/06/19
- RE: [External] : Re: what happened to 'case' in emacs 28 ?, Drew Adams, 2022/06/19
- Re: what happened to 'case' in emacs 28 ?, John Covici, 2022/06/19
- Re: what happened to 'case' in emacs 28 ?, Bruno Barbier, 2022/06/19
- Message not available
- RE: what happened to 'case' in emacs 28 ?,
Jason Vas Dias <=