From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20042 invoked by alias); 9 Mar 2010 17:56:19 -0000 Received: (qmail 20033 invoked by uid 22791); 9 Mar 2010 17:56:19 -0000 X-SWARE-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 09 Mar 2010 17:56:15 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 961402BAB8B; Tue, 9 Mar 2010 12:56:13 -0500 (EST) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id WhjCj9vGcn7l; Tue, 9 Mar 2010 12:56:13 -0500 (EST) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 20CD12BAB86; Tue, 9 Mar 2010 12:56:13 -0500 (EST) Received: by joel.gnat.com (Postfix, from userid 1000) id 4D934F5894; Tue, 9 Mar 2010 21:55:56 +0400 (RET) Date: Tue, 09 Mar 2010 17:56:00 -0000 From: Joel Brobecker To: Eli Zaretskii Cc: pierre.muller@ics-cnrs.unistra.fr, gdb-patches@sourceware.org Subject: Re: [PATCH] avoid GDB crash on inspection of pascal arrays Message-ID: <20100309175556.GB28410@adacore.com> References: <001801cabee0$31499ca0$93dcd5e0$%muller@ics-cnrs.unistra.fr> <20100308185450.GK3081@adacore.com> <001201cabf17$43e1b960$cba52c20$%muller@ics-cnrs.unistra.fr> <20100309051651.GM3081@adacore.com> <83mxyh2yes.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <83mxyh2yes.fsf@gnu.org> User-Agent: Mutt/1.5.20 (2009-06-14) 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: 2010-03/txt/msg00358.txt.bz2 > If it helps someone, here's the Emacs recipe for converting all tabs > into the equivalent number of spaces: Wasn't there a way to simply get emacs to reformat automatically? I kind of remember something like ctrl-tab, or something like that would reformat the current line. So if you select a region, and then apply ctrl-tab, the whole region would be reformatted... -- Joel