From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?UTF-8?B?SmFuIFN5bsOhxI1law==?= Newsgroups: gmane.lisp.guile.devel Subject: Weirdness in guile manual Date: Sun, 29 Nov 2015 14:13:50 +0100 Message-ID: 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 1448802836 15173 80.91.229.3 (29 Nov 2015 13:13:56 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 29 Nov 2015 13:13:56 +0000 (UTC) To: guile-devel Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Sun Nov 29 14:13:53 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 1a31na-00022A-PL for guile-devel@m.gmane.org; Sun, 29 Nov 2015 14:13:50 +0100 Original-Received: from localhost ([::1]:36280 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a31ne-0007na-MA for guile-devel@m.gmane.org; Sun, 29 Nov 2015 08:13:54 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:45928) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a31nc-0007nV-7E for guile-devel@gnu.org; Sun, 29 Nov 2015 08:13:53 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a31nb-0008KO-BT for guile-devel@gnu.org; Sun, 29 Nov 2015 08:13:52 -0500 Original-Received: from mail-wm0-x233.google.com ([2a00:1450:400c:c09::233]:33097) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a31nb-0008KI-5V for guile-devel@gnu.org; Sun, 29 Nov 2015 08:13:51 -0500 Original-Received: by wmec201 with SMTP id c201so121090781wme.0 for ; Sun, 29 Nov 2015 05:13:50 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=xsUXZDa1eYezY03CWhNy8jMIbZ4auuoLiDxXkdg3Ilo=; b=legv39XGF/JdENxTlJwTVcEqqJHs0q8gVJO2zaxWIEQf8f/KblRPxlN7wZXFsKybn3 lHyxdETBsARdzlZYmV5+auX8+2/Sn2bRWFD5ZDTvaoe7nr0XPcEGt/XLXYtbrpsE5p3X kU0MDkyKKWnXaehk2JuqmRUc8p3LwmJ7lY5qXu1WdWQN56a2JMYH+cCi9IWNTN2PlZOM 6n/nR0Yf08yJjKKyMdMR/5ldZoTJr1U4HlgvsXn1nsgwxK4RzvrhsnTMJii/N58nGKLG r2Nr7zpJDIRnGT9Bh/FNJ9NpeYXY25AxztqCy5TCCP0wiaJXlBHU36SrUFeTZBr0ZMVv SJSQ== X-Received: by 10.28.0.149 with SMTP id 143mr22317479wma.103.1448802830079; Sun, 29 Nov 2015 05:13:50 -0800 (PST) Original-Received: by 10.27.155.66 with HTTP; Sun, 29 Nov 2015 05:13:50 -0800 (PST) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:400c:c09::233 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:18073 Archived-At: 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