I can no longer use ielm in b50.
Ielm uses the symbols `:', `::', and `:::' to refer to the results of
the previous, second previous and third previous evaluations
respectively.
However in b50, doing (setq : nil) results in
Attempt to set a constant symbol: :, nil
Similarly for :: and :::. In fact, (boundp '::::::::::::::::)
evaluates "t" for an arbitrarily long string of colons. Why?
It's been several betas since I tested ielm, but it used to work.
Show replies by date
Charles> I can no longer use ielm in b50.
Charles> Ielm uses the symbols `:', `::', and `:::' to refer to the results
of
Charles> the previous, second previous and third previous evaluations
Charles> respectively.
Charles> However in b50, doing (setq : nil) results in
Charles> Attempt to set a constant symbol: :, nil
A patch is already submitted for ielm which will fix this and command
reuse. It should be in one of the future betas.