A recent problem cropped up in my use of the LaTeX bundle recently. Since r9295, I get the message I paste below when I try to insert a Ref-TeX Style citation in my document. This is on a mid-2007 macmini with OS 10.7.4. On my other machine, a recent macbook with OS 10.8.1, I've been updating TextMate regularly, right to r9300, and don't have any problem. My TextMate setup is the same on both machines (or so I think). How can I fix this? Any pointer appreciated, --Gildas
Message:
Failure running “Citation (Ref-TeX Style)”.
sh: : command not found /Users/gweltaz/Library/Application Support/TextMate/Managed/Bundles/Bundle Support.tmbundle/Support/shared/lib/ui.rb:182:in `load': Cannot parse a NULL or zero-length data (OSX::PropertyListError) from /Users/gweltaz/Library/Application Support/TextMate/Managed/Bundles/Bundle Support.tmbundle/Support/shared/lib/ui.rb:182:in `menu' from /Users/gweltaz/Library/Application Support/TextMate/Managed/Bundles/Bundle Support.tmbundle/Support/shared/lib/ui.rb:177:in `popen' from /Users/gweltaz/Library/Application Support/TextMate/Managed/Bundles/Bundle Support.tmbundle/Support/shared/lib/ui.rb:177:in `menu' from Citation (Ref-TeX Style):18
On Sep 5, 2012, at 3:09 AM, Gildas Hamel gweltaz@ucsc.edu wrote:
A recent problem cropped up in my use of the LaTeX bundle recently. Since r9295, I get the message I paste below when I try to insert a Ref-TeX Style citation in my document […]
The error seems to indicate you lack the dialog support.
Try press ⌃R on a line containing:
"$DIALOG" --version
On Sep 5, 2012, at 3:09 AM, Gildas Hamel gweltaz@ucsc.edu wrote:
A recent problem cropped up in my use of the LaTeX bundle recently. Since r9295 […]
Someone had a similar problem and it turns out because he had local versions of the Dialog.tmPlugin.
TextMate is now 64 bit and thus would not be compatible with the old 32 bit versions, and in general, we strongly discourage people to keep local versions of the stuff included with TextMate (as local versions eclipse what’s included with TextMate).
So probably run:
rm -rf {,~}/Library/Application\ Support/TextMate/{PlugIns,Support}
* Skriv a reas Allan Odgaard (mailinglist@textmate.org):
|> So probably run: |> |> rm -rf {,~}/Library/Application\ Support/TextMate/{PlugIns,Support} |>
That solved the problem, thank you so much. I had old DIALOG versions. I now have "$DIALOG" --version tm_dialog2 2.0 (2012-09-04 revision 9300) --Gildas