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: [mgl@absolute-performance.com: indent tabs mode appears to be broken in 22.1] Date: Fri, 22 Feb 2008 17:57:06 -0500 Message-ID: Reply-To: rms@gnu.org NNTP-Posting-Host: lo.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: ger.gmane.org 1203721145 16355 80.91.229.12 (22 Feb 2008 22:59:05 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 22 Feb 2008 22:59:05 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Feb 22 23:59:30 2008 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 1JSgrZ-0006RW-Rt for ged-emacs-devel@m.gmane.org; Fri, 22 Feb 2008 23:59:30 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JSgr4-0007ME-H3 for ged-emacs-devel@m.gmane.org; Fri, 22 Feb 2008 17:58:58 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JSgpI-0005PM-Q3 for emacs-devel@gnu.org; Fri, 22 Feb 2008 17:57:08 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JSgpI-0005Om-3l for emacs-devel@gnu.org; Fri, 22 Feb 2008 17:57:08 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JSgpH-0005OR-T3 for emacs-devel@gnu.org; Fri, 22 Feb 2008 17:57:07 -0500 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JSgpH-0001Db-Oc for emacs-devel@gnu.org; Fri, 22 Feb 2008 17:57:07 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.67) (envelope-from ) id 1JSgpG-0005GO-TA; Fri, 22 Feb 2008 17:57:06 -0500 X-detected-kernel: by monty-python.gnu.org: 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:90038 Archived-At: Would someone please DTRT and ack? It looks like something is just failing to check indent-tabs-mode. ------- Start of forwarded message ------- From: Michael Linck To: bug-gnu-emacs@gnu.org Content-Type: text/plain Date: Thu, 21 Feb 2008 12:38:50 -0700 Message-Id: <1203622730.10866.34.camel@mike-desktop.boulder.api.local> Mime-Version: 1.0 Subject: indent tabs mode appears to be broken in 22.1 Intro: I loathe tabs Problem: My .emacs contains "(setq-default indent-tabs-mode nil)" globally and again in cmode " (defun my-c-mode-common-hook () ;; my customizations for all of c-mode and related modes (c-set-offset 'substatement-open 0) ;; other customizations can go here (setq c-basic-offset 2) (setq-default indent-tabs-mode nil) ; (c-toggle-auto-hungry-state 1) (c-toggle-hungry-state 1) ) " How come when I select and then indent a buffer, it uses tabs? Has it always done that? I seem to recall old versions of emacs not giving me this problem. Seems pretty awful. Also, this version of emacs seems to crash a lot. Any time you click the mouse into the little action text field at the bottom of the emacs window, there seems to be a fairly high likelyhood of it just folding up instantly. But if you're going to fix one first, I actually think the tab thing is far more annoying :) mike ------- End of forwarded message -------