Allan,
> Can you try, on your Mac, to run:
>
> telnet localhost 52698
>
> That should indicate if TextMate is listening. If this works, then try
> the same on your server to check the tunnel is working.
Thank you for the message. I did the above:
1) On the Mac:
telnet localhost 52698
Trying ::1...
Connected to localhost.
Escape character is '^]'.
220 blinky.local RMATE TextMate (Darwin 12.4.0)
So, it seems to work fine.
2) Next from the remote server. First, I ssh with verbosity on:
[snip]
debug1: Remote connections from LOCALHOST:52698 forwarded to local address localhost:52698
debug1: channel 0: new [client-session]
debug1: Requesting no-more-sessions(a)openssh.com
debug1: Entering interactive session.
debug1: remote forward success for: listen 52698, connect localhost:52698
debug1: All remote forwarding requests processed
debug1: Sending environment.
debug1: Sending env RMATE_PORT = 52698
debug1: Sending env LANG = en_US.UTF-8
debug1: Sending env LC_CTYPE = en_US.UTF-8
So, the forwarding seems to be enabled. Recall that my ssh configuration is:
Host REDACTED.HOST1
RemoteForward 52698 localhost:52698
SendEnv RMATE_*
I then try the telnet on the remote system:
telnet localhost 52698
debug1: client_input_channel_open: ctype forwarded-tcpip rchan 3 win 2097152 max 32768
debug1: client_request_forwarded_tcpip: listen localhost port 52698, originator 127.0.0.1 port 47996
debug1: connect_next: host localhost ([127.0.0.1]:52698) in progress, fd=8
debug1: channel 1: new [127.0.0.1]
debug1: confirm forwarded-tcpip
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
debug1: channel 1: connection failed: Connection refused
connect_to localhost port 52698: failed.
debug1: channel 1: free: 127.0.0.1, nchannels 2
Connection closed by foreign host.
So, it fails the connection...
Any idea why that would be the case all of a sudden (on multiple servers)? Particularly if it is responsive on the Mac.
Thanks,
Brian
I have been using rmate via an ssh tunnel with a several of my clusters since the 2.0 alpha first appeared; however, since updating to alpha.9459, rmate reports:
connect_to localhost port 52698: failed.
/share/frinkraid/powellb/bin/rmate:153:in `readline': end of file reached (EOFError)
from /share/frinkraid/powellb/bin/rmate:153:in `connect_and_handle_cmds'
from /share/frinkraid/powellb/bin/rmate:192
from /share/frinkraid/powellb/bin/rmate:191:in `fork'
from /share/frinkraid/powellb/bin/rmate:191
I updated the rmate to the latest standalone from https://github.com/textmate/rmate#standalone and the exact same error is reported. My .ssh/config has always been configured as:
Host REDACTED.HOST1
RemoteForward 52698 localhost:52698
SendEnv RMATE_*
Anyone else having trouble or suggestions? I have never had an issue with it before. The only change was updated texmate to 9459, then updating to the latest rmate hoping it would clear the problem.
Thanks,
Brian
I think that the Latex Watch is experimenting problems after the upgrades in
TM 2. To be sure, I need to know how do I correctly set the TM_LATEX_MASTER
in the .tm_properties file.
I was using TM_LATEX_MASTER = foo.tex
It is not working anymore. I tried:
TM_LATEX_MASTER = 'foo.tex'
TM_LATEX_MASTER = "foo.tex"
TM_LATEX_MASTER = /foo.tex
TM_LATEX_MASTER = '/foo.tex'
TM_LATEX_MASTER = "/foo.tex"
TM_LATEX_MASTER = ./foo.tex
and etc
What should I do?
--
View this message in context: http://textmate.1073791.n5.nabble.com/TM-LATEX-MASTER-and-Latex-Watch-tp267…
Sent from the textmate users mailing list archive at Nabble.com.
While I appreciate the desire to bring rmate into the rubygem fold, it
presents some difficulties.
Prior, I could install rmate into ~/bin on any machine I had ssh access to,
quickly and easily by copying the guts of the script. This let me minimize
my impact on remote machines that I needed to work on. (FWIW, I do most of
my work on client machines of, let's say, older vintage, with extremely
locked down environments. rmate is my secret sauce.)
Now, I find myself needing to install rubygems on the remote machine, just
to keep working, and without admin access.
In the interest of retaining my remaining hair, what's the quick and dirty
way of installing rmate on remote machines now, when one does not have
admin rights to do a simple install of rubygems?
Failures:
% rmate mpp
/work/users/jsmith/bin/rmate:12:in `require': no such file to load -- rmate
(LoadError)
from /work/users/jsmith/bin/rmate:12
[ install rubygems in ~/bin ]
% gem install rmate
/work/users/jsmith/bin/gem:8:in `require': no such file to load -- rubygems
(LoadError)
from /work/users/jsmith/bin/gem:8
% printenv GEM_HOME
~/bin/gems/
Comment Line / Selection:16:in `require': no such file to load -- /lib/escape (LoadError)
from Comment Line / Selection:16
This is on a pretty vanilla install of TextMate version 2.0-alpha.9449
It was working fine last week. Also saw another error earlier but got distracted and forgot to make a note of it. If I see it again I’ll report it.
Let me know if you need further details.
Best, Darren
Hello everybody,
when in LaTeX mode inside a \cite{}-command I hit alt+ESC to trigger the BibdeskCompletion I get the following result:
\cite{2013-07-30 12:17:02.193 osascript[53111:707] Error loading /Library/ScriptingAdditions/Adobe Unit Types.osax/Contents/MacOS/Adobe Unit Types: dlopen(/Library/ScriptingAdditions/Adobe Unit Types.osax/Contents/MacOS/Adobe Unit Types, 262): no suitable image found. Did find:
/Library/ScriptingAdditions/Adobe Unit Types.osax/Contents/MacOS/Adobe Unit Types: no matching architecture in universal wrapper
osascript: OpenScripting.framework - scripting addition "/Library/ScriptingAdditions/Adobe Unit Types.osax" declares no loadable handlers.
Bourbaki98General-topology}
(the dialog for choosing the citation displays correctly and the label "Bourbaki98General-topology" gets inserted correctly, but preceded by some error messages that I do not understand). This occurred after updating my entire system, so I cannot say which piece of software might be relevant for the bug.
Any suggestions?
Best, Christoph
-------------------------------------------------------------------------------------
Christoph Wockel
Bereich Algebra und Zahlentheorie
Fachbereich Mathematik, Universität Hamburg
Bundesstraße 55
20146 Hamburg
Germany
Tel.: +49 (0) 40 / 42838 - 5194
Fax: +49 (0) 40 / 42838 - 5190
www.wockel.eu
I am running Textmate 2 build 9453 on 10.8.4, and I have a problem with the LaTeX bundle that started sometime after I upgraded to Textmate 2. The autocompletion <esc> button does nothing when in a \ref{} tag. It works inside \label{}. And pressing opt+esc correctly brings up the list of tags when inside \ref{}. But the esc button alone does nothing inside \ref{}. Is this problem known? And if so, does anyone know a fix?
Hi,
Is anybody working on adding automation functionality to TM2 ?
I'm currently using TMTOOLS for my personal bundles, but I'd love to have something "official", sharable, and maybe better integrated.
I cloned the source base and looking at the code I'm beginning to have a [very] general idea of how it could be implemented. I don't know how TMTOOLS does its magic (sources anywhere?) but something along the lines of the command line "mate" utility could work, maybe just extending its commands beyond just "open"
Thanks for any information.
Gualo
Where can I find this bundle? I looked in the preferences list, but
didn't find it. Perhaps I have the name wrong. It would be handy to
share code directly from inside TM2.
--Lewy
On 7/26/13 4:00 AM, textmate-request(a)lists.macromates.com wrote:
> I tried to use the Paste Selection Online bundle item
Just attempted to build from master at github. A problem introduced in one of the July 26 commits?
[120/984] Run test ‘/Users/louis/bui...te/Frameworks/buffer/test_buffer’…
FAILED: /Users/louis/build/TextMate/Frameworks/buffer/test_buffer && touch /Users/louis/build/TextMate/Frameworks/buffer/test_buffer.run
test_buffer(10037,0x109f85000) malloc: *** error for object 0x7feb10d13ed0: pointer being freed was not allocated
*** set a breakpoint in malloc_error_break to debug
/bin/sh: line 1: 10037 Abort trap: 6 /Users/louis/build/TextMate/Frameworks/buffer/test_buffer
ninja: build stopped: subcommand failed.