On 16/9/2006, at 0:40, Alan Schussman wrote:
I caught one more small bug with the recent changes to the LaTeX scope: Looks like the Run BibTeX command scope wasn't updated -- it's still set to text.latex instead of text.tex.latex.
% cd /Applications/TextMate.app/Contents/SharedSupport/Bundles/ Latex.tmbundle/Commands % plutil -convert xml1 Run\ BibTeX.plist % pl < Run\ BibTeX.plist|grep scope scope = "text.tex.latex";
Seems to have the proper scope (selector). Likely you have a local change or so?