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: Sat, 14 Jun 2014 12:24:39 -0700 Message-ID: References: <1402609430389-324400.post@n5.nabble.com> <1402666776993-324448.post@n5.nabble.com> <1402728754759-324525.post@n5.nabble.com> <1402769347557-324572.post@n5.nabble.com> <1402772464232-324577.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 1402773918 27569 80.91.229.3 (14 Jun 2014 19:25:18 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 14 Jun 2014 19:25:18 +0000 (UTC) To: "help-gnu-emacs@gnu.org" Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Jun 14 21:25:13 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 1WvtZh-00080b-6s for geh-help-gnu-emacs@m.gmane.org; Sat, 14 Jun 2014 21:25:13 +0200 Original-Received: from localhost ([::1]:36537 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WvtZg-00074T-QH for geh-help-gnu-emacs@m.gmane.org; Sat, 14 Jun 2014 15:25:12 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:47058) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WvtZV-00071z-At for help-gnu-emacs@gnu.org; Sat, 14 Jun 2014 15:25:02 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WvtZU-0005QM-Ao for help-gnu-emacs@gnu.org; Sat, 14 Jun 2014 15:25:01 -0400 Original-Received: from mail-oa0-x236.google.com ([2607:f8b0:4003:c02::236]:35196) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WvtZU-0005Q8-64 for help-gnu-emacs@gnu.org; Sat, 14 Jun 2014 15:25:00 -0400 Original-Received: by mail-oa0-f54.google.com with SMTP id eb12so4273346oac.27 for ; Sat, 14 Jun 2014 12:24:59 -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=9s1Ww9Drv/R7FF1adtjOseGR4loni1tgVrDUWjcejrY=; b=FqQab6WcJ9BRc7xl3jDxCM1P45zyFUw2WL91kqev3caRqlsbsg8BgQlXMNe0FWCLtH 9iWbcvi9HQv1fhkaNeWS/Z/v71DbYuJbpZSMykHy+ltPfivz0JEK2ah4WuWQkH+Kf2Jq +aWZSmScK8sblcTjcIlgNDsb7EXjlC8CKhtaORI7Pv0AInO3wm2x5P1mZjIiVpvUnx3H bA4IjP9qDsYbkC0houLPcM+W0xc83jmf8U5xwLZGPgDI5i+R8Z9Vg1gogcTgk8zBm6mc z0j0zx32QcDVjLDD3sa3hSPMoAJ4WIHkKrLSq2kgDcpDruIOzBR/uIJZfStoie3Qetww s7vw== X-Received: by 10.60.175.163 with SMTP id cb3mr10278492oec.29.1402773899692; Sat, 14 Jun 2014 12:24:59 -0700 (PDT) Original-Received: by 10.76.166.234 with HTTP; Sat, 14 Jun 2014 12:24:39 -0700 (PDT) In-Reply-To: <1402772464232-324577.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::236 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:98269 Archived-At: klebsiella wrote: > It works fine from SublimeText !!!! Oops, I was double-escaping. I think that was the problem. I posted a new version as a gist[1]. If you still get that error I'll ditch the escaping entirely. [1] https://gist.github.com/johnmastro/88cc318f4ce33b626c9d Best, John