all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Eli Zaretskii <eliz@gnu.org>
To: Sam Steingold <sds@gnu.org>
Cc: 16179@debbugs.gnu.org
Subject: bug#16179: 24.3.50; darwin: ls-lisp-use-insert-directory-program=nil => bad formatting
Date: Tue, 17 Dec 2013 23:05:01 +0200	[thread overview]
Message-ID: <83iounchoi.fsf@gnu.org> (raw)
In-Reply-To: <CAFsbZ7b5T7d2-_bwkdj02ay-wybnztWzymA+j1dTHyW3k1rOTg@mail.gmail.com>

> Date: Tue, 17 Dec 2013 15:37:58 -0500
> From: Sam Steingold <sds@gnu.org>
> Cc: 16179@debbugs.gnu.org
> 
> > In that Dired buffer, what are the values of ls-lisp-filesize-d-fmt
> > and ls-lisp-filesize-f-fmt?  I suspect they are " %2d" and " %2.0f"
> > respectively.
> 
> indeed.
> 
> > If that is so, please step through
> > ls-lisp-insert-directory in a debugger and see why it doesn't account
> > for file sizes that have more than 2 digits in them.
> 
> the `(memq ?s switches)' branch is taken.
> 
> > Did you invoke Dired with some non-default switches, btw, as in
> > "C-u C-x d"?
> 
> I customize dired-listing-switches to "-als".
> the "s" caused the problem.

Right, it looks like it prepares to display size in blocks, but
actually displays in bytes.  I will take a look.  Thanks.





  reply	other threads:[~2013-12-17 21:05 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-12-17 16:57 bug#16179: 24.3.50; darwin: ls-lisp-use-insert-directory-program=nil => bad formatting Sam Steingold
2013-12-17 18:25 ` Eli Zaretskii
2013-12-17 19:25   ` Sam Steingold
2013-12-17 19:48     ` Eli Zaretskii
2013-12-17 20:37       ` Sam Steingold
2013-12-17 21:05         ` Eli Zaretskii [this message]
2013-12-18 16:03           ` Eli Zaretskii

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=83iounchoi.fsf@gnu.org \
    --to=eliz@gnu.org \
    --cc=16179@debbugs.gnu.org \
    --cc=sds@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.