Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
    • Switch to GitLab Next
  • Sign in / Register
  • P python-mode
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 12
    • Issues 12
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 0
    • Merge requests 0
  • Deployments
    • Deployments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • Code review
    • Insights
    • Issue
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar

GitLab 15.0 is launching on May 22! This version brings many exciting improvements, but also removes deprecated features and introduces breaking changes that may impact your workflow. To see what is being deprecated and removed, please visit Breaking changes in 15.0 and Deprecations.

  • python-mode-devs
  • python-mode
  • Merge requests
  • !4

Add support for 'global-eldoc-mode' fix for Emacs 26+

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged
Philip Blair requested to merge peblair/python-mode:emacs-26-fix-eldoc into master Jul 16, 2017
  • Overview 0
  • Commits 1
  • Changes 1

python-mode had an issue on Emacs 25 which caused the *Python-Help* window to frequently appear when placing the cursor next to a piece of text for a second or so. This was fixed by disabling global-eldoc-mode, but python-mode does this if the major version is exactly 25. This patch updates this functionality to support Emacs 26+ as well, since the issue is still present on Emacs 26.

Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: emacs-26-fix-eldoc