From debbugs-submit-bounces@debbugs.gnu.org Thu May 10 14:08:10 2018 Received: (at submit) by debbugs.gnu.org; 10 May 2018 18:08:10 +0000 Received: from localhost ([127.0.0.1]:56841 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fGpz6-0000lk-4m for submit@debbugs.gnu.org; Thu, 10 May 2018 14:08:10 -0400 Received: from eggs.gnu.org ([208.118.235.92]:35980) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fGpz3-0000lF-0p for submit@debbugs.gnu.org; Thu, 10 May 2018 14:08:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fGpyv-0006hh-3d for submit@debbugs.gnu.org; Thu, 10 May 2018 14:07:59 -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]:41740) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1fGpyv-0006hT-06 for submit@debbugs.gnu.org; Thu, 10 May 2018 14:07:57 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55177) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fGpys-00040E-4U for bug-gnu-emacs@gnu.org; Thu, 10 May 2018 14:07:56 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fGpyo-0006f8-TN for bug-gnu-emacs@gnu.org; Thu, 10 May 2018 14:07:54 -0400 Received: from 50-102-31-185.ftth.cust.kwaoo.net ([185.31.102.50]:60364 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 1fGpyo-0006eV-JH for bug-gnu-emacs@gnu.org; Thu, 10 May 2018 14:07:50 -0400 Received: from bilbon (alfred.local [192.168.1.1]) by k-7.ch (OpenSMTPD) with ESMTPSA id 38c2028a (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256:NO) for ; Thu, 10 May 2018 18:07:48 +0000 (UTC) From: seb@k-7.ch (=?utf-8?Q?S=C3=A9bastien?= Gendre) To: bug-gnu-emacs@gnu.org Subject: 25.3; Semantic with Python: semantic-idle-summary-mode not print summary when cursor in parentheses Date: Thu, 10 May 2018 20:07:47 +0200 Message-ID: <87603vo03w.fsf@k-7.ch> MIME-Version: 1.0 Content-Type: text/plain 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-Debbugs-Envelope-To: submit 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 (-----) After enabled Semantic (M-x semantic) and 'semantic-idle-summary-mode' (M-x semantic-idle-summary-mode), I get summary of function only when the cursor (point) are on a function name. When I wrote the open parentheses to write call arguments of this function, I get no more summary. How to reproduce: - Start emacs ('emacs -q') and open a Python file - Enable Semantic (M-x semantic) and 'semantic-idle-summary-mode' (M-x semantic-idle-summary-mode) - Define a Python function with arguments (ex: test(var1, var2)) - Write a call to this function. - When the cursor are on the function name, you get the summary - When the cursor are between the parentheses, you get nothing 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: Org Minor modes in effect: diff-auto-refine-mode: t winner-mode: t nyan-mode: t projectile-mode: t global-auto-complete-mode: t shell-dirtrack-mode: t org-bullets-mode: t yas-global-mode: t yas-minor-mode: t electric-pair-mode: t show-paren-mode: t tooltip-mode: t global-eldoc-mode: t electric-indent-mode: t mouse-wheel-mode: t file-name-shadow-mode: t global-font-lock-mode: t font-lock-mode: t auto-composition-mode: t auto-encryption-mode: t auto-compression-mode: t column-number-mode: t line-number-mode: t transient-mark-mode: t Recent messages: Sending email done Sending...done Saving file /home/sebastien/Org/Emacs.org... Wrote /home/sebastien/Org/Emacs.org Undo! Priority of current item set to B Priority of current item set to C Priority of current item set to B Priority of current item set to A Priority removed Load-path shadows: /home/sebastien/.emacs.d/elpa/htmlize-20161211.1019/htmlize hides /usr/share/emacs/site-lisp/goodies/htmlize /home/sebastien/.emacs.d/elpa/markdown-mode-20170615.1216/markdown-mode hides /usr/share/emacs/site-lisp/goodies/markdown-mode /home/sebastien/.emacs.d/elpa/rpm-spec-mode-20160710.436/rpm-spec-mode hides /usr/share/emacs/site-lisp/rpm-spec-mode/rpm-spec-mode /home/sebastien/.emacs.d/elpa/org-20170918/org-pcomplete hides /usr/share/emacs/25.3/lisp/org/org-pcomplete /home/sebastien/.emacs.d/elpa/org-20170918/ox-latex hides /usr/share/emacs/25.3/lisp/org/ox-latex /home/sebastien/.emacs.d/elpa/org-20170918/org-bbdb hides /usr/share/emacs/25.3/lisp/org/org-bbdb /home/sebastien/.emacs.d/elpa/org-20170918/org-rmail hides /usr/share/emacs/25.3/lisp/org/org-rmail /home/sebastien/.emacs.d/elpa/org-20170918/org-mhe hides /usr/share/emacs/25.3/lisp/org/org-mhe /home/sebastien/.emacs.d/elpa/org-20170918/ob-lisp hides /usr/share/emacs/25.3/lisp/org/ob-lisp /home/sebastien/.emacs.d/elpa/org-20170918/ob-emacs-lisp hides /usr/share/emacs/25.3/lisp/org/ob-emacs-lisp /home/sebastien/.emacs.d/elpa/org-20170918/ob-ocaml hides /usr/share/emacs/25.3/lisp/org/ob-ocaml /home/sebastien/.emacs.d/elpa/org-20170918/ox-publish hides /usr/share/emacs/25.3/lisp/org/ox-publish /home/sebastien/.emacs.d/elpa/org-20170918/ob-eval hides /usr/share/emacs/25.3/lisp/org/ob-eval /home/sebastien/.emacs.d/elpa/org-20170918/org-ctags hides /usr/share/emacs/25.3/lisp/org/org-ctags /home/sebastien/.emacs.d/elpa/org-20170918/ob-C hides /usr/share/emacs/25.3/lisp/org/ob-C /home/sebastien/.emacs.d/elpa/org-20170918/ob-ruby hides /usr/share/emacs/25.3/lisp/org/ob-ruby /home/sebastien/.emacs.d/elpa/org-20170918/ob-css hides /usr/share/emacs/25.3/lisp/org/ob-css /home/sebastien/.emacs.d/elpa/org-20170918/ob-picolisp hides /usr/share/emacs/25.3/lisp/org/ob-picolisp /home/sebastien/.emacs.d/elpa/org-20170918/org-eshell hides /usr/share/emacs/25.3/lisp/org/org-eshell /home/sebastien/.emacs.d/elpa/org-20170918/org-version hides /usr/share/emacs/25.3/lisp/org/org-version /home/sebastien/.emacs.d/elpa/org-20170918/ob-sass hides /usr/share/emacs/25.3/lisp/org/ob-sass /home/sebastien/.emacs.d/elpa/org-20170918/ob-calc hides /usr/share/emacs/25.3/lisp/org/ob-calc /home/sebastien/.emacs.d/elpa/org-20170918/org-info hides /usr/share/emacs/25.3/lisp/org/org-info /home/sebastien/.emacs.d/elpa/org-20170918/ob-java hides /usr/share/emacs/25.3/lisp/org/ob-java /home/sebastien/.emacs.d/elpa/org-20170918/ox-md hides /usr/share/emacs/25.3/lisp/org/ox-md /home/sebastien/.emacs.d/elpa/org-20170918/ob-matlab hides /usr/share/emacs/25.3/lisp/org/ob-matlab /home/sebastien/.emacs.d/elpa/org-20170918/org-feed hides /usr/share/emacs/25.3/lisp/org/org-feed /home/sebastien/.emacs.d/elpa/org-20170918/ob-org hides /usr/share/emacs/25.3/lisp/org/ob-org /home/sebastien/.emacs.d/elpa/org-20170918/ob-maxima hides /usr/share/emacs/25.3/lisp/org/ob-maxima /home/sebastien/.emacs.d/elpa/org-20170918/ob-lob hides /usr/share/emacs/25.3/lisp/org/ob-lob /home/sebastien/.emacs.d/elpa/org-20170918/ox-beamer hides /usr/share/emacs/25.3/lisp/org/ox-beamer /home/sebastien/.emacs.d/elpa/org-20170918/org-mouse hides /usr/share/emacs/25.3/lisp/org/org-mouse /home/sebastien/.emacs.d/elpa/org-20170918/ox hides /usr/share/emacs/25.3/lisp/org/ox /home/sebastien/.emacs.d/elpa/org-20170918/ob-octave hides /usr/share/emacs/25.3/lisp/org/ob-octave /home/sebastien/.emacs.d/elpa/org-20170918/ob-ref hides /usr/share/emacs/25.3/lisp/org/ob-ref /home/sebastien/.emacs.d/elpa/org-20170918/ob-clojure hides /usr/share/emacs/25.3/lisp/org/ob-clojure /home/sebastien/.emacs.d/elpa/org-20170918/ox-icalendar hides /usr/share/emacs/25.3/lisp/org/ox-icalendar /home/sebastien/.emacs.d/elpa/org-20170918/ob-sql hides /usr/share/emacs/25.3/lisp/org/ob-sql /home/sebastien/.emacs.d/elpa/org-20170918/ob-makefile hides /usr/share/emacs/25.3/lisp/org/ob-makefile /home/sebastien/.emacs.d/elpa/org-20170918/ob-io hides /usr/share/emacs/25.3/lisp/org/ob-io /home/sebastien/.emacs.d/elpa/org-20170918/org-table hides /usr/share/emacs/25.3/lisp/org/org-table /home/sebastien/.emacs.d/elpa/org-20170918/ob-plantuml hides /usr/share/emacs/25.3/lisp/org/ob-plantuml /home/sebastien/.emacs.d/elpa/org-20170918/org-entities hides /usr/share/emacs/25.3/lisp/org/org-entities /home/sebastien/.emacs.d/elpa/org-20170918/ob-core hides /usr/share/emacs/25.3/lisp/org/ob-core /home/sebastien/.emacs.d/elpa/org-20170918/org-macs hides /usr/share/emacs/25.3/lisp/org/org-macs /home/sebastien/.emacs.d/elpa/org-20170918/ob-tangle hides /usr/share/emacs/25.3/lisp/org/ob-tangle /home/sebastien/.emacs.d/elpa/org-20170918/ob-js hides /usr/share/emacs/25.3/lisp/org/ob-js /home/sebastien/.emacs.d/elpa/org-20170918/ob-comint hides /usr/share/emacs/25.3/lisp/org/ob-comint /home/sebastien/.emacs.d/elpa/org-20170918/ob-R hides /usr/share/emacs/25.3/lisp/org/ob-R /home/sebastien/.emacs.d/elpa/org-20170918/org-id hides /usr/share/emacs/25.3/lisp/org/org-id /home/sebastien/.emacs.d/elpa/org-20170918/ob-haskell hides /usr/share/emacs/25.3/lisp/org/ob-haskell /home/sebastien/.emacs.d/elpa/org-20170918/org-docview hides /usr/share/emacs/25.3/lisp/org/org-docview /home/sebastien/.emacs.d/elpa/org-20170918/org-colview hides /usr/share/emacs/25.3/lisp/org/org-colview /home/sebastien/.emacs.d/elpa/org-20170918/ob-python hides /usr/share/emacs/25.3/lisp/org/ob-python /home/sebastien/.emacs.d/elpa/org-20170918/ob-asymptote hides /usr/share/emacs/25.3/lisp/org/ob-asymptote /home/sebastien/.emacs.d/elpa/org-20170918/ob-mscgen hides /usr/share/emacs/25.3/lisp/org/ob-mscgen /home/sebastien/.emacs.d/elpa/org-20170918/org-element hides /usr/share/emacs/25.3/lisp/org/org-element /home/sebastien/.emacs.d/elpa/org-20170918/org-plot hides /usr/share/emacs/25.3/lisp/org/org-plot /home/sebastien/.emacs.d/elpa/org-20170918/ob-screen hides /usr/share/emacs/25.3/lisp/org/ob-screen /home/sebastien/.emacs.d/elpa/org-20170918/org-faces hides /usr/share/emacs/25.3/lisp/org/org-faces /home/sebastien/.emacs.d/elpa/org-20170918/org-bibtex hides /usr/share/emacs/25.3/lisp/org/org-bibtex /home/sebastien/.emacs.d/elpa/org-20170918/org-datetree hides /usr/share/emacs/25.3/lisp/org/org-datetree /home/sebastien/.emacs.d/elpa/org-20170918/org-irc hides /usr/share/emacs/25.3/lisp/org/org-irc /home/sebastien/.emacs.d/elpa/org-20170918/org-gnus hides /usr/share/emacs/25.3/lisp/org/org-gnus /home/sebastien/.emacs.d/elpa/org-20170918/org-crypt hides /usr/share/emacs/25.3/lisp/org/org-crypt /home/sebastien/.emacs.d/elpa/org-20170918/org hides /usr/share/emacs/25.3/lisp/org/org /home/sebastien/.emacs.d/elpa/org-20170918/org-src hides /usr/share/emacs/25.3/lisp/org/org-src /home/sebastien/.emacs.d/elpa/org-20170918/ob-shen hides /usr/share/emacs/25.3/lisp/org/ob-shen /home/sebastien/.emacs.d/elpa/org-20170918/org-agenda hides /usr/share/emacs/25.3/lisp/org/org-agenda /home/sebastien/.emacs.d/elpa/org-20170918/ob-dot hides /usr/share/emacs/25.3/lisp/org/ob-dot /home/sebastien/.emacs.d/elpa/org-20170918/ob-awk hides /usr/share/emacs/25.3/lisp/org/ob-awk /home/sebastien/.emacs.d/elpa/org-20170918/org-list hides /usr/share/emacs/25.3/lisp/org/org-list /home/sebastien/.emacs.d/elpa/org-20170918/org-footnote hides /usr/share/emacs/25.3/lisp/org/org-footnote /home/sebastien/.emacs.d/elpa/org-20170918/org-indent hides /usr/share/emacs/25.3/lisp/org/org-indent /home/sebastien/.emacs.d/elpa/org-20170918/ox-html hides /usr/share/emacs/25.3/lisp/org/ox-html /home/sebastien/.emacs.d/elpa/org-20170918/ob-perl hides /usr/share/emacs/25.3/lisp/org/ob-perl /home/sebastien/.emacs.d/elpa/org-20170918/ob-exp hides /usr/share/emacs/25.3/lisp/org/ob-exp /home/sebastien/.emacs.d/elpa/org-20170918/ob-table hides /usr/share/emacs/25.3/lisp/org/ob-table /home/sebastien/.emacs.d/elpa/org-20170918/org-archive hides /usr/share/emacs/25.3/lisp/org/org-archive /home/sebastien/.emacs.d/elpa/org-20170918/org-w3m hides /usr/share/emacs/25.3/lisp/org/org-w3m /home/sebastien/.emacs.d/elpa/org-20170918/ob-lilypond hides /usr/share/emacs/25.3/lisp/org/ob-lilypond /home/sebastien/.emacs.d/elpa/org-20170918/org-attach hides /usr/share/emacs/25.3/lisp/org/org-attach /home/sebastien/.emacs.d/elpa/org-20170918/ob-sqlite hides /usr/share/emacs/25.3/lisp/org/ob-sqlite /home/sebastien/.emacs.d/elpa/org-20170918/ob-fortran hides /usr/share/emacs/25.3/lisp/org/ob-fortran /home/sebastien/.emacs.d/elpa/org-20170918/ob-ledger hides /usr/share/emacs/25.3/lisp/org/ob-ledger /home/sebastien/.emacs.d/elpa/org-20170918/org-loaddefs hides /usr/share/emacs/25.3/lisp/org/org-loaddefs /home/sebastien/.emacs.d/elpa/org-20170918/ob-keys hides /usr/share/emacs/25.3/lisp/org/ob-keys /home/sebastien/.emacs.d/elpa/org-20170918/org-compat hides /usr/share/emacs/25.3/lisp/org/org-compat /home/sebastien/.emacs.d/elpa/org-20170918/ox-texinfo hides /usr/share/emacs/25.3/lisp/org/ox-texinfo /home/sebastien/.emacs.d/elpa/org-20170918/ob-gnuplot hides /usr/share/emacs/25.3/lisp/org/ob-gnuplot /home/sebastien/.emacs.d/elpa/org-20170918/org-timer hides /usr/share/emacs/25.3/lisp/org/org-timer /home/sebastien/.emacs.d/elpa/org-20170918/ob-latex hides /usr/share/emacs/25.3/lisp/org/ob-latex /home/sebastien/.emacs.d/elpa/org-20170918/ox-odt hides /usr/share/emacs/25.3/lisp/org/ox-odt /home/sebastien/.emacs.d/elpa/org-20170918/org-mobile hides /usr/share/emacs/25.3/lisp/org/org-mobile /home/sebastien/.emacs.d/elpa/org-20170918/org-macro hides /usr/share/emacs/25.3/lisp/org/org-macro /home/sebastien/.emacs.d/elpa/org-20170918/org-protocol hides /usr/share/emacs/25.3/lisp/org/org-protocol /home/sebastien/.emacs.d/elpa/org-20170918/org-inlinetask hides /usr/share/emacs/25.3/lisp/org/org-inlinetask /home/sebastien/.emacs.d/elpa/org-20170918/org-habit hides /usr/share/emacs/25.3/lisp/org/org-habit /home/sebastien/.emacs.d/elpa/org-20170918/ox-org hides /usr/share/emacs/25.3/lisp/org/ox-org /home/sebastien/.emacs.d/elpa/org-20170918/ox-man hides /usr/share/emacs/25.3/lisp/org/ox-man /home/sebastien/.emacs.d/elpa/org-20170918/ox-ascii hides /usr/share/emacs/25.3/lisp/org/ox-ascii /home/sebastien/.emacs.d/elpa/org-20170918/org-install hides /usr/share/emacs/25.3/lisp/org/org-install /home/sebastien/.emacs.d/elpa/org-20170918/ob-ditaa hides /usr/share/emacs/25.3/lisp/org/ob-ditaa /home/sebastien/.emacs.d/elpa/org-20170918/ob hides /usr/share/emacs/25.3/lisp/org/ob /home/sebastien/.emacs.d/elpa/org-20170918/org-clock hides /usr/share/emacs/25.3/lisp/org/org-clock /home/sebastien/.emacs.d/elpa/org-20170918/ob-scheme hides /usr/share/emacs/25.3/lisp/org/ob-scheme /home/sebastien/.emacs.d/elpa/org-20170918/org-capture hides /usr/share/emacs/25.3/lisp/org/org-capture /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 /home/sebastien/.emacs.d/elpa/let-alist-1.0.5/let-alist hides /usr/share/emacs/25.3/lisp/emacs-lisp/let-alist /home/sebastien/.emacs.d/elpa/seq-2.20/seq hides /usr/share/emacs/25.3/lisp/emacs-lisp/seq Features: (shadow emacsbug vc-git diff-mode image-file jedi jedi-core python-environment epc ctable concurrent deferred python-el-fgallina-expansions python tramp-sh docker-tramp tramp-cache vagrant-tramp tramp tramp-compat tramp-loaddefs trampver ucs-normalize org-rmail org-mhe org-irc org-info org-gnus org-docview doc-view jka-compr image-mode org-bibtex bibtex org-bbdb org-w3m epa-file epa derived network-stream nsm starttls tls gnutls mailalias qp sort mail-extr server flycheck json map flymake rainbow-delimiters web-mode-expansions web-mode expand-region text-mode-expansions the-org-mode-expansions er-basic-expansions expand-region-core expand-region-custom winner windmove exec-path-from-shell esh-var esh-io esh-cmd esh-opt esh-ext esh-proc esh-arg esh-groups eshell esh-module esh-mode esh-util nyan-mode elfeed-org bbdb-message bbdb bbdb-site timezone virtualenvwrapper gud smtpmail sendmail projectile grep compile ibuf-ext ibuffer multiple-cursors mc-hide-unmatched-lines-mode mc-separate-operations rectangular-region-mode mc-mark-pop mc-mark-more thingatpt mc-cycle-cursors mc-edit-lines multiple-cursors-core rect gnus gnus-ems nnheader auto-complete edmacro kmacro popup ob-sh shell ob-python ob-octave ob-js ob-awk elfeed-link org-element elfeed-show elfeed-search bookmark pp message idna dired rfc822 mml mml-sec epg mm-decode mm-bodies mm-encode mail-parse rfc2231 rfc2047 rfc2045 ietf-drums mailabbrev mail-utils gmm-utils mailheader shr dom subr-x elfeed-csv elfeed elfeed-curl url url-proxy url-privacy url-expand url-methods url-history url-cookie url-domsuf mailcap elfeed-log elfeed-db elfeed-lib url-util avl-tree url-queue browse-url url-parse auth-source gnus-util mm-util help-fns mail-prsvr password-cache url-vars xml-query org advice org-macro org-footnote org-pcomplete pcomplete org-list org-faces org-entities noutline outline org-version ob-emacs-lisp ob ob-tangle org-src ob-ref ob-lob ob-table ob-keys ob-exp ob-comint comint ansi-color ob-core ob-eval org-compat org-macs org-loaddefs format-spec find-func cal-menu calendar cal-loaddefs org-bullets yasnippet elec-pair iso-transl time-date challenger-deep-theme paren ido cus-start cus-load all-the-icons all-the-icons-faces data-material data-weathericons data-octicons data-fileicons data-faicons data-alltheicons memoize font-lock+ finder-inf dakrone-theme-autoloads flylisp-autoloads gh-common marshal eieio-compat cl-seq eieio eieio-core term-alert alert log4e rx notifications dbus gntp term-cmd f s dash term disp-table ehelp ring info package epg-config seq byte-opt bytecomp byte-compile cl-extra help-mode cconv 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 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 561246 55834) (symbols 48 50470 1022) (miscs 40 322 354) (strings 32 133053 23063) (string-bytes 1 4043279) (vectors 16 81265) (vector-slots 8 1989117 91923) (floats 8 1558 1068) (intervals 56 3552 1562) (buffers 976 30)) From debbugs-submit-bounces@debbugs.gnu.org Thu Nov 26 08:33:47 2020 Received: (at 31413) by debbugs.gnu.org; 26 Nov 2020 13:33:47 +0000 Received: from localhost ([127.0.0.1]:40181 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kiHP8-0002je-Sd for submit@debbugs.gnu.org; Thu, 26 Nov 2020 08:33:47 -0500 Received: from quimby.gnus.org ([95.216.78.240]:50496) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kiHP4-0002jM-92 for 31413@debbugs.gnu.org; Thu, 26 Nov 2020 08:33:45 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Content-Transfer-Encoding:Content-Type:MIME-Version:Message-ID :In-Reply-To:Date:References:Subject:Cc:To:From:Sender:Reply-To: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=Y1lfhJzpSelOb5X/XHALogxm5olZ5y7CKpYOqdgBrWw=; b=Wbd0zTJ7A0S+stwaTaiGwGnJ0d kkxyUivmfc+Ux4pGDBsJIbAk/kH4UAc2oa0oRj1fAvFAeAKwB4zBy3y40+CNxnCOunsSaZ10y7R3Y MV/oc+Ru4v34xvyy786uU8IO55L2Noz67a4Xzhsvr+n69JpxYTCu6A0OUn3ylMQPRXKs=; 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 1kiHOv-0001z1-Br; Thu, 26 Nov 2020 14:33:35 +0100 From: Lars Ingebrigtsen To: seb@k-7.ch (=?utf-8?Q?S=C3=A9bastien?= Gendre) Subject: Re: bug#31413: 25.3; Semantic with Python: semantic-idle-summary-mode not print summary when cursor in parentheses References: <87603vo03w.fsf@k-7.ch> X-Now-Playing: Liaisons Dangereuses's _Liaisons Dangereuses_: "Etre assis ou danser" Date: Thu, 26 Nov 2020 14:33:31 +0100 In-Reply-To: <87603vo03w.fsf@k-7.ch> (=?utf-8?Q?=22S=C3=A9bastien?= Gendre"'s message of "Thu, 10 May 2018 20:07:47 +0200") Message-ID: <87ft4wqm38.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; charset=utf-8 Content-Transfer-Encoding: quoted-printable 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: seb@k-7.ch (Sébastien Gendre) writes: > After enabled Semantic (M-x semantic) and 'semantic-idle-summary-mode' > (M-x semantic-idle-summary-mode), I get summary of function only when > the cursor (point) are on a function name. When I wro [...] 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: 31413 Cc: 31413@debbugs.gnu.org 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: > After enabled Semantic (M-x semantic) and 'semantic-idle-summary-mode' > (M-x semantic-idle-summary-mode), I get summary of function only when > the cursor (point) are on a function name. When I wrote the open > parentheses to write call arguments of this function, I get no more > summary. > > How to reproduce: > - Start emacs ('emacs -q') and open a Python file > - Enable Semantic (M-x semantic) and 'semantic-idle-summary-mode' > (M-x semantic-idle-summary-mode) > - Define a Python function with arguments (ex: test(var1, var2)) > - Write a call to this function. > - When the cursor are on the function name, you get the summary > - When the cursor are between the parentheses, you get nothing (This bug report unfortunately got no response at the time.) I tried this in Emacs 28, but I get no summary either when I'm on the function call or after it. Do you have an example file that displays the problem? --=20 (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no From debbugs-submit-bounces@debbugs.gnu.org Thu Nov 26 08:33:55 2020 Received: (at control) by debbugs.gnu.org; 26 Nov 2020 13:33:55 +0000 Received: from localhost ([127.0.0.1]:40184 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kiHPG-0002k1-RL for submit@debbugs.gnu.org; Thu, 26 Nov 2020 08:33:55 -0500 Received: from quimby.gnus.org ([95.216.78.240]:50510) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kiHPF-0002jm-A7 for control@debbugs.gnu.org; Thu, 26 Nov 2020 08:33:53 -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=vCChDxKQ7VilzxdPyZ9xVYOzefQFHxW0VtgV8unTm/M=; b=vH6ubaSdLWJs4maoDUBc0lrJrH APrLHLAKNg0AJmcIErzXshDpzO7TEqi8Km1P8Drv6tboKpRx0pZl+wnJ4WAZ8UgTOJ3OunfkFVmZA gCXpHbk2tK114arFE0mioQwf8D2B7xjXUw31g7D7RTmvpW+Z6p+nBud7syD6ttxOpFNc=; 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 1kiHP7-0001zA-Hn for control@debbugs.gnu.org; Thu, 26 Nov 2020 14:33:47 +0100 Date: Thu, 26 Nov 2020 14:33:44 +0100 Message-Id: <87eekgqm2v.fsf@gnus.org> To: control@debbugs.gnu.org From: Lars Ingebrigtsen Subject: control message for bug #31413 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 31413 + 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 31413 + moreinfo quit From debbugs-submit-bounces@debbugs.gnu.org Tue Jan 12 15:29:03 2021 Received: (at 31413) by debbugs.gnu.org; 12 Jan 2021 20:29:03 +0000 Received: from localhost ([127.0.0.1]:33296 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kzQHm-0006PO-2s for submit@debbugs.gnu.org; Tue, 12 Jan 2021 15:29:03 -0500 Received: from quimby.gnus.org ([95.216.78.240]:39458) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kzQHk-0006Ov-I9 for 31413@debbugs.gnu.org; Tue, 12 Jan 2021 15:29:01 -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=qW9bqoJ6vB2xkVatAu7WVGWaBrOuQwfMgUKgw6U3Z0A=; b=rz7Je5GMJy5fsFQ1aYRIDlvrey GruRGRb3AbySC5sJcvLnCZrwljfoddgU5XXVvaVUPqJYfGuhwgQlTXIdvrq2D67JCydZquGKbLFHc 2dZMbk5cnYaB5tbkp4zVLOmFsdteiXtPTYuJBB5ZvxZvqk1foS6SGKqcj058eJP76b5k=; 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 1kzQHY-0001se-GQ; Tue, 12 Jan 2021 21:28:50 +0100 From: Lars Ingebrigtsen To: seb@k-7.ch (=?utf-8?Q?S=C3=A9bastien?= Gendre) Subject: Re: bug#31413: 25.3; Semantic with Python: semantic-idle-summary-mode not print summary when cursor in parentheses References: <87603vo03w.fsf@k-7.ch> <87ft4wqm38.fsf@gnus.org> X-Now-Playing: Merzbow's _Mort Aux Vaches: Locomotive Breath_: "(untitled)" Date: Tue, 12 Jan 2021 21:28:47 +0100 In-Reply-To: <87ft4wqm38.fsf@gnus.org> (Lars Ingebrigtsen's message of "Thu, 26 Nov 2020 14:33:31 +0100") Message-ID: <8735z5j3wg.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 tried this in Emacs 28, but I get no summary either when I'm on the > function call or after it. Do you have an example file that displays > the problem? 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: 31413 Cc: 31413@debbugs.gnu.org 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 tried this in Emacs 28, but I get no summary either when I'm on the > function call or after it. Do you have an example file that displays > the problem? 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 Tue Jan 12 15:29:06 2021 Received: (at control) by debbugs.gnu.org; 12 Jan 2021 20:29:06 +0000 Received: from localhost ([127.0.0.1]:33301 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kzQHp-0006QA-RG for submit@debbugs.gnu.org; Tue, 12 Jan 2021 15:29:06 -0500 Received: from quimby.gnus.org ([95.216.78.240]:39470) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kzQHn-0006Oy-5f for control@debbugs.gnu.org; Tue, 12 Jan 2021 15:29:03 -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=kDpDNfH5zq81+KveKDswERz/+nWR3qMEzGjg5G9uoEw=; b=Ntvy3shiPuKUgWMtszlJZ0y6rT 10/UwEeIyN3Ti+QAp2PEcI7JYQmjdoS5wsB5eJ22aMEsIIyaWI+zLGP89wQpBTIgduu+v2HyebiNy 76hXO0MQqMtXKPdX8k+kjh5QA0Sh4nKyyemQZsWRmh+B/rxYsw3bflHwF62p09WcNCnM=; 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 1kzQHf-0001sm-FC for control@debbugs.gnu.org; Tue, 12 Jan 2021 21:28:57 +0100 Date: Tue, 12 Jan 2021 21:28:54 +0100 Message-Id: <871repj3w9.fsf@gnus.org> To: control@debbugs.gnu.org From: Lars Ingebrigtsen Subject: control message for bug #31413 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 31413 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 31413 quit From unknown Tue Aug 19 05:26:27 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Wed, 10 Feb 2021 12:24:04 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator