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

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

Dired not coloring executable completion-ignored-extension files


From: Andrew M. Scott
Subject: Dired not coloring executable completion-ignored-extension files
Date: Wed, 23 Mar 2005 16:07:46 -0700

Dired isn't coloring completion-ignored-extension files for cases where
execution permission bits are set and dired-listing-switches contains "F".

This appears true on Emacs-20.7, 21.3, and CVS emacs 22.0.50.1 (2005-03-23 
snapshot)

% emacs -q -no-site-file &

(setq  dired-listing-switches          "-alF"
       dired-ls-F-marks-symlinks       nil)
(global-font-lock-mode 1)

I'm using GNU gls 5.2.1 with
alias ls gls --color

C-d ~/

The 2nd file down isn't getting face dired-ignored, but the 4th one down is.
  /home/mine
  -rw-r--r--   1 me user  13012 2005-03-10 13:13 junk2.txt
  -rwxr-xr-x   1 me user  13012 2005-03-10 13:13 junk2.txt~*
  -rw-r--r--   1 me user  13012 2005-03-10 13:13 junk.txt
  -rw-r--r--   1 me user  13012 2005-03-10 13:13 junk.txt~

In GNU Emacs 22.0.50.1 (i686-pc-linux-gnu, X toolkit)
 of 2005-03-21 on chlr4920
Distributor `The XFree86 Project, Inc', version 11.0.40300000
configured using `configure '--prefix=/stor/garray/linux' 
'--x-includes=/usr/intel/pkgs/X11/R6.7.0/include' 
'--x-libraries=/usr/intel/pkgs/X11/R6.7.0/lib' 'CC=gcc''

Important settings:
  value of $LC_ALL: en_US
  value of $LC_COLLATE: nil
  value of $LC_CTYPE: nil
  value of $LC_MESSAGES: nil
  value of $LC_MONETARY: nil
  value of $LC_NUMERIC: nil
  value of $LC_TIME: nil
  value of $LANG: C
  locale-coding-system: iso-latin-1
  default-enable-multibyte-characters: t

Major mode: Text

Minor modes in effect:
  file-name-shadow-mode: t
  auto-image-file-mode: t
  msb-mode: t
  icomplete-mode: t
  auto-compression-mode: t
  tooltip-mode: t
  mouse-wheel-mode: t
  menu-bar-mode: t
  global-font-lock-mode: t
  font-lock-mode: t
  blink-cursor-mode: t
  unify-8859-on-encoding-mode: t
  utf-translate-cjk-mode: t
  column-number-mode: t
  line-number-mode: t
  transient-mark-mode: t




reply via email to

[Prev in Thread] Current Thread [Next in Thread]