Dave Abrahams

Results 220 issues of Dave Abrahams

https://trac.macports.org/ticket/66658 describes a little patch you could apply that would make it less annoying to turn on native compilation, if you so chose.

This technique described [here](https://github.com/railwaycat/homebrew-emacsmacport/blob/master/Formula/emacs-mac.rb#L191) no longer works. What I currently do is open Script Editor and create a script containing ```AppleScript tell application "Finder" to open POSIX file "/opt/homebrew/opt/emacs-mac/Emacs.app" ```...

On an Intel mac, if I build `--with-native-compilation` and follow the suggested `osascript` command to create the alias file, this is what happens when I launch via spotlight: ``` -------------------------------------...

~I have a suspicion that [this bug](https://github.com/dabrahams/cmake-xcode-module-path-bug) may be triggered by the CMakeLists doing things they probably shouldn't, e.g. globally setting variables like `CMAKE_Swift_MODULE_DIRECTORY` even when it is not top-level...

Sorry for abusing this issue tracker, but I don't know how else to reach you as I'm not on Twitter. [This nice article](https://cor3ntin.github.io/posts/safety/) contains a link to Hylo on the...

…which you may be prone to do due to the unavailability of negative assertions in elisp regexps, to keep some variable out of its usual customization location. This somehow causes...

If I make edits to a customization stanza and then save customizations through the UI, the edits will get clobbered. Maybe the thing to do is store an md5 of...

github allows one to drop the ".git" extension.

This is after `'-p' ``` lisp signal(json-readtable-error nil) json-read() (let ((json-object-type (quote plist))) (json-read)) (let* ((data (let ((json-object-type (quote plist))) (json-read))) (err (plist-get data :error))) (when err (error "GitHub error:...

I'm using SourceKitten indirectly through the Jazzy doc generator. The YAML file does in fact exist and is [attached (compressed)](https://github.com/jpsim/SourceKitten/files/12286092/debug.yaml.zip) ``` Using config file /Users/dave/src/val/.jazzy.yml Running swift build SPM build...