From mboxrd@z Thu Jan 1 00:00:00 1970 From: Lawrence Bottorff Subject: Babel for eshell? Date: Wed, 19 Aug 2015 17:44:03 -0400 Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=001a11c330f4eef145051db0ee4c Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:52830) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZSB9S-0001yc-Kp for emacs-orgmode@gnu.org; Wed, 19 Aug 2015 17:44:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZSB9R-0000e7-Ox for emacs-orgmode@gnu.org; Wed, 19 Aug 2015 17:44:06 -0400 Received: from mail-lb0-x230.google.com ([2a00:1450:4010:c04::230]:35186) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZSB9R-0000bx-Fa for emacs-orgmode@gnu.org; Wed, 19 Aug 2015 17:44:05 -0400 Received: by lbcbn3 with SMTP id bn3so11974969lbc.2 for ; Wed, 19 Aug 2015 14:44:03 -0700 (PDT) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org --001a11c330f4eef145051db0ee4c Content-Type: text/plain; charset=UTF-8 Is there any way to do literate Babel-style things with eshell? Only shell (sh) seems to be listed among the languages. As I understand, eshell is just a wrapper around actual elisp expressions. For example, find-file foobar.txt is actually (find-file "foobar.txt") I'd like to do shell-like stuff and capture everything literate-style in code and result blocks. If no Babel for eshell, is there a way to translate eshell into its raw elisp? Then I could do Babel on the elisp. LB --001a11c330f4eef145051db0ee4c Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Is there any way to do literate Babel-style things with es= hell? Only shell (sh) seems to be listed among the languages. As I understa= nd, eshell is just a wrapper around actual elisp expressions. For example,= =C2=A0

find-file foobar.txt

is actually

(find-file "foobar.txt")

I'd like to do shell-like stuff and capture = everything literate-style in code and result blocks. If no Babel for eshell= , is there a way to translate eshell into its raw elisp? Then I could do Ba= bel on the elisp.

LB
--001a11c330f4eef145051db0ee4c--