help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: send selection or current line to Terminal/iTerm


From: klebsiella
Subject: Re: send selection or current line to Terminal/iTerm
Date: Tue, 17 Jun 2014 11:46:13 -0700 (PDT)

Hi again John,
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. 

In principle, everything inside the quotes, including the quotes themselves,
should be send to iTerm without processing

For instance, all of the following fail:

echo -en "\t" (gives nothing while a \t is expected
echo -en "\n" 
echo -en "\a"
echo -en "\\\"

Hope this will help,
Otherwise, the tool is great.

K.



--
View this message in context: 
http://emacs.1067599.n5.nabble.com/send-selection-or-current-line-to-Terminal-iTerm-tp324145p324775.html
Sent from the Emacs - Help mailing list archive at Nabble.com.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]