From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30213 invoked by alias); 17 Jan 2015 07:56:10 -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 30196 invoked by uid 89); 17 Jan 2015 07:56:09 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.6 required=5.0 tests=AWL,BAYES_00,SPF_SOFTFAIL autolearn=no version=3.3.2 X-HELO: mtaout29.012.net.il Received: from mtaout29.012.net.il (HELO mtaout29.012.net.il) (80.179.55.185) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sat, 17 Jan 2015 07:56:07 +0000 Received: from conversion-daemon.mtaout29.012.net.il by mtaout29.012.net.il (HyperSendmail v2007.08) id <0NIB000009KBA700@mtaout29.012.net.il> for gdb-patches@sourceware.org; Sat, 17 Jan 2015 09:52:49 +0200 (IST) Received: from HOME-C4E4A596F7 ([87.69.4.28]) by mtaout29.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0NIB00L4R9W1F140@mtaout29.012.net.il>; Sat, 17 Jan 2015 09:52:49 +0200 (IST) Date: Sat, 17 Jan 2015 07:56:00 -0000 From: Eli Zaretskii Subject: Re: [PATCH] TUI: Expand TABs into spaces In-reply-to: To: Doug Evans Cc: gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: <837fwl263b.fsf@gnu.org> References: <83k3149k5b.fsf@gnu.org> <837fwn2cvc.fsf@gnu.org> <83iog61xrl.fsf@gnu.org> <83h9vq1ujw.fsf@gnu.org> <83d26e1o5y.fsf@gnu.org> X-IsSubscribed: yes X-SW-Source: 2015-01/txt/msg00493.txt.bz2 > Date: Fri, 16 Jan 2015 17:02:27 -0800 > From: Doug Evans > Cc: "gdb-patches@sourceware.org" > > >> Can you point me at it? > > > > Point you at what? > > The "similar feature in displaying the source > doesn't have any such comments." Ah, okay. tui-source.c:tui_set_source_content, around line 185 of tui-source.c, is what I had in mind.