From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Richard Trahan Newsgroups: gmane.emacs.bugs Subject: emacs bugs Date: Thu, 06 Jun 2002 05:46:15 -0700 Sender: bug-gnu-emacs-admin@gnu.org Message-ID: <3CFF5997.2B42AEC@monmouth.com> NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1023356756 25727 127.0.0.1 (6 Jun 2002 09:45:56 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 6 Jun 2002 09:45:56 +0000 (UTC) Return-path: Original-Received: from fencepost.gnu.org ([199.232.76.164]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 17Ftq7-0006gq-00 for ; Thu, 06 Jun 2002 11:45:55 +0200 Original-Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 17Ftpo-0005t4-00; Thu, 06 Jun 2002 05:45:36 -0400 Original-Received: from smtp.monmouth.com ([209.191.58.6]) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 17Ftnf-0005RH-00 for ; Thu, 06 Jun 2002 05:43:23 -0400 Original-Received: from monmouth.com (bg-max-ppp486.monmouth.com [64.19.155.116]) by smtp.monmouth.com (8.11.6/8.11.6) with ESMTP id g569hLu52601 for ; Thu, 6 Jun 2002 05:43:21 -0400 (EDT) X-Mailer: Mozilla 4.76 [en] (Win98; U) X-Accept-Language: en Original-To: bug-gnu-emacs@gnu.org Errors-To: bug-gnu-emacs-admin@gnu.org X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.0.9 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Bug reports for GNU Emacs, the Swiss army knife of text editors List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.bugs:1836 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:1836 I am running on Windoze 98 with the Emacs unpacked from emacs-21.2-bin-i386.tar.gz . When several files are open in the same frame, Emacs scrambles the association between buffer-file-name and save-buffer. I.e., the save-buffer prompt in response to C-x C-s shows a file name for one of the other buffers. I'm not sure of the precise conditions that cause this, but I believe it may occur when several files of the same base name, but from different directories, are open. For example, if you have the two files c:\mydirA\readings.txt and c:\mydirB\readings.txt, the system may scramble the buffers. There is also a slight cosmetic bug: in the file finder that pops up in response to File | Save Buffer As..., the action button is mislabeled "Open"; it should be "Save".