From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Nathan Trapuzzano Newsgroups: gmane.emacs.devel Subject: Re: Eshell and lexical bindings Date: Thu, 31 Oct 2013 11:31:23 -0400 Message-ID: <87txfxpid0.fsf@nbtrap.com> References: <87habxqx41.fsf@nbtrap.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1383233500 6456 80.91.229.3 (31 Oct 2013 15:31:40 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 31 Oct 2013 15:31:40 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Oct 31 16:31:44 2013 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1VbuDo-0002B0-6b for ged-emacs-devel@m.gmane.org; Thu, 31 Oct 2013 16:31:44 +0100 Original-Received: from localhost ([::1]:57589 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VbuDn-0007aZ-H9 for ged-emacs-devel@m.gmane.org; Thu, 31 Oct 2013 11:31:43 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:39477) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VbuDd-0007ZV-VX for emacs-devel@gnu.org; Thu, 31 Oct 2013 11:31:40 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VbuDX-0007EB-1k for emacs-devel@gnu.org; Thu, 31 Oct 2013 11:31:33 -0400 Original-Received: from oproxy16-pub.mail.unifiedlayer.com ([69.89.22.201]:51331) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1VbuDW-0007E1-Pw for emacs-devel@gnu.org; Thu, 31 Oct 2013 11:31:26 -0400 Original-Received: (qmail 13299 invoked by uid 0); 31 Oct 2013 15:31:25 -0000 Original-Received: from unknown (HELO host393.hostmonster.com) (66.147.240.193) by oproxy16-pub.mail.unifiedlayer.com with SMTP; 31 Oct 2013 15:31:25 -0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=nbtrap.com; s=default; h=Content-Type:MIME-Version:Message-ID:In-Reply-To:Date:References:Subject:To:From; bh=8mVrz4GcvNc5lyEeOj01f3LQAmjr1e7BphFAqj77Qgo=; b=jMASOFZxvO8nGagQkYZBG7GFK7zsboywdGamQ6RhjxJtDBR08U1ql0CWuFOE9mOOmJmyUCyN21kbQnFvdxfs1BeiZqs8AxUUnthZY3nxQ/CZT+ArRoiWroEGc9ILXOK7; Original-Received: from [50.90.253.209] (port=38038 helo=Nathan-GNU) by host393.hostmonster.com with esmtpsa (TLSv1:CAMELLIA128-SHA:128) (Exim 4.80) (envelope-from ) id 1VbuDV-0000Bn-Ce for emacs-devel@gnu.org; Thu, 31 Oct 2013 09:31:25 -0600 In-Reply-To: <87habxqx41.fsf@nbtrap.com> (Nathan Trapuzzano's message of "Thu, 31 Oct 2013 11:27:26 -0400") User-Agent: Gnus/5.130007 (Ma Gnus v0.7) Emacs/24.3 (gnu/linux) X-Identified-User: {1585:host393.hostmonster.com:nbtrapco:nbtrap.com} {sentby:smtp auth 50.90.253.209 authed with nbtrap@nbtrap.com} X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 69.89.22.201 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:164731 Archived-At: Nathan Trapuzzano writes: > Does anyone have a better idea? And would anyone that already knows the code like to volunteer?