Questions tagged [obsolete]
2 questions
7
votes
1 answer
How to replace focus-out-hook with after-focus-change-function in emacs 27?
In my old emacs, I have defined the following code.
(add-hook 'focus-out-hook (lambda () (save-some-buffers t)))
After upgrade to emacs 27, it said focus-out-hook is obsoleted, and the new one is after-focus-change-function, but simply replace…

Daniel Wu
- 95
- 2
2
votes
1 answer
Does icicles works with emacs28? Debugger entered--Lisp error: (wrong-number-of-arguments (3 . 3) 2)
I am using GNU Emacs 28.0.50 and trying to enable icicles within. The error I am having:
For:
(add-to-list 'load-path "~/.emacs.d/lisp/icicles")
(require 'icicles)
error:
Debugger entered--Lisp error: (wrong-number-of-arguments (3 . 3) 2)
…

alper
- 1,238
- 11
- 30