Allan:
First off, let me tell you how much I respect you. You've created a
tremendously valuable product which has literally logged more than a 1000
hours of usage for me. I've enjoyed extending it (RubyAMP, Git textmate
bundle, contributing to many more), and have really gotten full leverage out
of it.
Now the sobering part.
Things have been awfully quiet about TM2 for the last several months. You've
claimed you are still working on it, but I've just about lost hope. There
are no signs to reinforce my faith that TM2 will ever become a reality.
I use both Emacs and VIM. There are many strengths that TM has over it, so I
still consider it to be a superior editor in many regards. Some of these
I've articulated in my blog post,
http://tim.theenchanter.com/2010/02/emacs-baggage.html
I can't help but wonder if your promise of "free upgrades" has blasted a
crater in your motivation to work on TM2. Is there a possibility of this,
Allan? If so, I would suggest the following:
* Release a version of TM as TM2 with all the critical bugs fixed. Everyone
gets their free "upgrade" (except the macheist users as you've previously
stated). Perhaps include one or two new features.
* Post a public apology for over-promising TM2 features, and state that you
miscalculated how much you would be able to include in it as a free upgrade,
and from a business standpoint it's impossible to fund all of new
development as a free upgrade. Say you are terribly, terribly sorry, that
you are doing your best, and hope that people will be forgiving. (I know I
will).
* State that TM3 will be released with those features, and will be a paid
upgrade for everyone.
I would prefer to have a paid upgrade to TM3 than a non-paid non-existent
upgrade to TM2. Right now I can't pay any price to upgrade to TM2.
I think you have a shot at this to make this a profitable move for yourself.
Lots of people still use TM and many may come back. If my hunches are
correct, then I plead from you: don't sell us all short by selling yourself
short.
With the highest respect I'm capable of,
Tim Harper
Having just switched to TeX Live 2009, I'm experiencing a problem with synctex. Jumping from Skim to my LaTeX works fine, but "Jump to Current Line in Viewer" throws me the message
<div id="commandOutput"><div id="preText">
pdfsync.sty must be included to use this command
or use a typesetter that supports synctex (such as TexLive 2008)
but then jumps to the correct line when I next typeset. On my laptop at home, where I've only ever used TeX Live 2009, things are working as they should.
I suspect the answer is simple, but having fiddled around for some time, I was unable to fix it. Does anyone have any thoughts?
Many Thanks,
Austen
Thank you Allan,
sorry what I meant was I had added some bundles myself the previous week
(although not a PHP bundle) so I deleted those bundles.
In the event, I fixed things yesterday by reinstalling the application in
full after deleting it and any associated files I could find and this
worked.
Any info on what the error meant?
Luke
> But will this actually cause ^h to start working? On my machine,
> TM's ^h
> for Ruby has been broken for years (because it relies on fastri, which
> as far as I can tell is no longer supported because the ri format has
> changed). I just assumed it was broken for everyone. Are you saying
> that
> ^h still works for you? m.
I've found this patch:
http://rubyforge.org/tracker/index.php?func=detail&aid=11391&group_id=426&a…
at the end of the post (downloadable attachment).
It seems to work with TextMate 1589, jruby 1.5.1, and also in
Terminal, on Mac OS X Leopard.
Michèle Garoche
updated some bundles last week and now my PHP bundle is behaving very
weirdly.
each time I type a left parenthesis i.e.
(
symbol
it gives me the error "please cache your project first"
and does not type the parenthesis, making it impossible to use.
I have deleted all bundles added and when I deleted the PHP one, the error
went away, but obviously I still need the PHP bundle back! When I tried ti
again I got the error.
Is there an alternative PHP bundle I could try or is it something else?
my textmate is up to date and the php I installed through get-bundles and it
is default one.
Mac Os 10.5.6 intel mac.
many thanks to anyone who can help me shed light on this matter!
Luke
Hello,
with more and more of the bundles moving from SVN to GIT, I was wondering what would be the most convenient way to keep your bundles updated? I used to to have an SVN checkout of TM's bundles and to update I could simply do a 'svn update all' in the command line and all bundles were updated.
Is there a simple way to this with GIT as well? With the GetBundles bundle it only seems to be possible to do the update by individually looking at each installed bundle for an updated version and then installing this. Or am I missing something here?
Regards,
Carsten
Hi all,
Is there way to work in TextMate and then use TM key binding "cmd+r" to compile the tex document with, e.g. pdflatex, with TeXShop?
Thans in advance,
--
Christian
-Your time is limited, so don't waste it living someone else's life.-
Steve Jobs, 2005
Hi,
Could you help me to make a custom language colorization!
I have followed the short tutorial on the website
http://manual.macromates.com/en/language_grammars
but it didn't work for me, so I simplified it as much as possible but still
no success. I guess there is something simple which I am missing. How can I
make the following definition working:
{ scopeName = 'source.serpent';
fileTypes = ( 'serpent' );
patterns = (
{ begin = '<\?';
end = '\?>';
patterns = ( { include = 'source.php'; } );
},
);
}
it does not highlight php insertions in my file, but the standard language
definition for php (supplied with the editor) does it.
What do I need to do?
Thanks,
nuke
On Jun 5, 2010, at 5:00 AM, textmate-request(a)lists.macromates.com wrote:
> Date: Fri, 4 Jun 2010 13:28:19 -0500
> From: Donald Ephraim Curtis <dcurtis(a)gmail.com>
> Subject: [TxMt] Re: insecure world writable problem
> To: TextMate users <textmate(a)lists.macromates.com>
> Cc: "textmate(a)lists.macromates.com" <textmate(a)lists.macromates.com>
> Message-ID: <41483A8F-74A0-43FA-ACE7-8EA11771F177(a)gmail.com>
> Content-Type: text/plain; charset=us-ascii; format=flowed; delsp=yes
>
> Try:
>
> chmod o-w /usr/local/bin
Disk Utility (in /Applications/Utilities/) has a "Verify Disk Permissions" button in the First Aid tab. Click on your hard drive partition and hit the disk permissions button. See if that fixes your error.
-Roberto.
> But you may have bigger problems. Somehow the /usr/local/bin directory
> is world editable meaning any malicious script could copy another
> script or program into that directory. The problem is that the
> directory is in your shells PATH.
>
> On Jun 4, 2010, at 13:05, Christopher Brewster <cbrewster(a)gmail.com>
> wrote:
>
>> When running a python script, I suddenly have the following error
>> message
>>
>> /Library/Application Support/TextMate/Support/lib/tm/process.rb:194:
>> warning: Insecure world writable dir /usr/local/bin in PATH, mode
>> 040777
>>
>> I have tried re-installing textmate, and re-installing all the
>> bundles to no avail.
>>
>> Looking through the email list I cannot make heads or tails of what
>> the solution is.
>> Any suggestions are appreciated.
>>
>> Christopher