From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Chris Hobbs" Newsgroups: gmane.emacs.help Subject: Tab within comments in C/C++ mode Date: Wed, 30 Oct 2002 20:57:29 GMT Organization: Prodigy Internet http://www.prodigy.com Sender: help-gnu-emacs-admin@gnu.org Message-ID: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: main.gmane.org 1036012325 16840 80.91.224.249 (30 Oct 2002 21:12:05 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 30 Oct 2002 21:12:05 +0000 (UTC) Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18708A-0004NP-00 for ; Wed, 30 Oct 2002 22:12:03 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 187087-0002uL-00; Wed, 30 Oct 2002 16:11:59 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!bloom-beacon.mit.edu!news-out.cwix.com!newsfeed.cwix.com!prodigy.com!prodigy.com!newsmst01.news.prodigy.com!prodigy.com!postmaster.news.prodigy.com!newssvr21.news.prodigy.com.POSTED!3144c1a9!not-for-mail User-Agent: Pan/0.13.0 (The whole remains beautiful) Original-Newsgroups: gnu.emacs.help Original-Lines: 9 Original-NNTP-Posting-Host: 63.207.93.34 Original-X-Complaints-To: abuse@prodigy.net Original-X-Trace: newssvr21.news.prodigy.com 1036011449 ST000 63.207.93.34 (Wed, 30 Oct 2002 15:57:29 EST) Original-NNTP-Posting-Date: Wed, 30 Oct 2002 15:57:29 EST X-UserInfo1: TSU[@IONVZU[RTT^YROF_RDB]JT@QDDMEPWXODMMHXMTWA]EPMTC@AWZWDXZXQ[K\FFSKCVM@F_N_DOBWVWG__LG@VVOIPLIGX\\BU_B@\P\PFX\B[APHTWAHDCKJF^NHD[YJAZMCY_CWG[SX\Y]^KC\HSZRWSWKGAY_PC[BQ[BXAS\F\\@DMTLFZFUE@\VL Original-Xref: shelby.stanford.edu gnu.emacs.help:106587 Original-To: help-gnu-emacs@gnu.org Errors-To: help-gnu-emacs-admin@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.help:3136 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:3136 I am looking for a way to allow the tab key while inside comments in C and C++ mode. Currently, the mode will not allow a tab (let alone multiple tabs) to be placed while in a comment. It seems to insist on formatting the contents of the comment. Not really formatting per se, mainly just disallowing any format I want to put in there. Thanks for any help. - Chris