home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / sources / testers / 20 < prev    next >
Encoding:
Internet Message Format  |  1992-09-09  |  3.4 KB

  1. Xref: sparky comp.sources.testers:20 comp.sources.d:1254
  2. Newsgroups: comp.sources.testers,comp.sources.d
  3. Path: sparky!uunet!cs.utexas.edu!torn!cunews!dgbt!rick.dgbt.doc.ca!calvin.dgbt.doc.ca!csr
  4. From: csr@calvin.dgbt.doc.ca (Andrew Patrick as CSR Moderator)
  5. Subject: CFR: "dired" - directory editor in C++ (2nd CSR Version)
  6. Message-ID: <1992Sep9.185341.10744@rick.dgbt.doc.ca>
  7. Followup-To: comp.sources.testers
  8. Sender: news@rick.dgbt.doc.ca
  9. Nntp-Posting-Host: calvin.dgbt.doc.ca
  10. Organization: Communications Research Centre, Ottawa
  11. Date: Wed, 9 Sep 1992 18:53:41 GMT
  12. Lines: 74
  13.  
  14. This is a Call for Reviewers for a submission to the newsgroup
  15. "comp.sources.reviewed".  Instructions for responding to this CFR are
  16. included at the end of this message.
  17.  
  18.     Submission Name: dired
  19.     Environment: Unix
  20.     Number of shar parts: 5
  21.  
  22.                               -----------
  23.                               Description
  24.                               -----------
  25.  
  26. [An earlier version of this program was posted to CSR on April 3, 1992.
  27. This is an revised, improved version.]
  28.  
  29. Dired is a directory editor modelled after Dired Mode of GNU Emacs,
  30. but targetted for non-emacs users, designed for the UNIX environment.
  31. It implements a window into the current directory consisting of lines
  32. of the form:
  33.  
  34.     -rw------- 1 mjlx     staff        2002 Apr 11 15:17 c++-motif
  35.     -rw------- 1 mjlx     staff       51399 Aug 11 1990  c++browser.tar.Z
  36.     -rw------- 1 mjlx     staff         970 Mar 14 18:44 callback
  37.     drwx--x--x 2 mjlx     staff         384 Jun 21 16:32 cfront
  38.     -rw------- 1 mjlx     staff        2152 Dec 17 1990  cfront-sun4.1.bug.Z
  39.     drwx------ 3 mjlx     staff        2048 Aug  1 13:04 dired
  40.     -rw------- 1 mjlx     staff        2033 Jan 25 1991  link-bug.C.Z
  41.  
  42. The filename in the line containing the cursor is known as the current
  43. file.  There are numerous of commands available for operating on the
  44. current file.  These include copy, delete, edit, view, chmod, chgrp,
  45. compress, rename and uncompress.  Hence by simply positioning the
  46. cursor on the appropriate filename, one can do many of the "usual"
  47. UNIX operations on the files in a directory without bothering to
  48. spelling out the command and filename each time.  If you edit a
  49. directory, you get a directory listing of that directory.  In this
  50. manner it is possible to walk up and down a directory tree from within
  51. dired.
  52.  
  53.  
  54.                       ---------------------------
  55.                       Instructions for Responding
  56.                       ---------------------------
  57.  
  58. If you are interested in reviewing this submission, simply reply to
  59. this message via e-mail and complete the following information:
  60.  
  61.     Name: 
  62.       (in the form "surname.firstname") 
  63.  
  64. Note: CSR defines a name in "dot" format as "surname.firstname" and uses
  65. it to keep track of reviewers.  The following rules are applied when
  66. creating the name:
  67.     - all characters are lower case
  68.     - all special characters (dashes, accents, apostrophes, etc.)
  69.       are removed
  70.  
  71. If you are a new reviewer, you should also complete the following
  72. information:
  73.  
  74.     Full Name: 
  75.       (in normal format "Firstname Surname") 
  76.     E-mail Address: 
  77.       (in the form "user@host.sub.domain (Firstname Surname)")
  78.  
  79.     I need the Guidelines for Reviewers (YES or NO): 
  80.  
  81. The parts of the submission will then be mailed to you.
  82.  
  83.  
  84. -- 
  85.         Andrew Patrick acting as Comp.Sources.Reviewed Moderator
  86.               Department of Communications, Ottawa, CANADA
  87.                          csr@calvin.dgbt.doc.CA
  88.