From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14011 invoked by alias); 1 Mar 2008 19:57:58 -0000 Received: (qmail 14004 invoked by uid 22791); 1 Mar 2008 19:57:58 -0000 X-Spam-Status: No, hits=-1.8 required=5.0 tests=AWL,BAYES_00,J_CHICKENPOX_74 X-Spam-Check-By: sourceware.org Received: from wildebeest.demon.nl (HELO gnu.wildebeest.org) (83.160.170.119) by sourceware.org (qpsmtpd/0.31) with ESMTP; Sat, 01 Mar 2008 19:57:32 +0000 Received: from wildebeest.demon.nl ([83.160.170.119] helo=[127.0.0.1]) by gnu.wildebeest.org with esmtp (Exim 4.63) (envelope-from ) id 1JVXpp-0005vm-2C; Sat, 01 Mar 2008 20:57:29 +0100 Subject: Re: Patch: bug 5731 From: Mark Wielaard To: tromey@redhat.com Cc: Frysk List In-Reply-To: References: Content-Type: text/plain Date: Sat, 01 Mar 2008 19:57:00 -0000 Message-Id: <1204401448.3279.42.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Evolution 2.12.3 (2.12.3-1.fc8) Content-Transfer-Encoding: 7bit X-Spam-Score: -4.1 (----) X-IsSubscribed: yes Mailing-List: contact frysk-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: frysk-owner@sourceware.org X-SW-Source: 2008-q1/txt/msg00095.txt.bz2 Hi Tom, On Sat, 2008-03-01 at 10:06 -0700, Tom Tromey wrote: > This fixes bug 5731, which is that the output of plain "set" is ugly. Thanks. This looks good. I have pushed it. For this reading along at home. Before this patch: (fhpd) set {ERROR_CHECKS=NORMAL, EVENT_INTERRUPT=ON, EXECUTABLE_PATH=./:/home/mark/bin:/usr/kerberos/bin:/usr/lib/ccache:/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin, MAX_HISTORY=20, MAX_LEVELS=20, MAX_LIST=20, MAX_PROMPT=40, MODE=MULTILEVEL, PROMPT=(frysk) , SOURCE_PATH=, START_MODEL=ANY, STOP_MODEL=ANY, VERBOSE=WARN} after: (fhpd) set ERROR_CHECKS=NORMAL EVENT_INTERRUPT=ON EXECUTABLE_PATH=./:/home/mark/bin:/usr/kerberos/bin:/usr/lib/ccache:/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin MAX_HISTORY=20 MAX_LEVELS=20 MAX_LIST=20 MAX_PROMPT=40 MODE=MULTILEVEL PROMPT=(frysk) SOURCE_PATH= START_MODEL=ANY STOP_MODEL=ANY VERBOSE=WARN > Previously I "washed" the ChangeLog entry when sending a patch. > I don't know if that is what you want or not. This time I didn't. I liked "washed", if only because often the patch for a ChangeLog won't apply anyway since the top of the file has already changed. Thanks, Mark