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: Emacs 25.1 RC1 - some issues Date: Fri, 29 Jul 2016 08:52:30 -0400 Message-ID: References: <1469788223.13695.14.camel@eng.it> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Trace: ger.gmane.org 1469796813 26524 80.91.229.3 (29 Jul 2016 12:53:33 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 29 Jul 2016 12:53:33 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jul 29 14:53:28 2016 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 1bT7I8-0003Wg-CC for ged-emacs-devel@m.gmane.org; Fri, 29 Jul 2016 14:53:28 +0200 Original-Received: from localhost ([::1]:59302 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bT7I2-0001Pc-IB for ged-emacs-devel@m.gmane.org; Fri, 29 Jul 2016 08:53:22 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:47706) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bT7HW-0001MV-QQ for emacs-devel@gnu.org; Fri, 29 Jul 2016 08:52:51 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bT7HT-000360-2G for emacs-devel@gnu.org; Fri, 29 Jul 2016 08:52:49 -0400 Original-Received: from plane.gmane.org ([80.91.229.3]:46196) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bT7HS-00035O-RX for emacs-devel@gnu.org; Fri, 29 Jul 2016 08:52:46 -0400 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1bT7HJ-00038U-3Z for emacs-devel@gnu.org; Fri, 29 Jul 2016 14:52:37 +0200 Original-Received: from 104-222-116-203.cpe.teksavvy.com ([104.222.116.203]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 29 Jul 2016 14:52:37 +0200 Original-Received: from monnier by 104-222-116-203.cpe.teksavvy.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 29 Jul 2016 14:52:37 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 22 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 104-222-116-203.cpe.teksavvy.com User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (gnu/linux) Cancel-Lock: sha1:pVtlU89dm/sJUkYFWDAEKXl3qec= X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 80.91.229.3 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 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" Xref: news.gmane.org gmane.emacs.devel:206220 Archived-At: > The first one is that font lock is too slow to activate, I have to > turn off and then on the mode to get proper source decoration (java, > scala, emacs lisp) Please make it a proper bug report with as much info as possible to diagnostic/reproduce it. > completion--some: Symbol’s function definition is void: eieio-make > -class-predicate [2 times] [...] > typep: Invalid function: class-p Please try and give us a backtrace by enabling "Options => Enter Debugger on Error". There's a chance this is due to the fact that Emacs-25 breaks binary compatibility with EIEIO. More specifically, a package using EIEIO and compiled with Emacs<25 won't work on Emacs-25 until you recompile it (after which it won't work with Emacs<25 either). Stefan