Dired 7.9 bug: dired should use easymenu
SL Baur (steve@xemacs.org)
Tue, 21 Apr 1998 02:17:10 -0700
Dired should use easymenu instead of calling native XEmacs functions
to add the menus.
Emacs : XEmacs 21.0 "Pygmy" [Lucid] (i586-pc-linux, Mule) of Sat Apr 18 1998 on altair.xemacs.org
Package: Dired
current state:
==============
(setq
dired-version "7.9"
dired-backup-if-overwrite nil
dired-chown-program "chown"
dired-cleanup-alist '(("tex" ".toc" ".log" ".aux" ".dvi")
("latex" ".toc" ".log" ".aux" ".idx" ".lof" ".lot"
".glo" ".dvi")
("bibtex" ".blg" ".bbl")
("texinfo" ".cp" ".cps" ".fn" ".fns" ".ky" ".kys" ".pg"
".pgs" ".tp" ".tps" ".vr" ".vrs")
("patch" ".rej" ".orig") ("backups" "~")
("completion-ignored-extensions" ".o" ".elc" "~" ".bin"
".lbin" ".fasl" ".dvi" ".toc" ".log" ".aux" ".a" ".ln"
".lof" ".blg" ".bbl" ".glo" ".idx" ".lot" ".fmt"
".diff" ".oi" ".class")
)
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 ?\!
dired-filename-re-ext "\\..+\\'"
dired-find-subdir nil
dired-gnutar-program nil
dired-keep-marker-compress t
dired-keep-marker-copy ?C
dired-keep-marker-hardlink ?H
dired-keep-marker-kill ?K
dired-keep-marker-rename t
dired-keep-marker-symlink ?S
dired-keep-marker-uucode ?U
dired-kept-versions 2
dired-listing-switches "-al"
dired-local-variables-file ".dired"
dired-ls-F-marks-symlinks nil
dired-ls-program "ls"
dired-mail-reader 'vm
dired-mode-line-modified "-%s%s%s-"
dired-no-confirm nil
dired-omit-extensions '(".class" ".oi" ".diff" ".fmt" ".ln" ".a" ".fasl"
".lbin" ".bin" ".elc" ".o" "~" ".orig" ".rej" ".vrs"
".vr" ".tps" ".tp" ".pgs" ".pg" ".kys" ".ky" ".fns"
".fn" ".cps" ".cp" ".bbl" ".blg" ".glo" ".lot" ".lof"
".idx" ".dvi" ".aux" ".log" ".toc")
dired-omit-files nil
dired-omit-regexps '("\\`#" "\\`\\.")
dired-refresh-automatically t
dired-show-ls-switches nil
dired-trivial-filenames "\\`\\.\\.?\\'\\|\\`#"
dired-unshar-program nil
dired-use-file-transformers t
dired-verify-modtimes t
reporter-version "3.35"
)