Angus Comber [2017-05-08 07:14:40-07] wrote: > What is the best way to basically delete all text before the cursor in > the buffer? M-< C-w The first command (beginning-of-buffer) sets the mark and moves the point to the beginning of buffer. The second command (kill-region) kills the text between the point and the mark. -- /// Teemu Likonen - .-.. // // PGP: 4E10 55DC 84E9 DFF6 13D7 8557 719D 69D3 2453 9450 ///