Skip to content

eldoc-mode disabled, global-eldoc-mode ignored. #2934

@convexstrictly

Description

@convexstrictly

I upgraded to emacs 27.1 and cider 20201122.1448. For some reason, eldoc-mode is always nil before and after jack-in. global-eldoc-mode is t. However until I enable eldoc-mode, I don't see any function signatures in the minibuffer.

System Information

;; CIDER 1.0.0snapshot (package: 20201122.1448), nREPL 0.8.3
;; Clojure 1.10.1, Java 13

Linux desktop 4.4.0-194-generic #226-Ubuntu SMP Wed Oct 21 10:19:36 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux

I even reduced my .emacs to just the following lines to ensure it wasn't some side-effect of some other configuration that was causing these problems.

(package-initialize)
(add-to-list 'package-archives 
	     '("melpa" . "http://melpa.org/packages/")
	     '("marmalade" . "http://marmalade-repo.org/packages/"))

(eval-when-compile
  (require 'use-package))

Metadata

Metadata

Assignees

No one assigned

    Labels

    buggood first issueA simple tasks suitable for first-time contributors

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions