"sameer" <[EMAIL PROTECTED]> wrote... > how can i make acme or sam to tell me which line of text my cursor is > at > or maybe how could i jump to a particular line number of text in > either of the editors
In the sam command window, .= will print the current value of dot (cursor location or highlighted character sequence). including the line number. And typing in a line number (then newline) will move dot to that line.
