Dired 7.5 bug: C-u o selects window
John Interrante (interran@uluru.Stanford.EDU)
Mon, 26 Sep 94 12:13:30 PDT
Emacs : GNU Emacs 19.27.1 (sparc-sun-sunos4shr) of Wed Sep 21 1994 on uluru
Package: Dired
In Dired, the key `o' is bound to
dired-find-file-other-window:
In dired, visit this file or directory in another window.
With a prefix, the file is displayed, but the window is not selected.
Note: This function has been modified to work with efs.
I used to be able to type C-u o to display a file in another window
without selecting that window. Starting one or two efs/dired versions
ago, C-u o now selects the other window anyway. I would like C-u o to
return to its previous (documented) behavior.
John
current state:
==============
(setq
dired-version "7.5"
dired-after-readin-hook nil
dired-backup-if-overwrite nil
dired-before-readin-hook '(efs-dired-before-readin)
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 nil
dired-dwim-target t
dired-failed-marker-shell 33
dired-filename-re-ext "\\..+$"
dired-find-subdir nil
dired-gnutar-program nil
dired-grep-load-hook '(#[nil "ÀÁÂÃ#‡"
[efs-overwrite-fn "efs" dired-grep-delete-local-temp-file
efs-diff/grep-del-temp-file] 4]
)
dired-keep-marker-compress t
dired-keep-marker-copy nil
dired-keep-marker-hardlink nil
dired-keep-marker-kill 75
dired-keep-marker-rename nil
dired-keep-marker-symlink nil
dired-keep-marker-uucode 85
dired-kept-versions 2
dired-latex-unclean-extensions '(".idx" ".lof" ".lot" ".glo")
dired-listing-switches "-alg"
dired-load-hook '(dired-load-cust)
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 t
dired-verify-modtimes t
reporter-version "2.12"
)