all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Lars Hansen <larsh@math.ku.dk>
Cc: emacs-devel@gnu.org
Subject: Re: dired alignment hacks
Date: Mon, 15 Nov 2004 08:40:01 +0100	[thread overview]
Message-ID: <41985D51.90604@math.ku.dk> (raw)
In-Reply-To: <4197DAE1.6030405@math.ku.dk>

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	other threads:[~2004-11-15  7:40 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-10-13  2:15 dired alignment hacks Miles Bader
2004-10-13  2:42 ` Stefan
2004-11-14 15:59 ` Lars Hansen
2004-11-14 19:21   ` Stefan Monnier
     [not found]     ` <4197CC75.1030500@math.ku.dk>
     [not found]       ` <873bzc2jeu.fsf-monnier+emacs@gnu.org>
2004-11-14 22:23         ` Lars Hansen
2004-11-15  7:40           ` Lars Hansen [this message]
2004-11-22  5:04             ` Stefan Monnier
2004-11-22 17:22               ` Lars Hansen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=41985D51.90604@math.ku.dk \
    --to=larsh@math.ku.dk \
    --cc=emacs-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.