Skip to main content

Questions tagged [obsolete]

The obsolete tag refers to discussions about obsolete functions and variables. It does NOT mean the tagged question is obsolete.

0 votes
0 answers
27 views

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 ...
norio's user avatar
  • 235
0 votes
0 answers
48 views

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 ....
Dan Jacobson's user avatar
2 votes
1 answer
175 views

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--...
alper's user avatar
  • 1,570