From unknown Tue Aug 19 01:58:26 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#57277 <57277@debbugs.gnu.org> To: bug#57277 <57277@debbugs.gnu.org> Subject: Status: 29.0.50; Support quoted node names in Info Reply-To: bug#57277 <57277@debbugs.gnu.org> Date: Tue, 19 Aug 2025 08:58:26 +0000 retitle 57277 29.0.50; Support quoted node names in Info reassign 57277 emacs submitter 57277 Patrice Dumas severity 57277 normal thanks From debbugs-submit-bounces@debbugs.gnu.org Thu Aug 18 07:49:27 2022 Received: (at submit) by debbugs.gnu.org; 18 Aug 2022 11:49:27 +0000 Received: from localhost ([127.0.0.1]:54103 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oOe1e-0005kd-IR for submit@debbugs.gnu.org; Thu, 18 Aug 2022 07:49:26 -0400 Received: from lists.gnu.org ([209.51.188.17]:36406) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oOe1b-0005kU-TF for submit@debbugs.gnu.org; Thu, 18 Aug 2022 07:49:25 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:43866) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oOe1O-0008DP-1F for bug-gnu-emacs@gnu.org; Thu, 18 Aug 2022 07:49:19 -0400 Received: from smtp5-g21.free.fr ([2a01:e0c:1:1599::14]:59602) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oOe1L-00072n-L3 for bug-gnu-emacs@gnu.org; Thu, 18 Aug 2022 07:49:09 -0400 Received: from localhost (unknown [IPv6:2a01:e0a:3e7:4640:2945:f5e7:149c:821]) (Authenticated sender: pertusus@free.fr) by smtp5-g21.free.fr (Postfix) with ESMTPSA id 9070360128; Thu, 18 Aug 2022 13:49:02 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=free.fr; s=smtp-20201208; t=1660823344; bh=A/8rzYAxIK8oqkApTMM5yOd+hBW+PIl6LbW0hdA+gCw=; h=Date:From:To:Cc:Subject:From; b=ST+ySoNolC/pxZrLjxNPdTpZTdZDY2J9ox95+Q3JYYNGylKgFwKz7D79SX/vevvol Nod3gbkSQT+bfcD9imczj0O89jT9pF1+6K/9pmUfAjDhPglJ2QC3GmeOuXypliatVP YDHIZSx6jMCrmjMNV1h286vywKnY3st2ZvN2AeXZ8k1T6NilKcawak2txtnfDvlbRp mgCSA7Ro/Y2DGLabyegex5wBcGxKhYdWWAiWmiz8hMkj+TQxu3g1DVEu/GqOPsOsWI fujwjsOowwWbehVJk6tG6X9McJc/6zcpKm1DuSwUFPptW6WP4um0Hu76V4bQ7vejCw g2w7lf4qgrlZQ== Date: Thu, 18 Aug 2022 13:49:02 +0200 From: Patrice Dumas To: bug-gnu-emacs@gnu.org Subject: 29.0.50; Support quoted node names in Info Message-ID: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="68A2phZGAGXLnVo6" Content-Disposition: inline Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=2a01:e0c:1:1599::14; envelope-from=pertusus@free.fr; helo=smtp5-g21.free.fr X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_NONE=-0.0001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -0.1 (/) X-Debbugs-Envelope-To: submit Cc: Gavin Smith 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: -2.6 (--) --68A2phZGAGXLnVo6 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit Quoted node names in Info files should be supported in the Emacs Info reader. Node names will be quoted in Info in the default case by texi2any in the next Texinfo release. It does not seems to be implemented in the main repository emacs code. >From the development Texinfo documentation: Node names containing periods, commas, colons or parentheses can confuse Info readers. If it is necessary to refer to a node whose name contains any of these, the should be surrounded by a pair of DEL characters (‘CTRL-?’, character number 127). The corresponding node in the released version: https://www.gnu.org/software/texinfo/manual/texinfo/html_node/Info-Format-Regular-Nodes.html I attach four files, two Info files with node names appropriately quoted and the source Texinfo documents. nodequote targets nodes quoting, the other file has a printindex with a quoted node name. For the indices, there is some link with bug#34023: Support double colons in Info index entries as the node quoting allows to avoid getting into the node when searching for the last : in the index label. In GNU Emacs 29.0.50 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.24.34, cairo version 1.16.0) of 2022-08-17 built on cirn399 Repository revision: 31f289625cb3f72d167f1f9cac246269eeb5c716 Repository branch: master Windowing system distributor 'The X.Org Foundation', version 11.0.12101004 System Description: Debian GNU/Linux bookworm/sid Configured features: ACL CAIRO DBUS FREETYPE GIF GLIB GMP GNUTLS GPM GSETTINGS HARFBUZZ JPEG JSON LCMS2 LIBOTF LIBSELINUX LIBXML2 M17N_FLT MODULES NOTIFY INOTIFY PDUMPER PNG RSVG SECCOMP SOUND SQLITE3 THREADS TIFF TOOLKIT_SCROLL_BARS WEBP X11 XDBE XIM XINPUT2 XPM GTK3 ZLIB Important settings: value of $LC_CTYPE: en_US.UTF-8 value of $LC_NUMERIC: en_US.UTF-8 value of $LANG: fr_FR.UTF-8 value of $XMODIFIERS: @im=ibus locale-coding-system: utf-8-unix Major mode: Fundamental Minor modes in effect: tooltip-mode: t global-eldoc-mode: t show-paren-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 blink-cursor-mode: t buffer-read-only: t line-number-mode: t indent-tabs-mode: t transient-mark-mode: t auto-composition-mode: t auto-encryption-mode: t auto-compression-mode: t Load-path shadows: None found. Features: (shadow sort mail-extr emacsbug message mailcap yank-media puny dired dired-loaddefs rfc822 mml mml-sec password-cache epa derived epg rfc6068 epg-config gnus-util text-property-search time-date subr-x mm-decode mm-bodies mm-encode mail-parse rfc2231 mailabbrev gmm-utils mailheader cl-loaddefs cl-lib sendmail rfc2047 rfc2045 ietf-drums mm-util mail-prsvr mail-utils rmc iso-transl tooltip eldoc paren electric uniquify ediff-hook vc-hooks lisp-float-type elisp-mode mwheel term/x-win x-win term/common-win x-dnd tool-bar dnd fontset image regexp-opt fringe tabulated-list replace newcomment text-mode lisp-mode prog-mode register page tab-bar menu-bar rfn-eshadow isearch easymenu timer select scroll-bar mouse jit-lock font-lock syntax font-core term/tty-colors frame minibuffer nadvice seq simple cl-generic indonesian philippine 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 composite emoji-zwj charscript charprop case-table epa-hook jka-cmpr-hook help abbrev obarray oclosure cl-preloaded button loaddefs faces cus-face macroexp files window text-properties overlay sha1 md5 base64 format env code-pages mule custom widget keymap hashtable-print-readable backquote threads dbusbind inotify lcms2 dynamic-setting system-font-setting font-render-setting cairo move-toolbar gtk x-toolkit xinput2 x multi-tty make-network-process emacs) -- Pat --68A2phZGAGXLnVo6 Content-Type: application/x-info Content-Disposition: attachment; filename="nodequote.info" Content-Transfer-Encoding: quoted-printable This is nodequote.info, produced from nodequote.texi.=0A=0A=1F=0AFile: node= quote.info, Node: Top, Next: blah:blah, Up: (dir)=0A=0A*Note =7Fthe::cap= tion and a word=7F: normal node. *Note =7Fthe::caption=7F: normal=0Anode.= =0A=0A *Note =7Fthe::caption and a word=7F: blah:blah. *Note =7Fthe::capt= ion=7F:=0Ablah:blah.=0A=0A *Note =7Fthe::caption and a word=7F: =7Fblumpt= y.fump=7F .*Note =7Fthe::caption=7F:=0A=7Fblumpty.fump=7F.mrmrmrmmrmrmr=0A= =0A *Note =7Fblah:blah=7F::.=0A=0A *Note secret,node::.=0A=0A AAAAAAA= AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA *Note=0A=7Fblah:blah=7F::.)=0A= =0A *Note (man_ual)=7Fx:y::z=7F::.=0A=0A *Note (man_ual)x.y.z::.=0A=0A = *Note label: (man_ual)pp:qq::rr.=0A=0A *Note label: (man_ual)=7Fpp:qq.r= r=7F.=0A=0A *Note label: (man:u.al)ext.=0A=0A *Note label: (man:u.al)= =7Fe:x.t=7F.=0A=0A *Note =7Fla:bel=7F: (man:u.al)ext.=0A=0A* Menu:=0A=0A*= =7Fblah:blah=7F::=0A* the topic:blumpty.fump.=0A* normal node::=0A*=7F fun= ny:label=7F:=7Fsecret,node=7F.=0A* (man:u.al)ext::=0A=0A=1F=0AFile: nodequo= te.info, Node: blah:blah, Next: blumpty.fump, Prev: Top, Up: Top=0A=0A1= blah:blah=0A***********=0A=0Astuff here.=0A=0A=1F=0AFile: nodequote.info, = Node: blumpty.fump, Next: normal node, Prev: blah:blah, Up: Top=0A=0A2 = blumpty.fump=0A**************=0A=0A=1F=0AFile: nodequote.info, Node: norma= l node, Next: (man,u:a.l)direction, Prev: (man_ual)=7Fdirect,ion=7F, Up:= (man_ual)direct::i.on=0A=0A3 normal node=0A*************=0A=0A=1F=0AFile: = nodequote.info, Node: =7Fsecret,node=7F, Prev: normal node, Up: Top=0A= =0A4 secret,node=0A*************=0A=0A=1F=0AFile: nodequote.info, Node: to= p secret node=0A=0Astuff here.=0A=0A=1F=0ATag Table:=0ANode: Top=7F55=0ANod= e: blah:blah=7F863=0ANode: blumpty.fump=7F986=0ANode: normal node=7F1110=0A= Node: secret,node=7F1270=0ANode: top secret node=7F1375=0A=1F=0AEnd Tag Tab= le=0A=0A=1F=0ALocal Variables:=0Acoding: utf-8=0AEnd:=0A --68A2phZGAGXLnVo6 Content-Type: application/x-info Content-Disposition: attachment; filename="colons_in_index_entries_and_node.info" Content-Transfer-Encoding: quoted-printable This is colons_in_index_entries_and_node.info, produced from=0Acolons_in_in= dex_entries_and_node.texi.=0A=0A=1F=0AFile: colons_in_index_entries_and_nod= e.info, Node: Top, Next: =7FOne::node, with entries.=7F, Up: (dir)=0A=0A= * Menu:=0A=0A* =7FOne::node, with entries.=7F::=0A* Concept Index::=0A=0A= =1F=0AFile: colons_in_index_entries_and_node.info, Node: =7FOne::node, wit= h entries.=7F, Next: Concept Index, Prev: Top, Up: Top=0A=0A some ex= ample just to have text=0A=0A node one=0A=0A=1F=0AFile: colons_in_index_e= ntries_and_node.info, Node: Concept Index, Prev: =7FOne::node, with entri= es.=7F, Up: Top=0A=0A=00=08[index=00=08]=0A* Menu:=0A=0A* :: = =7FOne::node, with entries.=7F.=0A = (line 3)=0A* :a: = =7FOne::node, with entries.=7F.=0A = (line 3)=0A* b:c: = =7FOne::node, with entries.=7F.=0A = (line 3)=0A* d::e: = =7FOne::node, with entries.=7F.=0A = (line 5)=0A* f :d: = =7FOne::node, with entries.=7F.=0A = (line 5)=0A* g: h: = =7FOne::node, with entries.=7F.=0A = (line 5)=0A=0A=0A=1F=0ATag Ta= ble:=0ANode: Top=7F101=0ANode: One::node, with entries.=7F264=0ANode: Conce= pt Index=7F440=0A=1F=0AEnd Tag Table=0A=0A=1F=0ALocal Variables:=0Acoding: = utf-8=0AEnd:=0A --68A2phZGAGXLnVo6 Content-Type: application/x-texinfo Content-Disposition: attachment; filename="nodequote.texi" Content-Transfer-Encoding: quoted-printable @node Top=0A@top=0A=0A@xref{normal node, the::caption and a word}=0A@xref{n= ormal node, the::caption}=0A=0A@xref{blah:blah, the::caption and a word}=0A= @xref{blah:blah, the::caption}=0A=0A@xref{blumpty.fump, the::caption and a = word}=0A@xref{blumpty.fump, the::caption}.mrmrmrmmrmrmr=0A=0A@xref{blah:bla= h}.=0A=0A@xref{@asis{secret,node}}.=0A=0AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA= AAAAAAAAAAAAAAAA @xref{blah:blah}.)=0A=0A@xref{x:y::z,,,man_ual,Book Title}= =2E=0A=0A@xref{x.y.z,,,man_ual,Book Title}.=0A=0A@xref{pp:qq::rr,, label, m= an_ual,Book Title}.=0A=0A@xref{pp:qq.rr,, label, man_ual,Book Title}.=0A=0A= @xref{ext,, label, man:u.al, Book Title}.=0A=0A@xref{e:x.t,, label, man:u.a= l, Book Title}.=0A=0A@xref{ext,, la:bel, man:u.al, Book Title}.=0A=0A@menu= =0A* blah@asis{:}blah::=0A* the topic:blumpty@asis{.}fump.=0A* normal node:= :=0A* funny@asis{:}label:@asis{secret,node}.=0A* (man:u.al)ext::=0A=0A@end = menu=0A=0A@node blah:blah=0A@chapter blah:blah=0A=0Astuff here.=0A=0A@node = blumpty.fump=0A@chapter blumpty.fump=0A=0A@node normal node, (man@comma{}u:= a.l)direction, (man_ual)direct@comma{}ion, (man_ual)direct::i.on=0A@chapter= normal node=0A=0A@node @asis{secret,node}=0A@chapter @asis{secret,node}=0A= =0A@node top secret node=0A=0Astuff here.=0A --68A2phZGAGXLnVo6 Content-Type: application/x-texinfo Content-Disposition: attachment; filename="colons_in_index_entries_and_node.texi" Content-Transfer-Encoding: quoted-printable \input texinfo @c -*-texinfo-*-=0A@node chapter=0A@chapter chapter=0A=0A@no= de Top=0A=0A@menu=0A* One@asis{::}node@comma{} with entries.::=0A* Concept = Index::=0A@end menu=0A=0A@node One@asis{::}node@comma{} with entries.=0A=0A= @cindex :=0A@cindex :a=0A@cindex b:c=0A=0A@example=0Asome example just to h= ave text=0A@end example=0A=0A@cindex d::e=0A@cindex f :d=0A@cindex g: h=0A= =0Anode one=0A=0A@node Concept Index=0A=0A@printindex cp=0A=0A@bye=0A --68A2phZGAGXLnVo6--