|
| From: | Kevin Rodgers |
| Subject: | Re: a beginner's emacs troubles |
| Date: | Tue, 31 Jul 2007 00:23:46 -0600 |
| User-agent: | Thunderbird 1.5.0.12 (Macintosh/20070509) |
address@hidden wrote:
I have something similar: #define SOMETHING 0x43 #define SOMETHING_ELSE 0x12 #define ANYWAY 0x56 I need tabs between the defined term and it's value so that it'll be indented nicely. And I just can't do it. That's what I was actually referring to. I think it's a bad idea to decide where tabs _can_ to for an editor.
You are assuming that pressing the tab key inserts a tab character, but actually the tab key is bound to a command (like any other key). If you want to insert a tab character, use `C-q TAB'. -- Kevin Rodgers Denver, Colorado, USA
| [Prev in Thread] | Current Thread | [Next in Thread] |