From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25953 invoked by alias); 14 Oct 2002 21:06:27 -0000 Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org Received: (qmail 25946 invoked from network); 14 Oct 2002 21:06:26 -0000 Received: from unknown (HELO Cantor.suse.de) (213.95.15.193) by sources.redhat.com with SMTP; 14 Oct 2002 21:06:26 -0000 Received: from Hermes.suse.de (Charybdis.suse.de [213.95.15.201]) by Cantor.suse.de (Postfix) with ESMTP id 23F2A14C07; Mon, 14 Oct 2002 23:06:26 +0200 (MEST) Date: Mon, 14 Oct 2002 15:31:00 -0000 From: Michael Matz To: Per Bothner Cc: Paul Koning , Subject: Re: quote marks [was: Status of i18n patches] In-Reply-To: <3DAB1AEA.1060906@bothner.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-SW-Source: 2002-10/txt/msg00753.txt.bz2 Hi, On Mon, 14 Oct 2002, Per Bothner wrote: > Perhaps we should keep `%s' in the error messages, but encourage > user interfaces (such as IDEs) to use fonts instead. Using `%s' > makes that fairly easy. But my GUI (xterm) can't do that easily, so to fix the inappropriate use of ` would be worthy nevertheless. Ciao, Michael.