Dired 7.5 bug: '+' and text-properties
Joerg-Martin Schwarz (schwarz@hal1.physik.uni-dortmund.de)
Thu, 15 Sep 1994 11:03:49 +0200
In Dired, creating a new directory with '+' does not set the
text property appropriately.
THis results in Dired thinking there is "no file on this line" in
subsequent commands.
--
Mit besten Gruessen,
Joerg-Martin Schwarz
/------------------------------+---------------------------------------------\
|Addresse: | e-mail: |
| Abteilung Physik (T III) | uph508@unidozr.hrz.uni-dortmund.de |
| Universitaet Dortmund | schwarz@{hal1,het}.physik.uni-dortmund.de |
| Otto Hahn-Strasse 4 |---------------------------------------------|
| D44221 Dortmund | |
|Telefon: | |
| +49/231/755-3581 | ___ |
|Fax: -3569 | (o o) |
\------------------------------+--ooO-(_)-Ooo--------------------------------/
Emacs : GNU Emacs 19.25.1 of Fri Jun 10 1994 on hal1 (rs6000-ibm-aix3.2)
Package: Dired
current state:
==============
(setq
dired-version "7.5"
dired-after-readin-hook nil
dired-backup-if-overwrite nil
dired-before-readin-hook nil
dired-bibtex-unclean-extensions '(".blg" ".bbl")
dired-chown-program "/etc/chown"
dired-cleanup-alist '(("tex" ".cp" ".cps" ".fn" ".fns" ".ky"
".kys" ".pg" ".pgs" ".tp" ".tps" ".vr" ".vrs" ".toc" ".log" ".aux"
".idx" ".lof" ".lot" ".glo" ".blg" ".bbl")
("patch" ".rej" ".orig")
)
dired-compression-method 'gzip
dired-compression-method-alist '((gzip ".gz" ("gzip") ("gzip" "-d") "-f")
(compress ".Z" ("compress" "-f")
("compress" "-d") "-f")
(pack ".z" ("pack" "-f") ("unpack"))
(compact ".C" ("compact") ("uncompact"))
)
dired-copy-preserve-time t
dired-dwim-target nil
dired-failed-marker-shell 33
dired-filename-re-ext "\\..+$"
dired-find-subdir nil
dired-gnutar-program "/usr/bin/tar"
dired-grep-load-hook nil
dired-keep-marker-compress t
dired-keep-marker-copy 67
dired-keep-marker-hardlink 72
dired-keep-marker-kill 75
dired-keep-marker-rename t
dired-keep-marker-symlink 89
dired-keep-marker-uucode 85
dired-kept-versions 2
dired-latex-unclean-extensions '(".idx" ".lof" ".lot" ".glo")
dired-listing-switches "-al"
dired-load-hook nil
dired-local-variables-file ".dired"
dired-ls-F-marks-symlinks nil
dired-ls-program "ls"
dired-mail-reader 'rmail
dired-mode-hook nil
dired-mode-line-modified "-%s%s%s-"
dired-no-confirm nil
dired-omit-extensions '(".o"
".elc"
"~"
".bin"
".lbin"
".fasl"
".dvi"
".toc"
".log"
".aux"
".a"
".ln"
".lof"
".blg"
".bbl"
".glo"
".idx"
".lot"
".fmt"
".cp"
".cps"
".fn"
".fns"
".ky"
".kys"
".pg"
".pgs"
".tp"
".tps"
".vr"
".vrs"
".toc"
".log"
".aux"
".idx"
".lof"
".lot"
".glo"
".blg"
".bbl"
".rej"
".orig"
)
dired-omit-files nil
dired-omit-files-regexp "^[#.]"
dired-patch-unclean-extensions '(".rej" ".orig")
dired-shell-load-hook nil
dired-show-ls-switches nil
dired-tex-unclean-extensions '(".toc" ".log" ".aux")
dired-texinfo-unclean-extensions '(".cp"
".cps"
".fn"
".fns"
".ky"
".kys"
".pg"
".pgs"
".tp"
".tps"
".vr"
".vrs"
)
dired-trivial-filenames "^\\.\\.?$\\|^#"
dired-unshar-program nil
dired-use-file-transformers nil
dired-verify-modtimes t
reporter-version "2.12"
)