From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Jyri Seiger Newsgroups: gmane.emacs.help Subject: Indentation in emacs 21.2.1 Date: Fri, 30 Aug 2002 10:16:45 +0300 Organization: Genio Innovations Sender: help-gnu-emacs-admin@gnu.org Message-ID: <184402142189.20020830101645@genio.fi> Reply-To: Jyri Seiger NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1030691704 3785 127.0.0.1 (30 Aug 2002 07:15:04 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Fri, 30 Aug 2002 07:15:04 +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 17kfze-0000ya-00 for ; Fri, 30 Aug 2002 09:14:58 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 17kg0n-0006aI-00; Fri, 30 Aug 2002 03:16:09 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 17kg0G-0006PC-00 for help-gnu-emacs@gnu.org; Fri, 30 Aug 2002 03:15:36 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 17kg0E-0006MR-00 for help-gnu-emacs@gnu.org; Fri, 30 Aug 2002 03:15:36 -0400 Original-Received: from [194.100.157.97] (helo=invasio.com) by monty-python.gnu.org with esmtp (Exim 4.10) id 17kg0E-0006LR-00 for help-gnu-emacs@gnu.org; Fri, 30 Aug 2002 03:15:34 -0400 Original-Received: from seagull.invasionet ([10.2.5.128]) by invasio.com with Microsoft SMTPSVC(5.0.2195.1600); Fri, 30 Aug 2002 10:16:45 +0300 X-Mailer: The Bat! (v1.60h) Personal X-Priority: 3 (Normal) Original-To: Emacs help X-OriginalArrivalTime: 30 Aug 2002 07:16:45.0578 (UTC) FILETIME=[32B01EA0:01C24FF5] 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:886 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:886 Hi! I've installed emacs 21.2.1 lately, and found that combination C-M-Q, which used to work in previous versions of emacs for code indentation doesn't work :( And if I call indent-sexp then indentation looks very weird i.e. first level is shifted by 20 spaces (I have set indent-tabs-mode to nil), second level is shifted by 18 spaces from the previous level, third level is shifted by 12 spaces. So my question is: is there something changed in the indentation in new emacs version? Or is it some kind of a bug? And how to get indent-sexp to work properly i.e. indenting 4 spaces (by default) from previous level? Thanks, Jyri