From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Anders Berggren" Newsgroups: gmane.emacs.bugs Subject: (setq frame-title-format "...") messes up lock files Date: Thu, 1 Mar 2007 18:46:36 +0100 Message-ID: <16fcb9d40703010946w19ed3000v496a25cae26bdf5e@mail.gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1172827725 17956 80.91.229.12 (2 Mar 2007 09:28:45 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 2 Mar 2007 09:28:45 +0000 (UTC) To: bug-gnu-emacs@gnu.org Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Fri Mar 02 10:28:38 2007 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1HN446-0006dQ-1N for geb-bug-gnu-emacs@m.gmane.org; Fri, 02 Mar 2007 10:28:38 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HN445-0001zp-Cv for geb-bug-gnu-emacs@m.gmane.org; Fri, 02 Mar 2007 04:28:37 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HMpNI-0004db-Sd for bug-gnu-emacs@gnu.org; Thu, 01 Mar 2007 12:47:28 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HMpNH-0004dL-FM for bug-gnu-emacs@gnu.org; Thu, 01 Mar 2007 12:47:28 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HMpNH-0004dI-DL for bug-gnu-emacs@gnu.org; Thu, 01 Mar 2007 12:47:27 -0500 Original-Received: from wr-out-0506.google.com ([64.233.184.226]) by monty-python.gnu.org with esmtp (Exim 4.52) id 1HMpNG-0004fW-VM for bug-gnu-emacs@gnu.org; Thu, 01 Mar 2007 12:47:27 -0500 Original-Received: by wr-out-0506.google.com with SMTP id i3so757814wra for ; Thu, 01 Mar 2007 09:47:26 -0800 (PST) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=fZH8m0Er+LaO2y72KKQvpTQLh/ImHBddWeBZFE/BeNYd7a5gRmHJwUy/WlR2nlb1/Vw+vgkGDepucpHRgUwI/22Tb2zEn1JU25bz7XzH3mGegqFZIjPD4MN1LR4bCjhsSVRl7T8I4MHeh6/lzCQxuiGavuffaoao6XmCVQy3Odw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=LZtkkycPMBt4MZZOSOYyM6fMHKm+aznackmHlvAS3Ww4kHWHxBPS14akaNq4meVNOEfOOfaVUsTZS2jmJSlJlyDKjleTz59gWugytCVbulNh65L/2W+MhHpAPbCoh3P5vZOb+1LtqeSdLkvGbemONqC1eVEGiyCrtqAIDcBdjr8= Original-Received: by 10.115.108.1 with SMTP id k1mr8798wam.1172771196385; Thu, 01 Mar 2007 09:46:36 -0800 (PST) Original-Received: by 10.114.59.4 with HTTP; Thu, 1 Mar 2007 09:46:36 -0800 (PST) Content-Disposition: inline X-detected-kernel: Linux 2.4-2.6 (Google crawlbot) X-Mailman-Approved-At: Fri, 02 Mar 2007 04:28:35 -0500 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: , Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:15610 Archived-At: Version: "GNU Emacs 21.3.1 (sparc-sun-solaris2.8, X toolkit) of 2004-05-04 on sr201" Reproduce bug: 1. Create an emacs-init-file (mess_up_lock_files.el) containing this one line: (setq frame-title-format "%b") 2. Start emacs with emacs --no-site-file -q -l mess_up_lock_files.el nonexistent_file.txt 3. Type some letters (this creates the menace .#nonexistent_file.txt@...) 4. Undo until you have no changes. Alternatively, save the buffer. 5. Behold: The .#nonexistent_file.txt@... lock file is still there! Regards