GNU bug report logs - #27393
25.2.50; *Find* file visiting does not work well for me.

Previous Next

Package: emacs;

Reported by: vincent.belaiche <at> gmail.com (Vincent Belaïche)

Date: Fri, 16 Jun 2017 10:24:02 UTC

Severity: normal

Tags: notabug

Found in version 25.2.50

Done: Glenn Morris <rgm <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


Message #8 received at 27393 <at> debbugs.gnu.org (full text, mbox):

From: vincent.belaiche <at> gmail.com (Vincent Belaïche)
To: 27393 <at> debbugs.gnu.org
Cc: Vincent Belaïche <vincent.belaiche <at> gmail.com>
Subject: 25.2.50; *Find* file visiting does not work well for me.
Date: Fri, 16 Jun 2017 12:46:43 +0200
Looking a little more into it, I guess that Emacs is not the one to
blame. MSYS `find' utility outputs a strange time stamp where the month
and hour are displayed but not the day of month.

It is quite strange because on the one hand I get this:

--8<----8<----8<----8<----8<-- begin -->8---->8---->8---->8---->8----
 $ ls -dils trunk/fmtcount-manual.tex
-| 889094 37 -rw-r--r-- 1 Vincent Administrateurs 36915 Jun 15 16:35 trunk/fmtcount-manual.tex
--8<----8<----8<----8<----8<--  end  -->8---->8---->8---->8---->8----

So `ls -dils' does the right job, but for some reason `find' outputs
something else:

--8<----8<----8<----8<----8<-- begin -->8---->8---->8---->8---->8----
$ find . "(" -iname "fmtcount-manual.tex" ")" -ls
7281264   19 -rw-r--r--   1 Vincent  Administrateurs    36910 Jun  05:58 ./dist/fmtcount-manual.tex
889094   19 -rw-r--r--   1 Vincent  Administrateurs    36915 Jun  16:35 ./trunk/fmtcount-manual.tex
--8<----8<----8<----8<----8<--  end  -->8---->8---->8---->8---->8----

Maybe I could fix my configuration by configuring the command launched
by Emacs so that the `-ls' option is replaced by `-exec ls -dils {} +'

- Is that customizable at all ?
- Where to report bug to MSYS find ?

I checked the findutil version:

--8<----8<----8<----8<----8<-- begin -->8---->8---->8---->8---->8----
 $ find --version
-| GNU find version 4.3.0
-| Features enabled: LEAF_OPTIMISATION FTS
--8<----8<----8<----8<----8<--  end  -->8---->8---->8---->8---->8----

This was not the latest one on sourceforge MSYS file tree, so I
installed the latest one (aka 4.4.2), but this does not solve the issue:

--8<----8<----8<----8<----8<-- begin -->8---->8---->8---->8---->8----
 $ find --version
-| find (GNU findutils) 4.4.2
-| Copyright (C) 2007 Free Software Foundation, Inc.
-| License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
-| This is free software: you are free to change and redistribute it.
-| There is NO WARRANTY, to the extent permitted by law.
-|
-| Written by Eric B. Decker, James Youngman, and Kevin Dalley.
-| Built using GNU gnulib version e5573b1bad88bfabcda181b9e0125fb0c52b7d3b
-| Features enabled: O_NOFOLLOW(disabled) LEAF_OPTIMISATION FTS() CBO(level=0)
 $
 $ find . "(" -iname "fmtcount-manual.tex" ")" -ls
-| 7281264   19 -rw-r--r--   1 Vincent  Administrateurs    36910 Jun  05:58 ./dist/fmtcount-manual.tex
-| 889094   19 -rw-r--r--   1 Vincent  Administrateurs    36915 Jun  16:35 ./trunk/fmtcount-manual.tex
--8<----8<----8<----8<----8<--  end  -->8---->8---->8---->8---->8----

  Vincent.

---
L'absence de virus dans ce courrier électronique a été vérifiée par le logiciel antivirus Avast.
https://www.avast.com/antivirus





This bug report was last modified 8 years and 32 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.