unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Richard Stallman <rms@gnu.org>
Cc: emacs-devel@gnu.org
Subject: Re: `C-u M-x eval-expression' no longer inserts in the current buffer
Date: Sat, 20 Sep 2003 03:50:30 -0400	[thread overview]
Message-ID: <E1A0cVi-0006gT-RN@fencepost.gnu.org> (raw)
In-Reply-To: <buofzivzoyu.fsf@mcspd15.ucom.lsi.nec.co.jp> (message from Miles Bader on 17 Sep 2003 19:30:49 +0900)

Does this fix work right?

*** simple.el.~1.620.~	Thu Sep 11 09:45:54 2003
--- simple.el	Sat Sep 20 02:54:55 2003
***************
*** 663,669 ****
  	(print-level eval-expression-print-level))
      (if eval-expression-insert-value
  	(with-no-warnings
! 	 (eval-last-sexp-print-value (car values)))
        (prin1 (car values) t))))
  
  (defun edit-and-eval-command (prompt command)
--- 663,670 ----
  	(print-level eval-expression-print-level))
      (if eval-expression-insert-value
  	(with-no-warnings
! 	 (let ((standard-output (current-buffer)))
! 	   (eval-last-sexp-print-value (car values))))
        (prin1 (car values) t))))
  
  (defun edit-and-eval-command (prompt command)

  reply	other threads:[~2003-09-20  7:50 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-09-17 10:30 `C-u M-x eval-expression' no longer inserts in the current buffer Miles Bader
2003-09-20  7:50 ` Richard Stallman [this message]
2003-09-22  1:54   ` Miles Bader

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=E1A0cVi-0006gT-RN@fencepost.gnu.org \
    --to=rms@gnu.org \
    --cc=emacs-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).