From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/16809 Path: main.gmane.org!not-for-mail From: Peter Rolf Newsgroups: gmane.comp.tex.context Subject: Re: 'german' indention in radio field - [FINAL] Date: Wed, 27 Oct 2004 14:00:14 +0200 Sender: ntg-context-bounces@ntg.nl Message-ID: <417F8DCE.7050403@gmx.net> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1098878767 15797 80.91.229.6 (27 Oct 2004 12:06:07 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 27 Oct 2004 12:06:07 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Wed Oct 27 14:05:56 2004 Return-path: Original-Received: from ronja.vet.uu.nl ([131.211.172.88] helo=ronja.ntg.nl) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CMmYu-0005Y4-00 for ; Wed, 27 Oct 2004 14:05:56 +0200 Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id B8C6D1278D; Wed, 27 Oct 2004 14:05:55 +0200 (CEST) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (ronja.vet.uu.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 00443-04; Wed, 27 Oct 2004 14:05:54 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id D80071277C; Wed, 27 Oct 2004 14:05:53 +0200 (CEST) Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 3A0531277C for ; Wed, 27 Oct 2004 14:05:53 +0200 (CEST) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (ronja.vet.uu.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 00442-04 for ; Wed, 27 Oct 2004 14:05:52 +0200 (CEST) Original-Received: from mail.gmx.net (unknown [213.165.64.20]) by ronja.ntg.nl (Postfix) with SMTP id 8A6F21276D for ; Wed, 27 Oct 2004 14:05:52 +0200 (CEST) Original-Received: (qmail 15065 invoked by uid 65534); 27 Oct 2004 12:05:51 -0000 Original-Received: from lips-d9b8cb19.pool.mediaWays.net (EHLO [217.184.203.25]) (217.184.203.25) by mail.gmx.net (mp011) with SMTP; 27 Oct 2004 14:05:51 +0200 X-Authenticated: #24293357 User-Agent: Mozilla Thunderbird 0.8 (Windows/20040913) X-Accept-Language: en-us, en Original-To: ntg-context@ntg.nl X-Enigmail-Version: 0.86.1.0 X-Enigmail-Supports: pgp-inline, pgp-mime X-Virus-Scanned: by amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.5 Precedence: list List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: ntg-context-bounces@ntg.nl X-Virus-Scanned: by amavisd-new at ntg.nl Xref: main.gmane.org gmane.comp.tex.context:16809 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:16809 Thank you, Hans! From now on I'll test my "minmal" examples on contextgarden, before sending them. Greetings, Peter Hans Hagen wrote: > Peter Rolf wrote: > >> Hi there! >> >> After a new installation of Texlife my radio field example (4.10.) >> works (now?). >> But if you simply add >> \mainlanguage[de] >> the first button is indented again. Hmmm...., it seems that my first >> example >> was too minimal. I've also tried [en] and [dk]; no problems. > > > You need to change this in enco-fde,tex (i.e. remove the comment since > it introduces a space) > > \startencoding[pdfdoc] > \startlanguagespecifics[\s!de]% hm, a % is needed > \defineactivecharacter " {\"} > \stoplanguagespecifics > \stopencoding >