Skip to content

"Invalid face reference: quote" when mousing over a link #919

@catern

Description

@catern

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

  1. 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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions