The recursive scan in the LaTeX bundle Insert Citation command was working with TextMate 9489 until I tried OS 10.9. It doesn't work any more when I hit Control-Shift-{ or Option-Escape. Anything I could do to fix this issue?
Here is the message from the bundle:
/Users/gweltaz/Library/Application Support/Avian/Pristine Copy/Bundles/latex.tmbundle/Support/lib/LaTeXUtils.rb:204:in `recursive_scan': undefined method `each_with_index' for #String:0x007fd7019781e8 (NoMethodError) from /Users/gweltaz/Library/Application Support/Avian/Pristine Copy/Bundles/latex.tmbundle/Support/lib/LaTeXUtils.rb:256:in `cite_scan' from /Users/gweltaz/Library/Application Support/Avian/Pristine Copy/Bundles/latex.tmbundle/Support/lib/LaTeXUtils.rb:63:in `get_citations' from Citation Based on Current Word / Selection…:8:in `<main>'
Gildas
On 24 Oct 2013, at 20:45, Gildas Hamel wrote:
The recursive scan in the LaTeX bundle Insert Citation command was working with TextMate 9489 until I tried OS 10.9. It doesn't work any more when I hit Control-Shift-{ or Option-Escape. Anything I could do to fix this issue?
It looks like you have a custom version of the LaTeX bundle which likely lack the ruby shebang fix.
You can revert by removing ~/Library/Application Support/Avian/Pristine Copy/Bundles/latex.tmbundle
To ensure there are no customizations at all see https://github.com/textmate/textmate/wiki/Reverting-To-Defaults
* Skriv a reas Allan Odgaard (mailinglist@textmate.org): |> On 24 Oct 2013, at 20:45, Gildas Hamel wrote: |> |> >The recursive scan in the LaTeX bundle Insert Citation command |> >was working with TextMate 9489 until I tried OS 10.9. It |> >doesn't work any more when I hit Control-Shift-{ or |> >Option-Escape. Anything I could do to fix this issue? |> |> It looks like you have a custom version of the LaTeX bundle |> which likely lack the ruby shebang fix. |> |> You can revert by removing ~/Library/Application |> Support/Avian/Pristine Copy/Bundles/latex.tmbundle |> Thank you for the speedy answer and link. It works fine now. --gildas