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

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

[debbugs-tracker] bug#33477: closed (24.4; Eshell history/lastdir file s


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#33477: closed (24.4; Eshell history/lastdir file symlinks not followed)
Date: Sat, 08 Dec 2018 09:21:01 +0000

Your message dated Sat, 08 Dec 2018 11:20:00 +0200
with message-id <address@hidden>
and subject line Re: bug#33477: 24.4; Eshell history/lastdir file symlinks not 
followed
has caused the debbugs.gnu.org bug report #33477,
regarding 24.4; Eshell history/lastdir file symlinks not followed
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
33477: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=33477
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: 24.4; Eshell history/lastdir file symlinks not followed Date: Sat, 24 Nov 2018 00:16:14 +0000
Expanding on bug #33460 (see below), predictably enough, the same
issue applies to eshell's "lastdir" file too.

The attached patch provides the same fix, again using function
`file-truename'. It supplants my previous patch, which should be
discarded. So I guess bug #33640 should be closed now.




In GNU Emacs 24.4.1 (x86_64-pc-linux-gnu, GTK+ Version 3.14.5)
of 2017-09-12 on hullmann, modified by Debian
Windowing system distributor `The X.Org Foundation', version 11.0.11604000
System Description: LMDE 2 Betsy

---------- Forwarded message ---------
From: Philip Hudson <address@hidden>
Date: Wed, 21 Nov 2018 at 23:09
Subject: 24.4; Eshell histfile symlinks not followed
To: <address@hidden>


If the file named by the value of option `eshell-history-file-name' is
a symbolic link, then it will be replaced and overwritten instead. It
should be dereferenced (followed) first, and its target file should be
replaced and overwritten.

The attached patch uses function `file-truename' to fix this. The
patch was made using source cloned from git savannah HEAD today, which
I think is version 26.1.90, based on ChangeLog.3 in the cloned repo.





-- 
Phil Hudson                  http://hudson-it.ddns.net
Pretty Good Privacy (PGP) ID: 0x4E482F85

Attachment: eshellResolveHistAndDirsFile.patch
Description: Text Data


--- End Message ---
--- Begin Message --- Subject: Re: bug#33477: 24.4; Eshell history/lastdir file symlinks not followed Date: Sat, 08 Dec 2018 11:20:00 +0200
> From: Philip Hudson <address@hidden>
> Date: Sat, 24 Nov 2018 00:16:14 +0000
> 
> Expanding on bug #33460 (see below), predictably enough, the same
> issue applies to eshell's "lastdir" file too.

Thanks.  You should have written to the 33460 bug address, not opening
a new bug.

> The attached patch provides the same fix, again using function
> `file-truename'. It supplants my previous patch, which should be
> discarded. So I guess bug #33640 should be closed now.

I pushed both changes to the master branch.  As mentioned earlier,
please in the future provide commit log messages and the necessary
documentation changes.


--- End Message ---

reply via email to

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