docs(macos): doctor: mention auth-source-macos-keychain bug in <29.3

I'm not actually sure when this was fixed, but the bug report title
claims this was reported in 29.1, so I'll assume it was merged by 29.3.
Needs verifying.

The explanation could use some work, but this'll do for now. I'll
welcome PRs to expand it if I don't get to it first.

Ref: https://lists.gnu.org/archive/html/bug-gnu-emacs/2023-08/msg00560.html
This commit is contained in:
Henrik Lissner 2024-07-18 20:56:41 -04:00
parent 90bbd7101a
commit 08fdcd2abf
No known key found for this signature in database
GPG key ID: B60957CA074D39A3

View file

@ -0,0 +1,6 @@
;;; os/macos/doctor.el -*- lexical-binding: t; -*-
;; See https://lists.gnu.org/archive/html/bug-gnu-emacs/2023-08/msg00560.html
(when (version< emacs-version "29.3")
(warn! "There are bugs in multi-user Keychain integration on Emacs <=29.2")
(explain! "See https://lists.gnu.org/archive/html/bug-gnu-emacs/2023-08/msg00560.html"))