From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: suvayu ali Newsgroups: gmane.emacs.help Subject: Re: No automatic tabs in Emacs? Date: Thu, 2 Dec 2010 23:05:33 +0100 Message-ID: References: <4CF6BAEC.2070400@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1291327605 1899 80.91.229.12 (2 Dec 2010 22:06:45 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 2 Dec 2010 22:06:45 +0000 (UTC) Cc: help-gnu-emacs@gnu.org, Sueroski To: egarrulo Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Dec 02 23:06:40 2010 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1POHIU-00075F-Bu for geh-help-gnu-emacs@m.gmane.org; Thu, 02 Dec 2010 23:06:38 +0100 Original-Received: from localhost ([127.0.0.1]:42693 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1POHIT-0003hl-Pj for geh-help-gnu-emacs@m.gmane.org; Thu, 02 Dec 2010 17:06:37 -0500 Original-Received: from [140.186.70.92] (port=54720 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1POHHo-0003gN-0g for help-gnu-emacs@gnu.org; Thu, 02 Dec 2010 17:05:56 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1POHHm-00058D-S7 for help-gnu-emacs@gnu.org; Thu, 02 Dec 2010 17:05:55 -0500 Original-Received: from mail-wy0-f169.google.com ([74.125.82.169]:50549) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1POHHm-000585-Nl for help-gnu-emacs@gnu.org; Thu, 02 Dec 2010 17:05:54 -0500 Original-Received: by wyj26 with SMTP id 26so1372153wyj.0 for ; Thu, 02 Dec 2010 14:05:54 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:mime-version:sender:received :in-reply-to:references:from:date:x-google-sender-auth:message-id :subject:to:cc:content-type:content-transfer-encoding; bh=TKVSaBEMTGa/4vmqBMEi6xGLRlYnpe10DuF/RsIqeHE=; b=xFzH1Zuu8Uw5pENz5Cb6QqE2ckUpqG10FKKNS+OwkreS8buKZZuJpTrPRTMmwwSyAs KMoAjxNReHVziCPqRyqX0pwUr0VdSlomuYH3Rgyh5lT9JFfkT8eEtUkbv0Cyg9sw3NjN LkhI3MVs9CKMJroRRLy5WADxfYUjZe+Jhtesw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type :content-transfer-encoding; b=ZImLZ5XRBgTBhBtMmyDLWO+NrgcPTw+EzdSeqO0+i17uANXUoir0Kvdb4voeJChXnE 78nL8Ka7r1d7HKdPrAxdddmLHcwEMmIzn4z1W73NyVFsjFo12Tr/+uACzsDgTHNdSunO WhelBP9Hd2v5pKPkOskS5GHEKMXkqyenfpxwk= Original-Received: by 10.216.154.199 with SMTP id h49mr830917wek.23.1291327554015; Thu, 02 Dec 2010 14:05:54 -0800 (PST) Original-Received: by 10.216.203.152 with HTTP; Thu, 2 Dec 2010 14:05:33 -0800 (PST) In-Reply-To: <4CF6BAEC.2070400@gmail.com> X-Google-Sender-Auth: pC_HZYJktgw7oYtLsCbEpGtATnU X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) 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:75485 Archived-At: On Wed, Dec 1, 2010 at 10:15 PM, egarrulo wrote: > Forget about using Emacs for programming. =A0Emacs is not an IDE. That is a strange comment. Does one always need an IDE for programming? Although at times it is very useful, I often find it intrusive. Also have you checked out the CEDET library for Emacs? I use it when I am working within a framework. As for the OP, I find putting the terminating ";" in C/C++ works best for me while in source code and "C-j" (i.e. press and hold Ctrl then press j) when I am inside multiline comments. --=20 Suvayu Open source is the future. It sets us free.