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 00:48:59 +0800 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: dough.gmane.org 1276708174 5375 80.91.229.12 (16 Jun 2010 17:09:34 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 16 Jun 2010 17:09:34 +0000 (UTC) To: =?ISO-8859-1?Q?Ren=E9_Kyllingstad?= , emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jun 16 19:09:32 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 1OOw7G-0006nz-BO for ged-emacs-devel@m.gmane.org; Wed, 16 Jun 2010 19:09:30 +0200 Original-Received: from localhost ([127.0.0.1]:34597 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OOw7F-0005y8-EK for ged-emacs-devel@m.gmane.org; Wed, 16 Jun 2010 13:09:29 -0400 Original-Received: from [140.186.70.92] (port=52804 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OOvxO-0008PL-47 for emacs-devel@gnu.org; Wed, 16 Jun 2010 12:59:19 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OOvnQ-0008K5-O2 for emacs-devel@gnu.org; Wed, 16 Jun 2010 12:49:01 -0400 Original-Received: from mail-vw0-f41.google.com ([209.85.212.41]:58046) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OOvnQ-0008Ha-FV for emacs-devel@gnu.org; Wed, 16 Jun 2010 12:49:00 -0400 Original-Received: by vws14 with SMTP id 14so513001vws.0 for ; Wed, 16 Jun 2010 09:48:59 -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:content-type; bh=uUg45ykiN4FoXmnOEmSWuY3OMCf0YfqZta3uGDB8PMc=; b=aiP5jHcedBzaXdw+sExUR7ir1lRxWYY91ihoV4fjBQ8nJpgxw/BUg+244y99jz3orB tIKQGzF3cf6KYkOqcFCCodjw12xb1OEVcfnv7ekbTQ3NP/TsvaCSG2ZH3l+u8IzFpZeg 3QZs8Csl1pHDkewkFLYBwt9t03/OyxvTnVfWU= 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 :content-type; b=lXVKRcFmuhg0IFXBKPg73HFldEZLbt6hUi3KW2kC95ZfuJDCMLVCpPLyImLFGMWF8n 1ZPfzdJ/4NWG7wHS3WliCa/PjgpeqBLen1EFTqIaanAlaOqeQxUU6na6KOcqBa9dVU8L zQ3is069B2SyTVe4+0d6gI8IxmawDIzVBxddU= Original-Received: by 10.224.70.129 with SMTP id d1mr4488487qaj.357.1276706939599; Wed, 16 Jun 2010 09:48:59 -0700 (PDT) Original-Received: by 10.229.246.206 with HTTP; Wed, 16 Jun 2010 09:48:59 -0700 (PDT) In-Reply-To: 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:126023 Archived-At: > There has been talk about a project concept on this list before. One > simple idea was to search up the directory tree to find a vc directory > (.bzr, .git), or other filename known to exist in the root directory > of a project. > > If there was a concept of a project, compilation-ask-about-save could > presumably be told to only ask about files in a subdirectory of the > current project. That sounds like a good idea, but it would be nice to also handle the case where there is no project. (Was this reply supposed to be off-list? I'm dragging it back on-list on the assumption it was not.)