pkgsrc-Users archive

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

Re: Tabulators in emacs 22.1



On Tue, Jun 12, 2007 at 12:52:14PM +0100, Matthias Scheler wrote:
> after I figured out how to disable the splash-screen in emacs 22.1(*)
> the only problem left is the handling of tabulators. The new version
> does very weird things e.g. turn a tabulator into four spaces or
> sometimes in two tabulators. Is there a way to disable that "feature"?

Here is the answer (from "comp.emacs") in case anybody else doesn't like
the new behavior:

(global-set-key (kbd "TAB") 'self-insert-command)

        Kind regards

-- 
Matthias Scheler                                  http://zhadum.org.uk/



Home | Main Index | Thread Index | Old Index