From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Hans BKK Newsgroups: gmane.emacs.help Subject: Re: send selection or current line to Terminal/iTerm Date: Thu, 12 Jun 2014 14:26:54 -0700 (PDT) Message-ID: <1c001645-526d-4078-be28-dbc2521e2232@googlegroups.com> References: <1402261104327-324145.post@n5.nabble.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: ger.gmane.org 1402608629 10158 80.91.229.3 (12 Jun 2014 21:30:29 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 12 Jun 2014 21:30:29 +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 Jun 12 23:30:20 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 1WvCZe-0003Vq-Tf for geh-help-gnu-emacs@m.gmane.org; Thu, 12 Jun 2014 23:30:19 +0200 Original-Received: from localhost ([::1]:55778 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WvCZe-0008MX-F8 for geh-help-gnu-emacs@m.gmane.org; Thu, 12 Jun 2014 17:30:18 -0400 X-Received: by 10.182.73.200 with SMTP id n8mr5190012obv.33.1402608415090; Thu, 12 Jun 2014 14:26:55 -0700 (PDT) X-Received: by 10.50.178.146 with SMTP id cy18mr180398igc.17.1402608414961; Thu, 12 Jun 2014 14:26:54 -0700 (PDT) Original-Path: usenet.stanford.edu!h3no318835igd.0!news-out.google.com!gi6ni44igc.0!nntp.google.com!a13no14396igq.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=2602:306:334f:a5e0:85f2:e2b8:b698:28ff; posting-account=IUdGewoAAACF9WtA3i8stuVyXNk2FqaH Original-NNTP-Posting-Host: 2602:306:334f:a5e0:85f2:e2b8:b698:28ff User-Agent: G2/1.0 Injection-Date: Thu, 12 Jun 2014 21:26:54 +0000 Original-Xref: usenet.stanford.edu gnu.emacs.help:205919 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:98190 Archived-At: On Thursday, June 12, 2014 11:13:49 AM UTC-4, klebsiella wrote: > No reply to my request. Does anyone knows how to deal with the above > mentioned issue or at least give me some advises/hints ? Maybe have a look at "Comint Mode", which is the basis for many "shell in a buffer" interactive modes such as SQL mode. . .