From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Jonathan Kamens Newsgroups: gmane.emacs.bugs Subject: server-temp-file-regexp should include cvs log message files Date: Tue, 4 Jun 2002 10:50:14 -0400 Sender: bug-gnu-emacs-admin@gnu.org Message-ID: <200206041450.g54EoEQ8009124@jik.kamens.brookline.ma.us> NNTP-Posting-Host: localhost.gmane.org X-Trace: main.gmane.org 1023202298 2487 127.0.0.1 (4 Jun 2002 14:51:38 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 4 Jun 2002 14:51:38 +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 17FFes-0000dx-00 for ; Tue, 04 Jun 2002 16:51:38 +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 17FFeW-0003rU-00; Tue, 04 Jun 2002 10:51:16 -0400 Original-Received: from jik.kamens.brookline.ma.us ([66.92.77.120]) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 17FFdX-0003pG-00 for ; Tue, 04 Jun 2002 10:50:15 -0400 Original-Received: (from jik@localhost) by jik.kamens.brookline.ma.us (8.12.2/8.12.2) id g54EoEQ8009124; Tue, 4 Jun 2002 10:50:14 -0400 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:1787 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:1787 In GNU Emacs 21.2.1 (i386-redhat-linux-gnu, X toolkit, Xaw3d scroll bars) of 2002-05-07 on stripples.devel.redhat.com server-temp-file-regexp should be: "^/tmp/\\(Re\\|cvs\\w\\{6\\}$\\)\\|/draft$" This modification will cause CVS temporary log message buffers to be killed automatically. jik