* dired+ warning @ 2022-11-25 22:27 Tim Johnson 2022-11-26 0:17 ` [External] : " Drew Adams 0 siblings, 1 reply; 5+ messages in thread From: Tim Johnson @ 2022-11-25 22:27 UTC (permalink / raw) To: MLEmacs on GNU Emacs 28.2 (build 2, x86_64-pc-linux-gnu, GTK+ Version 3.24.20, cairo version 1.16.0) I get the following message: .emacs.d/elisp/dired+.el: Warning: ‘case’ is an obsolete alias (as of 27.1); use ‘cl-case’ instead. [5 times] the version of dired+ is identified by ;; Version: 2022.11.04 ;; Package-Requires: () ;; Last-Updated: Thu Nov 3 21:01:19 2022 (-0700) I'm retired and use emacs just on occasion. I don't think this is a big deal, but I know that Drew is always on top of changes, so I thought I would mention it. -- Tim tj49.com ^ permalink raw reply [flat|nested] 5+ messages in thread
* RE: [External] : dired+ warning 2022-11-25 22:27 dired+ warning Tim Johnson @ 2022-11-26 0:17 ` Drew Adams 2022-11-26 14:56 ` Emanuel Berg 2022-11-26 20:08 ` Tim Johnson 0 siblings, 2 replies; 5+ messages in thread From: Drew Adams @ 2022-11-26 0:17 UTC (permalink / raw) To: Tim Johnson, MLEmacs > on GNU Emacs 28.2 (build 2, x86_64-pc-linux-gnu, > GTK+ Version 3.24.20, cairo version 1.16.0) > I get the following message: > > .emacs.d/elisp/dired+.el: Warning: ‘case’ is an > obsolete alias (as of 27.1); use ‘cl-case’ instead. > [5 times] > > I'm retired and use emacs just on occasion. I don't think > this is a big deal, but I know that Drew is always on top > of changes, so I thought I would mention it. Hi Tim, Congratulations on your retirement! You should be able to ignore that warning, for now at least. I think you could also put something like this in your init file to suppress it, if you care to: (defalias 'case 'cl-case) (Same thing, BTW, for others of my libraries, including Bookmark+, Info+, Isearch+, & Icicles.) Many of my libraries work also for older Emacs releases (see field "Compatibility" in the file header's "Commentary"). Depending on which release you use, you'll likely see byte-compiler warnings about vars or functions not known to be defined, or function invocations with the wrong number of args. You can generally ignore such warnings, which come from conditional code with branches for different releases, etc. ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [External] : dired+ warning 2022-11-26 0:17 ` [External] : " Drew Adams @ 2022-11-26 14:56 ` Emanuel Berg 2022-11-26 15:57 ` Drew Adams 2022-11-26 20:08 ` Tim Johnson 1 sibling, 1 reply; 5+ messages in thread From: Emanuel Berg @ 2022-11-26 14:56 UTC (permalink / raw) To: help-gnu-emacs Drew Adams wrote: > You can generally ignore such warnings, which come from > conditional code with branches for different releases, etc. But we don't want to ignore them, we want you to fix them :) -- underground experts united https://dataswamp.org/~incal ^ permalink raw reply [flat|nested] 5+ messages in thread
* RE: [External] : dired+ warning 2022-11-26 14:56 ` Emanuel Berg @ 2022-11-26 15:57 ` Drew Adams 0 siblings, 0 replies; 5+ messages in thread From: Drew Adams @ 2022-11-26 15:57 UTC (permalink / raw) To: Emanuel Berg, help-gnu-emacs@gnu.org > > You can generally ignore such warnings, which come from > > conditional code with branches for different releases, etc. > > But we don't want to ignore them, we want you to fix them :) Emacs is the DIY tool par excellence. And free. ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [External] : dired+ warning 2022-11-26 0:17 ` [External] : " Drew Adams 2022-11-26 14:56 ` Emanuel Berg @ 2022-11-26 20:08 ` Tim Johnson 1 sibling, 0 replies; 5+ messages in thread From: Tim Johnson @ 2022-11-26 20:08 UTC (permalink / raw) To: Drew Adams, MLEmacs On 11/25/22 3:17 PM, Drew Adams wrote: >> on GNU Emacs 28.2 (build 2, x86_64-pc-linux-gnu, >> GTK+ Version 3.24.20, cairo version 1.16.0) >> I get the following message: >> >> .emacs.d/elisp/dired+.el: Warning: ‘case’ is an >> obsolete alias (as of 27.1); use ‘cl-case’ instead. >> [5 times] >> >> I'm retired and use emacs just on occasion. I don't think >> this is a big deal, but I know that Drew is always on top >> of changes, so I thought I would mention it. > Hi Tim, > > Congratulations on your retirement! > > You should be able to ignore that warning, for now > at least. I think you could also put something > like this in your init file to suppress it, if you > care to: (defalias 'case 'cl-case) > > (Same thing, BTW, for others of my libraries, > including Bookmark+, Info+, Isearch+, & Icicles.) > > Many of my libraries work also for older Emacs > releases (see field "Compatibility" in the file > header's "Commentary"). Depending on which > release you use, you'll likely see byte-compiler > warnings about vars or functions not known to be > defined, or function invocations with the wrong > number of args. You can generally ignore such > warnings, which come from conditional code with > branches for different releases, etc. Thanks Drew! -- Tim tj49.com ^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2022-11-26 20:08 UTC | newest] Thread overview: 5+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2022-11-25 22:27 dired+ warning Tim Johnson 2022-11-26 0:17 ` [External] : " Drew Adams 2022-11-26 14:56 ` Emanuel Berg 2022-11-26 15:57 ` Drew Adams 2022-11-26 20:08 ` Tim Johnson
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.