[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Tabs for indentation, spaces for alignment?
From: |
Anders Kaseorg |
Subject: |
Re: Tabs for indentation, spaces for alignment? |
Date: |
Fri, 10 Nov 2006 02:14:41 -0500 |
On Wed, 2006-11-08 at 15:00 +0100, Markus Triska wrote:
> Yes, it's possible, though typically not easily (e.g., not by setting
> some flag). You'll have to separate alignment from indentation in the
> implementations of the modes you want to behave that way. Which ones?
cc-mode and its derivatives, I guess.
I found a link on <http://www.emacswiki.org/cgi-bin/wiki/TabsAreEvil>
supposedly to a cc-mode patch that does what I want, but the link is
broken.
Anders