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

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

(no subject)


From: Eugene Kurbatov
Subject: (no subject)
Date: Tue, 07 Sep 2004 16:00:51 +0600

Hello!  There is not a bug but only omission leading to confusion of
Emacs-beginners like me.
The dired-omit-extensions variable is absent in *Customize Group: Dired X*,
whereas its default value list contents ".pdf" extension for example.  So this
variable needs to be in Customize group.

Thank you.



Emacs  : GNU Emacs 21.2.1 (i386-debian-linux-gnu, X toolkit, Xaw3d scroll bars)
 of 2002-03-22 on raven, modified by Debian
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 '(("\\.\\([Jj]pg\\|JPG\\)$" "xv * &")
                                ("\\.\\([Gg]if\\|GIF\\)$" "xv * &")
                                ("\\.\\([Pp]ng\\|PNG\\)$" "xv * &")
                                ("\\.\\([Xx]pm\\|XPM\\)$" "xv * &")
                                ("\\.\\([Bb]mp\\|BMP\\)$" "xv * &")
                                ("\\.\\([Pp]cx\\|PCX\\)$" "xv * &")
                                ("\\.\\([Mm]3u\\|M3U\\)$" "xmms * &")
                                ("\\.\\([Mm]p3\\|MP3\\)$" "xmms * &")
                                ("\\.\\([Oo]gg\\|OGG\\)$" "xmms * &")
                                ("\\.\\([Ww]aw\\|WAW\\)$" "xmms * &")
                                ("\\.\\([Aa]vi\\|AVI\\)$" "xine ? &")
                                ("\\.\\([Mm]pe??g\\|MPE??G\\)$" "xine ? &")
                                ("\\.\\([Hh]tml??\\|HTML??\\)$" "mozilla ? &"
                                 "xterm -class 'XTermLynx' -e lynx -use_mouse ? 
&")
                                ("\\.\\([Dd]jvu??\\|DJVU??\\)$" "djview ? &")
                                ("\\.\\([Pp]df\\|PDF\\)$" "acroread ? &")
                                ("\\.\\([Pp]s\\|PS\\)$" "gv ? &")
                                ("\\.\\([Ee]ps\\|EPS\\)$" "gv ? &")
                                ("\\.\\([Dd]vi\\|DVI\\)$" "xdvi ? &")
                                ("\\.\\([Ff]ig\\|FIG\\)$" "xfig ? &")
                                ("\\.\\([Dd]oc\\|DOC\\)$"
                                 "ooffice -writer ? &")
                                ("\\.\\([Rr]tf\\|RTF\\)$"
                                 "ooffice -writer ? &")
                                ("\\.\\([Xx]ls\\|XLS\\)$" "ooffice -calc ? &")
                                ("\\.\\([Pp]pt\\|PPT\\)$"
                                 "ooffice -impress ? &")
                                ("\\.bar$"
                                 (if CONDITION "BAR-COMMAND-1" "BAR-COMMAND-2")
                                 )
                                )
 dired-clean-up-buffers-too t
 dired-omit-files-p nil
 dired-omit-files "^\\.?#\\|^\\.$\\|^\\.\\.$"
 dired-omit-extensions '("CVS/" ".o" "~" ".bin" ".lbin" ".fasl" ".ufsl" ".a"
                         ".ln" ".blg" ".bbl" ".elc" ".lof" ".glo" ".idx"
                         ".lot" ".dvi" ".fmt" ".tfm" ".pdf" ".class" ".fas"
                         ".lib" ".x86f" ".sparcf" ".lo" ".la" ".toc" ".log"
                         ".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]