I received an error message when attempting to run a ruby script that
asked I report it:
> Select threw Errno::EINVAL. Please report this error to the TextMate
> mailing list or to ##textmate on irc.freenode.net. /Applications/
> TextMate.app/Contents/SharedSupport/Support/lib/io.rb:28:in
> `select': Invalid argument (Errno::EINVAL) from /Applications/
> TextMate.app/Contents/SharedSupport/Support/lib/io.rb:28:in
> `exhaust' from /Applications/TextMate.app/Contents/SharedSupport/
> Support/lib/tm/process.rb:168:in `run' from /Applications/
> TextMate.app/Contents/SharedSupport/Support/lib/tm/executor.rb:
> 122:in `run' from /Applications/TextMate.app/Contents/SharedSupport/
> Support/lib/tm/executor.rb:184:in `process_output_wrapper' from /
> Applications/TextMate.app/Contents/SharedSupport/Support/lib/tm/
> executor.rb:121:in `run' from /Applications/TextMate.app/Contents/
> SharedSupport/Support/lib/tm/htmloutput.rb:135:in `call' from /
> Applications/TextMate.app/Contents/SharedSupport/Support/lib/tm/
> htmloutput.rb:135:in `show' from /Applications/TextMate.app/Contents/
> SharedSupport/Support/lib/tm/executor.rb:96:in `run' from /
> Applications/TextMate.app/Contents/SharedSupport/Bundles/
> Ruby.tmbundle/Support/RubyMate/run_script.rb:65
Ryan Neufeld
neufelry(a)gmail.com
Hi,
Maybe I'm a bit paranoid, but I just tried out the new GetBundles and
GitHub integration. I like the idea (that it dynamically finds GitHub
projects).
I'm just worried about the security implications. Does TextMate
sandbox bundles? I mean, technically speaking, GetBundles lets you
download unknown bundles which can execute arbitrary code on my machine.
I'm also inspired by the GitHub/TextMate solution and would like to
use a similar interface for downloading script modules in my app. I'm
just hoping there's a good way to secure them.
Thanks so much!
-Geoff
Is it possible to prevent the svn bundle from stealing focus after it
finishes an update? I've got a couple repos that take a while to
update so i'll start the update, switch the browser and get the
environment ready or switch to mail and read up on my mail. It's
really annoying when TM steals focus back.
--
Jacob Coby
I did this for myself a while back, assuming it was only a matter of
time before someone more knowledgeable would make an official LDAP
bundle. That hasn't happened, and searching in GetBundles indicates
that no one has worked on an LDAP/LDIF related bundle, so I've cleaned
mine up and am submitting it for consideration. (Surely there are
other people that work with LDIF? I notice vim has a syntax for it.)
One good way to test it: If you have an OpenLDAP server, run `slapcat -
l somefile.ldif`, then open that file in TextMate. You should see
everything scoped nicely, every entry should be listed in the symbols
list, and you should be able to fold entries. You shouldn't see any
"invalid" sections.
I've looked at man pages and other documentation and I think I've
covered the LDIF syntax pretty well. The only thing I can't figure out
the regex for is "more than one space before an attribute's value".
(It should be scoped as invalid.) Since the first space is part of the
"begin" pattern, it's difficult to identify additional spaces without
matching every space in the string. Any suggestions there would be
appreciated.
Thanks.
--
Rob McBroom
<http://www.skurfer.com/>
Because it screws up the order in which people normally read text.
Original message:
> Why is it bad to top-post your reply?
I typically LaTeX with a translucent background with the file in front
of TeXniscope (and sometimes Skim). On my new machine, however, the
workflow speed-up is greatly diminished, because the rendered file
often looks... bad. The standard font looks all blocky, the math
renders incorrectly, etc.
If I make no changes to the .tex file, save, and re-examine the .pdf,
the pdf changes---it seems to cycle through a few stages:
bad http://www.eberkowitz.com/images/tm/incorrect.png
medium the text renders correctly, but the math is bad
good http://www.eberkowitz.com/images/tm/correct.png
As far as I can tell (ie. 10 or 12 experiments), no such issue exists
when I compile with Latexmk.pl
I've tried deleting my font caches, after reading Q0.1 here at [ http://www.tug.org/mactex/faq/
], but to no avail.
Anyone else have a similar experience? Anyone have an idea how to get
this to stop happening?
Thanks a lot,
Evan
--------------------------------------------------
It was mentioned on CNN that the new prime number discovered recently
is four times bigger than the previous record.
John Blasik
I'm using TextMate to compile a Java class (I usually use a Java IDE, but
TextMate should be great for a "quick and dirty" check). When I attempt to
compile and run my class, I get an error. I suppose there are paths to
define. How do you do that in TextMate?Thanks in advance,
marc
Guys,
I just read in the documentation that it is not possible to change the
Fonts & Color style on a per file type base. This is a pity. I don't
want the same style for my Twiki files and my C source files.
Do any of you have a trick to do that? Hopefully better than creating
a new color and style entry for every scope of the Twiki grammar. ;-)
Thanks in advance.
Best regards,
Mathieu
___________________________________________
Mathieu Godart
Skype: mathieu_godart
MSN: mathieu_godart(a)hotmail.com
ASIC Integration Manager
Coolsand Technologies
___________________________________________
Does anyone know if ReMate has compatibility issues with TextMate
Version 1.5.8 (1496)? I have recently found this fantastic plug-in,
but it doesn't appear to work for me. I connect to remote drives
using ExpanDrive, and it seems to take ages to load large projects.
---
chad gulley
I would like to add this command to my python bundle and it should be easy..
I would like to go to a line in TM and getting something like that in
ipython:
run -d -b$TM_LINE $TM_FILEPATH
So i can easily start to debug from where I want.
Best way could be also automatically "continue" to that breakpoint.
But if I try to do
ipython2.5 << EOF
run -d -b30 file.py
EOF
It launches correctly ipython but exits just after, why??
--
View this message in context: http://www.nabble.com/Debug-in-ipython-tp21037085p21037085.html
Sent from the textmate users mailing list archive at Nabble.com.
Hello
When using Emacs or VI it is possible to add a specific comment on the
source code (unfortunately they use different syntaxes) to specify (in
the middle of other things), the number of spaces a tab have, and if
they should be soft, or not.
Is there any such markup under TM?
Thanks In Advance,
Alberto
--
Alberto Simões