help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: Package cl is deprecated


From: Hongyi Zhao
Subject: Re: Package cl is deprecated
Date: Thu, 29 Jul 2021 15:22:11 +0800

On Thu, Jul 29, 2021 at 2:18 PM Eli Zaretskii <eliz@gnu.org> wrote:
>
> > From: Hongyi Zhao <hongyi.zhao@gmail.com>
> > Date: Thu, 29 Jul 2021 10:18:33 +0800
> > Cc: help-gnu-emacs <help-gnu-emacs@gnu.org>
> >
> > M-x list-timers RET SPC
> >
> >                1.5s         5.0s auto-revert-buffers
> >            4m 30.5s      5m 0.0s recentf-save-list
> >    *           0.0s            t show-paren-function
> >    *           0.5s            t #f(compiled-function () #<bytecode
> > 0x12c5e9b0cd01ea9e> [jit-lock--antiblink-grace-timer
> > jit-lock-context-fontify])
> >    *           0.5s            t posframe-hidehandler-daemon-function
> >    *           1.0s            t which-key--update
>
> The last two could be the evidence, so I'd look at posframe and
> which-key.  If you remove them from the load, does the problem
> persist?

I commented out the corresponding configurations to the above two
packages in `~/.emacs.d/init.el', and put the following lines at the
very beginning of it:

(setq force-load-messages t)
(put 'list-timers 'disabled nil)

The messages "Package cl is deprecated" still appear during Emacs
startup. Then I run the command `M-x list-timers RET', and obtain the
following results:

               0.3s            - undo-auto--boundary-timer
               1.8s         5.0s auto-revert-buffers
           4m 51.8s      5m 0.0s recentf-save-list
   *           0.0s            t show-paren-function
   *           0.5s            t #f(compiled-function () #<bytecode
0x12c7da80444ad69e> [jit-lock--antiblink-grace-timer
jit-lock-context-fontify])
   *           0.5s      :repeat blink-cursor-start

Regards
-- 
Assoc. Prof. Hongyi Zhao <hongyi.zhao@gmail.com>
Theory and Simulation of Materials
Hebei Vocational University of Technology and Engineering
No. 473, Quannan West Street, Xindu District, Xingtai, Hebei province



reply via email to

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