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

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

bug#58364: closed ([PATCH] Add new function 'file-name-parent-p')


From: GNU bug Tracking System
Subject: bug#58364: closed ([PATCH] Add new function 'file-name-parent-p')
Date: Sat, 08 Oct 2022 07:22:02 +0000

Your message dated Sat, 08 Oct 2022 07:21:01 +0000
with message-id <87sfjy93xe.fsf@posteo.net>
and subject line Re: bug#58364: [PATCH] Add new function 'file-name-parent-p'
has caused the debbugs.gnu.org bug report #58364,
regarding [PATCH] Add new function 'file-name-parent-p'
to be marked as done.

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


-- 
58364: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=58364
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] Add new function 'file-name-parent-p' Date: Fri, 07 Oct 2022 20:23:27 +0000
Tags: patch


Unless I am mistaken, there is no direct function to quickly test if a
directory is a super-directory of file.  As I have encountered this
issue more than once the last few days of hacking, I would like to
propose the below function.


In GNU Emacs 29.0.50 (build 1, x86_64-pc-linux-gnu, GTK+ Version
 3.24.34, cairo version 1.17.6) of 2022-10-07 built on rhea
Repository revision: 51f5a7cf127934aa93d860c8fd3e8d58fbc594cb
Repository branch: feature/package+vc
System Description: Fedora Linux 36 (Workstation Edition)

Configured using:
 'configure --with-pgtk --with-imagemagick'

Attachment: 0001-Add-new-function-file-name-parent-p.patch
Description: Text Data


--- End Message ---
--- Begin Message --- Subject: Re: bug#58364: [PATCH] Add new function 'file-name-parent-p' Date: Sat, 08 Oct 2022 07:21:01 +0000
Eli Zaretskii <eliz@gnu.org> writes:

>> From: Philip Kaludercic <philipk@posteo.net>
>> Date: Fri, 07 Oct 2022 20:23:27 +0000
>> 
>> Unless I am mistaken, there is no direct function to quickly test if a
>> directory is a super-directory of file.  As I have encountered this
>> issue more than once the last few days of hacking, I would like to
>> propose the below function.
>
> We have file-in-directory-p.  Doesn't that fit the bill?

I hive tried it out and yes that was the function I was looking for.  My
apologies for the noise.


--- End Message ---

reply via email to

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