From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Lachlan Deck Newsgroups: gmane.emacs.help Subject: emacs24 + ecb? Date: Fri, 23 Sep 2011 05:48:23 +1000 Message-ID: <1664AA36-4C70-4F19-8D60-4CAAFB02857A@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (Apple Message framework v1244.3) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1316727950 32051 80.91.229.12 (22 Sep 2011 21:45:50 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 22 Sep 2011 21:45:50 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Sep 22 23:45:41 2011 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1R6r5Q-0003de-UH for geh-help-gnu-emacs@m.gmane.org; Thu, 22 Sep 2011 23:45:41 +0200 Original-Received: from localhost ([::1]:48499 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R6r5Q-0000AA-6F for geh-help-gnu-emacs@m.gmane.org; Thu, 22 Sep 2011 17:45:40 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:53940) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R6pGB-0006ep-Ll for help-gnu-emacs@gnu.org; Thu, 22 Sep 2011 15:48:40 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1R6pGA-0004ET-CD for help-gnu-emacs@gnu.org; Thu, 22 Sep 2011 15:48:39 -0400 Original-Received: from mail-vw0-f41.google.com ([209.85.212.41]:59390) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R6pGA-0004EN-6A for help-gnu-emacs@gnu.org; Thu, 22 Sep 2011 15:48:38 -0400 Original-Received: by vws16 with SMTP id 16so5107606vws.0 for ; Thu, 22 Sep 2011 12:48:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=from:content-type:content-transfer-encoding:subject:date:message-id :to:mime-version:x-mailer; bh=dtxXgq+p6lUVrlXdSuK+/a7aCbwnhZp4Blibs4OPbwQ=; b=adyevJLySFyuj1URKXxhxcalzg6KHF4k44SWkT4Etbnmn28dwO7kdFBi0+FzpbpdJw UNJMCx6svipyxSmI/XJ5l4lMWWYAQnNKVea5hr55Lc2J8BgUlc0fYnZm4BQs9jJG+sKN FPnm4Z0Gs7MrJoP0dm4M06ArmnCAFoRJSI1WM= Original-Received: by 10.52.178.97 with SMTP id cx1mr2449877vdc.151.1316720916560; Thu, 22 Sep 2011 12:48:36 -0700 (PDT) Original-Received: from [192.168.1.102] (40.79.233.220.static.exetel.com.au. [220.233.79.40]) by mx.google.com with ESMTPS id bd20sm7400755vdc.8.2011.09.22.12.48.27 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 22 Sep 2011 12:48:28 -0700 (PDT) X-Mailer: Apple Mail (2.1244.3) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 209.85.212.41 X-Mailman-Approved-At: Thu, 22 Sep 2011 17:45:34 -0400 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:82300 Archived-At: Hi all, I'm having troubles getting ECB to load up with emacs24. (If there's = alternatives to ECB I'm interested in hearing about them too seeing as = it doesn't appear to be maintained?). I've installed emacs24 on Mac OS X 10.7 (aka Lion) like so: $ brew install emacs --cocoa --use-git-head --HEAD # all good so far (I'm also trying the latest nightly of Aquamacs) As I understand that CEDET is already included with emacs24 I've gone to = grab ecb-2.40: $ cd ~/.emacs.d $ git clone https://github.com/emacsmirror/ecb.git So I fire up emacs and enter the following into buffer for = ~/.emacs.d/init.el: ;; init.el (add-to-list 'load-path "~/.emacs.d/ecb") (require 'ecb) (ecb-activate) then eval-buffer says: Symbol's value as variable is void: stack-trace-on-error Any ideas on what I'm missing? Thanks! Lachlan Deck