home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / lang / pascal / 5227 < prev    next >
Encoding:
Text File  |  1992-09-08  |  1.7 KB  |  38 lines

  1. Path: sparky!uunet!usc!wupost!zaphod.mps.ohio-state.edu!moe.ksu.ksu.edu!matt.ksu.ksu.edu!news
  2. From: holland@matt.ksu.ksu.edu (Rich Holland)
  3. Newsgroups: comp.lang.pascal
  4. Subject: Re: New Idea!
  5. Date: 7 Sep 1992 09:39:41 -0500
  6. Organization: Kansas State University
  7. Lines: 26
  8. Message-ID: <18fpjdINNdko@matt.ksu.ksu.edu>
  9. References: <188jleINNcn6@matt.ksu.ksu.edu> <1992Sep5.041154.10290@uwasa.fi>
  10. NNTP-Posting-Host: matt.ksu.ksu.edu
  11.  
  12. ts@uwasa.fi (Timo Salmi) writes:
  13.  
  14. >Why isn't EQdit's jump to a line number command (control-J)
  15. >sufficient? Am I misunderstanding your question, or missing
  16. >something about it?
  17.  
  18. I didn't know about control-J.  Someone else pointed out to me that
  19. 'q filename -n#k' will load filename and jump to line k of the file.
  20. That's more in line of what I was looking for.
  21.  
  22. >I'll try a tentative idea.  There just might be a roundabout way. 
  23. >Could we utilize a clipboard?  There is an excellent one called
  24. >DOSCLIP in the PC-Magazine utlities, which are available from garbo
  25. >and SIMTEL20.  You can find the reference eg in /pc/ts/bestpr24.zip. 
  26.  
  27. I've been using snippr24.zip (SNIPPER.COM) to cut the line with the
  28. runtime error, then loading the SCREEN.CUT file along with my file,
  29. and then using PgDn to find the line I need, and then referring to
  30. the SCREEN.CUT file to get the address from the MAP file.  IT's taking
  31. just a bit to long for my tastes.  I'm going to code something to
  32. automate it...i'll upload it somewhere when I'm done.
  33. -- 
  34. Rich Holland              | INTERNET: holland@matt.ksu.ksu.edu
  35. 100 Jardine Terr, Apt A7  | BITNET  : holland@ksuvm
  36. Manhattan, KS  66502-3357 | UUCP    : ...!rutgers!matt.ksu.ksu.edu!holland
  37. char*p="char*p=%c%s%c;main(){printf(p,34,p,34);}";main(){printf(p,34,p,34);}
  38.