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

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

bug#64311: [PATCH] Fix shell-dirtrack-mode showing up as enabled in unre


From: Stefan Monnier
Subject: bug#64311: [PATCH] Fix shell-dirtrack-mode showing up as enabled in unrelated buffers
Date: Tue, 04 Jul 2023 19:42:30 -0400
User-agent: Gnus/5.13 (Gnus v5.13)

Vladimir Sedach [2023-07-04 16:27:17] wrote:
> Stefan Monnier <monnier@iro.umontreal.ca> writes:
>> I don't know what backward-incompatible you're referring to.
> I wanted to replace the defvaralias with
> define-obsolete-variable-alias,

`define-obsolete-variable-alias` includes `defvaralias`.
It just adds an obsolescence warning, but doesn't introduce any actual
changes in behavior.

> and Eli says that shell-dirtrackp should not be marked obsolete, which
> makes sense.

Not sure if it makes sense, but if that's his preference, it's OK with
me (the name `shell-dirtrackp` is fundamentally wrong since it's
a boolean variable and not a predicate (which is where the "p" suffix
is used), but I can live with it).


        Stefan






reply via email to

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