From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: John Mastro Newsgroups: gmane.emacs.help Subject: Re: send selection or current line to Terminal/iTerm Date: Tue, 17 Jun 2014 12:55:27 -0700 Message-ID: References: <87d2edvnog.fsf@debian.uxu> <1402609430389-324400.post@n5.nabble.com> <1402666776993-324448.post@n5.nabble.com> <1402728754759-324525.post@n5.nabble.com> <8738f7zi3l.fsf@robertthorpeconsulting.com> <1403030773873-324775.post@n5.nabble.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1403036022 1994 80.91.229.3 (17 Jun 2014 20:13:42 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 17 Jun 2014 20:13:42 +0000 (UTC) To: "help-gnu-emacs@gnu.org" Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Jun 17 22:13:35 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 1Wwzl6-0003Jh-Q6 for geh-help-gnu-emacs@m.gmane.org; Tue, 17 Jun 2014 22:13:32 +0200 Original-Received: from localhost ([::1]:53113 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WwzUT-00084X-Om for geh-help-gnu-emacs@m.gmane.org; Tue, 17 Jun 2014 15:56:21 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:33312) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WwzTy-0007rC-H9 for help-gnu-emacs@gnu.org; Tue, 17 Jun 2014 15:55:51 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WwzTx-0003JD-Bj for help-gnu-emacs@gnu.org; Tue, 17 Jun 2014 15:55:50 -0400 Original-Received: from mail-oa0-x235.google.com ([2607:f8b0:4003:c02::235]:55617) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WwzTw-0003In-TE for help-gnu-emacs@gnu.org; Tue, 17 Jun 2014 15:55:49 -0400 Original-Received: by mail-oa0-f53.google.com with SMTP id l6so9586157oag.40 for ; Tue, 17 Jun 2014 12:55:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; bh=nH+LsxZbTGfsrI8uA6IE1P5v5OdTpQbfu87b82DmzP4=; b=ofbDFlTx9JeXSSdUj9iF6ukD8pPb3I9CieoreEz4flGMse5Mj6lPZs1hJTzyGEEkac YeVgDV3vg1+cu6ixjKU0BOBVMucMETysJOyIia0r9ZvTljhMUzUnfMWM3Po2LLqFm9rF cLlupcGdr5dEUDnuS4BavRqOObyLNHgJS347IECMom1K6XbSDCE+sgRuvWDRVjXAKGNI Pm6SE1OzV/e/9p+5YMBKrCP+sLnCzUgQhU/IHZGFNEP6IFtRCCJJXWyzQxrlzeNscPNO 7pbZnAWzLCJZeTm03HhsAC+AYZyRFRBkLgSRj37cf2Mxez+Ib64Wfe7r7XSTuy8AQWB6 yq0A== X-Received: by 10.60.176.163 with SMTP id cj3mr28542175oec.34.1403034947381; Tue, 17 Jun 2014 12:55:47 -0700 (PDT) Original-Received: by 10.76.166.234 with HTTP; Tue, 17 Jun 2014 12:55:27 -0700 (PDT) In-Reply-To: <1403030773873-324775.post@n5.nabble.com> X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:4003:c02::235 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:98318 Archived-At: Hi klebsiella, klebsiella wrote: > I found a little bug in the package. Printing tabs, carriage return, > or any other character is problematic. > It has to do with "escaping". "iterm.el" is not sending the right > info. I'll try to take a look tonight or tomorrow. In the meantime, please try it with a fresh copy from the gist[1]. I fixed an error related to escaping since we last discussed it. I don't know whether it's related or not but it's worth a shot. [1] https://gist.github.com/johnmastro/88cc318f4ce33b626c9d Best, John