[NonGNU ELPA] Eldoc-Mouse version 3.0.4

ELPA update <[email protected]>
Newsgroups gmane.emacs.sources
Message-ID <[email protected]>
Version 3.0.4 of package Eldoc-Mouse has just been released in NonGNU ELPA.
You can now find it in M-x list-packages RET.

Eldoc-Mouse describes itself as:

  =====================================
  Display documentation for mouse hover
  =====================================

More at https://elpa.nongnu.org/nongnu/eldoc-mouse.html

## Summary:

  This package enhances `eldoc' by displaying documentation in a child frame
  when the mouse hovers over a symbol.  It integrates with `posframe' for popup
  documentation.  Enable it in buffers that you want to show documentation using
  eldoc for the symbol under the mouse cursor.

  To use, ensure posframe is installed, then add the following:

    (use-package eldoc-mouse :ensure t
      ;; replace <f1> <f1> to a key you like, "C-h ." maybe.
      ;; Displaying document on a popup when you press a key.
      :bind (:map eldoc-mouse-mode-map
	     ("<f1> <f1>" . eldoc-mouse-pop-doc-at-cursor)) ;; optional
      ;; enable mouse hover for eglot managed buffers, and Emacs Lisp buffers (optional)
      :hook (eglot-managed-mode emacs-lisp-mode))

## Recent NEWS:

[Not provided 🙁]
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.