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

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

kinda dumb dired/ls question


From: Mike Ballard
Subject: kinda dumb dired/ls question
Date: Sun, 09 Nov 2003 03:10:05 GMT
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.1

I run an emacs instance as "mike" and a second separate instance sometimes
as root.  I point root's ~/.emacs to load stuff from mike's *.elc.

In mike's ~/.emacs there is:

(setq dired-actual-switches (concat "-alo --time-style=+'%b %e %y %H:%M'"))

mike also uses a tcsh alias for /bin/ls:

    alias l  '/bin/ls -lo --color=tty --time-style=+"%b %e %y %H:%M"  \!* && 
echo ""'

These give me the exact ls output I want either in tcsh and dired.

However, although the same shell alias works for root I cannot get root's
emacs instance to use it (in dired).  What is (seemingly) ignored in
root's emacs instance is the "--time*."  I've even pasted in the above
setq as the last line in root's ~/.emacs but root's dired buffers are not
using "--time*".  

I've been through much gnashing of teeth trying to get it to work but
can't and don't see what I'm missing.  Anyone know?  Or maybe can tell me
how to get the root instance to append "--time*" to its dired ls?

Mike
-- 


mike.ballard--at--earthlink.net

  "Roses are red, violets are blue,
   I'm schizophrenic and so am I"




reply via email to

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