From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Juanma Barranquero" Newsgroups: gmane.emacs.devel Subject: Re: vc-diff in non-VC buffer Date: Wed, 10 Oct 2007 23:31:35 +0200 Message-ID: References: <20071010173802.GC787@thyrsus.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1192051942 28577 80.91.229.12 (10 Oct 2007 21:32:22 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 10 Oct 2007 21:32:22 +0000 (UTC) Cc: Emacs Devel To: esr@thyrsus.com Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Oct 10 23:32:21 2007 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.50) id 1IfjAC-0000x5-VT for ged-emacs-devel@m.gmane.org; Wed, 10 Oct 2007 23:32:21 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IfjA7-0000fc-7C for ged-emacs-devel@m.gmane.org; Wed, 10 Oct 2007 17:32:15 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Ifj9V-0000Li-8L for emacs-devel@gnu.org; Wed, 10 Oct 2007 17:31:37 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Ifj9U-0000L6-Gc for emacs-devel@gnu.org; Wed, 10 Oct 2007 17:31:36 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ifj9U-0000L0-5D for emacs-devel@gnu.org; Wed, 10 Oct 2007 17:31:36 -0400 Original-Received: from wr-out-0506.google.com ([64.233.184.235]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Ifj9T-0002KH-SH for emacs-devel@gnu.org; Wed, 10 Oct 2007 17:31:35 -0400 Original-Received: by wr-out-0506.google.com with SMTP id 50so220741wra for ; Wed, 10 Oct 2007 14:31:35 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=09SP99cS4TFmadLDDuLzBFryHKpX6NclIsDY+MQjpw4=; b=JfWaD3rhlyny3u+P6IFn/mn4oAt5W2ibVEj+7g0zV/sopjUOL3N0SVSsXtRr9ILwEBPcFs8nwCFVoNa1jiIsAh397Po5eUdlf9MMd78LSDhW167cXFU9aIk27W/roDm2ICiLNi5jqzj5RZchTfb2OUWoh+wD5XiRKDQkZESpLNg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=EdApvCoGyFQRzqPNyoADI3dlixcJP9isy/zARpTxewXBvK3M0NevWtzSeq7TGg3ag79CGSC9tq7uh+/AQS0GVoPeN7xuRD5mYbpxy5J4em/QKH/qk5DxfIXSKdw37bFeAnxMUn5Jv/wMOzPWGg2rGctJW0TwVnQID7niVLdBJ6c= Original-Received: by 10.90.68.15 with SMTP id q15mr1820365aga.1192051895180; Wed, 10 Oct 2007 14:31:35 -0700 (PDT) Original-Received: by 10.90.103.8 with HTTP; Wed, 10 Oct 2007 14:31:35 -0700 (PDT) In-Reply-To: <20071010173802.GC787@thyrsus.com> Content-Disposition: inline X-Detected-Kernel: Linux 2.4-2.6 (Google crawlbot) 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:80544 Archived-At: On 10/10/07, Eric S. Raymond wrote: > A recursive check for version differences is not what you expected? > It seems the most natural thing to do there. When I'm visiting a file that is not under any version control system, then no, I don't expect a recursive check. I expect an error message. Is not uncommon for me to do C-x v = accidentally while visiting files that are not under version control, because I have the same files in several environments, but I only use version control in one of them. Juanma