home *** CD-ROM | disk | FTP | other *** search
/ Fish 'n' More 2 / fishmore-publicdomainlibraryvol.ii1991xetec.iso / dirs / uedit-stuff_429.lzh / Uedit-Stuff / Readme < prev    next >
Text File  |  1991-01-10  |  5KB  |  87 lines

  1.  
  2.                   SO WHAT ALL IS IN THESE HERE UEDIT FILES?
  3.  
  4. A whole bunch of stuff, none of which will be any use unless you are a Uedit
  5. user.  Some of it might find its way into the standard Uedit configuration;
  6. I've sent it to the author.  All of the material is in the public domain. 
  7. These files mostly contain both documentation and Uedit command language in
  8. the same text.  There are also a few ARexx scripts.  The files are:
  9.  
  10. Abbrev          Word Abbrev Mode.  You type a short word and it gets replaced
  11.                 with a longer word or phrase as soon as you press a non-
  12.                 alphabetic key.  Handy for Modula-2 programming. 
  13.  
  14. BBSing          A few commands useful for using BBSes; one strips all ANSI
  15.                 sequences and backspaces, others are for quoting text with an
  16.                 identifying "Name> " thing in front of each line.  There's
  17.                 some for transferring text with Rexx between Uedit and
  18.                 BaudBandit or VLT, for online message editing.  Associated
  19.                 with this are several rexx files, in versions for use with
  20.                 BaudBandit and with VLT:  Cap2Uedit.baud, Cap2Uedit.vlt,
  21.                 MessageSend.vlt, and Shutup-Cap2Uedit.baud.
  22.  
  23. fonts directory A font called shortibm, size 8.  It is a variant of the font
  24.                 called cleanibm, which is missing the first four characters. 
  25.                 Uedit 2.6a cannot use a font that has actual printable
  26.                 characters for ascii values 1-3.  This font enables Uedit to
  27.                 (mostly) display IBM special characters.
  28.  
  29. Paging          New versions of the paging commands L-v, L-y, L-d, and L-r,
  30.                 which I think should become standard.  The new L-r can handle
  31.                 existing unnumbered formfeeds instead of breaking pages only
  32.                 by length.  The new L-d makes an educated guess as to when it
  33.                 should leave a blank line where the page break was.  The old
  34.                 versions of these commands were probably the lamest commands
  35.                 in the config.  Variables clobbered, values looked up and
  36.                 never used...  and the new L-r is smaller and simpler.  One
  37.                 feature some might object to is that L-d now moves upward
  38.                 instead of downward (deletes the previous page break).  I did
  39.                 this because sometimes deleting downward can cause a bunch of
  40.                 blank lines to be sucked upward past sForm, so they get left
  41.                 in when they should be erased.  You can make it go forward
  42.                 again if you really want to, but the backward version is much
  43.                 closer to being an accurate "undo" for L-v and L-r.
  44.  
  45. Ctl-Click       New version of ctl-buttondown and several related functions.
  46.                 Uses my fast directory listing program Dr instead of Dir. 
  47.                 Also a version that uses regular Dir.  That version may want
  48.                 to become standard.  You can drag the mouse over file and
  49.                 directory names with spaces in them, and using one common
  50.                 routine (virtual-y) for alt-z and ctl-click-whitespace-F2
  51.                 makes it smaller and more uniform.
  52.  
  53. U               This is a CLI / shell command for loading files into Uedit
  54. Ue-load.rexx    using ARexx.  It starts Uedit if it's not running, loads the
  55. U.doc           named files into it, and optionally makes them read-only or
  56.                 changes Uedit's current directory to that where the command
  57.                 is given.  U.doc explains how to set it up.
  58.  
  59. AutoTraffic     Contains a method of having save-on-idle and auto-traffic
  60.                 at the same time (a kludge) and a thing for processing rexx
  61.                 messages written in Uedit command language.  (At one time I
  62.                 used this as my complete auto-traffic handler, but now it's
  63.                 integrated with the Zimmerman interface so you go "COMPILE
  64.         blah blah a bunch of Uedit CL blah blah", and it compiles and
  65.                 runs it.)
  66.  
  67. Match           Commands for ) and } which cause the matching ( or { to be
  68.                 displayed as invert until you press another key, if it's on
  69.                 the screen.  (Clobbers existing invert locations.)
  70.  
  71. Printing        A few little functions that I find useful in printing. 
  72.                 Intended as general suggestions only; the details are
  73.                 probably not suitable for the majority of users.
  74.  
  75. Indent.UEK      UEK versions of a few of the functions in Indent (see below)
  76.                 which are faster because they tweak the display flags to
  77.                 avoid setting PAGE_ when only the cursor line is changed.
  78.  
  79. Indent          New versions of old extras files.  The commands in Delete
  80. Indent.doc      replace the standard scratch-delete cut and paste commands.
  81. Delete          These new versions remember the last eight chunks of deleted
  82. Delete.doc      text instead of just one, and are improved other ways.  Indent
  83.                 is a bunch of commands for changing the indentation of one
  84.                 line or several by amounts unrelated to your current tab
  85.                 stops, plus a collection of small miscellaneous commands.
  86.  
  87.