From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: neil@ossau.homelinux.net Newsgroups: gmane.lisp.guile.devel Subject: Re: Weirdness in guile manual Date: Sun, 29 Nov 2015 17:21:31 +0000 Message-ID: <20151129172131.5910610.70894.21510@ossau.homelinux.net> References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1448817717 5717 80.91.229.3 (29 Nov 2015 17:21:57 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 29 Nov 2015 17:21:57 +0000 (UTC) To: =?utf-8?b?SmFuIFN5bsOhxI1law==?= , guile-devel Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Sun Nov 29 18:21:42 2015 Return-path: Envelope-to: guile-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1a35fS-0001wL-7t for guile-devel@m.gmane.org; Sun, 29 Nov 2015 18:21:42 +0100 Original-Received: from localhost ([::1]:37150 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a35fW-0000QL-72 for guile-devel@m.gmane.org; Sun, 29 Nov 2015 12:21:46 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:47281) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a35fQ-0000QG-EX for guile-devel@gnu.org; Sun, 29 Nov 2015 12:21:41 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a35fM-0000KN-HN for guile-devel@gnu.org; Sun, 29 Nov 2015 12:21:40 -0500 Original-Received: from out1.ip03ir2.opaltelecom.net ([62.24.128.239]:43200) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a35fM-0000K4-BD for guile-devel@gnu.org; Sun, 29 Nov 2015 12:21:36 -0500 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: A2DvBgAXM1tWPHnGlU5dGQEBAQEPAQEBAYMLU2/AHCOCPIMwAoEYTQEBAQEBAQcBAQEBQT+ENAEBAQEDIzMzCAECEQQBAQMCJgICOQoECAgGARuIKQmKQp01j2MBCwEggQGKUYRZHoJ+gUQFlleNLwmBW4dFI5MehGdyAYVwAQEB X-IPAS-Result: A2DvBgAXM1tWPHnGlU5dGQEBAQEPAQEBAYMLU2/AHCOCPIMwAoEYTQEBAQEBAQcBAQEBQT+ENAEBAQEDIzMzCAECEQQBAQMCJgICOQoECAgGARuIKQmKQp01j2MBCwEggQGKUYRZHoJ+gUQFlleNLwmBW4dFI5MehGdyAYVwAQEB X-IronPort-AV: E=Sophos;i="5.20,360,1444690800"; d="scan'208";a="566573016" Original-Received: from host-78-149-198-121.as13285.net (HELO arudy) ([78.149.198.121]) by out1.ip03ir2.opaltelecom.net with ESMTP; 29 Nov 2015 17:33:40 +0000 Original-Received: from [127.0.0.1] (unknown [213.205.251.120]) by arudy (Postfix) with ESMTPSA id EFA6B380EA; Sun, 29 Nov 2015 17:18:04 +0000 (GMT) X-Mailer: BlackBerry Email (10.3.2.2639) In-Reply-To: X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 62.24.128.239 X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Original-Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.devel:18074 Archived-At: That looks like my old 'GDS' stuff, from before the 2.0 change; I don=E2=80= =99t believe any of it is applicable any more, so that node should just be = deleted.=C2=A0 =C2=A0 =C2=A0 =C2=A0 Neil=C2=A0 =C2=A0 Original Message =C2=A0 From: Jan Syn=C3=A1=C4=8Dek Sent: Sunday, 29 November 2015 13:10 To: guile-devel Subject: Weirdness in guile manual Hello, I just noticed something fishy in the web version of the guile manual. I was trying to read something about breakpoints and I came across this page: http://www.gnu.org/software/guile/manual/html_node/Intro-to-Breakpoints.htm= l#Intro-to-Breakpoints The heading says "3.4.2 Intro to Breakpoints". When I click "Up", I get to "3.4 Debugging Features", which is correct. However, from 3.4, there is no way to get back to 3.4.2. In fact, I didn't find a way to get to 3.4.2 at all.. The links from 3.4 point to 3.4.1, 3.4.4 and 6.15. Cheers, --=20 Jan Syn=C3=A1=C4=8Dek