From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Geoff Gole Newsgroups: gmane.emacs.devel Subject: Re: Spurious buffer saving triggered by M-x compile Date: Thu, 17 Jun 2010 05:50:42 +0800 Message-ID: References: <87vd9ir8jo.fsf@mail.jurta.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: dough.gmane.org 1276725059 4471 80.91.229.12 (16 Jun 2010 21:50:59 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 16 Jun 2010 21:50:59 +0000 (UTC) Cc: Emacs development discussions To: Juri Linkov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jun 16 23:50:56 2010 connect(): No such file or directory Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1OP0Va-0000xb-FL for ged-emacs-devel@m.gmane.org; Wed, 16 Jun 2010 23:50:54 +0200 Original-Received: from localhost ([127.0.0.1]:53923 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OP0VZ-0006De-UC for ged-emacs-devel@m.gmane.org; Wed, 16 Jun 2010 17:50:54 -0400 Original-Received: from [140.186.70.92] (port=54951 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OP0VR-0006AE-4I for emacs-devel@gnu.org; Wed, 16 Jun 2010 17:50:46 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OP0VP-0005r4-KT for emacs-devel@gnu.org; Wed, 16 Jun 2010 17:50:44 -0400 Original-Received: from mail-gx0-f169.google.com ([209.85.161.169]:65054) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OP0VP-0005r0-Hp for emacs-devel@gnu.org; Wed, 16 Jun 2010 17:50:43 -0400 Original-Received: by gxk2 with SMTP id 2so1536211gxk.0 for ; Wed, 16 Jun 2010 14:50:42 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type; bh=EMEEzdOhqI0S621OFHVUHL3xhN2OMiDpZKS6FNBUU7o=; b=WhGZB6a+EuxRdd8Yhs8cd8kQZjrWykMTe3j0SElQZ0EtHQ1OqQQnYvrt/KLRGNKWZQ TgrK2IA8SbJIhQ/s44j7tN4lOBwcxzTDSCDuRAD/C8JS00wMR1iupPeYyeSRJR7Xo1Bf AvjFu7mt1c6IQDOfVmC/+RqdQ24HZuuG3ewwI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=ZycNn5R38WV/xELMWCMC01m0PPBvqTTS/pb5I6HaokXmOIidfRoe2TLqV7OnuE27Gd KFGmi12B6mOQVOAfQ3jVUQdQ2X0IeJV9jUSy/up+jGgczNitI49vlKcaICcmXU2Ntt23 aSq2crgVADsg08ASnNG3tjfSVOYgTFaM0RdIQ= Original-Received: by 10.224.78.142 with SMTP id l14mr4756292qak.174.1276725042703; Wed, 16 Jun 2010 14:50:42 -0700 (PDT) Original-Received: by 10.229.246.206 with HTTP; Wed, 16 Jun 2010 14:50:42 -0700 (PDT) In-Reply-To: <87vd9ir8jo.fsf@mail.jurta.org> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) 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:126041 Archived-At: > > `compilation-save-buffers-predicate' is already implemented in compile.el. > I don't see it. My emacs must be too old.