Berkeley CSUA MOTD:Entry 39702
Berkeley CSUA MOTD
 
WIKI | FAQ | Tech FAQ
http://csua.com/feed/
2025/05/27 [General] UID:1000 Activity:popular
5/27    

2005/9/15-16 [Computer/SW/Languages/C_Cplusplus] UID:39702 Activity:nil
9/15    Emacs question.. I use meta-Q to reflow a paragraph. How can
        I set the right-side end-of row width for the text?
        \_ M-x set-variable <RET> fill-column
        \- C-x f runs the command set-fill-column  --mr. emacs
           \_ "set-fill-column requires an explicit argument"
              \- as RMS said to me about 15 yrs ago "universal argument"
              \_ C-h k C-x f
        \_ M-x set-variable <RET> default-fill-column to set it for all
           buffers.  Then you can override it in individual buffers by setting
           fill-column.
                \- i rarely want to set it for all buffers [or would
                   use a hook or .emacs setting]. also often you want to
                   set it to the current cursor column. anyway, ymmv.