emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Lexical binding


From: Juanma Barranquero
Subject: Re: Lexical binding
Date: Mon, 4 Apr 2011 18:04:34 +0200

On Sat, Apr 2, 2011 at 20:38, Stefan Monnier <address@hidden> wrote:

> Check the `dolist' macro, it has a FIXME for that.

OK, fair enough. Sorry for the noise.

Is this one also documented (or has a logical explanation that I'm
again missing)?

;; test.el  -*- lexical-binding: t -*-
(condition-case test
    (ignore)
  (quit test)
  (error test))
;; end

No error. Now, if you remove `test' in either handler:

 test.el:2:1:Warning: Unused lexical argument `test'

(The original test case is `isearch-search', BTW.)

    Juanma



reply via email to

[Prev in Thread] Current Thread [Next in Thread]