all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Stefan Monnier <monnier@iro.umontreal.ca>
To: Christopher Allan Webber <cwebber@dustycloud.org>
Cc: Emacs Development <Emacs-devel@gnu.org>
Subject: Re: yasnippet common lisp objects broken by recent emacs changes?
Date: Sat, 26 Jan 2013 19:29:41 -0500	[thread overview]
Message-ID: <jwvd2wrlenr.fsf-monnier+emacs@gnu.org> (raw)
In-Reply-To: <877gmz5z5l.fsf@grumps.lan> (Christopher Allan Webber's message of "Sat, 26 Jan 2013 16:59:47 -0600")

>>>>> "Christopher" == Christopher Allan Webber <cwebber@dustycloud.org> writes:

> Heya all,
> I noticed that when I try to run yasnippet (running from git as fetched
> by el-get) recently I've been getting this error.
[...]
> Debugger entered--Lisp error: (void-function cl-set-getf)

I think the patch below will fix it (but please in the future report
those problem to bug-gnu-emacs@gnu.org (or via M-x report-emacs-bug) so
they get assigned a bug number).

I installed it into the emacs-24 branch, so it will appear on the trunk
"soonish".


        Stefan


=== modified file 'lisp/emacs-lisp/cl.el'
--- lisp/emacs-lisp/cl.el	2013-01-01 09:11:05 +0000
+++ lisp/emacs-lisp/cl.el	2013-01-26 23:15:12 +0000
@@ -713,6 +713,7 @@
   'cl--map-keymap-recursively "24.3")
 (define-obsolete-function-alias 'cl-map-intervals 'cl--map-intervals "24.3")
 (define-obsolete-function-alias 'cl-map-extents 'cl--map-overlays "24.3")
+(define-obsolete-function-alias 'cl-set-getf 'cl--set-getf "24.3")
 
 (defun cl-maclisp-member (item list)
   (declare (obsolete member "24.3"))



  parent reply	other threads:[~2013-01-27  0:29 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-01-26 22:59 yasnippet common lisp objects broken by recent emacs changes? Christopher Allan Webber
2013-01-26 23:36 ` Xue Fuqiao
2013-01-27  0:29 ` Stefan Monnier [this message]
2013-01-27  3:43   ` Christopher Allan Webber

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=jwvd2wrlenr.fsf-monnier+emacs@gnu.org \
    --to=monnier@iro.umontreal.ca \
    --cc=Emacs-devel@gnu.org \
    --cc=cwebber@dustycloud.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.