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

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

Bug in dired-mark-sexp


From: Mattis
Subject: Bug in dired-mark-sexp
Date: Fri, 16 Jul 2004 08:46:35 +0200

I'm running GNU Emacs 21.3.50.1 on Windows XP and
dired-mark-sexp does not work. The error message I get is:

dired-mark-sexp: Search failed:
"\\(Jan\\|Feb\\|Mar\\|Apr\\|May\\|Jun\\|Jul\\|Aug\\|Sep\\|Oct\\|Nov\\|Dec\\)"

I'm almost sure that this is because of how the dired
buffer looks like:

  z:/Docmaw/Core/Docmaw 2.2.0/Docmaw/Source/Java/ifs/Docmaw:
  total used in directory 2333 available 46509008
  drwxrwxrwx   1 mdahse   root            0 06-15 15:35 .
  drwxrwxrwx   1 mdahse   root            0 06-15 15:35 ..
  -rw-rw-rw-   1 mdahse   root        41713 2003-10-13 
ApprovalCurrentStepDocApproveOvw.java
  -rw-rw-rw-   1 mdahse   root        34001 2002-12-26 
ApprovalCurrentStepOvw.java
  -rw-rw-rw-   1 mdahse   root         3630 2003-02-12  BookListLov.java

I have tested this using --no-init-file --no-site-file and
it still gives these kinds of dired lines.

When I test on my Mandrake box at home I get the names of
the months displayed in the dired buffer, and this of
course makes dired-mark-sexp much more happy.

Is this a bug or have I fscked up?

Another guy, Klaus Straubinger, got the same error on Linux so my
theory that it was because of the missing month names in my Windows
emacs seemed wrong. See the articles on gnu.emacs.help for more info.

Mathias Dahl

Some info:

Emacs  : GNU Emacs 21.3.50.1 (i386-mingw-nt5.1.2600)
 of 2004-02-13 on BERATUNG4
Package: dired-x

current state:
==============
(setq
 dired-bind-vm nil
 dired-vm-read-only-folders nil
 dired-bind-jump t
 dired-bind-info t
 dired-bind-man t
 dired-find-subdir nil
 dired-enable-local-variables t
 dired-local-variables-file ".dired"
 dired-guess-shell-gnutar nil
 dired-guess-shell-gzip-quiet t
 dired-guess-shell-znew-switches nil
 dired-guess-shell-alist-user nil
 dired-clean-up-buffers-too t
 dired-omit-files-p nil
 dired-omit-files "^\\.?#\\|^\\.$\\|^\\.\\.$"
 dired-omit-extensions '(".svn/" "CVS/" ".o" "~" ".bin" ".bak" ".obj"
".map" ".ico" ".pif" ".lnk"
                         ".a" ".ln" ".blg" ".bbl" ".dll" ".drv" ".vxd"
".386" ".elc" ".lof" ".glo"
                         ".idx" ".lot" ".dvi" ".fmt" ".tfm" ".pdf"
".class" ".fas" ".lib" ".mem"
                         ".x86f" ".sparcf" ".fasl" ".ufsl" ".fsl"
".dxl" ".pfsl" ".lo" ".la"
                         ".gmo" ".mo" ".toc" ".aux" ".cp" ".fn" ".ky"
".pg" ".tp" ".vr" ".cps"
                         ".fns" ".kys" ".pgs" ".tps" ".vrs" ".idx"
".lof" ".lot" ".glo" ".blg"
                         ".bbl" ".cp" ".cps" ".fn" ".fns" ".ky" ".kys"
".pg" ".pgs" ".tp" ".tps"
                         ".vr" ".vrs")
 )




reply via email to

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