Questions tagged [obsolete]
The obsolete tag refers to discussions about obsolete functions and variables. It does NOT mean the tagged question is obsolete.
6 questions
0 votes
0 answers
27 views
How to resolve warning about invalid function after installing helm package
I installed package helm from M-x package-list-packages. I then added the minimal configuration: (require 'helm) (helm-mode 1) in my init file. Now when I start emacs, I see the following warning ...
0 votes
0 answers
48 views
How can I check my .emacs file for legacy functions?
Recently I did (describe-function 'global-unset-key) and saw, This is a legacy function; see ... for the recommended function to use instead. Holy smokes, that's just the tip of the iceberg. My ....
2 votes
1 answer
175 views
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--...