help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: line numbers


From: Lee Sau Dan
Subject: Re: line numbers
Date: 13 Jan 2003 09:44:04 +0100
User-agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7

>>>>> "Benjamin Lewis" == Benjamin Lewis <bclewis@cs.sfu.ca> writes:

    Benjamin Lewis> Exactly.  This and things like M-x goto-line
    Benjamin Lewis> (bound to a convenient function key), and being
    Benjamin Lewis> able to jump directly to or cycle through coding
    Benjamin Lewis> errors from the compilation buffer, obviate the
    Benjamin Lewis> need for me to see the line numbers in the buffer
    Benjamin Lewis> itself.

Owing to  influence from  Borlands text-mode IDE's,  I've bound  F8 to
#'next-error, F7 to '#previous-error and F9 to #'compile.  Here are my
~/.emacs lines to do these:

        (global-set-key '[f7] #'previous-error)
        (global-set-key '[f8] #'next-error)
        (global-set-key '[f9] #'compile)

No rocket science at all.



-- 
Lee Sau Dan                     李守敦(Big5)                    ~{@nJX6X~}(HZ) 

E-mail: danlee@informatik.uni-freiburg.de
Home page: http://www.informatik.uni-freiburg.de/~danlee


reply via email to

[Prev in Thread] Current Thread [Next in Thread]