From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17166 invoked by alias); 18 Apr 2009 20:56:05 -0000 Received: (qmail 17158 invoked by uid 22791); 18 Apr 2009 20:56:04 -0000 X-SWARE-Spam-Status: No, hits=3.5 required=5.0 tests=AWL,BAYES_00,BOTNET,RCVD_IN_JMF_BL,SPF_SOFTFAIL X-Spam-Check-By: sourceware.org Received: from mtaout1.012.net.il (HELO mtaout1.012.net.il) (84.95.2.1) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sat, 18 Apr 2009 20:55:58 +0000 Received: from conversion-daemon.i-mtaout1.012.net.il by i-mtaout1.012.net.il (HyperSendmail v2007.08) id <0KIB00200DW79Z00@i-mtaout1.012.net.il> for gdb-patches@sources.redhat.com; Sat, 18 Apr 2009 23:55:55 +0300 (IDT) Received: from HOME-C4E4A596F7 ([77.124.144.191]) by i-mtaout1.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0KIB00EJDE56XO20@i-mtaout1.012.net.il>; Sat, 18 Apr 2009 23:55:55 +0300 (IDT) Date: Sat, 18 Apr 2009 20:56:00 -0000 From: Eli Zaretskii Subject: Re: Configuring gdb_wchar.h In-reply-to: To: Tom Tromey Cc: gdb-patches@sources.redhat.com Reply-to: Eli Zaretskii Message-id: <83d4b9isv6.fsf@gnu.org> References: <8363hboz5x.fsf@gnu.org> <833acbo32k.fsf@gnu.org> <83ljpyi5ml.fsf@gnu.org> X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2009-04/txt/msg00491.txt.bz2 > Cc: gdb-patches@sources.redhat.com > From: Tom Tromey > Date: Sat, 18 Apr 2009 11:33:15 -0600 > > Eli> I also noticed that on a GNU/Linux system, "set target-charset TAB" > Eli> shows the list of possible charsets with a ^J character at the end of > Eli> each line. > > This works fine for me. Make sure you have the pexecute patch in your > tree. Right, that tree wasn't patched. Thanks.