GNU bug report logs - #18794
24.4; python mode eldoc unnecessarily resizes echo area

Previous Next

Package: emacs;

Reported by: Carlos Pita <carlosjosepita <at> gmail.com>

Date: Wed, 22 Oct 2014 14:27:01 UTC

Severity: minor

Tags: patch

Fixed in version 24.4

Done: fgallina <at> gnu.org (Fabián Ezequiel Gallina)

Bug is archived. No further changes may be made.

Full log


Message #18 received at 18794-done <at> debbugs.gnu.org (full text, mbox):

From: fgallina <at> gnu.org (Fabián Ezequiel Gallina)
To: 18794-done <at> debbugs.gnu.org
Subject: 24.4; python mode eldoc unnecessarily resizes echo area
Date: Sat, 15 Nov 2014 16:01:32 -0300
I cannot replicate this issue with Python 2.7.6 and Python 3.4.0

Given the following example file:

    try:
        from urlparse import urlparse
    except ImportError:
        from urllib.parse import urlparse

    urlparse

    def afunction(a, b, c=3, d=None):
        pass

Sending it with `python-shell-send-buffer` and then enabling eldoc-mode.

The observed behavior is:

  1. Placing the cursor over "urlparse", echo area displays "Parse a URL
  into 6 components:", without extra newline.

  2. Placing the cursor over "afunction", shows the signature of the
  function without extra newlines.

I'm closing this one, if you have a proper recipe, please re-open with
it.



Fabián




This bug report was last modified 10 years and 185 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.