From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: luca.spinacci@seleniacomms.com Newsgroups: gmane.emacs.help Subject: Substiotution of tabs with spaces... Date: Fri, 15 Apr 2005 11:06:02 +0200 Message-ID: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-Trace: sea.gmane.org 1113558659 6225 80.91.229.2 (15 Apr 2005 09:50:59 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 15 Apr 2005 09:50:59 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Apr 15 11:50:56 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DMNRi-0006Cx-QZ for geh-help-gnu-emacs@m.gmane.org; Fri, 15 Apr 2005 11:49:07 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DMNVB-0000YO-VC for geh-help-gnu-emacs@m.gmane.org; Fri, 15 Apr 2005 05:52:42 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DMMyD-0003e0-J9 for help-gnu-emacs@gnu.org; Fri, 15 Apr 2005 05:18:41 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DMMvj-0002mt-6K for help-gnu-emacs@gnu.org; Fri, 15 Apr 2005 05:16:05 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DMMmQ-00013M-Ak for help-gnu-emacs@gnu.org; Fri, 15 Apr 2005 05:06:30 -0400 Original-Received: from [81.120.201.9] (helo=relay2.seleniacomms.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DMMn2-0004Zu-Cc for help-gnu-emacs@gnu.org; Fri, 15 Apr 2005 05:07:04 -0400 Original-Received: from gefss001 ([10.1.202.2]) by relay2.seleniacomms.com (8.12.11/8.12.11) with ESMTP id j3F95W2f008468 for ; Fri, 15 Apr 2005 11:05:39 +0200 (CEST) Sensitivity: Original-To: help-gnu-emacs@gnu.org X-MIMETrack: Serialize by Router on mgeg01/S/EXT/MM1(Release 6.5.3|September 14, 2004) at 04/15/2005 11:06:10 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:25709 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:25709 Hi, is there a smart way to replace all tabs with 3 spaces in a buffer edited in c-mode (both comments and code lines) Thank you very much.