From unknown Mon Aug 18 09:08:09 2025 X-Loop: help-debbugs@gnu.org Subject: bug#31409: 25.3; Python.el: getting function signature with eldoc is not automatic Resent-From: seb@k-7.ch (=?UTF-8?Q?S=C3=A9bastien?= Gendre) Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Thu, 10 May 2018 18:02:06 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 31409 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: 31409@debbugs.gnu.org X-Debbugs-Original-To: bug-gnu-emacs@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.15259752672165 (code B ref -1); Thu, 10 May 2018 18:02:06 +0000 Received: (at submit) by debbugs.gnu.org; 10 May 2018 18:01:07 +0000 Received: from localhost ([127.0.0.1]:56816 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fGpsI-0000Yk-CH for submit@debbugs.gnu.org; Thu, 10 May 2018 14:01:06 -0400 Received: from eggs.gnu.org ([208.118.235.92]:42748) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fGod5-00077R-O9 for submit@debbugs.gnu.org; Thu, 10 May 2018 12:41:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fGocz-0005q3-8p for submit@debbugs.gnu.org; Thu, 10 May 2018 12:41:14 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.8 required=5.0 tests=BAYES_50 autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:53993) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1fGocz-0005px-55 for submit@debbugs.gnu.org; Thu, 10 May 2018 12:41:13 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:33711) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fGocx-000206-JH for bug-gnu-emacs@gnu.org; Thu, 10 May 2018 12:41:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fGocu-0005mC-EB for bug-gnu-emacs@gnu.org; Thu, 10 May 2018 12:41:11 -0400 Received: from 50-102-31-185.ftth.cust.kwaoo.net ([185.31.102.50]:60246 helo=k-7.ch) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1fGocu-0005k2-4O for bug-gnu-emacs@gnu.org; Thu, 10 May 2018 12:41:08 -0400 Received: from bilbon (alfred.local [192.168.1.1]) by k-7.ch (OpenSMTPD) with ESMTPSA id 3990a01d (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256:NO) for ; Thu, 10 May 2018 16:41:05 +0000 (UTC) From: seb@k-7.ch (=?UTF-8?Q?S=C3=A9bastien?= Gendre) Date: Thu, 10 May 2018 18:41:05 +0200 Message-ID: <87tvrf31lq.fsf@k-7.ch> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -4.1 (----) X-Mailman-Approved-At: Thu, 10 May 2018 14:01:03 -0400 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -5.1 (-----) --=-=-= Content-Type: text/plain In python-mode, to get a Python function signature in minibuffer, an user need to: - Start the Python shell (M-x run-python) - Enable eldoc (M-x eldoc-mode) - Send function definition or import to the shell (C-M-x or M-x python-shell-send-defun) It's too much steps and less efficient than what we have for Emacs Lisp. :( It would be so nice if this can be automaticaly done. Just move the point on a symbole and Emacs show you its signature directly. PS: I would be okay to work on this. Emacs informations: In GNU Emacs 25.3.1 (x86_64-redhat-linux-gnu, GTK+ Version 3.22.26) of 2018-01-12 built on buildhw-08.phx2.fedoraproject.org Windowing system distributor 'Fedora Project', version 11.0.11906000 Configured using: 'configure --build=x86_64-redhat-linux-gnu --host=x86_64-redhat-linux-gnu --program-prefix= --disable-dependency-tracking --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --sysconfdir=/etc --datadir=/usr/share --includedir=/usr/include --libdir=/usr/lib64 --libexecdir=/usr/libexec --localstatedir=/var --sharedstatedir=/var/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-dbus --with-gif --with-jpeg --with-png --with-rsvg --with-tiff --with-xft --with-xpm --with-x-toolkit=gtk3 --with-gpm=no --with-xwidgets --with-modules build_alias=x86_64-redhat-linux-gnu host_alias=x86_64-redhat-linux-gnu 'CFLAGS=-DMAIL_USE_LOCKF -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic' LDFLAGS=-Wl,-z,relro PKG_CONFIG_PATH=:/usr/lib64/pkgconfig:/usr/share/pkgconfig' Configured features: XPM JPEG TIFF GIF PNG RSVG IMAGEMAGICK SOUND DBUS GCONF GSETTINGS NOTIFY ACL LIBSELINUX GNUTLS LIBXML2 FREETYPE M17N_FLT LIBOTF XFT ZLIB TOOLKIT_SCROLL_BARS GTK3 X11 MODULES XWIDGETS Important settings: value of $LANG: fr_CH.utf8 value of $XMODIFIERS: @im=ibus locale-coding-system: utf-8-unix Major mode: Python Minor modes in effect: diff-auto-refine-mode: t shell-dirtrack-mode: t tooltip-mode: t global-eldoc-mode: t eldoc-mode: t electric-indent-mode: t mouse-wheel-mode: t tool-bar-mode: t menu-bar-mode: t file-name-shadow-mode: t global-font-lock-mode: t font-lock-mode: t blink-cursor-mode: t auto-composition-mode: t auto-encryption-mode: t auto-compression-mode: t line-number-mode: t transient-mark-mode: t Recent messages: Auto-saving...done Type "q" in help window to restore its previous buffer. Mark set [2 times] Auto-saving...done Auto-saving...done Mark set [3 times] Saved text from " At this moment, their is no manual for " Quit Type C-x 1 to delete the help window, C-M-v to scroll help. Load-path shadows: /usr/share/emacs/site-lisp/gnus-bonus/spam-stat hides /usr/share/emacs/25.3/lisp/gnus/spam-stat /usr/share/emacs/site-lisp/gnus-bonus/nnir hides /usr/share/emacs/25.3/lisp/gnus/nnir /usr/share/emacs/site-lisp/gnus-bonus/nnnil hides /usr/share/emacs/25.3/lisp/gnus/nnnil Features: (misearch multi-isearch jka-compr thingatpt ispell pp shadow sort mail-extr emacsbug message idna dired rfc822 mml mml-sec epg epg-config mm-decode mm-bodies mm-encode mail-parse rfc2231 mailabbrev gmm-utils mailheader sendmail rfc2047 rfc2045 ietf-drums mail-utils eieio-opt speedbar sb-image ezimage dframe find-func info-look info thai-util thai-word vc-git diff-mode python tramp-sh tramp tramp-compat auth-source cl-seq eieio eieio-core gnus-util mm-util help-fns mail-prsvr password-cache tramp-loaddefs trampver ucs-normalize shell pcomplete format-spec advice json map seq byte-opt bytecomp byte-compile cl-extra help-mode cconv comint ring ansi-color preview-latex emacs-goodies-loaddefs easy-mmode color-theme easymenu wid-edit cl clang-format cl-macs gv xml cl-loaddefs pcase cl-lib auto-loads tex-site time-date mule-util tooltip eldoc electric uniquify ediff-hook vc-hooks lisp-float-type mwheel x-win term/common-win x-dnd tool-bar dnd fontset image regexp-opt fringe tabulated-list newcomment elisp-mode lisp-mode prog-mode register page menu-bar rfn-eshadow timer select scroll-bar mouse jit-lock font-lock syntax facemenu font-core frame cl-generic cham georgian utf-8-lang misc-lang vietnamese tibetan thai tai-viet lao korean japanese eucjp-ms cp51932 hebrew greek romanian slovak czech european ethiopic indian cyrillic chinese charscript case-table epa-hook jka-cmpr-hook help simple abbrev minibuffer cl-preloaded nadvice loaddefs button faces cus-face macroexp files text-properties overlay sha1 md5 base64 format env code-pages mule custom widget hashtable-print-readable backquote dbusbind inotify dynamic-setting system-font-setting font-render-setting xwidget-internal move-toolbar gtk x-toolkit x multi-tty make-network-process emacs) Memory information: ((conses 16 330223 19077) (symbols 48 37111 4) (miscs 40 867 387) (strings 32 47324 8972) (string-bytes 1 1362083) (vectors 16 44587) (vector-slots 8 1015585 31521) (floats 8 258 580) (intervals 56 1007 57) (buffers 976 23)) --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEE8Ekr8gcEL8equwJETfxN5Rm50TwFAlr0diEACgkQTfxN5Rm5 0TxWThAAjNVQqqQaJAjzMll2L9ON8gwrEIPmjlX8YCIQZq4xRaYDX6VMobTBs9/9 jA9yBrlmiYNgUI0tSM5stCVOto/PaRW24dAROltGjuurlQi6YkIhKXWbTvPU4iRe FIqLa+dDOIqAkYTrWL8tTB+PN9fAFa4+Tj4iAuZwouY27i1dcky6+7lBqN4pH+Fy mRrjPsPZaKr1Y2j19mYJUEblEUS9SK0Uhtuj/1g1D4EH80bl5El87zY9EH21CUyX 7ALueinr3qUZ0s8mQ95u8cHrTxNotSYoml7HfaHxwOycGFkAJoIGasal/l/Bcw5W mCDcOeF76obop8LE0641rqKUsw6QZeo4PpiM44m/0ft+sXsrNTCJZ9f+l8G2z6gc vkVTLH+URusnuhu74i+dbH/WMWVbhwMHORW+Rh7ejJwVtY8Gonyyg3x5gxYrG6wT J4L709d1keJDZ0d+97ul0tZ/SXVKdn19KW85MSxdoZFu2svre8tXsSED+xZf/A9a 0HAqcEgc4tzlV0H7SFAX3s2/brJJKjY4+Q9fQLXT1P0esp8IUYTlm6eyx8Cu2g2z DPFi8sZgn4SU5xHEUGXa9R/6XF8u15trTsgx6kIWpqawaZpRJKyik++pFE/Nnf0S JG+DhzEicx6nwLm1XkYhXpG13N1dcZU3WA4sddMZ+dGzLDDkHag= =efxa -----END PGP SIGNATURE----- --=-=-=-- From unknown Mon Aug 18 09:08:09 2025 X-Loop: help-debbugs@gnu.org Subject: bug#31409: 25.3; Python.el: getting function signature with eldoc is not automatic Resent-From: Noam Postavsky Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Wed, 08 May 2019 02:20:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 31409 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: seb@k-7.ch (=?UTF-8?Q?S=C3=A9bastien?= Gendre) Cc: 31409@debbugs.gnu.org Received: via spool by 31409-submit@debbugs.gnu.org id=B31409.155728194414107 (code B ref 31409); Wed, 08 May 2019 02:20:02 +0000 Received: (at 31409) by debbugs.gnu.org; 8 May 2019 02:19:04 +0000 Received: from localhost ([127.0.0.1]:60049 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hOCAh-0003fT-L7 for submit@debbugs.gnu.org; Tue, 07 May 2019 22:19:03 -0400 Received: from mail-it1-f175.google.com ([209.85.166.175]:38808) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hOCAg-0003f0-B7 for 31409@debbugs.gnu.org; Tue, 07 May 2019 22:19:02 -0400 Received: by mail-it1-f175.google.com with SMTP id q19so1523769itk.3 for <31409@debbugs.gnu.org>; Tue, 07 May 2019 19:19:02 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version:content-transfer-encoding; bh=I0PP1AsKGsxr87niUGFCgqQtrLtNuNpCEi2mbfd/Vao=; b=g5Kr27j+7XeG0uwHic/JzZPYuVgnrAPfjuPxZKZ1T/P+PW8BPwWbd08BawhgMNMFeQ gEqngKkpftPg9Jh9/i4z5JI590J7cmbYNVMdxpyKuKuUVMbRKS+ThkwKxJAK5lkNjI1x V0HTGA0aln6QzOAA76wzDBCME1AORoOryT35G/MmicCtYmcMH5NDHW72yj7XeLRIPnGC +9ZbyeHXuoU4O+ncnUu5VSYBN7AAt9/YpTDHAqiWJ3gOUPp8uZIR6rjYvoZkXtzb2H5f 5q0pXGz5qMvld1ueHU8gPH92nUPOlPmfuQZETQycX7wVLOH1W9K+YeTh6arVZKwf2yP/ nJEw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:references:date:in-reply-to :message-id:user-agent:mime-version:content-transfer-encoding; bh=I0PP1AsKGsxr87niUGFCgqQtrLtNuNpCEi2mbfd/Vao=; b=TwfJ/gcSnUpstfyuWxEKbbpexgvDWEHsqyW2uUCk1UDr9vaLFS9edEIc77EjWgp9ew nxCUTJSg3aZ4V4n21aYP9qgBokAdSmI4mHMzpFN7PxJGj+pa/5+ZjZxKSJpazBF+3QgW yuihlByY7mAWwNa1MGawjSPjZJJ2kEiaDsZLiFoDtGU43OGwksgHPD8g2WHWKta5Hgc/ LggHiwpx3RMZkqD99Y6BawyC0yBwGSufiWfu3bmiTg4+JdcW8klQZxuAztOZU1taR04H YJEQC3bqkgaWslOMzZM4OHNatEy26RnD9USvW81iaVfBO82Z+5rdoY96fqwszsXVlX0g nyfg== X-Gm-Message-State: APjAAAUzooabKtP8VY8gmmbnWZPkeyaRrIhrjy+azQwkK456lDFSf5gr hvLrMTpbG1cgs+p40+4ZpREjFrzW X-Google-Smtp-Source: APXvYqyhf7slrySJdgHnZSFoNKbmyPtcO4Bf4Hqwo+THQw49N1fen+a6lhQ4GRPvZX5cTqgptYFgLA== X-Received: by 2002:a24:5ec2:: with SMTP id h185mr1667281itb.19.1557281936405; Tue, 07 May 2019 19:18:56 -0700 (PDT) Received: from minid (cbl-45-2-119-34.yyz.frontiernetworks.ca. [45.2.119.34]) by smtp.gmail.com with ESMTPSA id 136sm467928itk.28.2019.05.07.19.18.54 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Tue, 07 May 2019 19:18:54 -0700 (PDT) From: Noam Postavsky References: <87tvrf31lq.fsf@k-7.ch> Date: Tue, 07 May 2019 22:18:53 -0400 In-Reply-To: <87tvrf31lq.fsf@k-7.ch> ("=?UTF-8?Q?S=C3=A9bastien?= Gendre"'s message of "Thu, 10 May 2018 18:41:05 +0200") Message-ID: <875zqllmcy.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: 0.0 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) seb@k-7.ch (S=C3=A9bastien Gendre) writes: > In python-mode, to get a Python function signature in minibuffer, an > user need to: > - Start the Python shell (M-x run-python) You can use C-c C-p. > - Enable eldoc (M-x eldoc-mode) This step is no longer needed, global-eldoc-mode is on by default. > - Send function definition or import to the shell (C-M-x or M-x > python-shell-send-defun) > > It's too much steps and less efficient than what we have for Emacs > Lisp. :( The last step (loading function) is needed for Emacs Lisp too. So I guess just auto-starting Python shell would be needed. > It would be so nice if this can be automaticaly done. Just move the > point on a symbole and Emacs show you its signature directly. > > PS: I would be okay to work on this. From unknown Mon Aug 18 09:08:09 2025 X-Loop: help-debbugs@gnu.org Subject: bug#31409: 25.3; Python.el: getting function signature with eldoc is not automatic Resent-From: Lars Ingebrigtsen Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Thu, 04 Feb 2021 10:19:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 31409 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Noam Postavsky Cc: 31409@debbugs.gnu.org, =?UTF-8?Q?S=C3=A9bastien?= Gendre Received: via spool by 31409-submit@debbugs.gnu.org id=B31409.161243392424904 (code B ref 31409); Thu, 04 Feb 2021 10:19:01 +0000 Received: (at 31409) by debbugs.gnu.org; 4 Feb 2021 10:18:44 +0000 Received: from localhost ([127.0.0.1]:39790 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1l7bil-0006Tc-S3 for submit@debbugs.gnu.org; Thu, 04 Feb 2021 05:18:44 -0500 Received: from quimby.gnus.org ([95.216.78.240]:55506) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1l7bij-0006TM-SH for 31409@debbugs.gnu.org; Thu, 04 Feb 2021 05:18:42 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Content-Type:MIME-Version:Message-ID:In-Reply-To:Date: References:Subject:Cc:To:From:Sender:Reply-To:Content-Transfer-Encoding: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=xVaKmFkHkrEZlFDHwEr7Z7uSNN9i4x6icL0p4J/PcJo=; b=PsaNqSr6Xa7E5uJmiXjTummOq6 zI6u/TQjvK0nhqzZXv9F+n/sLMu9Hu2f6h12ZxIZubsqicujjbqXHa84zEMasnpB3c5QpF8gXw1HX oZWWRz5amc+nSFY94a2pzbNxbNdBUBX1nVFKkwedmQ2cwtypWWG0qiIWUA1BcQfp32dY=; Received: from cm-84.212.202.86.getinternet.no ([84.212.202.86] helo=xo) by quimby.gnus.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1l7bia-0005gQ-KO; Thu, 04 Feb 2021 11:18:35 +0100 From: Lars Ingebrigtsen References: <87tvrf31lq.fsf@k-7.ch> <875zqllmcy.fsf@gmail.com> X-Now-Playing: Mumdance & Logos's _#savefabric (6)_: "Return Of The Room 2 Lazer" Date: Thu, 04 Feb 2021 11:18:31 +0100 In-Reply-To: <875zqllmcy.fsf@gmail.com> (Noam Postavsky's message of "Tue, 07 May 2019 22:18:53 -0400") Message-ID: <874kist9u0.fsf@gnus.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Report: Spam detection software, running on the system "quimby.gnus.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see @@CONTACT_ADDRESS@@ for details. Content preview: Noam Postavsky writes: >> In python-mode, to get a Python function signature in minibuffer, an >> user need to: >> - Start the Python shell (M-x run-python) > > You can use C-c C-p. > >> - Enable eldoc (M-x eldoc-mode) > > [...] Content analysis details: (-2.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] X-Spam-Score: 0.0 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Noam Postavsky writes: >> In python-mode, to get a Python function signature in minibuffer, an >> user need to: >> - Start the Python shell (M-x run-python) > > You can use C-c C-p. > >> - Enable eldoc (M-x eldoc-mode) > > This step is no longer needed, global-eldoc-mode is on by default. > >> - Send function definition or import to the shell (C-M-x or M-x >> python-shell-send-defun) >> >> It's too much steps and less efficient than what we have for Emacs >> Lisp. :( > > The last step (loading function) is needed for Emacs Lisp too. So I > guess just auto-starting Python shell would be needed. I don't think auto-starting a Python shell would be generally appreciated? Bug I guess people who want this can just put run-python into python-mode-hook? So I'm not sure whether there's anything to do in this bug report? -- (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no From debbugs-submit-bounces@debbugs.gnu.org Thu Feb 04 05:18:48 2021 Received: (at control) by debbugs.gnu.org; 4 Feb 2021 10:18:48 +0000 Received: from localhost ([127.0.0.1]:39793 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1l7biq-0006Tt-4Q for submit@debbugs.gnu.org; Thu, 04 Feb 2021 05:18:48 -0500 Received: from quimby.gnus.org ([95.216.78.240]:55522) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1l7bio-0006TT-E8 for control@debbugs.gnu.org; Thu, 04 Feb 2021 05:18:46 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Subject:From:To:Message-Id:Date:Sender:Reply-To:Cc: MIME-Version:Content-Type:Content-Transfer-Encoding:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:In-Reply-To:References:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=aljXRuyVjxfs1WRWkmeth8x+bRYzJZO4AbE0tDk5uaI=; b=J/q3RMlqqCxe5hk1FCZhB8fY0K bX3myAQmNRcXtCB7/5Nhv9KWRfyaS1HFvbcRPPRnqMcNmpTkYOP2TuOqoTQ/PaDBJgo4XGv+q8+e0 ftaBQ8K57NQmTj74g5WH510OIsCQ3Bju+O6WDMc0eDZs+gn7L6xCAix/7QsCde2SMvWQ=; Received: from cm-84.212.202.86.getinternet.no ([84.212.202.86] helo=xo) by quimby.gnus.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1l7big-0005gX-P1 for control@debbugs.gnu.org; Thu, 04 Feb 2021 11:18:40 +0100 Date: Thu, 04 Feb 2021 11:18:37 +0100 Message-Id: <8735yct9tu.fsf@gnus.org> To: control@debbugs.gnu.org From: Lars Ingebrigtsen Subject: control message for bug #31409 X-Spam-Report: Spam detection software, running on the system "quimby.gnus.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see @@CONTACT_ADDRESS@@ for details. Content preview: tags 31409 + moreinfo quit Content analysis details: (-2.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) tags 31409 + moreinfo quit From unknown Mon Aug 18 09:08:09 2025 X-Loop: help-debbugs@gnu.org Subject: bug#31409: 25.3; Python.el: getting function signature with eldoc is not automatic Resent-From: Lars Ingebrigtsen Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Fri, 12 Mar 2021 01:55:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 31409 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: moreinfo To: Noam Postavsky Cc: 31409@debbugs.gnu.org, =?UTF-8?Q?S=C3=A9bastien?= Gendre Received: via spool by 31409-submit@debbugs.gnu.org id=B31409.161551405511253 (code B ref 31409); Fri, 12 Mar 2021 01:55:02 +0000 Received: (at 31409) by debbugs.gnu.org; 12 Mar 2021 01:54:15 +0000 Received: from localhost ([127.0.0.1]:55642 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lKX0J-0002vQ-Hp for submit@debbugs.gnu.org; Thu, 11 Mar 2021 20:54:15 -0500 Received: from quimby.gnus.org ([95.216.78.240]:53232) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lKX0I-0002vC-Fu for 31409@debbugs.gnu.org; Thu, 11 Mar 2021 20:54:14 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Content-Type:MIME-Version:Message-ID:In-Reply-To:Date: References:Subject:Cc:To:From:Sender:Reply-To:Content-Transfer-Encoding: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=ikqX0prKn/9sT0e+D1RV4B4mEUkiMeRugW1sTUbJfzQ=; b=U2DNONUjwbTejKWsVQM8jEj0OQ s23E1hNm9UjM7so7LQ7ArrTzQtrx85R+FfAPrmZNH5e5k14DxPTeD0dGSLlZANA6kzYxYiAicFv/Q 5RlUSJ4AcplAfi2FHa2+kaT1YY8DjwdsUXK2QURS6YiedmwGmpLN5Uqd7cOGfi7GCPwo=; Received: from cm-84.212.220.105.getinternet.no ([84.212.220.105] helo=xo) by quimby.gnus.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1lKX08-0007WH-U3; Fri, 12 Mar 2021 02:54:08 +0100 From: Lars Ingebrigtsen References: <87tvrf31lq.fsf@k-7.ch> <875zqllmcy.fsf@gmail.com> <874kist9u0.fsf@gnus.org> X-Now-Playing: Joni Mitchell's _Blue_: "Carey" Date: Fri, 12 Mar 2021 02:54:03 +0100 In-Reply-To: <874kist9u0.fsf@gnus.org> (Lars Ingebrigtsen's message of "Thu, 04 Feb 2021 11:18:31 +0100") Message-ID: <871rclw30k.fsf@gnus.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Report: Spam detection software, running on the system "quimby.gnus.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see @@CONTACT_ADDRESS@@ for details. Content preview: Lars Ingebrigtsen writes: > I don't think auto-starting a Python shell would be generally > appreciated? Bug I guess people who want this can just put run-python > into python-mode-hook? > > So I'm not sure whether there's any [...] Content analysis details: (-2.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] X-Spam-Score: 0.0 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Lars Ingebrigtsen writes: > I don't think auto-starting a Python shell would be generally > appreciated? Bug I guess people who want this can just put run-python > into python-mode-hook? > > So I'm not sure whether there's anything to do in this bug report? More information was requested, but no response was given within a month, so I'm closing this bug report. If the problem still exists, please respond to this email and we'll reopen the bug report. -- (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no From debbugs-submit-bounces@debbugs.gnu.org Thu Mar 11 20:54:22 2021 Received: (at control) by debbugs.gnu.org; 12 Mar 2021 01:54:22 +0000 Received: from localhost ([127.0.0.1]:55645 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lKX0P-0002vl-PH for submit@debbugs.gnu.org; Thu, 11 Mar 2021 20:54:21 -0500 Received: from quimby.gnus.org ([95.216.78.240]:53246) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lKX0O-0002vK-21 for control@debbugs.gnu.org; Thu, 11 Mar 2021 20:54:20 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Subject:From:To:Message-Id:Date:Sender:Reply-To:Cc: MIME-Version:Content-Type:Content-Transfer-Encoding:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:In-Reply-To:References:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=CsBgpFHoHsdmQwYkVppQHlKHOq4cyhE4hjwA4QHDVw4=; b=JJd7/1HthPdhmwqnmqD++o+4PQ sticTA2apPM7dU2ssQVx7EN9/UX1n18jsqyb3W6y5RKgQAP6Z2A7sDjySdNirbnMUswUTFvml5X7t X1YvARSsuD0vVmRl9KUTVQEBbB40jeUKQPJ53AvkehrpOomsoyx9IxVSdqQbB20Yib6w=; Received: from cm-84.212.220.105.getinternet.no ([84.212.220.105] helo=xo) by quimby.gnus.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1lKX0G-0007WX-6U for control@debbugs.gnu.org; Fri, 12 Mar 2021 02:54:14 +0100 Date: Fri, 12 Mar 2021 02:54:10 +0100 Message-Id: <87zgz9uofx.fsf@gnus.org> To: control@debbugs.gnu.org From: Lars Ingebrigtsen Subject: control message for bug #31409 X-Spam-Report: Spam detection software, running on the system "quimby.gnus.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see @@CONTACT_ADDRESS@@ for details. Content preview: close 31409 quit Content analysis details: (-2.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) close 31409 quit