Hi there,
I've been digging the latex bundle for the past 6 months, but have a serious productivity killer after updating the bundle from svn last week:
Whenever I invoke "Insert Environment based on current word" ( Command-{ ), I got some temp file garbage. Searching the lists, I saw that changing the bundle to "insert text" instead of snippet provides more info.
Here is what gets spit out:
/tmp/temp_textmate.Z8ujaw:3:in `require': No such file to load -- /Applications/TextMate.app/Contents/SharedSupport/Support/lib/ui (LoadError) from /tmp/temp_textmate.Z8ujaw:3
So the require statement on line 3 of the bundle snippet fails. Looking in SharedSupport/Support/lib, there is no ui.rb file, so that is why it is failing.
I am using TextMate Version 1.5.5 (1372), and the svn bundle is up to date as of revision 6993.
Any help appreciated - perhaps I should just role back to a differen svn bundle version?
Jim
On Apr 16, 2007, at 3:20 AM, Jim McLoughlin wrote:
Hi there,
I've been digging the latex bundle for the past 6 months, but have a serious productivity killer after updating the bundle from svn last week:
Whenever I invoke "Insert Environment based on current word" ( Command-{ ), I got some temp file garbage. Searching the lists, I saw that changing the bundle to "insert text" instead of snippet provides more info.
Here is what gets spit out:
/tmp/temp_textmate.Z8ujaw:3:in `require': No such file to load -- /Applications/TextMate.app/Contents/SharedSupport/Support/lib/ui (LoadError) from /tmp/temp_textmate.Z8ujaw:3
So the require statement on line 3 of the bundle snippet fails. Looking in SharedSupport/Support/lib, there is no ui.rb file, so that is why it is failing.
I am using TextMate Version 1.5.5 (1372), and the svn bundle is up to date as of revision 6993.
You need to also update/install the global support directory through svn.
Any help appreciated - perhaps I should just role back to a differen svn bundle version?
Jim
Haris Skiadas Department of Mathematics and Computer Science Hanover College
On 16. Apr 2007, at 09:20, Jim McLoughlin wrote:
[...] Looking in SharedSupport/Support/lib, there is no ui.rb file, so that is why it is failing.
As I wrote yesterday [1]:
Doing a checkout of a default bundle may require an updated Support folder, and sometimes an updated Dialog plug-in -- so for casual users, it is not recommended to update the default bundles (if they do, they need to also checkout Support and PlugIns, and they MUST keep things in sync and up-to-date!)
[1] http://lists.macromates.com/pipermail/textmate/2007-April/ 019178.html
As I wrote yesterday [1]:
Doing a checkout of a default bundle may require an updated Support folder, and sometimes an updated Dialog plug-in -- so for casual users, it is not recommended to update the default bundles (if they do, they need to also checkout Support and PlugIns, and they MUST keep things in sync and up-to-date!)
[1] http://lists.macromates.com/pipermail/textmate/2007-April/ 019178.html
Thanks for the reply - just joined the list this evening and hadn't seen this in the archives.
best,
Jim