From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: martin rudalics Newsgroups: gmane.emacs.devel Subject: Re: wdired bug with symlinks Date: Sun, 17 Dec 2006 11:33:37 +0100 Message-ID: <45851D01.7000301@gmx.at> References: NNTP-Posting-Host: dough.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1166351936 32596 80.91.229.10 (17 Dec 2006 10:38:56 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 17 Dec 2006 10:38:56 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Dec 17 11:38:55 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by dough.gmane.org with esmtp (Exim 4.50) id 1GvtPv-0005fn-A1 for ged-emacs-devel@m.gmane.org; Sun, 17 Dec 2006 11:38:51 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GvtPu-0006zS-K3 for ged-emacs-devel@m.gmane.org; Sun, 17 Dec 2006 05:38:50 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GvtMq-0004yE-Ea for emacs-devel@gnu.org; Sun, 17 Dec 2006 05:35:40 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GvtMp-0004wh-DT for emacs-devel@gnu.org; Sun, 17 Dec 2006 05:35:39 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GvtMp-0004wK-4L for emacs-devel@gnu.org; Sun, 17 Dec 2006 05:35:39 -0500 Original-Received: from [213.165.64.20] (helo=mail.gmx.net) by monty-python.gnu.org with smtp (Exim 4.52) id 1GvtMo-0007Cw-LO for emacs-devel@gnu.org; Sun, 17 Dec 2006 05:35:39 -0500 Original-Received: (qmail invoked by alias); 17 Dec 2006 10:35:37 -0000 Original-Received: from N773P023.adsl.highway.telekom.at (EHLO [62.47.40.151]) [62.47.40.151] by mail.gmx.net (mp028) with SMTP; 17 Dec 2006 11:35:37 +0100 X-Authenticated: #14592706 User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: de-DE, de, en-us, en Original-To: rms@gnu.org In-Reply-To: X-Y-GMX-Trusted: 0 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:63881 Archived-At: Richard Stallman schrieb: > [I sent this message a week ago but did not get a response.] > > This bug in wdired will remain when Martin's change is installed: > > > One problem I found is that it allows me to edit the last space in the > > " -> " string that indicates a symbolic link. > > > > If I have a symbolic link "a -> b" in the directory I'm editing, I can > > delete the 2nd space, leaving "a ->b", and when I hit C-c C-c, I end > > up with "a -> /dev/null". > > > > Doing a query replace of " " with "." when there are symlinks present > > also replaces the " " which follows each "->". > > Would someone please fix that, then ack? Chong fixed that instantaneously when he installed my change.