unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* [mgl@absolute-performance.com: indent tabs mode appears to be broken in 22.1]
@ 2008-02-22 22:57 Richard Stallman
  2008-02-22 23:12 ` Fwd: indent tabs mode appears to be broken in 22.1 Stefan Monnier
  0 siblings, 1 reply; 2+ messages in thread
From: Richard Stallman @ 2008-02-22 22:57 UTC (permalink / raw)
  To: emacs-devel

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 <mgl@absolute-performance.com>
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 -------




^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Fwd: indent tabs mode appears to be  broken in 22.1
  2008-02-22 22:57 [mgl@absolute-performance.com: indent tabs mode appears to be broken in 22.1] Richard Stallman
@ 2008-02-22 23:12 ` Stefan Monnier
  0 siblings, 0 replies; 2+ messages in thread
From: Stefan Monnier @ 2008-02-22 23:12 UTC (permalink / raw)
  To: rms; +Cc: emacs-devel

> Would someone please DTRT and ack?  It looks like something is just failing
> to check indent-tabs-mode.

I followed up already,


        Stefan


> ------- Start of forwarded message -------
> From: Michael Linck <mgl@absolute-performance.com>
> 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 -------





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-02-22 23:12 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-02-22 22:57 [mgl@absolute-performance.com: indent tabs mode appears to be broken in 22.1] Richard Stallman
2008-02-22 23:12 ` Fwd: indent tabs mode appears to be broken in 22.1 Stefan Monnier

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).