From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Dan Jacobson Newsgroups: gmane.emacs.bugs Subject: dired-do-copy misalignment Date: Sat, 09 Oct 2004 08:05:51 +0800 Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Message-ID: <87d5zswyao.fsf@jidanni.org> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1097298230 29412 80.91.229.6 (9 Oct 2004 05:03:50 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 9 Oct 2004 05:03:50 +0000 (UTC) Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Sat Oct 09 07:03:44 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CG9OR-0006k1-00 for ; Sat, 09 Oct 2004 07:03:43 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CG9VG-00005R-PH for geb-bug-gnu-emacs@m.gmane.org; Sat, 09 Oct 2004 01:10:46 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CG9VE-00005I-CH for bug-gnu-emacs@gnu.org; Sat, 09 Oct 2004 01:10:44 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CG9VD-00004y-O8 for bug-gnu-emacs@gnu.org; Sat, 09 Oct 2004 01:10:43 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CG9VD-0008WU-Kc for bug-gnu-emacs@gnu.org; Sat, 09 Oct 2004 01:10:43 -0400 Original-Received: from [204.74.68.40] (helo=frodo.hserus.net) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.34) id 1CG9OF-0002ma-Ln for bug-gnu-emacs@gnu.org; Sat, 09 Oct 2004 01:03:31 -0400 Original-Received: from [218.32.126.60] (port=34316 helo=jidanni1) by frodo.hserus.net with esmtpsa (Cipher TLSv1:RC4-SHA:128) (Exim 4.42 #0) id 1CG9OD-000D8Z-82 by authid with plain for ; Sat, 09 Oct 2004 10:33:29 +0530 Original-Received: from jidanni by jidanni1 with local (Exim 4.34) id 1CG4kB-0001m0-0V for bug-gnu-emacs@gnu.org; Sat, 09 Oct 2004 08:05:51 +0800 Original-To: bug-gnu-emacs@gnu.org X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.bugs:9240 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:9240 Gentlemen, dired-do-copy misaligns things until the screen is refreshed. $ emacs --no-site-file -nw -q . -rw-r--r-- 1 jidanni jidanni 935 2004-10-09 04:38 apt-offline.log C -rw-r--r-- 1 jidanni jidanni 847 2004-10-09 04:38 f -rw-r--r-- 1 jidanni jidanni 847 2004-10-09 04:38 ctarl.4205 This is the state of the screen just after coping some file to f. emacs-version"21.3.1" LC_ALL=C etc. doesn't help. Also affects dired-do-chmod, dired-do-rename, etc.