unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* shady SLIME warnings
@ 2022-10-09 12:19 Emanuel Berg
  2022-10-09 13:38 ` Philip Kaludercic
  0 siblings, 1 reply; 3+ messages in thread
From: Emanuel Berg @ 2022-10-09 12:19 UTC (permalink / raw)
  To: emacs-devel

I always, and now [1] as well, get these warnings. [last]

They should be super-easy to fix so I wonder why it
never happens?

[1] GNU Emacs 29.0.50 (build 1, x86_64-pc-linux-gnu, cairo
    version 1.16.0) of 2022-09-27 [commit
    a2dd9d683a02525183b5e692e42622c65639dda8]

Warning: Package cl is deprecated
../../../../../usr/share/emacs/site-lisp/elpa-src/slime-2.26.1/slime.el: Warning: Use keywords rather than deprecated positional arguments to `define-minor-mode'
../../../../../usr/share/emacs/site-lisp/elpa-src/slime-2.26.1/slime.el: Warning: Use keywords rather than deprecated positional arguments to `define-minor-mode'
../../../../../usr/share/emacs/site-lisp/elpa-src/slime-2.26.1/slime.el: Warning: Use keywords rather than deprecated positional arguments to `define-minor-mode'
../../../../../usr/share/emacs/site-lisp/elpa-src/slime-2.26.1/slime.el: Warning: Use keywords rather than deprecated positional arguments to `define-minor-mode'
../../../../../usr/share/emacs/site-lisp/elpa-src/slime-2.26.1/contrib/slime-repl.el: Warning: ‘case’ is an obsolete alias (as of 27.1); use ‘cl-case’ instead.
../../../../../usr/share/emacs/site-lisp/elpa-src/slime-2.26.1/contrib/slime-repl.el: Warning: ‘case’ is an obsolete alias (as of 27.1); use ‘cl-case’ instead.
../../../../../usr/share/emacs/site-lisp/elpa-src/slime-2.26.1/contrib/slime-repl.el: Warning: Use keywords rather than deprecated positional arguments to `define-minor-mode'
../../../../../usr/share/emacs/site-lisp/elpa-src/slime-2.26.1/contrib/slime-repl.el: Warning: ‘incf’ is an obsolete alias (as of 27.1); use ‘cl-incf’ instead.
../../../../../usr/share/emacs/site-lisp/elpa-src/slime-2.26.1/contrib/slime-repl.el: Warning: ‘multiple-value-bind’ is an obsolete alias (as of 27.1); use ‘cl-multiple-value-bind’ instead.
../../../../../usr/share/emacs/site-lisp/elpa-src/slime-2.26.1/contrib/slime-repl.el: Warning: ‘destructuring-bind’ is an obsolete alias (as of 27.1); use ‘cl-destructuring-bind’ instead.
../../../../../usr/share/emacs/site-lisp/elpa-src/slime-2.26.1/contrib/slime-repl.el: Warning: ‘ecase’ is an obsolete alias (as of 27.1); use ‘cl-ecase’ instead.
../../../../../usr/share/emacs/site-lisp/elpa-src/slime-2.26.1/contrib/slime-repl.el: Warning: ‘loop’ is an obsolete alias (as of 27.1); use ‘cl-loop’ instead.
../../../../../usr/share/emacs/site-lisp/elpa-src/slime-2.26.1/contrib/slime-repl.el: Warning: Use keywords rather than deprecated positional arguments to `define-minor-mode'
../../../../../usr/share/emacs/site-lisp/elpa-src/slime-2.26.1/contrib/slime-repl.el: Warning: ‘loop’ is an obsolete alias (as of 27.1); use ‘cl-loop’ instead.
../../../../../usr/share/emacs/site-lisp/elpa-src/slime-2.26.1/contrib/slime-repl.el: Warning: ‘incf’ is an obsolete alias (as of 27.1); use ‘cl-incf’ instead.
../../../../../usr/share/emacs/site-lisp/elpa-src/slime-2.26.1/contrib/slime-repl.el: Warning: ‘destructuring-bind’ is an obsolete alias (as of 27.1); use ‘cl-destructuring-bind’ instead.
../../../../../usr/share/emacs/site-lisp/elpa-src/slime-2.26.1/contrib/slime-repl.el: Warning: ‘assert’ is an obsolete alias (as of 27.1); use ‘cl-assert’ instead.

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




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

* Re: shady SLIME warnings
  2022-10-09 12:19 shady SLIME warnings Emanuel Berg
@ 2022-10-09 13:38 ` Philip Kaludercic
  2022-10-09 16:27   ` Emanuel Berg
  0 siblings, 1 reply; 3+ messages in thread
From: Philip Kaludercic @ 2022-10-09 13:38 UTC (permalink / raw)
  To: emacs-devel

Emanuel Berg <incal@dataswamp.org> writes:

> I always, and now [1] as well, get these warnings. [last]
>
> They should be super-easy to fix so I wonder why it
> never happens?
>
> [1] GNU Emacs 29.0.50 (build 1, x86_64-pc-linux-gnu, cairo
>     version 1.16.0) of 2022-09-27 [commit
>     a2dd9d683a02525183b5e692e42622c65639dda8]
>
> Warning: Package cl is deprecated
> ../../../../../usr/share/emacs/site-lisp/elpa-src/slime-2.26.1/slime.el:
> Warning: Use keywords rather than deprecated positional arguments to
> `define-minor-mode'
> ../../../../../usr/share/emacs/site-lisp/elpa-src/slime-2.26.1/slime.el:
> Warning: Use keywords rather than deprecated positional arguments to
> `define-minor-mode'
> ../../../../../usr/share/emacs/site-lisp/elpa-src/slime-2.26.1/slime.el:
> Warning: Use keywords rather than deprecated positional arguments to
> `define-minor-mode'
> ../../../../../usr/share/emacs/site-lisp/elpa-src/slime-2.26.1/slime.el:
> Warning: Use keywords rather than deprecated positional arguments to
> `define-minor-mode'
> ../../../../../usr/share/emacs/site-lisp/elpa-src/slime-2.26.1/contrib/slime-repl.el:
> Warning: ‘case’ is an obsolete alias (as of 27.1); use ‘cl-case’
> instead.
> ../../../../../usr/share/emacs/site-lisp/elpa-src/slime-2.26.1/contrib/slime-repl.el:
> Warning: ‘case’ is an obsolete alias (as of 27.1); use ‘cl-case’
> instead.
> ../../../../../usr/share/emacs/site-lisp/elpa-src/slime-2.26.1/contrib/slime-repl.el:
> Warning: Use keywords rather than deprecated positional arguments to
> `define-minor-mode'
> ../../../../../usr/share/emacs/site-lisp/elpa-src/slime-2.26.1/contrib/slime-repl.el:
> Warning: ‘incf’ is an obsolete alias (as of 27.1); use ‘cl-incf’
> instead.
> ../../../../../usr/share/emacs/site-lisp/elpa-src/slime-2.26.1/contrib/slime-repl.el:
> Warning: ‘multiple-value-bind’ is an obsolete alias (as of 27.1); use
> ‘cl-multiple-value-bind’ instead.
> ../../../../../usr/share/emacs/site-lisp/elpa-src/slime-2.26.1/contrib/slime-repl.el:
> Warning: ‘destructuring-bind’ is an obsolete alias (as of 27.1); use
> ‘cl-destructuring-bind’ instead.
> ../../../../../usr/share/emacs/site-lisp/elpa-src/slime-2.26.1/contrib/slime-repl.el:
> Warning: ‘ecase’ is an obsolete alias (as of 27.1); use ‘cl-ecase’
> instead.
> ../../../../../usr/share/emacs/site-lisp/elpa-src/slime-2.26.1/contrib/slime-repl.el:
> Warning: ‘loop’ is an obsolete alias (as of 27.1); use ‘cl-loop’
> instead.
> ../../../../../usr/share/emacs/site-lisp/elpa-src/slime-2.26.1/contrib/slime-repl.el:
> Warning: Use keywords rather than deprecated positional arguments to
> `define-minor-mode'
> ../../../../../usr/share/emacs/site-lisp/elpa-src/slime-2.26.1/contrib/slime-repl.el:
> Warning: ‘loop’ is an obsolete alias (as of 27.1); use ‘cl-loop’
> instead.
> ../../../../../usr/share/emacs/site-lisp/elpa-src/slime-2.26.1/contrib/slime-repl.el:
> Warning: ‘incf’ is an obsolete alias (as of 27.1); use ‘cl-incf’
> instead.
> ../../../../../usr/share/emacs/site-lisp/elpa-src/slime-2.26.1/contrib/slime-repl.el:
> Warning: ‘destructuring-bind’ is an obsolete alias (as of 27.1); use
> ‘cl-destructuring-bind’ instead.
> ../../../../../usr/share/emacs/site-lisp/elpa-src/slime-2.26.1/contrib/slime-repl.el:
> Warning: ‘assert’ is an obsolete alias (as of 27.1); use ‘cl-assert’
> instead.

Looks to me like the version of SLIME that you have installed still uses
cl.



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

* Re: shady SLIME warnings
  2022-10-09 13:38 ` Philip Kaludercic
@ 2022-10-09 16:27   ` Emanuel Berg
  0 siblings, 0 replies; 3+ messages in thread
From: Emanuel Berg @ 2022-10-09 16:27 UTC (permalink / raw)
  To: emacs-devel

Philip Kaludercic wrote:

> Looks to me like the version of SLIME that you have
> installed still uses cl.

C-u M-x slime-version RET anyone?

But it's in the warning messages themselves ... slime-2.26.1

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




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

end of thread, other threads:[~2022-10-09 16:27 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-09 12:19 shady SLIME warnings Emanuel Berg
2022-10-09 13:38 ` Philip Kaludercic
2022-10-09 16:27   ` Emanuel Berg

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).