12 November 2009

XEmacs: Show line and column number in the modeline

Options > Edit Init File (this to locate the init.el)

;; Display line and column number in the modeline
(line-number-mode 1)
(column-number-mode 1)