From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22789 invoked by alias); 16 Jan 2015 18:25:17 -0000 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 Received: (qmail 22772 invoked by uid 89); 16 Jan 2015 18:25:16 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.8 required=5.0 tests=AWL,BAYES_00,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-wg0-f42.google.com Received: from mail-wg0-f42.google.com (HELO mail-wg0-f42.google.com) (74.125.82.42) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Fri, 16 Jan 2015 18:25:15 +0000 Received: by mail-wg0-f42.google.com with SMTP id k14so22005856wgh.1 for ; Fri, 16 Jan 2015 10:25:12 -0800 (PST) MIME-Version: 1.0 X-Received: by 10.180.109.45 with SMTP id hp13mr8742986wib.4.1421432710562; Fri, 16 Jan 2015 10:25:10 -0800 (PST) Received: by 10.27.39.198 with HTTP; Fri, 16 Jan 2015 10:25:10 -0800 (PST) In-Reply-To: <83h9vq1ujw.fsf@gnu.org> References: <83k3149k5b.fsf@gnu.org> <837fwn2cvc.fsf@gnu.org> <83iog61xrl.fsf@gnu.org> <83h9vq1ujw.fsf@gnu.org> Date: Fri, 16 Jan 2015 18:25:00 -0000 Message-ID: Subject: Re: [PATCH] TUI: Expand TABs into spaces From: Doug Evans To: Eli Zaretskii Cc: "gdb-patches@sourceware.org" Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes X-SW-Source: 2015-01/txt/msg00478.txt.bz2 On Fri, Jan 16, 2015 at 9:53 AM, Eli Zaretskii wrote: >> Date: Fri, 16 Jan 2015 09:29:52 -0800 >> From: Doug Evans >> Cc: "gdb-patches@sourceware.org" >> >> Is that in relation to the tabset command? >> And is that to provide a knob so that source written >> with an expectation that \t was different than 8 >> can be made readable? > > No. > >> Or is there existing code that is coping with these >> windows, umm, quirks? > > Yes. Good to know. Can you point me at it?