From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Bob Babcock Newsgroups: gmane.emacs.help Subject: eval-last-sexp in other window Date: Mon, 30 Mar 2009 04:22:09 +0000 Organization: FlashNewsgroups.com Message-ID: NNTP-Posting-Host: lo.gmane.org X-Trace: ger.gmane.org 1238394068 7975 80.91.229.12 (30 Mar 2009 06:21:08 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 30 Mar 2009 06:21:08 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Mar 30 08:22:26 2009 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1LoAsy-00019z-Qk for geh-help-gnu-emacs@m.gmane.org; Mon, 30 Mar 2009 08:22:16 +0200 Original-Received: from localhost ([127.0.0.1]:57694 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LoArb-0003jP-Ey for geh-help-gnu-emacs@m.gmane.org; Mon, 30 Mar 2009 02:20:51 -0400 Original-Path: news.stanford.edu!headwall.stanford.edu!news.glorb.com!npeer02.iad.highwinds-media.com!news.highwinds-media.com!feed-me.highwinds-media.com!post02.iad.highwinds-media.com!news.flashnewsgroups.com-b7yQUZ7CaYQxA!not-for-mail Original-Newsgroups: gnu.emacs.help User-Agent: Xnews/2006.08.24 Original-X-Complaints-To: abuse@flashnewsgroups.com Original-Lines: 4 Original-X-Trace: 5ead349d048f1c740dc9126839 Original-Xref: news.stanford.edu gnu.emacs.help:168093 X-Mailman-Approved-At: Mon, 30 Mar 2009 02:20:27 -0400 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:63382 Archived-At: Is there a way to have eval-last-sexp (typically bound to C-xC-e) run in a different window? This would be convenient when developing a macro that reformats text - I want the part of the macro I'm testing to be applied to the file being reformatted, not to my macro.