help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: change spaces indent in text mode?


From: Stefan Monnier
Subject: Re: change spaces indent in text mode?
Date: Mon, 01 Feb 2010 12:04:23 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.91 (gnu/linux)

>> Here     are    some                     words.
>> 
>> Then press TAB key a couple of times on the next line. Then go to the
>> beginning of line and press M-i a couple of times. You should see the
>> difference.

> Maybe this is a little off-topic, but is their anyway to have that behaviour
> of the TAB key with source code, say C++ or Python?

You can make the TAB key do whatever you want, by rebinding it to some
other command.  The command that does the above is called
`indent-relative'.


        Stefan


reply via email to

[Prev in Thread] Current Thread [Next in Thread]