From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: Bug in remote file save. Date: Thu, 12 Sep 2002 22:13:44 -0400 Sender: emacs-devel-admin@gnu.org Message-ID: References: <3d80920b$0$306$39cecf19@nnrp1.twtelecom.net> Reply-To: rms@gnu.org NNTP-Posting-Host: localhost.gmane.org X-Trace: main.gmane.org 1031883335 27553 127.0.0.1 (13 Sep 2002 02:15:35 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Fri, 13 Sep 2002 02:15:35 +0000 (UTC) Cc: emacs-devel@gnu.org Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 17pfzZ-0007AH-00 for ; Fri, 13 Sep 2002 04:15:33 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 17pgbE-0006YR-00 for ; Fri, 13 Sep 2002 04:54:28 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 17pfzc-00059x-00; Thu, 12 Sep 2002 22:15:36 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 17pfxq-00050u-00 for emacs-devel@gnu.org; Thu, 12 Sep 2002 22:13:46 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 17pfxp-00050h-00 for emacs-devel@gnu.org; Thu, 12 Sep 2002 22:13:46 -0400 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by monty-python.gnu.org with esmtp (Exim 4.10) id 17pfxo-00050b-00 for emacs-devel@gnu.org; Thu, 12 Sep 2002 22:13:44 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.10) id 17pfxo-0000Pw-00; Thu, 12 Sep 2002 22:13:44 -0400 Original-To: mike@secmgmt.com In-reply-to: <3d80920b$0$306$39cecf19@nnrp1.twtelecom.net> (message from Mike Baranski on Thu, 12 Sep 2002 09:12:56 -0400) Errors-To: emacs-devel-admin@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.devel:7876 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:7876 Can you please tell us *exactly* what to type to reproduce this? In GNU Emacs 21.2.1 (i386-redhat-linux-gnu, X toolkit, Xaw3d scroll bars) of 2002-04-08 on porky.devel.redhat.com configured using `configure i386-redhat-linux-gnu ... ... Please describe exactly what actions triggered the bug and the precise symptoms of the bug: I dired a directory remotely, C-xd /me@server:/var/www/html/website, open and edit a file, it saves the first time correctly. For each further edit, it gives a beep and the message "Keyboard macro terminated by command ringing the bell". Then, emacs thinks that I have an old copy of the file, and gives the messages confirming that I want to edit an old version, and prompting the next time I save to verify that I want to overwrite a newer file. When the beep comes, the file is not saved properly.