all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Sam Steingold <sds@gnu.org>
To: 11352@debbugs.gnu.org
Subject: bug#11352: 24.1.50; revno 108047 broke assoc.el
Date: Thu, 26 Apr 2012 11:20:55 -0400	[thread overview]
Message-ID: <877gx2h63s.fsf@gnu.org> (raw)

In GNU Emacs 24.1.50.1 (x86_64-unknown-linux-gnu, X toolkit, Xaw3d scroll bars)
 of 2012-04-26 on t520sds
Bzr revision: 108047 monnier@iro.umontreal.ca-20120426124328-gp2hlhjj57zsox58
Windowing system distributor `The X.Org Foundation', version 11.0.11004000
Configured using:
 `configure '--with-wide-int''


revno: 108047
committer: Stefan Monnier <monnier@iro.umontreal.ca>
branch nick: trunk
timestamp: Thu 2012-04-26 08:43:28 -0400
message:
  Replace lexical-let by lexical-binding (except Gnus, CEDET, ERT).
  * lisp/term/ns-win.el (ns-define-service):
  * lisp/progmodes/pascal.el (pascal-goto-defun):
  * lisp/progmodes/js.el (js--read-tab):
  * lisp/progmodes/etags.el (tags-lazy-completion-table):
  * lisp/emacs-lisp/syntax.el (syntax-propertize-via-font-lock):
  * lisp/emacs-lisp/ewoc.el (ewoc--wrap):
  * lisp/emacs-lisp/assoc.el (aput, adelete, amake):
  * lisp/doc-view.el (doc-view-convert-current-doc):
  * lisp/url/url.el (url-retrieve-synchronously):
  * lisp/vc/diff.el (diff-no-select): Replace lexical-let by lexical-binding.


this results in "unbound symbol copy" errors all over the place because
aget assumes dynamic binding for copy:

  (let ((copy (copy-alist alist)))
    (cond ((null alist) nil)
------>>> ((progn (asort 'copy key)  <<<--------------
		  (anot-head-p copy key)) nil)
	  ((cdr (car copy)))
	  (keynil-p nil)
	  ((car (car copy)))
	  (t nil)))



-- 
Sam Steingold (http://sds.podval.org/) on Ubuntu 11.10 (oneiric) X 11.0.11004000
http://www.childpsy.net/ http://openvotingconsortium.org http://camera.org
http://thereligionofpeace.com http://palestinefacts.org
Lisp is a language for doing what you've been told is impossible. - Kent Pitman





             reply	other threads:[~2012-04-26 15:20 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-04-26 15:20 Sam Steingold [this message]
2012-04-26 18:21 ` bug#11352: 24.1.50; revno 108047 broke assoc.el Stefan Monnier
2012-04-26 19:34   ` Sam Steingold

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=877gx2h63s.fsf@gnu.org \
    --to=sds@gnu.org \
    --cc=11352@debbugs.gnu.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.