From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Luc Teirlinck Newsgroups: gmane.emacs.devel Subject: Re: Invisible colons in Emacs Info. Date: Sun, 6 Jul 2003 13:17:26 -0500 (CDT) Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <200307061817.h66IHQt06747@raven.dms.auburn.edu> References: <200307010003.h6103d623188@f7.net> <200307050314.h653ESE05056@raven.dms.auburn.edu> <5xk7avbw9z.fsf@kfs2.cua.dk> NNTP-Posting-Host: main.gmane.org X-Trace: main.gmane.org 1057515531 28721 80.91.224.249 (6 Jul 2003 18:18:51 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 6 Jul 2003 18:18:51 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Sun Jul 06 20:18:49 2003 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19ZE65-0007T6-00 for ; Sun, 06 Jul 2003 20:18:49 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 19ZEFZ-0006nG-00 for ; Sun, 06 Jul 2003 20:28:37 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.20) id 19ZE6g-0002YL-CV for emacs-devel@quimby.gnus.org; Sun, 06 Jul 2003 14:19:26 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.20) id 19ZE6G-0002H1-Sg for emacs-devel@gnu.org; Sun, 06 Jul 2003 14:19:00 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.20) id 19ZE5J-0000uY-J5 for emacs-devel@gnu.org; Sun, 06 Jul 2003 14:18:02 -0400 Original-Received: from manatee.dms.auburn.edu ([131.204.53.104]) by monty-python.gnu.org with esmtp (Exim 4.20) id 19ZE57-0000X9-Bz for emacs-devel@gnu.org; Sun, 06 Jul 2003 14:17:49 -0400 Original-Received: from raven.dms.auburn.edu (raven.dms.auburn.edu [131.204.53.29]) h66IHjeQ013899; Sun, 6 Jul 2003 13:17:46 -0500 (CDT) Original-Received: (from teirllm@localhost) by raven.dms.auburn.edu (8.11.6+Sun/8.11.6) id h66IHQt06747; Sun, 6 Jul 2003 13:17:26 -0500 (CDT) X-Authentication-Warning: raven.dms.auburn.edu: teirllm set sender to teirllm@dms.auburn.edu using -f Original-To: storm@cua.dk In-reply-to: <5xk7avbw9z.fsf@kfs2.cua.dk> (storm@cua.dk) Original-cc: bob@rattlesnake.com X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Emacs development discussions. List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:15425 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:15425 Kim Storm wrote: "Robert J. Chassell" writes: > Luc Teirlinck wrote: > > ... Info rather easily seems to go into infinite loops, with C-g > being of no help. ... > > Example: > > emacs-21.3.50 -q --eval "(blink-cursor-mode 0)" & > > I can confirm this using I have just installed a fix for this. There are still ptoblems with the very case Stefan tried to address. The next two files are the exact same files I sent to Stefan earlier: ===File ~/experiment.texi=================================== \input texinfo @c -*-texinfo-*- @comment %**start of header @setfilename experiment.info @settitle An experiment. @comment %**end of header @node Top @top Top @menu * name:entry. description. @end menu @node entry @chapter Entry This node is called @samp{entry} @bye ============================================================ ===File ~/experiment.info=================================== This is experiment.info, produced by makeinfo version 4.6 from /home/teirllm/info/experiment.texi. ^_ File: experiment.info, Node: Top, Next: entry, Up: (dir) Top *** * Menu: * name:entry. description. ^_ File: experiment.info, Node: entry, Prev: Top, Up: Top Entry ***** This node is called `entry' ^_ Tag Table: Node: Top100 Node: entry219 ^_ End Tag Table ============================================================ Put: * experiment: (experiment). Just an experiment in an appropriate dir file. Trying to visit `experiment' still produces an infinite loop. Actually, so does trying to run C-c C-m C-b on experiment.texi. Sincerely, Luc.