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

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

bug#5516: 23.1.92; Bad alignment in dired


From: Michael Albinus
Subject: bug#5516: 23.1.92; Bad alignment in dired
Date: Sun, 14 Feb 2010 22:12:49 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.92 (gnu/linux)

Stefan Monnier <monnier@iro.umontreal.ca> writes:

>> I've added the insertion of "  " in `ange-ftp-insert-directory'.
>
> I do not know what change you're referring to.

2010-02-14  Michael Albinus  <michael.albinus@gmx.de>

        * net/ange-ftp.el (ange-ftp-insert-directory): Insert "  " for
        dired's alignment sanity.  (Bug#5516)

Try (dired '("foo" "~/" 
"/ftp:anonymous@alpha.gnu.org:/gnu/emacs/pretest/windows" "/sudo::/"))

Without my patch, it returns

--8<---------------cut here---------------start------------->8---
  /home/albinus/src/emacs:
  drwxr-xr-x 37 albinus albinus 4096 2010-02-14 22:07 /home/albinus/
drwxr-xr-x    2 1003     1003         4096 Jan 03 13:40 
/ftp:anonymous@alpha.gnu.org:/gnu/emacs/pretest/windows
              drwxr-xr-x 21 root root 4096 Feb  7 08:18 /sudo:root@detlef:/
--8<---------------cut here---------------end--------------->8---

Now, with my patch, it does

--8<---------------cut here---------------start------------->8---
  /home/albinus/src/emacs:
  drwxr-xr-x 37 albinus albinus 4096 2010-02-14 22:07 /home/albinus/
  drwxr-xr-x    2 1003     1003         4096 Jan 03 13:40 
/ftp:anonymous@alpha.gnu.org:/gnu/emacs/pretest/windows
  drwxr-xr-x   21 root     root         4096 Feb  7 08:18 /sudo:root@detlef:/
--8<---------------cut here---------------end--------------->8---

Not perfect, but better.

>         Stefan

Best regards, Michael.






reply via email to

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