[Jed-users-l] Line number

Manfred Hanke Manfred.Hanke at sternwarte.uni-erlangen.de
Thu Mar 10 16:02:04 UTC 2011


Hi,

On 03/10/2011 04:57 PM, Daniel Carrera wrote:
> How do I configure JED to show the cursor's current line number
> in the status bar?

Just put a statement

   LINENUMBERS = 1;  % or 2

in your ~/.jedrc -- see:

  SYNOPSIS
   Enable the display of line or column numbers

  USAGE
   Int_Type LINENUMBERS

  DESCRIPTION
   The `LINENUMBERS' variable determines whether or not line or
   column numbers will be displayed on the status line.  If the value
   of `LINENUMBERS' is 0, then neither the line nor column number
   information will be displayed.  If `LINENUMBERS' is set to 1,
   then the current line number will be displayed but column numbers
   will not be.  If `LINENUMBERS' is 2, the both line a column
   numbers will be displayed.

  SEE ALSO
   set_status_line


Cheers,

Manfred


More information about the Jed-users-l mailing list