I am trying to install the new Gist bundle and although I click on install and never get any error message directly, if I go to the log file I see that the bundle editor has cancelled the request.
What do I need to do?
Ken
On Mar 9, 2013, at 6:13 PM, Ken Snyder ken+textmate@ken.net wrote:
I am trying to install the new Gist bundle and although I click on install and never get any error message directly, if I go to the log file I see that the bundle editor has cancelled the request.
Can you provide the exact error?
Here is what I did:
cd ~/Library/Application\ Support/Avian/Bundles git clone git://github.com/hiltmon/Gist.tmbundle
Bundle registered without issues and works fine.
I’ll ask the author if we can add it to the index though, that way it’ll be possible to install via Preferences → Bundles.
On Mar 9, 2013, at 9:32 PM, Allan Odgaard mailinglist@textmate.org wrote:
[…] I’ll ask the author if we can add it to the index though, that way it’ll be possible to install via Preferences → Bundles.
And it appears the bundle is already available for install via Preferences → Bundles. Perhaps this is how you intalled it and got an error?
Yes I'm using the GetBundles approach where I choose the Gist from the GUI:
[image: Inline images 1]
It then pops up the following dialog:
[image: Inline images 2]
I click "Install" and then nothing. I then go to the "Open Log File" option under GetBundles:
[image: Inline images 3]
and it bring up the following in the console:
[image: Inline images 4]
---------- Forwarded message ---------- From: Allan Odgaard mailinglist@textmate.org Date: 9 March 2013 20:52 Subject: [TxMt] Re: Installation of the bundle “Gist” was canceled by the ‘Bundle Editor’ To: TextMate users textmate@lists.macromates.com
On Mar 9, 2013, at 9:32 PM, Allan Odgaard mailinglist@textmate.org wrote:
[…] I’ll ask the author if we can add it to the index though, that way
it’ll be possible to install via Preferences → Bundles.
And it appears the bundle is already available for install via Preferences → Bundles. Perhaps this is how you intalled it and got an error?
_______________________________________________ textmate mailing list textmate@lists.macromates.com http://lists.macromates.com/listinfo/textmate
BTW, I tried it just with a git clone (versus GetBundles GUI) and got it installed but I now get this ugly error message when I try and create either a public or a private Gist:
[image: Inline images 1]
:^(
---------- Forwarded message ---------- From: Ken Snyder ken+textmate@ken.net Date: 10 March 2013 09:22 Subject: Fwd: [TxMt] Re: Installation of the bundle “Gist” was canceled by the ‘Bundle Editor’ To: Textmate Mailing List textmate@lists.macromates.com
Yes I'm using the GetBundles approach where I choose the Gist from the GUI:
[image: Inline images 1]
It then pops up the following dialog:
[image: Inline images 2]
I click "Install" and then nothing. I then go to the "Open Log File" option under GetBundles:
[image: Inline images 3]
and it bring up the following in the console:
[image: Inline images 4]
---------- Forwarded message ---------- From: Allan Odgaard mailinglist@textmate.org Date: 9 March 2013 20:52 Subject: [TxMt] Re: Installation of the bundle “Gist” was canceled by the ‘Bundle Editor’ To: TextMate users textmate@lists.macromates.com
On Mar 9, 2013, at 9:32 PM, Allan Odgaard mailinglist@textmate.org wrote:
[…] I’ll ask the author if we can add it to the index though, that way
it’ll be possible to install via Preferences → Bundles.
And it appears the bundle is already available for install via Preferences → Bundles. Perhaps this is how you intalled it and got an error?
_______________________________________________ textmate mailing list textmate@lists.macromates.com http://lists.macromates.com/listinfo/textmate
On Mar 10, 2013, at 10:22 AM, Ken Snyder ken+textmate@ken.net wrote:
Yes I'm using the GetBundles approach […]
You shouldn’t use that for bundles available via the Preferences → Bundles list. In fact, I don’t think the GetBundles has been updated to install in a location that 2.0 reads from.
BTW, I tried it just with a git clone (versus GetBundles GUI) and got it installed but I now get this ugly error message when I try and create either a public or a private Gist:
I suggest you start from scratch by removing the following two folders, relaunch TextMate, and then install bundles only via Preferences → Bundles:
~/Library/Application Support/Avian ~/Library/Application Support/TextMate
If you still have a problem, let me know.
Ok, well I have done as you suggested and Gist seems to work now but I'm a little bit confused .... it hasn't recreated an Avian folder. Shouldn't it? In the past i had linked the Application Support/Avian/Bundles folder to dropbox so my desktop and laptop always were in sync for my own bundles. Should I be doing this a different way?
On 10 March 2013 11:05, Allan Odgaard mailinglist@textmate.org wrote:
On Mar 10, 2013, at 10:22 AM, Ken Snyder ken+textmate@ken.net wrote:
Yes I'm using the GetBundles approach […]
You shouldn’t use that for bundles available via the Preferences → Bundles list. In fact, I don’t think the GetBundles has been updated to install in a location that 2.0 reads from.
BTW, I tried it just with a git clone (versus GetBundles GUI) and got it
installed but I now get this ugly error message when I try and create either a public or a private Gist:
I suggest you start from scratch by removing the following two folders, relaunch TextMate, and then install bundles only via Preferences → Bundles:
~/Library/Application Support/Avian ~/Library/Application Support/TextMate
If you still have a problem, let me know.
textmate mailing list textmate@lists.macromates.com http://lists.macromates.com/listinfo/textmate
On Mar 10, 2013, at 7:21 PM, Ken Snyder ken+textmate@ken.net wrote:
Ok, well I have done as you suggested and Gist seems to work now but I'm a little bit confused .... it hasn't recreated an Avian folder. Shouldn't it?
This folder is only for customized / custom bundles, or installed “manually”. The folder is not created before it is required.
In the past i had linked the Application Support/Avian/Bundles folder to dropbox so my desktop and laptop always were in sync for my own bundles. Should I be doing this a different way?
That is fine, well, except for the fact that DropBox seems to trigger a file system bug that cripple file system notifications, which is a problem for TextMate because it relies solely on these, to learn when bundles are updated.
I don’t know how widespread the problem is though, but now you’re warned.
Long-term we’ll have to create some fallback code that polls the file system.