From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.bugs Subject: bug#1158: 23.0.60; vc mode not working under newest Emacs.app Date: Thu, 16 Oct 2008 01:58:57 -0400 Message-ID: <18678.55329.756473.949668@fencepost.gnu.org> References: <53556b270810130401s444acd56x54a68b7423a743d8@mail.gmail.com> <53556b270810141904u642fd38ew15dded35ba2d86cf@mail.gmail.com> Reply-To: Glenn Morris , 1158@emacsbugs.donarmstrong.com NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1224138642 25385 80.91.229.12 (16 Oct 2008 06:30:42 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 16 Oct 2008 06:30:42 +0000 (UTC) Cc: 1158@emacsbugs.donarmstrong.com To: neo lee Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Thu Oct 16 08:31:42 2008 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1KqMOZ-0002NH-Oi for geb-bug-gnu-emacs@m.gmane.org; Thu, 16 Oct 2008 08:31:40 +0200 Original-Received: from localhost ([127.0.0.1]:53923 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KqMNU-0000QY-A0 for geb-bug-gnu-emacs@m.gmane.org; Thu, 16 Oct 2008 02:30:32 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KqMNQ-0000QQ-OJ for bug-gnu-emacs@gnu.org; Thu, 16 Oct 2008 02:30:28 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KqMNO-0000Pv-A4 for bug-gnu-emacs@gnu.org; Thu, 16 Oct 2008 02:30:27 -0400 Original-Received: from [199.232.76.173] (port=50071 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KqMNO-0000Ps-5G for bug-gnu-emacs@gnu.org; Thu, 16 Oct 2008 02:30:26 -0400 Original-Received: from rzlab.ucr.edu ([138.23.92.77]:35498) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1KqMNN-0006Ut-SC for bug-gnu-emacs@gnu.org; Thu, 16 Oct 2008 02:30:26 -0400 Original-Received: from rzlab.ucr.edu (rzlab.ucr.edu [127.0.0.1]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id m9G6TxOI031655; Wed, 15 Oct 2008 23:29:59 -0700 Original-Received: (from debbugs@localhost) by rzlab.ucr.edu (8.13.8/8.13.8/Submit) id m9G6A3LH027052; Wed, 15 Oct 2008 23:10:03 -0700 X-Loop: don@donarmstrong.com Resent-From: Glenn Morris Resent-To: bug-submit-list@donarmstrong.com Resent-CC: Emacs Bugs , don@donarmstrong.com Resent-Date: Thu, 16 Oct 2008 06:10:03 +0000 Resent-Message-ID: Resent-Sender: don@donarmstrong.com X-Emacs-PR-Message: report 1158 X-Emacs-PR-Package: emacs,ns X-Emacs-PR-Keywords: moreinfo unreproducible Original-Received: via spool by 1158-submit@emacsbugs.donarmstrong.com id=B1158.122413689324871 (code B ref 1158); Thu, 16 Oct 2008 06:10:03 +0000 Original-Received: (at 1158) by emacsbugs.donarmstrong.com; 16 Oct 2008 06:01:33 +0000 Original-Received: from fencepost.gnu.org (fencepost.gnu.org [140.186.70.10]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id m9G61VCD024865 for <1158@emacsbugs.donarmstrong.com>; Wed, 15 Oct 2008 23:01:32 -0700 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.67) (envelope-from ) id 1KqLsv-0006zx-R2; Thu, 16 Oct 2008 01:58:57 -0400 In-Reply-To: <53556b270810141904u642fd38ew15dded35ba2d86cf@mail.gmail.com> X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) Resent-Date: Thu, 16 Oct 2008 02:30:27 -0400 X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:21532 Archived-At: neo lee wrote (on Wed, 15 Oct 2008 at 10:04 +0800): > But the mode actually not working. If I try to use any of the vc-* commands > after that, the message in mini-buffer will be: > > No fileset is available here. > > Other vc-mode functions are also missing, e.g. the revision displayed on the > bar. It is surprising that a change in configure options could affect such a thing. What happens if you start with `emacs -Q', and open the README file from the directory where you checked out the CVS trunk? If you repeat the experiment, but do M-x toggle-debug-on-error before opening README, do you get any backtrace? What does M-: (executable-find "cvs") return? What does M-: (vc-cvs-registered "/path/to/emacs/cvs/README") return? What does M-x list-load-path-shadows say?