From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/11262 Path: main.gmane.org!not-for-mail From: "Wolfgang Werners-Lucchini" Newsgroups: gmane.comp.tex.context Subject: Re: Re: lowerleftdoubleninequote Date: Sat, 8 Mar 2003 22:15:53 +0100 Sender: ntg-context-admin@ntg.nl Message-ID: Reply-To: ntg-context@ntg.nl NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=Default Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1047161771 6009 80.91.224.249 (8 Mar 2003 22:16:11 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sat, 8 Mar 2003 22:16:11 +0000 (UTC) Original-X-From: ntg-context-admin@ntg.nl Sat Mar 08 23:16:10 2003 Return-path: Original-Received: from ref.vet.uu.nl ([131.211.172.13] helo=ref.ntg.nl) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18rmby-0001Yj-00 for ; Sat, 08 Mar 2003 23:16:10 +0100 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id 9317E10B24; Sat, 8 Mar 2003 23:16:45 +0100 (MET) Original-Received: from moutvdom.kundenserver.de (moutvdom.kundenserver.de [212.227.126.250]) by ref.ntg.nl (Postfix) with ESMTP id 422D810AB6 for ; Sat, 8 Mar 2003 23:14:17 +0100 (MET) Original-Received: from [212.227.126.222] (helo=mrvdomng.kundenserver.de) by moutvdom.kundenserver.de with esmtp (Exim 3.35 #1) id 18rma9-0006ng-00 for ntg-context@ntg.nl; Sat, 08 Mar 2003 23:14:17 +0100 Original-Received: from [217.1.4.185] (helo=1und1/pt1094-284) by mrvdomng.kundenserver.de with esmtp (Exim 3.35 #1) id 18rma8-0005KD-00 for ntg-context@ntg.nl; Sat, 08 Mar 2003 23:14:16 +0100 Original-To: X-MSMail-Priority: Normal X-Priority: 3 X-Mailer: Microsoft Internet Mail 4.70.1132 Errors-To: ntg-context-admin@ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.0.13 Precedence: bulk X-Reply-To: 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:11262 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:11262 Hallo! In order to understand the appended puzzle, I am looking for documentations about: \definefonthandling \startfonthandling \usehandling I have found the example about 'hanging punctuation', but I could'nt even understand this example. What ist the correlation between 'punctuation', 'alpha' and 'def'???? > I have tried that, but with strange results: > > > \startfonthandling[cmrfix] > \definecharacter quotedblbase {,\kern -.1em,} > \stopfonthandling > > %\setupfontsynonym[Serif][handling=cmrfix] > > \setupbodyfont[14pt] > \starttext > \mainlanguage[de] > \startquotation > To \TEX\ or not to \TEX. > \stopquotation > \stoptext > > > The definition of quotedblbase in line two is used without even > activating the cmrfix font-handler. How do I use the handler properly?