From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/11472 Path: main.gmane.org!not-for-mail From: Patrick Gundlach Newsgroups: gmane.comp.tex.context Subject: Re: lowerleftdoubleninequote Date: Mon, 17 Mar 2003 19:05:20 +0100 Organization: privat Sender: ntg-context-admin@ntg.nl Message-ID: <87of4927j3.fsf@gundla.ch> References: <878ywo5uye.fsf@gundla.ch> <7BEAC3F0-3D3E-11D7-B580-0030659899AA@fiee.net> <5.1.0.14.1.20030210233432.022f93d0@remote-1> <87adh3rpsg.fsf@gundla.ch> Reply-To: ntg-context@ntg.nl NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1047924452 6497 80.91.224.249 (17 Mar 2003 18:07:32 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 17 Mar 2003 18:07:32 +0000 (UTC) Original-X-From: ntg-context-admin@ntg.nl Mon Mar 17 19:07:31 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 18uz1G-0001gf-00 for ; Mon, 17 Mar 2003 19:07:31 +0100 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id 3880B10B38; Mon, 17 Mar 2003 19:08:21 +0100 (MET) Original-Received: from moutng.kundenserver.de (moutng.kundenserver.de [212.227.126.189]) by ref.ntg.nl (Postfix) with ESMTP id B0D2310AB6 for ; Mon, 17 Mar 2003 19:05:35 +0100 (MET) Original-Received: from [212.227.126.162] (helo=mrelayng.kundenserver.de) by moutng.kundenserver.de with esmtp (Exim 3.35 #1) id 18uyzQ-0008BI-00; Mon, 17 Mar 2003 19:05:36 +0100 Original-Received: from [129.217.137.4] (helo=levana) by mrelayng.kundenserver.de with asmtp (Exim 3.35 #1) id 18uyzP-0007sF-00; Mon, 17 Mar 2003 19:05:35 +0100 Original-Received: from pg by levana with local (Exim 3.12 #1 (Debian)) id 18uyzA-0001Sd-00; Mon, 17 Mar 2003 19:05:20 +0100 Original-To: ntg-context@ntg.nl X-Lieblings-Musik: a.c. In-Reply-To: <87adh3rpsg.fsf@gundla.ch> (Patrick Gundlach's message of "Tue, 11 Feb 2003 12:59:43 +0100") Original-Lines: 35 User-Agent: Gnus/5.090008 (Oort Gnus v0.08) Emacs/21.3.50 (i586-pc-linux-gnu) 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:11472 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:11472 Patrick Gundlach writes: Hello Hans, >> another solution is to make a specific font handler (like the hanging >> one) for a class of fonts like cmr, in that case you can link such a >> handler to for instance a cmr10 font (see hand-*) > > 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? I still wonder how to use this handler? Even putting it in a sepatate file and use it with \usehandling[cmr] activates it without explicitly saying so. Patrick