-
Committer:
Andreas Roehler
-
Date:
2011-10-06 05:52:47 UTC
-
Revision ID:
andreas.roehler@online.de-20111006055247-7o7d4eu4ic8bzmob
column-marker.el added
Commands `column-marker-1', `column-marker-2', and
`column-marker-3' each highlight a given column (using different
background colors by default).
Examples:
M-x column-marker-1 highlights the column where the cursor is, in
face `column-marker-1'.
C-u 70 M-x column-marker-2 highlights column 70 in face
`column-marker-2'.
C-u 70 M-x column-marker-3 highlights column 70 in face
`column-marker-3'. The face `column-marker-2' highlighting no
longer shows.
C-u M-x column-marker-3 turns off highlighting for column-marker-3,
so face `column-marker-2' highlighting shows again for column 70.
C-u C-u M-x column-marker-1 (or -2 or -3) erases all column
highlighting.
;;;;;;;;;
Thanks a lot to it's author Rick Bielawski <rbielaws@i1.net>,
to Drew Adams for his care and Emacs Wiki hosting it.