Re: Making a mode insert tabs when hitting tab

2009-05-09 Thread Deniz Dogan
Sorry, I just realized this is in the documentation. modeIndent = \_ _ -> insertB '\t' ...worked perfectly well. 2009/5/9 Jean-Philippe Bernardy : > > You should probably redefine the tab key in your own keymap. You could > also define modeIndent for your mode; but that really should be an > au

Re: Making a mode insert tabs when hitting tab

2009-05-09 Thread Jean-Philippe Bernardy
You should probably redefine the tab key in your own keymap. You could also define modeIndent for your mode; but that really should be an auto indent function. -- JP On Sat, May 9, 2009 at 2:26 PM, Deniz Dogan wrote: > > Hi > > I have another question... How do I make my custom mode insert an >