Berkeley CSUA MOTD:Entry 30132
Berkeley CSUA MOTD
 
WIKI | FAQ | Tech FAQ
http://csua.com/feed/
2025/07/08 [General] UID:1000 Activity:popular
7/8     

2004/5/10 [Computer/SW/Editors/Emacs] UID:30132 Activity:nil
5/10    I am using emacs to edit text file in the auto-fill or refill mode.
        It does not think tab = fixed number of spaces or fix column numbers
        but instead always take the first space of the last nonblank line as
        the tab position.  How to change that behavior?
        \_ M-x local-set-key <enter> <tab> self-insert-command <enter>
                -anonymous emacs user
        \_ M-x fundamental-mode