From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: [lenst@lysator.liu.se: Bug in lisp indentation] Date: Sat, 14 Jul 2007 14:00:13 -0400 Message-ID: Reply-To: rms@gnu.org NNTP-Posting-Host: lo.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1184436103 3719 80.91.229.12 (14 Jul 2007 18:01:43 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 14 Jul 2007 18:01:43 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Jul 14 20:01:42 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1I9lw4-000085-6h for ged-emacs-devel@m.gmane.org; Sat, 14 Jul 2007 20:01:40 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1I9lw3-0003ut-PD for ged-emacs-devel@m.gmane.org; Sat, 14 Jul 2007 14:01:39 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1I9lu0-0001oV-3m for emacs-devel@gnu.org; Sat, 14 Jul 2007 13:59:32 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1I9ltz-0001mY-3r for emacs-devel@gnu.org; Sat, 14 Jul 2007 13:59:31 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1I9lty-0001lr-Lo for emacs-devel@gnu.org; Sat, 14 Jul 2007 13:59:30 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1I9lty-000216-13 for emacs-devel@gnu.org; Sat, 14 Jul 2007 13:59:30 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.60) (envelope-from ) id 1I9luf-0006vC-LO; Sat, 14 Jul 2007 14:00:13 -0400 X-detected-kernel: Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:74772 Archived-At: [Resending due to lack of response] Would someone please fix this in the trunk, then ack? ------- Start of forwarded message ------- X-Spam-Status: No, score=0.0 required=5.0 tests=UNPARSEABLE_RELAY autolearn=failed version=3.1.0 DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:mime-version:content-transfer-encoding:message-id:content-type:to:from:subject:date:x-mailer:sender; b=OC5yF4sSxx2DzwOlTT1lwVVsV620vibxKp7n8hBcCcDSuiejCUplwZibXyU4l38sYjBVbQ+H118HFm6tgOY8Nqwu2mNPzge/0MGH6u6Z4LPwq94dmNzBe430V9sPoNNQSlmrFIoPLcSrARb4G7ipKPxMs69aSAw9H3obW7LIevI= Mime-Version: 1.0 (Apple Message framework v752.2) Content-Type: text/plain; charset=US-ASCII; format=flowed To: emacs-pretest-bug@gnu.org From: Lennart Staflin Date: Thu, 31 May 2007 11:44:46 +0200 Subject: Bug in lisp indentation In lisp-mode the indentation of the following expression is wrong: (foo :bar :a12 :sie sume ) If I press TAB at the beginning of the last line I get: (foo :bar :a12 :sie sume ) I think this is wrong, the indentation should be as the first example. This was not the behaviour in emacs 21, neither is the beaviour of indent-region consistent with TAB. In GNU Emacs 22.0.990.1 (powerpc-apple-darwin8.9.0, Carbon Version 1.6.0) of 2007-05-31 on sin.local Windowing system distributor `Apple Inc.', version 10.4.9 configured using `configure '--enable-carbon-app' '--enable-maintainer-mode' '--without-x' '--with-jpeg' '--with-gif' '--with-png'' Important settings: value of $LC_ALL: nil value of $LC_COLLATE: nil value of $LC_CTYPE: en_US.UTF-8 value of $LC_MESSAGES: nil value of $LC_MONETARY: nil value of $LC_NUMERIC: nil value of $LC_TIME: nil value of $LANG: nil locale-coding-system: utf-8 default-enable-multibyte-characters: t Major mode: Lisp Minor modes in effect: encoded-kbd-mode: t menu-bar-mode: t file-name-shadow-mode: t global-font-lock-mode: t font-lock-mode: t unify-8859-on-encoding-mode: t utf-translate-cjk-mode: t auto-compression-mode: t line-number-mode: t Recent input: C-x C-f t e s TAB RET C-n C-n TAB C-x u C-p C-p ESC C-@ C-x C-x C-x C-x ESC x e DEL i n d e SPC - r e SPC g SPC RET C-n C-n C-n C-n C-n C-n C-n C-n C-p DEL C-a C-p C-p C-n C-n C-n C-x C-s ESC x r e p o TAB r t TAB RET Recent messages: For information about the GNU Project and its goals, type C-h C-p. Undo! Mark set Making completion list... Loading help-mode...done Wrote /Users/lenst/test.lisp Making completion list... Loading emacsbug... Loading regexp-opt...done Loading emacsbug...done _______________________________________________ emacs-pretest-bug mailing list emacs-pretest-bug@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug ------- End of forwarded message -------