unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* `C-u M-x eval-expression' no longer inserts in the current buffer
@ 2003-09-17 10:30 Miles Bader
  2003-09-20  7:50 ` Richard Stallman
  0 siblings, 1 reply; 3+ messages in thread
From: Miles Bader @ 2003-09-17 10:30 UTC (permalink / raw)


... as the subject says; it used to work, now it doesn't.

Thanks,

-Miles
-- 
Run away!  Run away!

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: `C-u M-x eval-expression' no longer inserts in the current buffer
  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
  2003-09-22  1:54   ` Miles Bader
  0 siblings, 1 reply; 3+ messages in thread
From: Richard Stallman @ 2003-09-20  7:50 UTC (permalink / raw)
  Cc: emacs-devel

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)

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: `C-u M-x eval-expression' no longer inserts in the current buffer
  2003-09-20  7:50 ` Richard Stallman
@ 2003-09-22  1:54   ` Miles Bader
  0 siblings, 0 replies; 3+ messages in thread
From: Miles Bader @ 2003-09-22  1:54 UTC (permalink / raw)
  Cc: emacs-devel

Richard Stallman <rms@gnu.org> writes:
> 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
> ! 	 (eval-last-sexp-print-value (car values)))
> --- 663,670 ----
> ! 	 (let ((standard-output (current-buffer)))
> ! 	   (eval-last-sexp-print-value (car values))))

Yes

-Miles
-- 
o The existentialist, not having a pillow, goes everywhere with the book by
  Sullivan, _I am going to spit on your graves_.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2003-09-22  1:54 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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
2003-09-22  1:54   ` Miles Bader

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).