home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / lang / perl / 8022 < prev    next >
Encoding:
Text File  |  1993-01-28  |  1.7 KB  |  36 lines

  1. Newsgroups: comp.lang.perl
  2. Path: sparky!uunet!ferkel.ucsb.edu!taco!gatech!udel!bogus.sura.net!howland.reston.ans.net!spool.mu.edu!uwm.edu!linac!pacific.mps.ohio-state.edu!cis.ohio-state.edu!news.sei.cmu.edu!bb3.andrew.cmu.edu!crabapple.srv.cs.cmu.edu!TUBBY.MACH.CS.CMU.EDU!jfriedl
  3. From: jfriedl@TUBBY.MACH.CS.CMU.EDU (Jeffrey Friedl)
  4. Subject: Re: Editline in perl
  5. Message-ID: <C1Istq.4nM.1@cs.cmu.edu>
  6. Sender: news@cs.cmu.edu (Usenet News System)
  7. Nntp-Posting-Host: tubby.mach.cs.cmu.edu
  8. Reply-To: jfriedl@cs.cmu.edu
  9. Organization: Omron Corporation / Carnegie Mellon
  10. References:  <1993Jan26.222254.19183@uvaarpa.Virginia.EDU>
  11. Date: Wed, 27 Jan 1993 16:08:06 GMT
  12. Lines: 22
  13.  
  14. ripper@athena.mit.edu writes:
  15. |> I'm trying to generate a prompt which would allow users many
  16. |> of the spiffy lineeditting characteristics that tcsh has (^A to
  17. |> goto beginning of line, ^K to kill the rest of the line, ^E to
  18. |> get to the end of the line, arrow keys, etc).  Is there a script 
  19. |> out there already that does that?
  20.  
  21. Several months ago I posted my 'readline.pl' package which provides
  22. much of the same things as GNU readline, including horizontal scrolling,
  23. command/file completion, rebinding, support for ".inputrc", undo,
  24. history (with search), numeric prefixes, etc.
  25.  
  26. In addition (and as an option, because I like it but others might not),
  27. it provides tcsh-compatable command/file completion.
  28.  
  29. Let me know if you'd like a copy but can't find it archived.
  30.  
  31.     *jeff*
  32. -------------------------------------------------------------------------
  33. Jeffrey Eric Francis Friedl   jfriedl@cs.cmu.edu -or- jfriedl@omron.co.jp
  34. Omron Corporation, Section RZC, Shimokaiinji, Nagaokakyo Kyoto 617, Japan
  35. Visiting researcher to the Mach Project, Carnegie Mellon University
  36.