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: Sun, 01 Aug 2004 15:22:45 +0600

Hello!  My Dired don't use values of the ls-lisp-dirs-first and
ls-lisp-verbosity variables to produce list that I wish.  It only did it if I
call customization group 'Dired' (menu bar Options/Customize Emacs/Specific
Group) and than make refresh with 'g'.  It's strange isn't it?

This is the part of my ~/.emacs:
;; ...
(custom-set-variables
;; ...
 '(ls-lisp-dirs-first t)
 '(ls-lisp-verbosity (quote (uid gid)))
;; ...
)


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 nil
 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]