Hi, when i tried to run generic complete in a latex file (to complete a \ref) I get the following inserted,
\ref{/bin/bash: line 1: /Macros/LaTeXcomplete.pl: No such file or directory }
can anyone help?
many thanks
Jeff
On 9/3/2006, at 15:38, Jeffrey Hau wrote:
\ref{/bin/bash: line 1: /Macros/LaTeXcomplete.pl: No such file or directory
http://lists.macromates.com/pipermail/textmate/2006-January/007942.html
The generic complete is not supported anymore, and has been removed from the recent version of the bundle. I would recommend checking out the latest version from the subversion repository (http:// www.macromates.com/textmate/manual/bundles#getting_more_bundles), and using the "Enhanced Insert Label..." command instead, for the ref completing. You can also simply press esc inside the \ref{ if you already have typed the first couple of letters from the citekey, it works just like regular word completion. Let us know if there is some completion functionality that you feel is missing from the bundle. On Mar 9, 2006, at 8:38 AM, Jeffrey Hau wrote:
Hi, when i tried to run generic complete in a latex file (to complete a \ref) I get the following inserted,
\ref{/bin/bash: line 1: /Macros/LaTeXcomplete.pl: No such file or directory }
can anyone help?
many thanks
Jeff
Haris
Hi, I have just installed the latest version,
my test file is
\lable{test-lable \ref{}
when i tried the "enhanced insert label.." (option esc) nothing happens, if i tried pressing just esc (with \ref{te} ), then i get the following error inserted
\ref{tein/bash: line 1: /Applications/TextMate.app/Contents/ SharedSupport/Support/bin/LatexLabelCompletions.rb: No such file or directory}
when i tried the enhanced insert label for \cite, 2 options come up: BibDeskCompletion and Bibliography Completion, but when i click on them, neither works (nothing happens, like for \ref), and I have set the TM_LATEX_BIB variable.
many thanks for your help
Jeff
On 9 Mar 2006, at 14:48, Charilaos Skiadas wrote:
The generic complete is not supported anymore, and has been removed from the recent version of the bundle. I would recommend checking out the latest version from the subversion repository (http:// www.macromates.com/textmate/manual/bundles#getting_more_bundles), and using the "Enhanced Insert Label..." command instead, for the ref completing. You can also simply press esc inside the \ref{ if you already have typed the first couple of letters from the citekey, it works just like regular word completion. Let us know if there is some completion functionality that you feel is missing from the bundle. On Mar 9, 2006, at 8:38 AM, Jeffrey Hau wrote:
Hi, when i tried to run generic complete in a latex file (to complete a \ref) I get the following inserted,
\ref{/bin/bash: line 1: /Macros/LaTeXcomplete.pl: No such file or directory }
can anyone help?
many thanks
Jeff
Haris
For new threads USE THIS: textmate@lists.macromates.com (threading gets destroyed and the universe will collapse if you don't) http://lists.macromates.com/mailman/listinfo/textmate
On Mar 9, 2006, at 9:03 AM, Jeffrey Hau wrote:
Hi, I have just installed the latest version,
my test file is
\lable{test-lable \ref{}
when i tried the "enhanced insert label.." (option esc) nothing happens, if i tried pressing just esc (with \ref{te} ), then i get the following error inserted
\ref{tein/bash: line 1: /Applications/TextMate.app/Contents/ SharedSupport/Support/bin/LatexLabelCompletions.rb: No such file or directory}
I'm terribly sorry, I forgot to mention: You need to also update from the repository the directory TextMate/Support This is the global support directory, and inside its bin subdirectory contains the LatexLabelCompletions.rb script, along with a couple more scripts necessary for these completions. For some technical reasons, these files could not have been put inside the LaTeX bundle.
when i tried the enhanced insert label for \cite, 2 options come up: BibDeskCompletion and Bibliography Completion, but when i click on them, neither works (nothing happens, like for \ref), and I have set the TM_LATEX_BIB variable.
These should work once you update the support directory. Let me know if they still don't.
many thanks for your help
Jeff
Haris
Hi Haris, Thanks for you quick reply. I am not sure how to update the TextMate/Support directory, do i just run
"svn update http://macromates.com/svn/Bundles/trunk/Support/" in the directory "/Applications/TextMate.app/Contents/SharedSupport/Support"?
or do I need to run ""svn co http://macromates.com/svn/Bundles/trunk/ Support/"
many thanks
Jeff
On 9 Mar 2006, at 15:08, Charilaos Skiadas wrote:
On Mar 9, 2006, at 9:03 AM, Jeffrey Hau wrote:
Hi, I have just installed the latest version,
my test file is
\lable{test-lable \ref{}
when i tried the "enhanced insert label.." (option esc) nothing happens, if i tried pressing just esc (with \ref{te} ), then i get the following error inserted
\ref{tein/bash: line 1: /Applications/TextMate.app/Contents/ SharedSupport/Support/bin/LatexLabelCompletions.rb: No such file or directory}
I'm terribly sorry, I forgot to mention: You need to also update from the repository the directory TextMate/Support This is the global support directory, and inside its bin subdirectory contains the LatexLabelCompletions.rb script, along with a couple more scripts necessary for these completions. For some technical reasons, these files could not have been put inside the LaTeX bundle.
when i tried the enhanced insert label for \cite, 2 options come up: BibDeskCompletion and Bibliography Completion, but when i click on them, neither works (nothing happens, like for \ref), and I have set the TM_LATEX_BIB variable.
These should work once you update the support directory. Let me know if they still don't.
many thanks for your help
Jeff
Haris
For new threads USE THIS: textmate@lists.macromates.com (threading gets destroyed and the universe will collapse if you don't) http://lists.macromates.com/mailman/listinfo/textmate
Hey Jeff, On Mar 9, 2006, at 9:20 AM, Jeffrey Hau wrote:
Hi Haris, Thanks for you quick reply. I am not sure how to update the TextMate/Support directory, do i just run
"svn update http://macromates.com/svn/Bundles/trunk/Support/" in the directory "/Applications/TextMate.app/Contents/SharedSupport/ Support"?
depending on where you have checked out your bundles, this support directory should be on a similar level. For instance, in my case the bundles are in: ~/Library/Application Support/TextMate/Bundles more typically, they are supposed to be in /Library... if you have admin access. The global support directory should then be ~/Library/Application Support/TextMate/Support I'm guessing you should either do svn up from within that directory, if you already have checked it out in the past, or else do "svn co http://macromates.com/svn/Bundles/trunk/Support/" from either this directory if you create it, or its parent. I'm afraid I can't remember if this svn co will create a Support folder for you at your current location or not. Probably Allan or someone else can confirm that.
or do I need to run ""svn co http://macromates.com/svn/Bundles/ trunk/Support/"
many thanks
Jeff
Haris
Thanks so much, it all works now!
I checked out the Support directory into /Library/Application Support/ TextMate, where my bundles were checked out.
Only been playing around with TextMate since this morning and I am already a convert :)
Jeff
On 9 Mar 2006, at 15:30, Charilaos Skiadas wrote:
Hey Jeff, On Mar 9, 2006, at 9:20 AM, Jeffrey Hau wrote:
Hi Haris, Thanks for you quick reply. I am not sure how to update the TextMate/Support directory, do i just run
"svn update http://macromates.com/svn/Bundles/trunk/Support/" in the directory "/Applications/TextMate.app/Contents/SharedSupport/ Support"?
depending on where you have checked out your bundles, this support directory should be on a similar level. For instance, in my case the bundles are in: ~/Library/Application Support/TextMate/Bundles more typically, they are supposed to be in /Library... if you have admin access. The global support directory should then be ~/Library/Application Support/TextMate/Support I'm guessing you should either do svn up from within that directory, if you already have checked it out in the past, or else do "svn co http://macromates.com/svn/Bundles/trunk/Support/" from either this directory if you create it, or its parent. I'm afraid I can't remember if this svn co will create a Support folder for you at your current location or not. Probably Allan or someone else can confirm that.
or do I need to run ""svn co http://macromates.com/svn/Bundles/ trunk/Support/"
many thanks
Jeff
Haris
For new threads USE THIS: textmate@lists.macromates.com (threading gets destroyed and the universe will collapse if you don't) http://lists.macromates.com/mailman/listinfo/textmate
On Mar 9, 2006, at 9:39 AM, Jeffrey Hau wrote:
Only been playing around with TextMate since this morning and I am already a convert :)
heh, that's about how much it took me too :) Soon enough you'll be creating your own bundles :) Glad everything works out now. Let me know in which ways the LaTeX bundle could be improved.
Jeff
Haris