emacs-devel
[Top][All Lists]
Advanced

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

proposal: obsolete-var-funcs.el or compatibility-var-funcs.el


From: Uwe Brauer
Subject: proposal: obsolete-var-funcs.el or compatibility-var-funcs.el
Date: Thu, 13 Oct 2022 17:12:09 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux)

(I apologise for a possible double posting)


Hi 

The latest master has caused me some headaches, because according to the
NEWS file a lot of obsolete variables and functions have been removed.

In some cases these definitions are rather simple, like 


(define-obsolete-function-alias 'set-face-underline-p
                                'set-face-underline "24.3")

(defcustom gnus-local-domain nil
  "Local domain name without a host name.
The DOMAINNAME environment variable is used instead if it is defined.
If the function `system-name' returns the full Internet name, there is
no need to set this variable."
  :group 'gnus-message
  :type '(choice (const :tag "default" nil)
                 string))
(make-obsolete-variable 'gnus-local-domain nil "24.1")

So could such simple definitions just moved to a file 

obsolete-var-funcs.el or compatibility-var-funcs.el

Instead of being deleted.

That would help users who for one or the other reason still rely on old
code, can try to survive for a bit longer.

Regards

Uwe Brauer 






reply via email to

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