Ben Finney <ben+pyt...@benfinney.id.au> 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 reappear.

I got one of those wrong (obviously; it's missing the actual ‘C-x $’
command). Here they are again:

    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 C-x $     # Indentation >= 64 disappears.
    C-x $                 # All lines reappear.

-- 
 \      “I stayed up all night playing poker with tarot cards. I got a |
  `\                  full house and four people died.” —Steven Wright |
_o__)                                                                  |
Ben Finney

-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to