From unknown Wed Jun 18 23:15:05 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#10706 <10706@debbugs.gnu.org> To: bug#10706 <10706@debbugs.gnu.org> Subject: Status: 23.3; Imenu behaved differently with submenus Reply-To: bug#10706 <10706@debbugs.gnu.org> Date: Thu, 19 Jun 2025 06:15:05 +0000 retitle 10706 23.3; Imenu behaved differently with submenus reassign 10706 emacs submitter 10706 "Thomas D. Dean" severity 10706 minor tag 10706 moreinfo thanks From debbugs-submit-bounces@debbugs.gnu.org Thu Feb 02 17:30:53 2012 Received: (at submit) by debbugs.gnu.org; 2 Feb 2012 22:30:53 +0000 Received: from localhost ([127.0.0.1]:51405 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1Rt5B6-00031G-IV for submit@debbugs.gnu.org; Thu, 02 Feb 2012 17:30:53 -0500 Received: from eggs.gnu.org ([140.186.70.92]:44569) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1Rt5AA-0002yj-TZ for submit@debbugs.gnu.org; Thu, 02 Feb 2012 17:29:56 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Rt59b-0007yI-5D for submit@debbugs.gnu.org; Thu, 02 Feb 2012 17:29:20 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=unavailable version=3.3.2 Received: from lists.gnu.org ([140.186.70.17]:35323) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rt59b-0007xp-3R for submit@debbugs.gnu.org; Thu, 02 Feb 2012 17:29:19 -0500 Received: from eggs.gnu.org ([140.186.70.92]:57104) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rt59Z-0004jV-6v for bug-gnu-emacs@gnu.org; Thu, 02 Feb 2012 17:29:18 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Rt59X-0007wP-Bf for bug-gnu-emacs@gnu.org; Thu, 02 Feb 2012 17:29:17 -0500 Received: from asbnvacz-mailrelay01.megapath.net ([207.145.128.243]:41801) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rt59X-0007wH-6F for bug-gnu-emacs@gnu.org; Thu, 02 Feb 2012 17:29:15 -0500 Received: from mail6.sea5.speakeasy.net (mail6.sea5.speakeasy.net [69.17.117.50]) by asbnvacz-mailrelay01.megapath.net (Postfix) with ESMTP id 2604FA702CA for ; Thu, 2 Feb 2012 17:29:13 -0500 (EST) Received: (qmail 16142 invoked from network); 2 Feb 2012 22:29:13 -0000 Received: by simscan 1.4.0 ppid: 19347, pid: 31492, t: 0.5824s scanners: clamav: 0.88.2/m:52/d:10739 spam: 3.0.4 Received: from unknown (HELO P9X79.tddhome) (tomdean@[24.113.112.30]) (envelope-sender ) by mail6.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 2 Feb 2012 22:29:12 -0000 Message-ID: <4F2B0E3A.7030705@speakeasy.org> Date: Thu, 02 Feb 2012 14:29:14 -0800 From: "Thomas D. Dean" User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:9.0) Gecko/20120126 Thunderbird/9.0 MIME-Version: 1.0 To: bug-gnu-emacs@gnu.org Subject: 23.3; Imenu behaved differently with submenus Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 140.186.70.17 X-Spam-Score: -3.5 (---) X-Debbugs-Envelope-To: submit X-Mailman-Approved-At: Thu, 02 Feb 2012 17:30:51 -0500 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -3.5 (---) If the value of imenu-max-items is less than the number of items to display, imenu displays submenus. To select an item from a sub menu, I must use rather than If the value of imenu-max-items is greater than the number of items to display, imenu displays one menu. To select an item from the menu, I may use Create a file, xx.c containing int a1(){} int a2(){} ... int an(){} Set the value of imenu-max-items to some value more than n. Press and select an item with . Emacs will go to that function definition. Set the value of imenu-max-items to some value less than n. Press and select a submenu item with . Nothing happens. Press and highlight a submeni item with the pointer and press . Emacs will go to that function definition. In GNU Emacs 23.3.1 (amd64-portbld-freebsd9.0, GTK+ Version 2.24.6) of 2012-01-07 on P9X79.tddhome Windowing system distributor `The X.Org Foundation', version 11.0.10707000 configured using `configure '--localstatedir=/var' '--with-x-toolkit=gtk' '--x-libraries=/usr/local/lib' '--x-includes=/usr/local/include' '--prefix=/usr/local' '--mandir=/usr/local/man' '--infodir=/usr/local/info/' '--build=amd64-portbld-freebsd9.0' 'build_alias=amd64-portbld-freebsd9.0' 'CC=gcc' 'CFLAGS=-O2 -pipe -fno-strict-aliasing' 'LDFLAGS= -L/usr/local/lib -rpath=/usr/lib:/usr/local/lib' 'CPPFLAGS=-I/usr/local/include' 'CPP=cpp'' Important settings: value of $LC_ALL: C value of $LC_COLLATE: nil value of $LC_CTYPE: nil value of $LC_MESSAGES: nil value of $LC_MONETARY: nil value of $LC_NUMERIC: nil value of $LC_TIME: nil value of $LANG: nil value of $XMODIFIERS: nil locale-coding-system: nil default enable-multibyte-characters: t Major mode: C/l Minor modes in effect: show-paren-mode: t shell-dirtrack-mode: t tooltip-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-encryption-mode: t auto-compression-mode: t line-number-mode: t transient-mark-mode: t abbrev-mode: t Recent input: C-x C-f x x . c Recent messages: Loading `~/.emacs.d/emacs.lisp/scilab.el': old-style backquotes detected! Loading /home/tomdean/.emacs.d/emacs.lisp/basic.el (source)...done Loading iso-transl...done No desktop file. All done, tomdean. Loading gnus...done Loading paren...done For information about GNU Emacs and the GNU system, type C-h C-a. Loading vc-cvs...done Mark set Load-path shadows: ~/.emacs.d/emacs.lisp/cc-mode/cc-cmds hides /usr/local/share/emacs/23.3/lisp/progmodes/cc-cmds ~/.emacs.d/emacs.lisp/cc-mode/cc-bytecomp hides /usr/local/share/emacs/23.3/lisp/progmodes/cc-bytecomp ~/.emacs.d/emacs.lisp/cc-mode/cc-align hides /usr/local/share/emacs/23.3/lisp/progmodes/cc-align ~/.emacs.d/emacs.lisp/verilog-mode hides /usr/local/share/emacs/23.3/lisp/progmodes/verilog-mode ~/.emacs.d/emacs.lisp/cc-mode/cc-langs hides /usr/local/share/emacs/23.3/lisp/progmodes/cc-langs ~/.emacs.d/emacs.lisp/cc-mode/cc-vars hides /usr/local/share/emacs/23.3/lisp/progmodes/cc-vars ~/.emacs.d/emacs.lisp/cc-mode/cc-mode hides /usr/local/share/emacs/23.3/lisp/progmodes/cc-mode ~/.emacs.d/emacs.lisp/cc-mode/cc-styles hides /usr/local/share/emacs/23.3/lisp/progmodes/cc-styles ~/.emacs.d/emacs.lisp/cc-mode/cc-compat hides /usr/local/share/emacs/23.3/lisp/progmodes/cc-compat ~/.emacs.d/emacs.lisp/cc-mode/cc-fonts hides /usr/local/share/emacs/23.3/lisp/progmodes/cc-fonts ~/.emacs.d/emacs.lisp/cc-mode/cc-engine hides /usr/local/share/emacs/23.3/lisp/progmodes/cc-engine ~/.emacs.d/emacs.lisp/cc-mode/cc-defs hides /usr/local/share/emacs/23.3/lisp/progmodes/cc-defs ~/.emacs.d/emacs.lisp/cc-mode/cc-menus hides /usr/local/share/emacs/23.3/lisp/progmodes/cc-menus ~/.emacs.d/emacs.lisp/cc-mode/cc-awk hides /usr/local/share/emacs/23.3/lisp/progmodes/cc-awk /usr/local/share/emacs/23.3/lisp/calc/calc-alg hides ~/work/calc-2.02f/calc-alg /usr/local/share/emacs/23.3/lisp/calc/calc-incom hides ~/work/calc-2.02f/calc-incom /usr/local/share/emacs/23.3/lisp/calc/calc-sel hides ~/work/calc-2.02f/calc-sel /usr/local/share/emacs/23.3/lisp/calc/calc-forms hides ~/work/calc-2.02f/calc-forms /usr/local/share/emacs/23.3/lisp/calc/calc-graph hides ~/work/calc-2.02f/calc-graph /usr/local/share/emacs/23.3/lisp/calc/calc-undo hides ~/work/calc-2.02f/calc-undo /usr/local/share/emacs/23.3/lisp/calc/calc-fin hides ~/work/calc-2.02f/calc-fin /usr/local/share/emacs/23.3/lisp/calc/calc-funcs hides ~/work/calc-2.02f/calc-funcs /usr/local/share/emacs/23.3/lisp/calc/calc-vec hides ~/work/calc-2.02f/calc-vec /usr/local/share/emacs/23.3/lisp/calc/calc-math hides ~/work/calc-2.02f/calc-math /usr/local/share/emacs/23.3/lisp/calc/calc-comb hides ~/work/calc-2.02f/calc-comb /usr/local/share/emacs/23.3/lisp/calc/calc-units hides ~/work/calc-2.02f/calc-units /usr/local/share/emacs/23.3/lisp/calc/calc-trail hides ~/work/calc-2.02f/calc-trail /usr/local/share/emacs/23.3/lisp/calc/calc-yank hides ~/work/calc-2.02f/calc-yank /usr/local/share/emacs/23.3/lisp/calc/calc hides ~/work/calc-2.02f/calc /usr/local/share/emacs/23.3/lisp/calc/calc-store hides ~/work/calc-2.02f/calc-store /usr/local/share/emacs/23.3/lisp/calc/calc-misc hides ~/work/calc-2.02f/calc-misc /usr/local/share/emacs/23.3/lisp/calc/calc-frac hides ~/work/calc-2.02f/calc-frac /usr/local/share/emacs/23.3/lisp/calc/calc-cplx hides ~/work/calc-2.02f/calc-cplx /usr/local/share/emacs/23.3/lisp/calc/calc-stuff hides ~/work/calc-2.02f/calc-stuff /usr/local/share/emacs/23.3/lisp/calc/calc-mode hides ~/work/calc-2.02f/calc-mode /usr/local/share/emacs/23.3/lisp/calc/calc-bin hides ~/work/calc-2.02f/calc-bin /usr/local/share/emacs/23.3/lisp/calc/calc-rewr hides ~/work/calc-2.02f/calc-rewr /usr/local/share/emacs/23.3/lisp/calc/calc-keypd hides ~/work/calc-2.02f/calc-keypd /usr/local/share/emacs/23.3/lisp/calc/calc-poly hides ~/work/calc-2.02f/calc-poly /usr/local/share/emacs/23.3/lisp/calc/calc-help hides ~/work/calc-2.02f/calc-help /usr/local/share/emacs/23.3/lisp/calc/calc-map hides ~/work/calc-2.02f/calc-map /usr/local/share/emacs/23.3/lisp/calc/calc-lang hides ~/work/calc-2.02f/calc-lang /usr/local/share/emacs/23.3/lisp/calc/calc-ext hides ~/work/calc-2.02f/calc-ext /usr/local/share/emacs/23.3/lisp/calc/calc-arith hides ~/work/calc-2.02f/calc-arith /usr/local/share/emacs/23.3/lisp/calc/calc-rules hides ~/work/calc-2.02f/calc-rules /usr/local/share/emacs/23.3/lisp/calc/calc-embed hides ~/work/calc-2.02f/calc-embed /usr/local/share/emacs/23.3/lisp/calc/calc-stat hides ~/work/calc-2.02f/calc-stat /usr/local/share/emacs/23.3/lisp/calc/calc-macs hides ~/work/calc-2.02f/calc-macs /usr/local/share/emacs/23.3/lisp/calc/calc-aent hides ~/work/calc-2.02f/calc-aent /usr/local/share/emacs/23.3/lisp/calc/calc-prog hides ~/work/calc-2.02f/calc-prog Features: (shadow sort mail-extr message sendmail ecomplete rfc822 mml mml-sec password-cache mm-decode mm-bodies mm-encode mailcap mail-parse rfc2231 rfc2047 rfc2045 qp ietf-drums mailabbrev gmm-utils mailheader canlock sha1 hex-util hashcash emacsbug imenu vc-cvs cc-mode advice help-fns advice-preload cc-fonts cc-guess cc-menus cc-cmds cc-styles cc-align cc-engine cc-vars cc-defs paren gnus gnus-ems nnheader gnus-util netrc time-date mail-utils mm-util mail-prsvr wid-edit cus-start cus-load server iso-transl warnings disp-table counter cl cl-19 scilab shell gud easy-mmode comint ring regexp-opt derived tempo easymenu tar-mode desktop tooltip ediff-hook vc-hooks lisp-float-type mwheel x-win x-dnd font-setting tool-bar dnd fontset image fringe lisp-mode register page menu-bar rfn-eshadow timer select scroll-bar mldrag mouse jit-lock font-lock syntax facemenu font-core frame cham georgian utf-8-lang misc-lang vietnamese tibetan thai tai-viet lao korean japanese hebrew greek romanian slovak czech european ethiopic indian cyrillic chinese case-table epa-hook jka-cmpr-hook help simple abbrev loaddefs button minibuffer faces cus-face files text-properties overlay md5 base64 format env code-pages mule custom widget hashtable-print-readable backquote make-network-process dbusbind system-font-setting font-render-setting gtk x-toolkit x multi-tty emacs) From debbugs-submit-bounces@debbugs.gnu.org Sat Mar 03 17:08:18 2012 Received: (at 10706) by debbugs.gnu.org; 3 Mar 2012 22:08:19 +0000 Received: from localhost ([127.0.0.1]:60353 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1S3x7Z-0000nt-F7 for submit@debbugs.gnu.org; Sat, 03 Mar 2012 17:08:18 -0500 Received: from def92-4-82-224-197-72.fbx.proxad.net ([82.224.197.72]:60125 helo=wraith.localdomain) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1S3wio-0000E1-Ab for 10706@debbugs.gnu.org; Sat, 03 Mar 2012 16:42:35 -0500 Received: from [127.0.0.1] (localhost.localdomain [127.0.0.1]) by wraith.localdomain (Postfix) with ESMTP id 66F4F637D4 for <10706@debbugs.gnu.org>; Sat, 3 Mar 2012 22:41:54 +0100 (CET) Message-ID: <4F52901D.8040500@free.fr> Date: Sat, 03 Mar 2012 22:41:49 +0100 From: =?UTF-8?B?IkrDqXLDtG1lIE0uIEJlcmdlciI=?= User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.8.1.24) Gecko/20120206 Thunderbird/2.0.0.24 Mnenhy/0.7.6.666 MIME-Version: 1.0 To: 10706@debbugs.gnu.org Subject: Reproduced on Linux (both 32 and 64 bits), works on Windows X-Enigmail-Version: 0.96.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enig0E5ED0F5383B79901DA8E1C7" X-Spam-Score: -0.9 (/) X-Debbugs-Envelope-To: 10706 X-Mailman-Approved-At: Sat, 03 Mar 2012 17:07:58 -0500 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -0.9 (/) This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig0E5ED0F5383B79901DA8E1C7 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Here are easy steps to reproduce the issue: - emacs -Q - Execute the following lisp commands (for example in the scratch buffer): - (require 'imenu) - (global-set-key [S-mouse-3] 'imenu) - (semantic-mode 1) - Open a C++ file (or type the following in a new C++ file): =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D8<------------------------------ class foo { void a (void) {} void b (void) {} void c (void) {} }; ------------------------------>8=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D - Then play with the menu (S-mouse3 + mouse1). It may work for a short while (0 to 5 times), then it stops going to the target with mouse1 although it still goes with return. The bug happens with Emacs version 23.4.1 on 64 bits and 32 bits ArchLinux. It does not happen on Windows with the packages from EmacsW32 (neither the patched version nor the vanilla version). Jerome --=20 mailto:jeberger@free.fr http://jeberger.free.fr Jabber: jeberger@jabber.fr --------------enig0E5ED0F5383B79901DA8E1C7 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.12 (GNU/Linux) iEYEARECAAYFAk9SkB0ACgkQd0kWM4JG3k+HswCfUTbJMSYrAgDbS5wX3slPZzWI cMsAniIaXF9D0Cs4tH+GBbmg1dOxjX5r =1vyP -----END PGP SIGNATURE----- --------------enig0E5ED0F5383B79901DA8E1C7-- From debbugs-submit-bounces@debbugs.gnu.org Wed Jun 02 03:10:12 2021 Received: (at 10706) by debbugs.gnu.org; 2 Jun 2021 07:10:12 +0000 Received: from localhost ([127.0.0.1]:38555 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1loL11-0004nN-Oo for submit@debbugs.gnu.org; Wed, 02 Jun 2021 03:10:11 -0400 Received: from quimby.gnus.org ([95.216.78.240]:54512) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1loL0z-0004n1-Ju for 10706@debbugs.gnu.org; Wed, 02 Jun 2021 03:10:10 -0400 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=lPabPPFyFmYK1+JUTKE8QXR+1x2XRsfLfqmwNuRnYYg=; b=mPIMhkojghL0HrEjW3uqXaLmTu dBvljd96mSDSkl+vtlq4mkkxn0luolJ9iTgQONJ+ODja0umS8UxGd8B+ng88UjZs0GEwh8IlxmskF qcpcdKwQ/hL86noBH743n/HA7DB5vJtkZimh/t9Fl47axYQoIOaiCRxNyWrF9Y3M22II=; 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 1loL0r-00033E-Ot; Wed, 02 Jun 2021 09:10:04 +0200 From: Lars Ingebrigtsen To: =?utf-8?Q?J=C3=A9r=C3=B4me_M=2E_Berger?= Subject: Re: bug#10706: 23.3; Imenu behaved differently with submenus References: <4F2B0E3A.7030705@speakeasy.org> <4F52901D.8040500@free.fr> X-Now-Playing: Adult.'s _Subsurface_: "Subsurface" Date: Wed, 02 Jun 2021 09:10:01 +0200 In-Reply-To: <4F52901D.8040500@free.fr> (=?utf-8?B?IkrDqXLDtG1l?= M. Berger"'s message of "Sat, 03 Mar 2012 22:41:49 +0100") Message-ID: <87h7ig7nee.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: "Jérôme M. Berger" writes: > - emacs -Q > - Execute the following lisp commands (for example in the scratch > buffer): > - (require 'imenu) > - (global-set-key [S-mouse-3] 'imenu) > - (semantic-mode 1) > - Open a C++ file (or t [...] 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.7 (/) X-Debbugs-Envelope-To: 10706 Cc: 10706@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.7 (-) "J=C3=A9r=C3=B4me M. Berger" writes: > - emacs -Q > - Execute the following lisp commands (for example in the scratch > buffer): > - (require 'imenu) > - (global-set-key [S-mouse-3] 'imenu) > - (semantic-mode 1) > - Open a C++ file (or type the following in a new C++ file): > > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D8<------------------------------ > class foo { > void a (void) {} > void b (void) {} > void c (void) {} > }; > ------------------------------>8=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > > - Then play with the menu (S-mouse3 + mouse1). It may work for a > short while (0 to 5 times), then it stops going to the target with > mouse1 although it still goes with return. (I'm going through old bug reports that unfortunately got no response at the time.) I'm unable to reproduce this bug in Emacs 28 on Debian/bullseye. Are you still seeing this problem? --=20 (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no From debbugs-submit-bounces@debbugs.gnu.org Wed Jun 02 03:10:16 2021 Received: (at control) by debbugs.gnu.org; 2 Jun 2021 07:10:16 +0000 Received: from localhost ([127.0.0.1]:38558 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1loL16-0004ng-0O for submit@debbugs.gnu.org; Wed, 02 Jun 2021 03:10:16 -0400 Received: from quimby.gnus.org ([95.216.78.240]:54526) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1loL14-0004nE-Nl for control@debbugs.gnu.org; Wed, 02 Jun 2021 03:10:14 -0400 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=Trn+Xo4uYx+Qumg9rLDARefHbrgc4sd2yMbr5LqVvJk=; b=mTjhZVS8uttDcMjzAk1e7lY6o2 n5BRbE9h02bU1cP2TBvyPqqLnWt+DVK569AsEIhhIEpABzMfQ67MVv75D0c741U52FfdKScRZLEwT mmvk/OzTb0fDWFtp3KvE3oDNGCo0CsqUEJBMwokRvdUtuLvQJHFeTnrU4QEdoME8GpJs=; 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 1loL0x-00033a-D5 for control@debbugs.gnu.org; Wed, 02 Jun 2021 09:10:09 +0200 Date: Wed, 02 Jun 2021 09:10:06 +0200 Message-Id: <87fsy07ne9.fsf@gnus.org> To: control@debbugs.gnu.org From: Lars Ingebrigtsen Subject: control message for bug #10706 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 10706 + 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.7 (/) 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.7 (-) tags 10706 + moreinfo quit From debbugs-submit-bounces@debbugs.gnu.org Wed Jun 30 09:22:28 2021 Received: (at 10706) by debbugs.gnu.org; 30 Jun 2021 13:22:28 +0000 Received: from localhost ([127.0.0.1]:56837 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lyaAe-0003ky-5V for submit@debbugs.gnu.org; Wed, 30 Jun 2021 09:22:28 -0400 Received: from quimby.gnus.org ([95.216.78.240]:57956) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lyaAb-0003ke-VR for 10706@debbugs.gnu.org; Wed, 30 Jun 2021 09:22:26 -0400 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=kYL78Xk88QO1dZNyKsBV92tcwwYO1wBO08pbMB3kTe8=; b=n0bL+EdnXD1vXJVK5T/QnTU+uE uxQoJPTEAnfhU6kdMn+kz9jB7pMiPre4+2sFwhb551gz7jr4K9Uz4vZBKboSPMz10+x0YhqzdA2Yo mEZ+5A6G4oUOx+L32n12B1s8om9AqOC3i4YY5JyXIWMp6OkNYiSS+QMH+8//6SJ0AFe0=; Received: from cm-84.212.220.105.getinternet.no ([84.212.220.105] helo=elva) by quimby.gnus.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1lyaAT-00025B-ST; Wed, 30 Jun 2021 15:22:20 +0200 From: Lars Ingebrigtsen To: =?utf-8?B?SsOpcsO0bWU=?= M. Berger Subject: Re: bug#10706: 23.3; Imenu behaved differently with submenus References: <4F2B0E3A.7030705@speakeasy.org> <4F52901D.8040500@free.fr> <87h7ig7nee.fsf_-_@gnus.org> X-Now-Playing: Jim O'Rourke's _To Magnetize Money and Return a Roving Eye (2)_: "To Magnetize Money and Return a Roving Eye pt2" Date: Wed, 30 Jun 2021 15:22:17 +0200 In-Reply-To: <87h7ig7nee.fsf_-_@gnus.org> (Lars Ingebrigtsen's message of "Wed, 02 Jun 2021 09:10:01 +0200") Message-ID: <87eecj5vxy.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'm unable to reproduce this bug in Emacs 28 on Debian/bullseye. > Are you still seeing this 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. 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: -2.3 (--) X-Debbugs-Envelope-To: 10706 Cc: 10706@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: -3.3 (---) Lars Ingebrigtsen writes: > I'm unable to reproduce this bug in Emacs 28 on Debian/bullseye. > Are you still seeing this 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 Wed Jun 30 09:22:36 2021 Received: (at control) by debbugs.gnu.org; 30 Jun 2021 13:22:36 +0000 Received: from localhost ([127.0.0.1]:56840 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lyaAm-0003lH-Bn for submit@debbugs.gnu.org; Wed, 30 Jun 2021 09:22:36 -0400 Received: from quimby.gnus.org ([95.216.78.240]:57970) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lyaAg-0003km-Fa for control@debbugs.gnu.org; Wed, 30 Jun 2021 09:22:30 -0400 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=iOc9LLUyrsqzEbf17qHZ6/1Mi5eg4bwgvjFfnIUdmkQ=; b=syxqadYsEwI4mTHkqqkBnOKRQC EWPIAWS2nGeCDsJ0bXDnXcfqvG/F2Nyg/L2YK7Qvtty6aY7dzAa5aJ7wy8CRAhNSrodwrr9pDbvgE y2yWI3X2PVEunx3gYGptzXp3UeRtQsvWvnmQ9+kS4G3iv2kxz3vQguqAOkU1IBXfZ7sc=; Received: from cm-84.212.220.105.getinternet.no ([84.212.220.105] helo=elva) by quimby.gnus.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1lyaAY-00025I-Sg for control@debbugs.gnu.org; Wed, 30 Jun 2021 15:22:24 +0200 Date: Wed, 30 Jun 2021 15:22:22 +0200 Message-Id: <87czs35vxt.fsf@gnus.org> To: control@debbugs.gnu.org From: Lars Ingebrigtsen Subject: control message for bug #10706 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 10706 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: -2.3 (--) 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: -3.3 (---) close 10706 quit From unknown Wed Jun 18 23:15:05 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Thu, 29 Jul 2021 11: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