emacs-devel
[Top][All Lists]
Advanced

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

Re: [Emacs-diffs] master 29c360e: Ensure redisplay after "C-x C-e"


From: Artur Malabarba
Subject: Re: [Emacs-diffs] master 29c360e: Ensure redisplay after "C-x C-e"
Date: Fri, 6 Nov 2015 14:53:01 +0000

> "C-x C-e"

C-x C-e is not the only way to evaluate arbitrary lisp code, there are
plenty of others (eval-buffer, eval-region, eval-defun,
eval-expression, etc).
Sounds odd to single out eval-last-sexp here.

Wouldn't it be better to redisplay more aggressively? Maybe ensure
that the calling the `eval` function always causes a redisplay after
the command-loop?



reply via email to

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