From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: C K Kashyap Newsgroups: gmane.emacs.help Subject: EDITOR in eshell Date: Thu, 22 May 2014 10:20:01 +0530 Message-ID: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1400734252 12997 80.91.229.3 (22 May 2014 04:50:52 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 22 May 2014 04:50:52 +0000 (UTC) To: "help-gnu-emacs@gnu.org" Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu May 22 06:50:45 2014 Return-path: Envelope-to: geh-help-gnu-emacs@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 1WnKxp-0007lP-Ll for geh-help-gnu-emacs@m.gmane.org; Thu, 22 May 2014 06:50:45 +0200 Original-Received: from localhost ([::1]:34695 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WnKxp-0007gu-65 for geh-help-gnu-emacs@m.gmane.org; Thu, 22 May 2014 00:50:45 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:41603) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WnKxT-0007go-EQ for help-gnu-emacs@gnu.org; Thu, 22 May 2014 00:50:24 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WnKxS-0007rH-Ks for help-gnu-emacs@gnu.org; Thu, 22 May 2014 00:50:23 -0400 Original-Received: from mail-qg0-x231.google.com ([2607:f8b0:400d:c04::231]:53356) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WnKxS-0007r1-F0 for help-gnu-emacs@gnu.org; Thu, 22 May 2014 00:50:22 -0400 Original-Received: by mail-qg0-f49.google.com with SMTP id a108so4688380qge.8 for ; Wed, 21 May 2014 21:50:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to:content-type; bh=osPx7TVvCwYpayPJHjYTmZlMfbSjvaz8Dw/T4BNNN4I=; b=Ir1TlnCFzv00G8EjJwVuC9dp5UIa9CIrXHFYzRLkpZ1wZmA4ThUUb2xV/sv8VaJgzR 5KnDq43MX0YTtpOqqZr9CfKXO4ojGDz9j0Vj69zWoIQaNoPigmxlM1WHsXYtIX7IPCaH OM6dSGJfMn/M1hHmJ9utLCdkRi0/CKSKRj3861TmQlEMzOw+atrOJRIloQNuuXSOCY4b YDoHS4GFP/1xe9wk4i2cDcG4onH2vZeH2NN62tUz1R/mAgD8sb0mWuvO1zpOS16410Yy h5YwF+uvYQGatvDCSY+qX0hzwcb1SKBJ7zkHGxhuYEUJUJErA58EbYlKkiN1d3qNYQbg 0+IQ== X-Received: by 10.140.86.178 with SMTP id p47mr72905978qgd.66.1400734221758; Wed, 21 May 2014 21:50:21 -0700 (PDT) Original-Received: by 10.229.114.134 with HTTP; Wed, 21 May 2014 21:50:01 -0700 (PDT) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:400d:c04::231 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 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:97787 Archived-At: Hi, How can I make programs that fire up $EDITOR (for example revision control systems that make you enter comments at the time of submission) to use emacs when I run them from eshell? Regards, Kashyap