From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17308 invoked by alias); 4 Dec 2004 23:04:28 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 17295 invoked from network); 4 Dec 2004 23:04:25 -0000 Received: from unknown (HELO nevyn.them.org) (66.93.172.17) by sourceware.org with SMTP; 4 Dec 2004 23:04:25 -0000 Received: from drow by nevyn.them.org with local (Exim 4.34 #1 (Debian)) id 1Caiwu-0002Ty-Tv for ; Sat, 04 Dec 2004 18:04:21 -0500 Date: Sat, 04 Dec 2004 23:59:00 -0000 From: Daniel Jacobowitz To: gdb-patches@sources.redhat.com Subject: Re: i18n, part 2 Message-ID: <20041204230420.GA9030@nevyn.them.org> Mail-Followup-To: gdb-patches@sources.redhat.com References: <20041204195702.GA25306@ata.cs.hun.edu.tr> <20041204200605.GA15732@nevyn.them.org> <20041204215404.GA2413@ata.cs.hun.edu.tr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20041204215404.GA2413@ata.cs.hun.edu.tr> User-Agent: Mutt/1.5.5.1+cvs20040105i X-SW-Source: 2004-12/txt/msg00125.txt.bz2 On Sat, Dec 04, 2004 at 10:54:04PM +0100, Baurjan Ismagulov wrote: > I also prefer the "" "" concatenation just for aesthetic reasons. But I > couldn't reproduce the behaviour you describe; could you give an > example? I tend to consider this a bug. If the continued string starts at the beginning of the next line, diff will interpret it as the start of a function; future changes in that function will be attributed to the quoted string. It's possible this has changed, but unlikely. -- Daniel Jacobowitz