From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Eli Zaretskii" Newsgroups: gmane.emacs.help Subject: Re: simple editor required Date: Fri, 06 Jun 2003 14:44:56 +0300 Sender: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: <2561-Fri06Jun2003144456+0300-eliz@elta.co.il> References: <1K1Da.3886$7E.44637@news-server.bigpond.net.au> <84of1c78ka.fsf@lucy.is.informatik.uni-duisburg.de> Reply-To: Eli Zaretskii NNTP-Posting-Host: main.gmane.org X-Trace: main.gmane.org 1054900359 2959 80.91.224.249 (6 Jun 2003 11:52:39 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Fri, 6 Jun 2003 11:52:39 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Fri Jun 06 13:52:38 2003 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 19OFlu-0000lX-00 for ; Fri, 06 Jun 2003 13:52:38 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.20) id 19OFmy-0007lv-Eh for gnu-help-gnu-emacs@m.gmane.org; Fri, 06 Jun 2003 07:53:44 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.20) id 19OFgL-00051V-9K for help-gnu-emacs@gnu.org; Fri, 06 Jun 2003 07:46:53 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.20) id 19OFet-0004gb-Sp for help-gnu-emacs@gnu.org; Fri, 06 Jun 2003 07:45:25 -0400 Original-Received: from gandalf.inter.net.il ([192.114.186.22]) by monty-python.gnu.org with esmtp (Exim 4.20) id 19OFdt-0004Fh-Vp for help-gnu-emacs@gnu.org; Fri, 06 Jun 2003 07:44:22 -0400 Original-Received: from zaretsky (cable-129-113.inter.net.il [213.8.129.113]) by gandalf.inter.net.il (Mirapoint Messaging Server MOS 3.3.5-GR) with ESMTP id AUE89144; Fri, 6 Jun 2003 14:44:19 +0300 (IDT) Original-To: help-gnu-emacs@gnu.org X-Mailer: emacs 21.3.50 (via feedmail 8 I) and Blat ver 1.8.9 In-reply-to: (kerravon@nosppaam.w3.to) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:10706 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:10706 > From: "Paul Edwards" > Newsgroups: gnu.emacs.help > Date: Fri, 06 Jun 2003 06:15:19 GMT > > The thing is, the code that I am changing is not just one style, > I have to match the code that I am editting. So I would rather > just have very basic editting working by default. ie I don't > mind have to press space 4 times after typing a "{", but I do > mind having to type 20 spaces after a "{". Does it help to type "M-x fundamental-mode RET" befiore editing the code? Does that do what you want?