Stéphane Marks
Stéphane Marks
Downloaded and testing. So far, so good.
Just tested this on a friend's M3 MAX laptop and got this ``` ./Emacs -Q 2025-02-26 16:19:24.032 Emacs[4893:90989] Failed to initialize color list unarchiver: Error Domain=NSCocoaErrorDomain Code=4864 "*** -[NSKeyedUnarchiver _initForReadingFromData:error:throwLegacyExceptions:]:...
I'll look at his set up more tomorrow. I have to "screen share" so it's a bit of an arrangement. Any idea what would cause the inconsistency between manually running...
Right, I forgot about that issue--I had that years ago. Thanks for googling. I'm not surprised if it still exists because Apple. I'll try that with him later and if...
My friend deleted the color file, and reinstalled xcode and the issue launching from Spotlight disappeared. I still haven't heard about command-line launching.
Could be, but I checked Caldwell's two builds, the 29 that works and the 30 that doesn't. codesign reports the identical minimal entitlements. His 30 doesn't accept dictation with the...
I was able to hack Caldwell's build scripts to work sufficiently to create an unsigned 29.4 binary (hence no entitlements or notarizing) in a dmg image. When run from the...
Another potentially useful nix Emacs builder https://github.com/purcell/nix-emacs-ci in addition to https://github.com/caldwell/build-emacs
That seems in harmony with other Emacs behavior that defaults to folding with all lower case specified and mixed case when search criteria are mixed. However, if I really want...
I'd first assumed that = would be as literal as its description but it doesn't work in combination with & as in =& to engage literal metadata completion. If that...