emacs.rst
changeset 212 5715a5193fd4
parent 182 5e9ea846a8c3
child 213 af6fdb4adbf3
equal deleted inserted replaced
206:80999c1fc49d 212:5715a5193fd4
    55 ** Text based WWW browser.
    55 ** Text based WWW browser.
    56 
    56 
    57   http://en.wikipedia.org/wiki/W3m
    57   http://en.wikipedia.org/wiki/W3m
    58   http://emacs-w3m.namazu.org/
    58   http://emacs-w3m.namazu.org/
    59   http://www.gnu.org/software/w3/
    59   http://www.gnu.org/software/w3/
       
    60 
       
    61 * Tricks.
       
    62 
       
    63 ** Sort and uniquify lines.
       
    64 
       
    65 Select region, type C-u M-| sort -u RET.
       
    66 
       
    67 With transient-mark-mode and delete-selection-mode enabled: select region,
       
    68 type M-| sort -u RET to replace selection with sorted and uniquified lines.
       
    69