From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27143 invoked by alias); 9 Mar 2010 18:33:45 -0000 Received: (qmail 27131 invoked by uid 22791); 9 Mar 2010 18:33:44 -0000 X-SWARE-Spam-Status: No, hits=-0.8 required=5.0 tests=AWL,BAYES_00,RCVD_IN_SORBS_WEB,SPF_SOFTFAIL X-Spam-Check-By: sourceware.org Received: from mtaout23.012.net.il (HELO mtaout23.012.net.il) (80.179.55.175) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 09 Mar 2010 18:33:38 +0000 Received: from conversion-daemon.a-mtaout23.012.net.il by a-mtaout23.012.net.il (HyperSendmail v2007.08) id <0KZ100G0022X9V00@a-mtaout23.012.net.il> for gdb-patches@sourceware.org; Tue, 09 Mar 2010 20:33:36 +0200 (IST) Received: from HOME-C4E4A596F7 ([77.126.34.234]) by a-mtaout23.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0KZ100FC427ZW830@a-mtaout23.012.net.il>; Tue, 09 Mar 2010 20:33:36 +0200 (IST) Date: Tue, 09 Mar 2010 18:33:00 -0000 From: Eli Zaretskii Subject: Re: [PATCH] avoid GDB crash on inspection of pascal arrays In-reply-to: <20100309175556.GB28410@adacore.com> To: Joel Brobecker Cc: pierre.muller@ics-cnrs.unistra.fr, gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: <83k4tl2vlq.fsf@gnu.org> 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> <20100309175556.GB28410@adacore.com> 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: 2010-03/txt/msg00366.txt.bz2 > Date: Tue, 9 Mar 2010 21:55:56 +0400 > From: Joel Brobecker > Cc: pierre.muller@ics-cnrs.unistra.fr, gdb-patches@sourceware.org > > > 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... You are talking about Ctrl-Alt-\ (or "C-M-\" in Emacs notation). But it only re-indents, it does not untabify.