Michael Fox

Results 13 comments of Michael Fox
trafficstars

`unittest.lsp` passes over here but `torture.scm` segfaults. But maybe that's the point of `torture.scm`.

That would be helpful. The problem is still that ulib doesn't build easily on mac. On Sat, Jun 17, 2017 at 4:39 PM, jdall wrote: > Doing the usual >...

Googling: gtk_show_uri operation not supported Looks like there's tons of reports of this going wrong on various systems for many years. On OS X specifically there's a program called `/usr/bin/open`...

It's a thorny issue. You'd think in 2014 opening a web page is something we could agree on but bug reports cover OS X, Windows and especially Linux. It depends...

Thanks. Is your code cross-platform or does it only work on the Mac? On Sat, Mar 21, 2015 at 8:45 AM, potpath [email protected] wrote: > For double-click, see my fork...

Your patch works for me. There were a couple lines you had to change to keep clang happy. I had to switch them back for the same reason. We're probably...

I think it might be the Python version. I'm using this one, installed by homebrew: ``` Python 2.7.8 (default, Oct 24 2014, 11:16:42) [GCC 4.2.1 Compatible Apple LLVM 6.0 (clang-600.0.54)]...

I have a similar clang: ``` Apple LLVM version 6.0 (clang-600.0.57) (based on LLVM 3.5svn) Target: x86_64-apple-darwin14.1.0 Thread model: posix ``` I think it's likely a python two versus Python...

I implemented triple click in my fork. Let me know if you want want a pull request. Thanks again. This was really helpful.