From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/14344 Path: main.gmane.org!not-for-mail From: Hans Hagen Newsgroups: gmane.comp.tex.context Subject: Re: bookmarks, accented caracters, breaking URLs Date: Fri, 19 Dec 2003 18:31:58 +0100 Sender: ntg-context-admin@ntg.nl Message-ID: <6.0.1.1.2.20031219182856.01dc5130@server-1> References: <20031217190756.GA26857@physik.fu-berlin.de> <20031218115211.29700@news.comp.lancs.ac.uk> <20031218135805.GA2585@physik.fu-berlin.de> Reply-To: ntg-context@ntg.nl NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1"; format=flowed Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1071855640 24964 80.91.224.253 (19 Dec 2003 17:40:40 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 19 Dec 2003 17:40:40 +0000 (UTC) Original-X-From: ntg-context-admin@ntg.nl Fri Dec 19 18:40:37 2003 Return-path: Original-Received: from ref.vet.uu.nl ([131.211.172.13] helo=ref.ntg.nl) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AXOc8-0002iZ-00 for ; Fri, 19 Dec 2003 18:40:37 +0100 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id 3013D10B34; Fri, 19 Dec 2003 18:40:28 +0100 (MET) Original-Received: from mail.solcon.net (mail.solcon.net [212.45.33.5]) by ref.ntg.nl (Postfix) with ESMTP id 965D110B0E for ; Fri, 19 Dec 2003 18:32:07 +0100 (MET) Original-Received: from server-1.pragma-net.nl (dsl-212-84-128-085.solcon.nl [212.84.128.85]) by mail.solcon.net (8.11.6/8.9.3) with ESMTP id hBJHVxt08644 for ; Fri, 19 Dec 2003 18:31:59 +0100 Original-Received: by server-1.pragma-net.nl (Postfix, from userid 65534) id A0E5617AD7; Fri, 19 Dec 2003 18:32:06 +0100 (CET) Original-Received: from laptop-3.wxs.nl (unknown [10.100.1.191]) by server-1.pragma-net.nl (Postfix) with ESMTP id 17528571D for ; Fri, 19 Dec 2003 17:32:05 +0000 (UTC) X-Sender: hagen-mail@server-1 X-Mailer: QUALCOMM Windows Eudora Version 6.0.1.1 Original-To: ntg-context@ntg.nl In-Reply-To: <20031218135805.GA2585@physik.fu-berlin.de> Original-References: <20031217190756.GA26857@physik.fu-berlin.de> <20031218115211.29700@news.comp.lancs.ac.uk> <20031218135805.GA2585@physik.fu-berlin.de> Errors-To: ntg-context-admin@ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.0.13 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.comp.tex.context:14344 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:14344 At 14:58 18/12/2003, you wrote: >Ok, now I finally figured out what went wrong in my real document: >I had first \placebookmarks and then \setupinteraction. It has to be the >other way round! >Thanks a lot for the hint! > > > I kept tripping on that one, and I'm not sure I'd agree > > with the choice made. >I agree that it is counter-intuitive that one needs to have >\setupinteraction in order to get bookmarks placed. But that the order >matters is even worse. this is one of the few times that order is important; it has to do with the= =20 way things are loaded and need to be set up (an alternative could be: \appendtoks ... (place bookmarks) \to \everystarttext but then it may interfere with other things keep in mind that bookmarks are non typographic thingies, and as sucn not=20 part of the page stream >(Playing around with Acrobat 6, I saw that using /C [colorvalues] and /F n, >n=3D1...5, one could even have the bookmark items in color or in >italic/bold/..., if one wants to play ...) some day ... bookmarks will be snippets of typeset text (i hope) >I tested the accented characters again (not including bookmarks): > \setupinteraction[state=3Dstart,title=3D{F\"ur / Na\"\i ve}] > \placebookmarks[chapter] > \setupinteractionscreen[option=3Dbookmark] > \starttext > \chapter{F\"ur / Na\"\i ve} > \stoptext > >I expect 'F=FCr / Na=EFve' but I get > >a) in the bookmarks: > 'F=FCr / Nadobuildtextaccebt char 127 {char "10}ve' >b) in the document info dialogue: > 'Fdobuildtextaccent char 127 ur / Nadobuildtextaccebt char 127 {char=20 > "10}ve' > >If I replace {\"\i} by \idiaeresis, nothing changes for \chapter and >bookmarks, but I get an error message for 'title=3D'. Puzzled. hm, make me a small example and i'll have a look Hans =20