I’ve had this issue pop up often, but not currently. I am never quite sure what I do to fix it. PATH issues or gem issues?
> On Dec 2, 2019, at 4:00 AM, textmate-request(a)lists.macromates.com wrote:
>
> Date: Sun, 1 Dec 2019 13:10:19 -0700 (MST)
> From: feek <feekdiv(a)gmail.com <mailto:feekdiv@gmail.com>>
> To: textmate(a)lists.macromates.com <mailto:textmate@lists.macromates.com>
> Subject: [TxMt] Re: Problem running ruby commands
> Message-ID: <1575231019120-0.post(a)n5.nabble.com <mailto:1575231019120-0.post@n5.nabble.com>>
> Content-Type: text/plain; charset=us-ascii
>
> I just updated to Catalina today...
>
> is this message also related to not bundled Ruby in Catalina :( ?
>
> https://feek.d.pr/Y1mSwd/3q2OYQOmNo <https://feek.d.pr/Y1mSwd/3q2OYQOmNo>
>
> == Feek
Same here with current Catalina and TM 2.0. I had noticed it, but was focusing on whatever needed doing and forgot about it.
> On Dec 2, 2019, at 4:00 AM, textmate-request(a)lists.macromates.com wrote:
>
> Subject: [TxMt] Re: Double-spaced menus in Catalina
Hello
The command « set master file » does not seem to work anymore.
I may have forgotten something.
How should I use this command?
Best regards,
Alain Matthes
This won’t be very helpful.
But Markdown preview works on my MBP with Catalina and I installed Python for QGIS. HomeBrew install didn’t work with QGIS, so ended up using the installer at https://www.python.org/downloads/ <https://www.python.org/downloads/>
> On Nov 11, 2019, at 10:19 AM, textmate-request(a)lists.macromates.com wrote:
>
> Send TextMate mailing list submissions to
> textmate(a)lists.macromates.com
>
> To subscribe or unsubscribe via the World Wide Web, visit
> https://lists.macromates.com/listinfo/textmate
> or, via email, send a message with subject or body 'help' to
> textmate-request(a)lists.macromates.com
>
> You can reach the person managing the list at
> textmate-owner(a)lists.macromates.com
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of TextMate digest..."
>
>
> Today's Topics:
>
> 1. Problem with Markdown Preview (Tao Zha)
> 2. Re: Problem with Markdown Preview (Graham Heath)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Mon, 11 Nov 2019 11:39:53 -0500
> From: Tao Zha <zmail(a)tzha.net>
> To: tm-support(a)macromates.com, textmate(a)lists.macromates.com
> Subject: [TxMt] Problem with Markdown Preview
> Message-ID: <A7A0E9C7-ACE3-4176-8210-2225D3B72375(a)tzha.net>
> Content-Type: text/plain; charset="us-ascii"
>
> Hi:
>
> After I updated macOS Catalina, Markdown Preview no longer works. I got the following error message:
>
> Please install the Redcarpet and Pygments.rb RubyGems by running the following:
> /usr/bin/gem install --user redcarpet pygments.rb
>
> After I ran the above command, I received the following error message from the Terminal:
>
> $ /usr/bin/gem install --user redcarpet pygments.rb
> Building native extensions. This could take a while...
> ERROR: Error installing redcarpet:
> ERROR: Failed to build gem native extension.
>
> current directory: /Users/tzha/.gem/ruby/2.6.0/gems/redcarpet-3.5.0/ext/redcarpet
> /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/bin/ruby -I /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0 -r ./siteconf20191111-836-11oqvm2.rb extconf.rb
> mkmf.rb can't find header files for ruby at /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/include/ruby.h
>
> You might have to install separate package for the ruby development
> environment, ruby-dev or ruby-devel for example.
>
> extconf failed, exit code 1
>
> Gem files will remain installed in /Users/tzha/.gem/ruby/2.6.0/gems/redcarpet-3.5.0 for inspection.
> Results logged to /Users/tzha/.gem/ruby/2.6.0/extensions/universal-darwin-19/2.6.0/redcarpet-3.5.0/gem_make.out
> Successfully installed pygments.rb-1.2.1
> Parsing documentation for pygments.rb-1.2.1
> Done installing documentation for pygments.rb after 0 seconds
> 1 gem installed
>
> Can someone help me to resolve this issue?
>
> Thanks,
>
> Tao
>
Hello TM2 users,
just created a miniconda environment called `py37` which I activate via `conda activate py37`. In my endeavour to tell TM2 how to execute a python code with this environment I found this stackoverflow "solution": https://stackoverflow.com/a/8989779
If this is the way to go – I am a novice and need some help:
- assuming I put this into `/usr/local/bin/`
- I guess the file extension is sh and I call it via `sh wrapperscript.sh`? -- is this somehow affected by the new shell in Terminal in Catalina?
- is "MY-ENV" = "py37" in my case? -- or should this be replaced with `conda activate py37`?
- what does "$@" mean
If this is not the way to go, then what should I do? ;-)
Thanks for your help.
Cheers,
Claus
I’ve been getting this abnormal exit issue with the latest TM (2.0.3). There seems to be a problem saving the opened tabs state in projects on closing of the App.
When I reopen TM, the Disable Session Restore dialog appears. I click on Restore Documents and the tabs from a previous state (before 2.0.3) is always brought back.
Anyone else have this issue?
My Info.plist ~/Library/Application Support/TextMate/Session remains dated Oct. 26 so isn’t being updated.
Ed Wong
As seen in screen shot the Stats for selection menu item of the text bundle is garbled too wide, I guess (at least under 10.15.1 Beta (19B77a) & TM version 2.0.3)
Hi:
After I updated macOS Catalina, Markdown Preview no longer works. I got the following error message:
Please install the Redcarpet and Pygments.rb RubyGems by running the following:
/usr/bin/gem install --user redcarpet pygments.rb
After I ran the above command, I received the following error message from the Terminal:
$ /usr/bin/gem install --user redcarpet pygments.rb
Building native extensions. This could take a while...
ERROR: Error installing redcarpet:
ERROR: Failed to build gem native extension.
current directory: /Users/tzha/.gem/ruby/2.6.0/gems/redcarpet-3.5.0/ext/redcarpet
/System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/bin/ruby -I /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0 -r ./siteconf20191111-836-11oqvm2.rb extconf.rb
mkmf.rb can't find header files for ruby at /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/include/ruby.h
You might have to install separate package for the ruby development
environment, ruby-dev or ruby-devel for example.
extconf failed, exit code 1
Gem files will remain installed in /Users/tzha/.gem/ruby/2.6.0/gems/redcarpet-3.5.0 for inspection.
Results logged to /Users/tzha/.gem/ruby/2.6.0/extensions/universal-darwin-19/2.6.0/redcarpet-3.5.0/gem_make.out
Successfully installed pygments.rb-1.2.1
Parsing documentation for pygments.rb-1.2.1
Done installing documentation for pygments.rb after 0 seconds
1 gem installed
Can someone help me to resolve this issue?
Thanks,
Tao
Hello,
After installing the latest security update on macOS 10.13 I no longer
seem to be able to launch TextMate.
When I try to open it, a number of windows get opened in the launchpad
(those that were "hidden"), but before opening all other windows
finishes, the program crashes (crash log is in attachment).
Does anyone have any idea how I could do any of the following:
- find the contents of unsaved snippets
- potentially "purge" the open windows and at least try to see if I
can start TM in a clean fashion.
The only "useful" information I see in the crash log is:
Application Specific Information:
old selected document ‘nil’, new selected document ‘Portfile’
I most definitely had a lot of files called "Portfile" opened when
TextMate still worked, but I don't know where 'nil' comes into play.
The rest looks the same as the garbage I get when mixing libc++ and
libstdc++, but it's probably completely unrelated anyway.
Thank you very much,
Mojca
PS: A bit of background information, in case it is relevant in any way
(probably not).
I usually had quite some windows open, very often using TextMate as a
"random notes, TODO lists, temporary copy-and-paste snippets which I
get from somewhere and plan to use later, ...", a bunch of documents I
had opened might no longer exist after the system reboot (I put a lot
of stuff under /tmp/), a lot of them were never saved, but were
automatically reopened every time when I rebooted the system (which
has worked very reliably ever since Lion), ...
Mac has been nagging me to install security updates for quite a while,
and I kept pushing "remind me again tomorrow", until I finally did it,
but ever since I wasn't able to fire up TextMate again, and this is
one of my top programs I use. I'm still on 10.13, I did download both
10.14 and 10.15, but never decided to actually upgrade. Curious
enough, during the last security update the computer suddenly notified
me that it failed to upgrade the OS (gosh, I never asked my mac to do
even do that, but at least I'm happy that it didn't do an automatic
upgrade). I don't know if any of that has anything to do with
TextMate, but I would be grateful for any advice or hint about
proceeding.