From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Angelo Graziosi Newsgroups: gmane.emacs.devel Subject: Current master conflicts with ECB package Date: Mon, 16 Feb 2015 16:38:29 +0100 Message-ID: <54E20EF5.40108@alice.it> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1424101159 396 80.91.229.3 (16 Feb 2015 15:39:19 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 16 Feb 2015 15:39:19 +0000 (UTC) Cc: monnier@iro.umontreal.ca To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Feb 16 16:39:11 2015 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1YNNlO-0004cm-Vn for ged-emacs-devel@m.gmane.org; Mon, 16 Feb 2015 16:39:11 +0100 Original-Received: from localhost ([::1]:40273 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YNNlO-000077-6l for ged-emacs-devel@m.gmane.org; Mon, 16 Feb 2015 10:39:10 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:48637) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YNNl4-0008VB-6H for emacs-devel@gnu.org; Mon, 16 Feb 2015 10:38:51 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YNNkx-0001lt-Rz for emacs-devel@gnu.org; Mon, 16 Feb 2015 10:38:50 -0500 Original-Received: from smtp203.alice.it ([82.57.200.99]:58218) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YNNkx-0001l4-I5 for emacs-devel@gnu.org; Mon, 16 Feb 2015 10:38:43 -0500 Original-Received: from [192.168.1.103] (79.43.212.166) by smtp203.alice.it (8.6.060.43) (authenticated as angelo.graziosi@alice.it) id 54D62AA800DD3884; Mon, 16 Feb 2015 16:38:40 +0100 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.4.0 X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 82.57.200.99 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:183166 Archived-At: Current master (http://git.savannah.gnu.org/cgit/emacs.git/commit/?id=c4e2be4587ec6d0f1367b1bfe220a71360e25bea) conflicts with ECB package installed from MELPA. With this init.el file in ~/.emacs.d, $ cat init.el ;; ;; ECB : Emacs Code browser setup ;; (add-to-list 'load-path "~/.emacs.d/elpa/ecb-20140215.114") (require 'ecb) ;; So that ECB is activated at Emacs startup (setq ecb-auto-activate t) ;; This is suggested here: ;; http://www.patrickmin.com/linux/tip.php?name=emacs_ecb_startup (setq ecb-tip-of-the-day nil) (custom-set-variables '(ecb-options-version "2.40")) Starting Emacs gives (I have removed also all desktop and history files) : Warning (initialization): An error occurred while loading `/home/angelo/.emacs.d/init.el': Symbol's function definition is void: eieio-constructor To ensure normal operation, you should investigate and remove the cause of the error in your initialization file. Start Emacs with the `--debug-init' option to view a complete error backtrace. Notice that yesterday build from master (http://git.savannah.gnu.org/cgit/emacs.git/commit/?id=ba5bc0ee7c81f2122072bee162fcf1dbd8b2a8f2) works just fine (~ O(bug#19848)) with ECB package installed. Ciao, Angelo.