From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Monnier Subject: Re: (Emacs 23/24 binary compatibility): defstruct, setf Date: Tue, 03 Sep 2013 15:06:36 -0400 Message-ID: References: <87wqmyi9dj.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:40227) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VGvw9-0002BE-JU for emacs-orgmode@gnu.org; Tue, 03 Sep 2013 15:06:56 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VGvw2-00067S-77 for emacs-orgmode@gnu.org; Tue, 03 Sep 2013 15:06:49 -0400 In-Reply-To: <87wqmyi9dj.fsf@gmail.com> (Jambunathan K.'s message of "Tue, 03 Sep 2013 14:12:48 +0530") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Jambunathan K Cc: Nicolas Goaziou , emacs-orgmode@gnu.org, emacs-devel@gnu.org > I think existing *.elc files compiled against Emacs-23.2.1 should load > fine on new Emacs versions. It's indeed an incompatibility I introduced when we switched from CL's setf to gv.el's setf, because the two work in a very different way. Stefan