jed-users mailing list

[2011 Date Index] [2011 Thread Index] [Other years]
[Thread Prev] [Thread Next]      [Date Prev] [Date Next]

Re: [Jed-users-l] Line number


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
_______________________________________________
Jed-users-l mailing list
Jed-users-l@xxxxxxxx
http://mailman.jtan.com/mailman/listinfo/jed-users-l


[2011 date index] [2011 thread index]
[Thread Prev] [Thread Next]      [Date Prev] [Date Next]