[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: generate autoloads versus eval-expression-print-level (patch)
From: |
Stefan Monnier |
Subject: |
Re: generate autoloads versus eval-expression-print-level (patch) |
Date: |
Sun, 13 Apr 2008 21:53:46 -0400 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) |
>> Actually, looking at the code of eval-expression, it seems to only bind
>> those variables around the print part, not the eval part.
> Yep, eval-expression and eval-last-sexp both seem ok, but eval-defun
> not. Eg. C-M-x on (progn print-level) ==> 4.
Oh, indeed, and it's not obvious how best to fix it. Hmm...
Stefan