Hi all,
I've enjoyed using TextMate a great deal and don't want to use the other
Latex editors on my computer, but:
- after updating to Leopard all was okay
- I installed the latex Leopard fix and...
- TextMate doesn't find pdflatex and suggests that the path is not there or
Latex isn't installed
- I know that Latex is installed because Texshop continues to find it and
run it happily
- I've updated (via a complete re-install of Mactex) Latex, but it still
isn't found by Textmate and is by Texshop
- I've looked at the manual and see that I should update/modify the path,
but I'm not sure where to and how to update it.
Any help or suggestions greatly appreciated,
Thanks
Ben
--
Dr Ben Wooliscroft
Senior Lecturer, University of Otago
Marketing Department
Currently on sabbatical at the Wirtschaft Universität, Vienna
Postal address:
Dr Ben Wooliscroft
Marketing Scheuch 3.OG [C]
WU-Wien,
Augasse 2-6,
A-1090
Wien
Austria
I have a bunch of log files, some of which have been zipped with gzip. Is
there a way to search across these files with TextMate without unzipping all
of them first?
Thanks
Darryl
--
View this message in context: http://www.nabble.com/Gzip%27ped-text-files-in-%22Find-in-Project%22--tp142…
Sent from the textmate users mailing list archive at Nabble.com.
Hi,
sorry, I read something in the Change logs, but I didn't understand
this.
[TM 1.5.7 (1436) osx 10.4.11 ppc]
Is it true that TextMate.system(task) (in the HTML output window)
don't retrieve the entire data coming from the task?
Or in other words; is there a limit of 8kB?
If yes, is there a way to get the entire amount of data?
Many thanks in advance
--Hans
Hi,
I started using wxPython lately and am a little surprised by PyMate's
reaction to exceptions. Try this:
> #!/usr/bin/env python
> import wx
>
> def OnRaiseException(e):
> raise "See?"
>
> app = wx.PySimpleApp()
> frame = wx.Frame(None, wx.ID_ANY, "Hello World")
>
> button = wx.Button(frame, 100, "Raise Exception")
> wx.EVT_BUTTON(button, 100, OnRaiseException)
>
> frame.Show(True)
> app.MainLoop()
Only on the second button click the traceback reaches PyMate:
> Error in sys.excepthook:
> Traceback (most recent call last):
> method tm_excepthook in sitecustomize.py at line 66
> io = fdopen(error_fd, 'w')
> OSError: [Errno 9] Bad file descriptor
>
> Original exception was:
> Traceback (most recent call last):
> method OnRaiseException in test.py at line 5
> raise "See?"
> See?
Perhaps someone can tell me whether this is a bug or a feature.
Regards,
Daniel
I updated the Find Email Address in Address Book command from last year[1] to use RubyCocoa and the AddressBook framework. It seems a lot faster than using contacts or lbdb, and unlike AppleScript it works when the Address Book is closed.
I tried changing the menu to use TextMate::UI.menu, but tm_dialog just hangs... I guess there's some sort of OSX namespace conflict going on?
Haris, thanks for the offer to look at my .bib file. Through
elimination I have now established that the problem is caused by the
entry below. I don't normally add lots of custom fields, these were
automatically created when I imported the entry from a database. I
don't need any of the custom fields and deleting them solves my problem.
A question of general interest remains however.
Which of the following two holds:
- the exporting database and/or Bibdesk on import create non-standard/
invalid bibtex code,
or
- the TM latex bundle has a bug in that it hangs on valid custom
fields it should simply ignore?
In other words, who should I file a bug with?
Bilal.
@book{dfee:1998,
Author = {for Education, Department and Service, Employment;
Government Statistical},
Booktitle = {Teacher Supply and Demand Modelling : A Technical
Description},
Date-Added = {2007-12-03 20:32:33 +0000},
Date-Modified = {2007-12-03 20:33:32 +0000},
Dc.Creator = {BOPCAS team},
Dc.Creator.Address = {virginia.knight(a)bristol.ac.uk},
Dc.Date = {2007-06-02},
Dc.Date.Created = {2006-11-17},
Dc.Description = {BOPCAS record: Teacher Supply and Demand
Modelling : A Technical Description: 1998},
Dc.Format = {text/html},
Dc.Identifier = {http://www.bopcris.ac.uk/bopcas/bop1998/
ref10076.html},
Dc.Language = {en},
Dc.Publisher = {ILRT, University of Bristol},
Dc.Source = {ISBN: 0-11-271032-8},
Dc.Subject = {EDUCATION;},
Dc.Title = {Teacher Supply and Demand Modelling : A Technical
Description},
Dc.Type = {Data.Structured-Text},
Isbn = {0-11-271032-8},
Publisher = {The Stationery Office},
Series = {Departmental Publication},
Title = {Teacher Supply and Demand Modelling : A Technical
Description},
Year = {1998}}
> Can you send me your bibliography file? It seems that's were the
> function chokes.
> How large is your bibliography file?
>
> Haris Skiadas
> Department of Mathematics and Computer Science
> Hanover College
Hi there,
I've just downloaded Ciaran's tmplugin+QLGenerator, and I'm very happy
with it.
If I got it right, the plugin generates a screenshot and then displays
it within QL. There's just a little downside to it:
The dimension and readability of the generated screenshots are implied
by the number of columns and rows of the documents, which sometimes
produce weird results.
I posted 2 screenshots to make it clearer. The first one is the most
significant, and the second one is to povide an example of acceptably-
readable scrrenshot.
Suggestion: Couldn't the screenshot be generated in a panel with a
fixed number of columns, and be of fixed width?
Thanks and congrats anyway, I was bored of black and white QLing my
source files!
Xavier Cambar
EDIT: And now with the files! ;-)
Hi there,
I've just downloaded Ciaran's tmplugin+QLGenerator, and I'm very happy
with it.
If I got it right, the plugin generates a screenshot and then displays
it within QL. There's just a little downside to it:
The dimension and readability of the generated screenshots are implied
by the number of columns and rows of the documents, which sometimes
produce weird results.
I posted 2 screenshots to make it clearer. The first one is the most
significant, and the second one is to povide an example of acceptably-
readable scrrenshot.
Suggestion: Couldn't the screenshot be generated in a panel with a
fixed number of columns, and be of fixed width?
Thanks and congrats anyway, I was bored of black and white QLing my
source files!
Xavier Cambar
Hi,
when I select 'Citation Based on Current Selection' I get a spinning
beach-ball. Activity Monitor shows a ruby process eating 99% CPU.
When I quit it, the following is inserted in my TM document:
/Applications/TextMate.app/Contents/SharedSupport/Bundles/
Latex.tmbundle/Support/lib/LaTeXUtils.rb:134:in `parse_bibfile':
Interrupt
from /Applications/TextMate.app/Contents/SharedSupport/Bundles/
Latex.tmbundle/Support/lib/LaTeXUtils.rb:115:in `map'
from /Applications/TextMate.app/Contents/SharedSupport/Bundles/
Latex.tmbundle/Support/lib/LaTeXUtils.rb:115:in `parse_bibfile'
from /Applications/TextMate.app/Contents/SharedSupport/Bundles/
Latex.tmbundle/Support/lib/LaTeXUtils.rb:250:in `cite_scan'
from /Applications/TextMate.app/Contents/SharedSupport/Bundles/
Latex.tmbundle/Support/lib/LaTeXUtils.rb:247:in `each'
from /Applications/TextMate.app/Contents/SharedSupport/Bundles/
Latex.tmbundle/Support/lib/LaTeXUtils.rb:247:in `cite_scan'
from /Applications/TextMate.app/Contents/SharedSupport/Bundles/
Latex.tmbundle/Support/lib/LaTeXUtils.rb:246:in `call'
from /Applications/TextMate.app/Contents/SharedSupport/Bundles/
Latex.tmbundle/Support/lib/LaTeXUtils.rb:215:in `recursive_scan'
from /Applications/TextMate.app/Contents/SharedSupport/Bundles/
Latex.tmbundle/Support/lib/LaTeXUtils.rb:214:in `each'
... 8 levels...
from /Applications/TextMate.app/Contents/SharedSupport/Bundles/
Latex.tmbundle/Support/lib/LaTeXUtils.rb:203:in `recursive_scan'
from /Applications/TextMate.app/Contents/SharedSupport/Bundles/
Latex.tmbundle/Support/lib/LaTeXUtils.rb:254:in `cite_scan'
from /Applications/TextMate.app/Contents/SharedSupport/Bundles/
Latex.tmbundle/Support/lib/LaTeXUtils.rb:63:in `get_citations'
from /tmp/temp_textmate.MQuf7X:8
I think it worked correctly at some point in the past.
Any ideas on what's going wrong here? Any help would be much
appreciated.
Bilal.
Hi all,
Apologies if this is an old query, but I've tried finding the answer in the archives and nothing seems to fit with what I need.
I have set up my blog and can post entries and edit entries just fine, but if I try and add a category (using the "tab-cat" snippet) then I get an error message:
"Received exception:Wrong type NilClass. Not allowed!
No categories are available!"
Does anyone know why this might happen with categories when I can access posts remotely?
Many thanks,
Nigel