From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Nick Chorley Newsgroups: gmane.emacs.help Subject: Re: Tab problem Date: Sun, 05 Sep 2004 17:42:09 +0100 Organization: Zen Internet Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: <413b41e6$0$22760$db0fefd9@news.zen.co.uk> References: <4139c71c$0$22757$db0fefd9@news.zen.co.uk> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Trace: sea.gmane.org 1094402712 12737 80.91.224.253 (5 Sep 2004 16:45:12 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 5 Sep 2004 16:45:12 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Sep 05 18:45:02 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1C408T-0005Sk-00 for ; Sun, 05 Sep 2004 18:45:02 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1C40Db-0002Am-N0 for geh-help-gnu-emacs@m.gmane.org; Sun, 05 Sep 2004 12:50:19 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!newsfeed.icl.net!newsfeed.freenet.de!newsfeed00.sul.t-online.de!t-online.de!news.zanker.org!dedekind.zen.co.uk!zen.net.uk!fuller.zen.co.uk!cockburn.zen.co.uk.POSTED!not-for-mail User-Agent: Mozilla Thunderbird 0.7.1 (Windows/20040626) X-Accept-Language: en-us, en Original-Newsgroups: gnu.emacs.help In-Reply-To: Original-Lines: 18 Original-NNTP-Posting-Host: 212.23.14.172 Original-X-Trace: 1094402534 cockburn.zen.co.uk 22760 212.23.14.172:14393 Original-X-Complaints-To: abuse@zen.co.uk Original-Xref: shelby.stanford.edu gnu.emacs.help:125093 Original-To: help-gnu-emacs@gnu.org 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: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:20446 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:20446 Juraj Kubelka wrote: > On So 4.zář 14:45, Nick Chorley wrote: > >>I have a problem with Emacs which is that I can't seem to enter more >>than 1 tab when in C++/Java mode (it does do the automatic indentation >>like when you're using if statements though). When in the "normal" text >>editing mode, I can't enter any tabs. >> >>Can anyone help? >> > > > Try C-q TAB. > I got it fixed so I can just enter tabs with the tab key. Had to put "self-insert-command" in the key binding for the tab key. It involved editing .emacs in my home folder.