I recently switched from fink to Macports and reinstalled a bunch of stuff,
including Ruby and Ruby Gems. Ruby works fine on the system: I can run
"ruby", "irb", "gems", and "env ruby". (This is the Macports install, so
all Ruby binaries are now in /opt/local/bin.) However, When I try to
compile a LaTeX file from inside Textmate I get the following error:
env: ruby: No such file or directory
Presumably Textmate is still looking for my old version of Ruby. Where can
I change this setting?
--
W.P. McNeill
http://staff.washington.edu/billmcn/index.shtml
If you can send it to me I would appreciate it. Thanks!
On Thu, Oct 22, 2009 at 5:00 AM, ?douard Gilbert wrote:
> ----------------------------------------------------------------------
>
> Le 21 oct. 09 ? 12:08, Darren Brierton a ?crit :
>
> > This is why TextMate needs a DTD/Schema parser like PSGML-mode and
> > nXML-mode provide for Emacs.
>
> I started working on something, but never took time to finish.
>
> It's a XSTL stylesheet transforming Relax NG to TextMate grammar.
> Last time I wanted to add some information needed for completion, but
> had to take on something else and didn't finally get back to it.
>
> Revisions up to current were only doing (unperfect) syntax coloring.
>
> It's not working automatically and has quite a tendency to create long
> grammars.
> Test on the very simple plist DTD (~ 20 lines) gives results nearly
> 1000 lines long.
> Probably way too much redundancy.
>
> But I still can send it to you, if you'd like.
>
> > On 20 Oct 2009, at 22:26, Timothy Bates wrote:
> >
> >> someone will need to add the new elements to the bundle...
> >> On 20 Oct 2009, at 19:39, Rodrigo Soares wrote:
> >>
> >>> Hi,
> >>>
> >>> I can't collapse blocks of code written with new HTML5 structural
> >>> elements such as article, section and nav.
> >>>
> >>> Is there a way to make them work? HTML4 elements work fine.
> >>>
> >>> thanks,
> >>> Rodrigo
> >>>
> >>> _______________________________________________
> >>> textmate mailing list
> >>> textmate(a)lists.macromates.com
> >>> http://lists.macromates.com/listinfo/textmate
> >>
> >>
> >> _______________________________________________
> >> textmate mailing list
> >> textmate(a)lists.macromates.com
> >> http://lists.macromates.com/listinfo/textmate
> >
> >
> > _______________________________________________
> > textmate mailing list
> > textmate(a)lists.macromates.com
> > http://lists.macromates.com/listinfo/textmate
>
> ?douard GILBERT
> edouard.gilbert(a)gmail.com
>
> _______________________________________________
> textmate mailing list
> textmate(a)lists.macromates.com
> http://lists.macromates.com/listinfo/textmate
>
Hi,
I can't collapse blocks of code written with new HTML5 structural
elements such as article, section and nav.
Is there a way to make them work? HTML4 elements work fine.
thanks,
Rodrigo
Ok. Sounds like you might have a corruption in your setup. I'm using
Snow Leopard with its own python 2.6.1 install.
My Textmate is version 1.5.9 (1510).
If I were you I'd delete my Textmate app as well as ~/Library/
Application Support/Textmate folder. Also check you have no Textmate
folder under your Macintosh HD Library/Application Support folder.
Then re-install Textmate.
When you have the python file open make sure that Textmate has type
python selected at the bottom of the editor window.
You might well have tried these measures but I cannot think of
anything else that will help you. It does not seem to be a Snow
Leopard issue.
On Oct 13, 2009, at 5:23 AM, textmate-request(a)lists.macromates.com
wrote:
> Another thing I just noticed, if after running the script with cmd-R I
> close and re-open the file, it comes up blank.
>
> It appears to get overwritten whenever I run it with cmd-R.
>
> On Oct 12, 2009, at 5:15 AM, John Finch wrote:
>
>> Works here.
>> Make sure you have the placed the shebang at the top of the file.
>>
>> #!/usr/bin/env python
>>
>> That should help.
>> Here's the full file:
>>
>> #!/usr/bin/env python
>>
>> print('test')
>
> Date: Mon, 19 Oct 2009 22:18:53 -0700
> From: unussum(a)gmail.com
> Subject: [TxMt] Re: Python/IPython support
> To: TextMate users <textmate(a)lists.macromates.com>
> Message-ID: <09767F0B-381B-4D82-8A3F-ACCD8DCFDD2D(a)gmail.com>
> Content-Type: text/plain; charset=us-ascii; format=flowed; delsp=yes
>
> I made the mistake of setting an alias for bc, which I was not aware
> was the name of an existing unix tool (That's what I get for not
> capitalizing my personal aliases, I guess).
>
> # ~/.profile
> alias bc="echo ~/some/path"
> alias cdbc="cd $(bc)"
Your bc alias is just echoing the directory, which can be replaced by
a variable:
bc="~/some/path"
alias cdbc="cd ${bc}"
That should solve your problem.
-Roberto.
Dear Textmate-Users,
I tried to use "Preview" (5.0 (501)) as pdf viewer when creating LaTeX
documents with textmate 1.5.8 (1505) on Mac OS X 10.6.1. I set the
"LaTeX Preferences" in textmate accordingly (you can choose Preview
there). I also set TM_LATEX_VIEWER to Preview in the textmate
Preferences. I used to work with Skim that way and everything was
fine. Now I was wondering if that's also the case with Preview. And it
partially is. It updates the document perfectly, however, it jumps
back to the first page of the document - which is annoying. In Preview
you can also set "Start on the last viewed page" (see Preferences ->
PDF), however, this does not solve the problem. Is Preview not
supported? I get the following message on compiling .tex documents
with Preview as pdf viewer:
"check_open: Application appears not to understand request pdfsync is
not supported for this viewer"
If Preview is not supported, why is it a valid option in the LaTeX
Preferences in textmate?
Skim works perfectly, so there is an option. I am just curious what
might be the problem with Preview.
Many thanks,
Marius
Hi,
Something has happened to my TextMate configuration that is driving me
crazy, but I can't manage to figure it out.
When I click on a text line, farther right than the end of line, TM
now puts the caret there (ie where I clicked), instead of putting it
precisely at the end of line.
If now I press the return key, TM inserts a number of spaces before
the newline, to match where the caret is.
I hope my description is clear enough.
This definitely didn't happen some time ago. It used to stick the
caret at the end of text.
This is driving me crazy because of years of habits, clicking anywhere
on the right of a line to append to it,
I have looked in the preferences and could not find anything.
It's probably something stupid on my part, but I can't find it.
Any idea?
Many thanks,
Jean-Denis
I use the LaTeX bundle and Skim as my viewer. Since upgrading to Snow
Leopard, I find that processing LaTeX documents by way of the Typeset
& View (command+R) command fails after a few invocations. In
particular Skim becomes unresponsive. Is anyone else having this
problem? Does anyone know if it's a problem with Skim or with the
typesetting commands behind command+R?
Hey TextMaters,
I've been using TxMt for a while (with HTML and LaTex and Matlab), so
I know the value of bundles. I'm now working with an R-guy, and I saw
that there's an R bundle. I had it working for a sec, thought it was
out of date so deleted it, downloaded with svn the three R-related
bundles (R, R console(R.app), and R Console (Rdaemon)) but only the
latter two appear in the Bundle menu. Syntax highlighting no longer
works, and when I try to evaluate an R-script with apple-R, I get an
Xcode-related error.
Can anyone help me set me straight on getting R to work in a pretty
vanilla TextMate setup (I'm running Textmate 1.5.8 (1509)). Please
reply to the list and to me, millerj870(a)gmail.com.
Thanks in advance!
Jason
================================================================
Jason E. Miller, Ph.D.
Associate Professor of Mathematics
Director, the Next STEP, STEM Talent Expansion Program
Director, Mathematical Biology program
Truman State University
Kirksville, MO
http://pyrite.truman.edu/~millerj/http://step.truman.edu/http://mathbio.truman.edu/http://www.google.com/profiles/millerj870