From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: [vc-git] Showing =?utf-8?b?4oCYLmdpdC8q4oCZ?= files in vc-dir Date: Thu, 01 Jul 2010 03:27:11 +0200 Message-ID: References: <4C2A5279.2080706@cybersprocket.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1277948861 7728 80.91.229.12 (1 Jul 2010 01:47:41 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 1 Jul 2010 01:47:41 +0000 (UTC) Cc: Eric James Michael Ritz , emacs-devel@gnu.org To: Dan Nicolaescu Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jul 01 03:47:40 2010 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 1OU8sN-0004rk-QA for ged-emacs-devel@m.gmane.org; Thu, 01 Jul 2010 03:47:39 +0200 Original-Received: from localhost ([127.0.0.1]:40807 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OU8sL-0001pF-8Y for ged-emacs-devel@m.gmane.org; Wed, 30 Jun 2010 21:47:37 -0400 Original-Received: from [140.186.70.92] (port=47257 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OU8r7-00019J-7o for emacs-devel@gnu.org; Wed, 30 Jun 2010 21:46:22 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OU8r6-00066N-22 for emacs-devel@gnu.org; Wed, 30 Jun 2010 21:46:21 -0400 Original-Received: from smtp-02.vtx.ch ([194.38.175.91]:51436) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OU8r3-000658-71; Wed, 30 Jun 2010 21:46:17 -0400 Original-Received: from ceviche.home (dyn.144-85-133-055.dsl.vtx.ch [144.85.133.55]) by smtp-02.vtx.ch (VTX Services SA) with ESMTP id 97BED5FCC9; Thu, 1 Jul 2010 03:46:15 +0200 (CEST) Original-Received: by ceviche.home (Postfix, from userid 20848) id 9D478662FF; Thu, 1 Jul 2010 03:27:11 +0200 (CEST) In-Reply-To: (Dan Nicolaescu's message of "Tue, 29 Jun 2010 16:54:37 -0400") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) 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:126575 Archived-At: > Not sure what the best solution is: make vc-git-state return > nil, or make vc-dir ignore files in .git, or something else ... Maybe find-file shouldn't add unregistered files to vc-dir buffers. Stefan