emacs-devel
[Top][All Lists]
Advanced

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

Re: dired alignment hacks


From: Lars Hansen
Subject: Re: dired alignment hacks
Date: Mon, 15 Nov 2004 08:40:01 +0100
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.2.1) Gecko/20021213 Debian/1.2.1-2.bunk

Lars Hansen wrote:

But now I see that you need more information. I can't reproduce the bug with
  emacs --no-init-file --load=ls-lisp
So something in my .emacs file is causing the trouble. I will get back when I have found out what.

I just forgot ls-lisp-use-insert-directory-program. So here is a description on how to reproduce the problem:

Start Emacs like

  emacs --no-init-file --no-site-file --load=ls-lisp \
  --eval=(setq ls-lisp-use-insert-directory-program nil) ~/test


Then the dired buffer will contain something like

 /home/lh/test:
 total used in directory 9 available 3995032
 drwxrwxr-x   2 lh       lh           4096 Nov 15 08:34 .
 drwxr-xr-x  34 lh       lh           4096 Nov 15 08:33 ..
 -rw-rw-r--   1 lh       lh              9 Nov 15 08:34 foo

Place point on foo and do C bar <RET>. Then the dired buffer will contain

 /home/lh/test:
 total used in directory 9 available 3995032
 drwxrwxr-x   2 lh       lh           4096 Nov 15 08:34 .
 drwxr-xr-x  34 lh       lh           4096 Nov 15 08:33 ..
C -rw-rw-r--     1 lh       lh              9 Nov 15 08:34 bar
 -rw-rw-r--   1 lh       lh              9 Nov 15 08:34 foo






reply via email to

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