From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Alfred M. Szmidt" Newsgroups: gmane.emacs.devel Subject: add-log.el: Indenting broken. Date: Sat, 23 Nov 2002 16:44:45 +0100 Sender: emacs-devel-admin@gnu.org Message-ID: NNTP-Posting-Host: main.gmane.org X-Trace: main.gmane.org 1038066399 10645 80.91.224.249 (23 Nov 2002 15:46:39 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sat, 23 Nov 2002 15:46:39 +0000 (UTC) Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18FcUQ-0002lZ-00 for ; Sat, 23 Nov 2002 16:46:38 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 18FcZ8-0003FM-00 for ; Sat, 23 Nov 2002 16:51:30 +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 18FcTP-0005k5-00; Sat, 23 Nov 2002 10:45:35 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 18FcSe-0005EG-00 for emacs-devel@gnu.org; Sat, 23 Nov 2002 10:44:48 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 18FcSd-0005Dw-00 for emacs-devel@gnu.org; Sat, 23 Nov 2002 10:44:48 -0500 Original-Received: from mailhost.bonet.ac ([194.165.224.191]) by monty-python.gnu.org with esmtp (Exim 4.10) id 18FcSc-0005Dr-00 for emacs-devel@gnu.org; Sat, 23 Nov 2002 10:44:46 -0500 Original-Received: from lgh163a.kemisten.nu (lgh163a.kemisten.nu [212.32.172.173]) by mailhost.bonet.ac (8.8.8/8.8.8) with ESMTP id QAA15604 for ; Sat, 23 Nov 2002 16:44:45 +0100 (MET) Original-Received: from ams by lgh163a.kemisten.nu with local (Exim 3.36 #1 (Debian)) id 18FcSb-0006Y7-00 for ; Sat, 23 Nov 2002 16:44:45 +0100 Original-To: emacs-devel@gnu.org Errors-To: emacs-devel-admin@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.devel:9635 The last commit to add-log.el introduce an annoying bug. Now each time you hit TAB it moves a "column" (where column is where the next space is in the above row), instead as before it would just indent one literal TAB and stop.