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

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

bug#59756: closed ([PATCH] Use file-name-nondirectory to determine proje


From: GNU bug Tracking System
Subject: bug#59756: closed ([PATCH] Use file-name-nondirectory to determine project-name)
Date: Fri, 02 Dec 2022 15:25:02 +0000

Your message dated Fri, 2 Dec 2022 17:24:11 +0200
with message-id <6dd6cf27-1e72-097a-0df6-baad3859ecc4@yandex.ru>
and subject line Re: bug#59756: [PATCH] Use file-name-nondirectory to determine 
project-name
has caused the debbugs.gnu.org bug report #59756,
regarding [PATCH] Use file-name-nondirectory to determine project-name
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
59756: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=59756
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] Use file-name-nondirectory to determine project-name Date: Fri, 02 Dec 2022 03:34:30 +0000
X-Debbugs-CC: dgutov@yandex.ru

If a project is named something like ".emacs.d", file-name-base will return ".emacs" instead of ".emacs.d" as expected (or at least as I expect it).

Therefore, we use file-name-nondirectory instead.

Attachment: 0001-Use-file-name-nondirectory-to-determine-project-name.patch
Description: Text Data


--- End Message ---
--- Begin Message --- Subject: Re: bug#59756: [PATCH] Use file-name-nondirectory to determine project-name Date: Fri, 2 Dec 2022 17:24:11 +0200 User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.4.2
On 02/12/2022 05:34, Randy Taylor wrote:
X-Debbugs-CC: dgutov@yandex.ru <mailto:dgutov@yandex.ru>

If a project is named something like ".emacs.d", file-name-base will return ".emacs" instead of ".emacs.d" as expected (or at least as I expect it).

Therefore, we use file-name-nondirectory instead.

Applied, thanks!


--- End Message ---

reply via email to

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