From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: pingved@gmail.com Newsgroups: gmane.emacs.help Subject: question about indenting Date: Fri, 15 Jul 2011 09:09:17 +0400 Message-ID: <95462880.20110715090917@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1310712521 12383 80.91.229.12 (15 Jul 2011 06:48:41 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 15 Jul 2011 06:48:41 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Jul 15 08:48:38 2011 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1QhcCT-000520-Dw for geh-help-gnu-emacs@m.gmane.org; Fri, 15 Jul 2011 08:48:37 +0200 Original-Received: from localhost ([::1]:37238 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QhcCS-0006dP-4E for geh-help-gnu-emacs@m.gmane.org; Fri, 15 Jul 2011 02:48:36 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:48364) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QhaeU-0007fh-Uy for help-gnu-emacs@gnu.org; Fri, 15 Jul 2011 01:09:27 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QhaeS-0005BH-Pa for help-gnu-emacs@gnu.org; Fri, 15 Jul 2011 01:09:26 -0400 Original-Received: from mail-fx0-f52.google.com ([209.85.161.52]:61861) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QhaeS-0005B9-B9 for help-gnu-emacs@gnu.org; Fri, 15 Jul 2011 01:09:24 -0400 Original-Received: by fxd18 with SMTP id 18so1838815fxd.39 for ; Thu, 14 Jul 2011 22:09:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=date:from:x-priority:message-id:to:subject:mime-version :content-type:content-transfer-encoding; bh=NxZf98afdhkNAcwJ3tYiyCQRlGt30V2vT9eHIaMn8GI=; b=u+MlPpWOSK/VwUox25wcQWvCwolIGxekrLd3hwb0VKFu1zFKZFg2kCwJkzBA6Eki1X GvrrHB+qhSmFo9fZPTLXjHjYOyIoyK4/Q/T8LuNMASl5SE+Zaq06zIdbebj+TVn7jNev KS6tpL/MuNSBUnCB9JUuQzMR6KtJWqVnPLaUQ= Original-Received: by 10.223.64.80 with SMTP id d16mr4700043fai.86.1310706563390; Thu, 14 Jul 2011 22:09:23 -0700 (PDT) Original-Received: from [10.40.67.28] ([92.62.57.179]) by mx.google.com with ESMTPS id w11sm543315faj.14.2011.07.14.22.09.22 (version=SSLv3 cipher=OTHER); Thu, 14 Jul 2011 22:09:22 -0700 (PDT) X-Priority: 3 (Normal) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 209.85.161.52 X-Mailman-Approved-At: Fri, 15 Jul 2011 02:47:21 -0400 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:81592 Archived-At: Hello to all! How i can indent strings in any mode, c-mode for example like this: void Test(void) { (3space)DWORD abc; (4space)exit(0); (4space){ (4space)(3space)DWORD a; (4space)(4space)exit(0); (4space)} }