GNU bug report logs -
#64311
[PATCH] Fix shell-dirtrack-mode showing up as enabled in unrelated buffers
Previous Next
Reported by: Vladimir Sedach <vas <at> oneofus.la>
Date: Tue, 27 Jun 2023 06:30:02 UTC
Severity: normal
Tags: patch
Done: Eli Zaretskii <eliz <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
Message #56 received at 64311 <at> debbugs.gnu.org (full text, mbox):
> From: Vladimir Sedach <vas <at> oneofus.la>
> Cc: 64311 <at> debbugs.gnu.org
> Date: Mon, 03 Jul 2023 11:03:37 -0600
>
>
> Eli Zaretskii <eliz <at> gnu.org> writes:
> > I think the alternative patch below solves all those issues. If you
> > disagree, pleased tell what left-over problems you see after applying
> > that patch.
>
> How should defvaralias be used?
>
> On the master branch I count 74 defvaralias declarations in lisp/,
> excluding lisp/obsolete/ (there are some more generated dynamically
> by org-babel). Of these, 73 are used for variable rename refactoring
> (the 1 other use is vhdl-last-input-event as a compatibility shim for
> xemacs).
>
> There were 2 things that to me looked wrong with the existing
> defvaralias declaration in shell.el:
>
> 1. As far as I can tell, every declaration aside from shell.el is of
> the form (defvaralias old-variable new-variable). The one in
> shell.el is the other way around.
>
> 2. There are only 2 occurrences where the old variable is still
> referenced in Emacs code: erc-join-buffer and shell-dirtrackp
>
> Isn't the point of defvaralias in removing uses of the old variable
> name from Emacs code?
I'm not sure. You may be right. Let's see if Stefan (CC'ed) has any
comments.
But in any case, given how long we have this arrangement, I wouldn't
make any changes in it unless it causes real problems. And I think
after installing the simple changes I proposed there are no real
problems left to justify such changes.
This bug report was last modified 1 year and 320 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.