Re: [Tutor] sifting through a long program

2011-11-10 Thread Alan Gauld

On 10/11/11 18:58, Nathaniel Trujillo wrote:

How do I get to line 362 of a program without counting each line ?
Thanks for the help.



___
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor


M-x goto-line

If you are using emacs.


But you hardly ever need to do that because most IDEs will take you 
there from an error message.


And if they don't searching for the text on the line is often easier.

--
Alan G
Author of the Learn to Program web site
http://www.alan-g.me.uk/

___
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor


Re: [Tutor] sifting through a long program

2011-11-10 Thread Max S.
Alt+G, or Edit>Go To Line.

On Thu, Nov 10, 2011 at 1:58 PM, Nathaniel Trujillo
wrote:

> How do I get to line 362 of a program without counting each line ?  Thanks
> for the help.
> ___
> Tutor maillist  -  Tutor@python.org
> To unsubscribe or change subscription options:
> http://mail.python.org/mailman/listinfo/tutor
>
>
___
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor


Re: [Tutor] sifting through a long program

2011-11-10 Thread Joel Goldstick
if you are using vim type 262G

This is a list for python tutoring.  People use a variety of text editors.
You should google 'how do I go to a specific line in 


On Thu, Nov 10, 2011 at 1:58 PM, Nathaniel Trujillo
wrote:

> How do I get to line 362 of a program without counting each line ?  Thanks
> for the help.
> ___
> Tutor maillist  -  Tutor@python.org
> To unsubscribe or change subscription options:
> http://mail.python.org/mailman/listinfo/tutor
>
>


-- 
Joel Goldstick
___
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor


[Tutor] sifting through a long program

2011-11-10 Thread Nathaniel Trujillo
How do I get to line 362 of a program without counting each line ?  Thanks
for the help.
___
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor