From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Le Wang Newsgroups: gmane.emacs.help Subject: Evaluate region and insert results after each top-level form as a comment Date: Tue, 13 Sep 2011 01:20:04 +0800 Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: dough.gmane.org 1315848015 20141 80.91.229.12 (12 Sep 2011 17:20:15 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 12 Sep 2011 17:20:15 +0000 (UTC) To: GNU Emacs List Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Sep 12 19:20:11 2011 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1R3AB1-00052A-3l for geh-help-gnu-emacs@m.gmane.org; Mon, 12 Sep 2011 19:20:11 +0200 Original-Received: from localhost ([::1]:58770 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R3AB0-0005zV-H7 for geh-help-gnu-emacs@m.gmane.org; Mon, 12 Sep 2011 13:20:10 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:34236) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R3AAw-0005xo-AU for help-gnu-emacs@gnu.org; Mon, 12 Sep 2011 13:20:07 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1R3AAv-0004V3-6T for help-gnu-emacs@gnu.org; Mon, 12 Sep 2011 13:20:06 -0400 Original-Received: from mail-qw0-f47.google.com ([209.85.216.47]:42997) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R3AAv-0004Ue-0o for help-gnu-emacs@gnu.org; Mon, 12 Sep 2011 13:20:05 -0400 Original-Received: by qwh5 with SMTP id 5so4344048qwh.6 for ; Mon, 12 Sep 2011 10:20:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; bh=UEcRvA4IcumyVfvTUgPRODJfbVoxZWa33VA6fctNHDs=; b=V5SlNB5wY8uoQBNQJV+4RsyHxUynR0Ipi9HQQ973BJO+zf0QRg5rvbvUDvAcw9sNLn svrAY2FHQlCRmwk0egxwFOM+OLcjMxBYHDdle/uQV164UGFgJJMoNx/icy89sL/Y21D5 0PASjxki3r1LoPHhx+6IcL41eAPjByRJORYT4= Original-Received: by 10.224.205.70 with SMTP id fp6mr834627qab.177.1315848004342; Mon, 12 Sep 2011 10:20:04 -0700 (PDT) Original-Received: by 10.224.6.72 with HTTP; Mon, 12 Sep 2011 10:20:04 -0700 (PDT) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 209.85.216.47 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:82213 Archived-At: I'm not sure if there is a canonical way to do this, as I couldn't find one. I made one here: https://github.com/lewang/le_emacs_libs/blob/master/le-eval-and-insert-results.el -- Le