-
Notifications
You must be signed in to change notification settings - Fork 171
Open
Description
Expected Behavior
Mousing over a link highlights the link with no messages.
Actual Behavior
Mousing over a link spams "Invalid face reference: quote" in *Messages*
Steps to Reproduce
- Mouse over a link
Solution
This is actually fixed on the master branch right now, by unrelated refactoring. The problematic code was:
(when markdown-mouse-follow-link
(setq lp (append lp '(mouse-face 'markdown-highlight-face)))
(setq up (append up '(mouse-face 'markdown-highlight-face))))
which erroneously double-quoted markdown-highlight-face.
I make this issue just as a reference, and to suggest cutting a new release so users can get this fix.
Software Versions
- Markdown Mode: markdown-mode, version 2.7
- Emacs: GNU Emacs 30.1.90 (build 57, x86_64-pc-linux-gnu, X toolkit, cairo version 1.15.12, Xaw scroll bars) of 2025-09-23
- OS: Linux
Metadata
Metadata
Assignees
Labels
No labels