From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kaushal Subject: Re: elpa upgrade to 8.3.1 on emacs 24.5 Date: Thu, 6 Aug 2015 11:06:07 -0400 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=089e015382b62f6269051ca5de7c Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:59964) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZNMkq-00065x-78 for emacs-orgmode@gnu.org; Thu, 06 Aug 2015 11:06:52 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZNMkp-0007FE-Al for emacs-orgmode@gnu.org; Thu, 06 Aug 2015 11:06:48 -0400 Received: from mail-ob0-x232.google.com ([2607:f8b0:4003:c01::232]:33210) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZNMkp-0007F6-0N for emacs-orgmode@gnu.org; Thu, 06 Aug 2015 11:06:47 -0400 Received: by obdeg2 with SMTP id eg2so57930421obd.0 for ; Thu, 06 Aug 2015 08:06:46 -0700 (PDT) In-Reply-To: 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: Paul Schlesinger Cc: emacs-org list --089e015382b62f6269051ca5de7c Content-Type: text/plain; charset=UTF-8 That's odd. `setq-local` macro was added in emacs 24.3; it is in subr.el. (defmacro setq-local (var val) "Set variable VAR to value VAL in current buffer." ;; Can't use backquote here, it's too early in the bootstrap. (list 'set (list 'make-local-variable (list 'quote var)) val)) -- Kaushal Modi On Thu, Aug 6, 2015 at 10:18 AM, Paul Schlesinger wrote: > When I open an org file I get > File mode specification error: (invalid-function setq-local) > > I just upgraded so I don't know of any other problems > > Paul Schlesinger > > -- > Paul H. Schlesinger MD, PhD > Washington University School of Medicine > --089e015382b62f6269051ca5de7c Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
That's odd. `setq-local` macro was add= ed in emacs 24.3; it is in subr.el.

(defmacro setq-local (var val)
=C2=A0 "Set variable VAR to value VAL in cu= rrent buffer."
=C2=A0 ;; Can't u= se backquote here, it's too early in the bootstrap.
=C2=A0 (list 'set (list 'make-local-variable (list &= #39;quote var)) val))



--
Kaushal Modi

On Thu, Aug 6, 2015 at 10:18 AM, Paul Schles= inger <phschlesinger@gmail.com> wrote:
When I open an org file I get
File = mode specification error: (invalid-function setq-local)

I just upgraded so I don't know of any other problems

Paul Schlesing= er

--
Paul H. Schlesinger MD, PhD<= br>Washington University School of Medicine

--089e015382b62f6269051ca5de7c--