On Thu, Jun 29, 2006 at 12:23:09AM +0100, Reuben Thomas wrote: > On Wed, 28 Jun 2006, Robert Millan wrote: > > >I enabled this option in my ~/.zilerc: > > You mean ~/.zile.
Oops :) > >But zile seems to ignore it. When I hit TAB, I get a bunch of spaces > >rather > >than a plain \t. > > Bind TAB to tab-to-tab-stop. TAB is by default bound to indent-relative. > Since this is how Emacs binds TAB in Text mode, I don't propose to > change things. > > In Emacs, this behaviour can be altered by setting "tab-always-indent" > to FALSE, but I don't propose to add this to Zile. I don't understand. The config file reads: ; Expand tabs [default: false] ; If disabled, Zile will insert hard tabs (the character \t), ; otherwise it will insert spaces. (setq expand-tabs false) do you mean this description of expand-tabs is not accurate? Code at least seems to do what the description says: if (!lookup_bool_variable("expand-tabs")) insert_char_in_insert_mode('\t'); else insert_expanded_tab(insert_char_in_insert_mode); but I'm obviously missing something, as it doesn't work. -- Robert Millan -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]