tramp-devel
[Top][All Lists]
Advanced

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

old problem, purely cosmetic, but a little bit ugly


From: Gilles Pion
Subject: old problem, purely cosmetic, but a little bit ugly
Date: Fri, 12 Apr 2013 14:00:34 +0200
User-agent: ForteAgent/7.00.32.1200

hello,

As long as I remember I've always encoutered this issue,
maybe someone has a workaround..

Inside remote (accessed via tramp) dired buffers, changing any file attributes
like "dired-do-chmod", "dired-do-chgrp", etc ... results in lines of the
affected files being misaligned.

Before:
  drwxrwxrwx 2 clampin users 4096 2013-04-12 13:48 .
  drwx------ 7 clampin users 4096 2013-04-12 11:47 ..
  -rw-r--r-- 1 clampin users    1 2013-04-12 13:47 f1
  -rw-r--r-- 1 clampin users    0 2013-04-12 13:47 f2
  -rw-r--r-- 1 clampin users    0 2013-04-12 13:48 f3

After applying "dired-do-chmod on f2:
  drwxrwxrwx 2 clampin users 4096 2013-04-12 13:48 .
  drwx------ 7 clampin users 4096 2013-04-12 11:47 ..
  -rw-r--r-- 1 clampin users    1 2013-04-12 13:47 f1
  -rw-r--r-- 1 clampin users 0 2013-04-12 13:47 f2
  -rw-r--r-- 1 clampin users    0 2013-04-12 13:48 f3

==> note the inalid alignement of "f2" line


Not sure if this really related to tramp, but it's occurs only in dired/tramp
buffers (ange-ftp through tramp ones are ok)
-- 
Gilles Pion




reply via email to

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