Hello.
I have used LaTeX in Textmate for years with no problem. Recently I updated my hard drive and did a clean install. Everything works fine, but when I run BibTeX I get this:
Traceback (most recent call last): File "/Users/cwimpy/Library/Application Support/TextMate/Managed/Bundles/LaTeX.tmbundle/Support/bin/texMate.py", line 570, in
texStatus, isFatal, numErrs, numWarns = run_bibtex(texfile=fileName) File "/Users/cwimpy/Library/Application Support/TextMate/Managed/Bundles/LaTeX.tmbundle/Support/bin/texMate.py", line 104, in run_bibtex return stat,fatal,err,warn UnboundLocalError: local variable 'stat' referenced before assignment
I am not sure what this means or how to fix my problem. I should also note that BibTeX doesn't even try to run adter executing "Typset & View," and I get the message above when I try it manually. The problem persists in Textmate 2 as well. I can run BibTeX in TeXShop with no problems. Any suggestions?
Thanks,
Cameron
TM1 allowed the wrap column indicator to be visible when soft wrap was disabled. I find this extremely useful, but it is not possible in TM2 - the wrap column indicator disappears when soft-wrap is disabled.
Are there any plans to re-enable this in TM2? It sounds small and silly but it's pretty much the one thing stopping me from using TM2 full time.
I have occasional need in LaTeX to edit several lines of variable length, usually for poems, and add the suffix "\\" to each of them.
In TM 1.5, I selected all the lines I wanted to suffix and I used Text → Edit Each Line in Selection (⌥⌘A) and the caret was placed at the end of the first line in the selection. The suffix was added to all lines in the selection.
What's the best way to do that in TM 2? Presently I'm using multiple carets (⌘T) and clicking on each line to set the multiple carets. I would very much appreciate suggestions how to do this in a more efficient way.
--Gildas Hamel
I am setting up the Blogging bundle with a WordPress blog and running into what looks like a known problem:
wrong dateTime.iso8601 format
when fetching posts
I am able to post to my blog from Textmate so the basic configuration seems to be working.
The discussion on macromates.com and in the archives of this list referred to mismatch between Ruby's XML-RPC parser and WordPress, but the versions listed are all well before what I have.
I am running:
OS X Lion
WordPress 3.3.1
Textmate Version 1.5.10 (1631)
Ruby 1.8.7
I ran getBundles to update the blogging bundle to the latest version and also verified that the version of Ruby TM is finding is 1.8.7
Any advice on how to track this down?
thanks!
George Wyner
When I click the menu for a bundle on the bottom of the window (next to where one changes the filetype/bundle), I do not get a menu, just a message saying "bundle item popup".
If I follow the menu bundles--> <some bundle> --> <some menu item> everything works fine.
Is this expected behaviour at this stage of development?
Thanks,
Christopher
Hi,
[tiny iussue]
drag actions are working but the action will only be visible if I set the key focus to that TM2 doc.
Scenario: Drag a supported drag action file to a TM2 window - nothing will be seen in the window unless I click at that window.
Cheers,
--Hans
Hi,
I use the R-TextMate Bundle and just recently run into problems when executing code via 'Run Selection in R'.
After some loop-iterations I get the following error message and have to start the calculations all over again:
/Library/Application Support/TextMate/Bundles/R.tmbundle/Support/tmR.rb:157:in `write': Invalid argument (Errno::EINVAL)
from /Library/Application Support/TextMate/Bundles/R.tmbundle/Support/tmR.rb:157:in `print'
from /Library/Application Support/TextMate/Bundles/R.tmbundle/Support/tmR.rb:157
from /Library/Application Support/TextMate/Bundles/R.tmbundle/Support/tmR.rb:144:in `each'
from /Library/Application Support/TextMate/Bundles/R.tmbundle/Support/tmR.rb:144
There seems to be no inherent problem with the code. Sometime the script runs till the end, sometimes I get these error-messages ...
Can someone explain these error messages to me?
thanks in advance!
> textmate2 wiki with ads?
> no thanks :)
No problem. :)
> Why do we need matewiki.com (http://matewiki.com) when there is already wiki.macromates.com (http://wiki.macromates.com)?
I posted the first 5 reasons that came to mind an email or two back:
> I want EVERYONE to have access to it, not just me which will lead to a broader and more updated resource. The
> macromates CSS theme is way too thin for my screen. I'm a control freak and want to be able to use it as a personal
> resource for TextMate bundle development. I'm going to put ads on it in an attempt to support my wild and not-yet-
> profitable personal projects. I'd rather figure ___ out myself then get access to someone else's ___.
BTW, yes I know everyone hates ads but I can either get a job and not work on TextMate & other personal projects or try to get my hustle on and do what I care about. I'll set up a donate link soon since people are so vocally against ads. ;)
PS If you are logged in to the Wiki the ad disappears. Registration is obviously free and simple. Happy? :)
--
Brandon Fryslie
Dear all,
I'm just playing with the latex bundle and TM2. Every time I do anything
like edit text or save TM2 freezes and takes up one core on my machine. I
this due to 'attr.save-on-deactivate' ?
my .tm_properties file looks as follows:
#######
PATH =
"/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11/bin:/usr/texbin:/usr/bin/local:/Library/Frameworks/GTK+.framework/Resources/bin"
[ *.{R, c, cpp, m, pl, rb, html, xml}]
scopeAttributes = 'attr.save-on-deactivate'
######
Also quick 2nd question how do I get the compiled pdf to appear in a
separate window like TM1 instead of at the bottom of the window?
Cheers,
Paul