emacs-devel
[Top][All Lists]
Advanced

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

Re: [Emacs-diffs] trunk r117340: * lisp/calculator.el: Lots of revisions


From: Eli Barzilay
Subject: Re: [Emacs-diffs] trunk r117340: * lisp/calculator.el: Lots of revisions
Date: Tue, 24 Jun 2014 03:47:00 -0400

Yesterday, Stefan Monnier wrote:
> 
> > Using the original seems to complain about unbound functions when
> > letf is trying to save the old `symbol-function' values.
> 
> I guess you could use
> 
>     (eval `(cl-flet ...) t)

Yeah, that's what I ended up doing.


> Since calculator.el is not distributed separately, I assumed there
> was no need to preserve backward compatibility.

I'm not worried about backward compatibility in general -- just
locally, to the point where it works on the Emacs version I'm actually
using every day.


> Ah, right.  That makes a lot of sense.  I think you can drop the
> ascii-character part because the function-key-map should cover a
> strict superset, but indeed the function-key-map is still needed.

OK.

-- 
          ((lambda (x) (x x)) (lambda (x) (x x)))          Eli Barzilay:
                    http://barzilay.org/                   Maze is Life!



reply via email to

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