From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Eugene Kurbatov Newsgroups: gmane.emacs.bugs Subject: (no subject) Date: Sun, 01 Aug 2004 15:22:45 +0600 Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Message-ID: NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1091352697 27116 80.91.224.253 (1 Aug 2004 09:31:37 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 1 Aug 2004 09:31:37 +0000 (UTC) Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Sun Aug 01 11:31:26 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1BrCgf-0003wh-00 for ; Sun, 01 Aug 2004 11:31:25 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BrCk0-0003kS-AY for geb-bug-gnu-emacs@m.gmane.org; Sun, 01 Aug 2004 05:34:52 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1BrCjy-0003jD-OJ for bug-gnu-emacs@gnu.org; Sun, 01 Aug 2004 05:34:50 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1BrCjw-0003hh-Pe for bug-gnu-emacs@gnu.org; Sun, 01 Aug 2004 05:34:50 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BrCjw-0003hd-LQ for bug-gnu-emacs@gnu.org; Sun, 01 Aug 2004 05:34:48 -0400 Original-Received: from [194.67.23.122] (helo=mx2.mail.ru) by monty-python.gnu.org with esmtp (Exim 4.34) id 1BrCgG-0003aL-Tk for bug-gnu-emacs@gnu.org; Sun, 01 Aug 2004 05:31:01 -0400 Original-Received: from [212.57.170.69] (port=32802 helo=deep.sea) by mx2.mail.ru with esmtp id 1BrCgE-00069n-00 for bug-gnu-emacs@gnu.org; Sun, 01 Aug 2004 13:30:59 +0400 Original-Received: from eugenero by deep.sea with local (Exim 4.31) id 1BrCYH-0000MJ-7x for bug-gnu-emacs@gnu.org; Sun, 01 Aug 2004 15:22:45 +0600 Original-To: bug-gnu-emacs@gnu.org X-Spam: Not detected X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.bugs:8592 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:8592 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") )