Re: emacs and tab stops
Group: gnu.emacs.help · Group Profile · Search for ree in gnu.emacs.help
Author: Gareth Rees
Date: Sep 10, 2008 14:49
... but goes in the first char after a space on the previous line, for example. This is because the TAB key is now bound to the function `indent-for-tab-command'. (When did this change? I don't see anything in NEWS about it.) The command you are looking for is `tab-to-tab-stop', which you can run by typing M-i, or you can bind it to the TAB key with something like (global-set-key (kbd "TAB") #'tab-to-tab-stop) -- Gareth Rees
Show full article (0.82Kb) |