Re: Emacs command to select only lines indented below a specified level
Ben, Excellent answer! Thanks! --Fred Fred Stluka -- mailto:f...@bristle.com -- http://bristle.com/~fred/ Bristle Software, Inc -- http://bristle.com -- Glad to be of service! Open Source: Without walls and fences, we need
Re: Emacs command to select only lines indented below a specified level
Ben Finney writes: > E.g.: > > M-9 C-x $ # Indentation >= 9 disappears. > C-u C-x $ # Indentation >= 4 disappears. > C-u 1 3 C-x $ # Indentation >= 13 disappears. > C-u C-u C-u $ # Indentation >= 64 disappears. > C-x $ # All lines reapp