home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / os / vms / 14621 < prev    next >
Encoding:
Internet Message Format  |  1992-09-07  |  5.3 KB

  1. Path: sparky!uunet!charon.amdahl.com!pacbell.com!att-out!rutgers!sun-barr!olivea!hal.com!decwrl!pa.dec.com!engage.pko.dec.com!nntpd.lkg.dec.com!e2big.mko.dec.com!shar.zko.dec.com!sharone
  2. From: sharone@shar.zko.dec.com (Sharon Eikenberry)
  3. Newsgroups: comp.os.vms
  4. Subject: RE: Q: LSEdit with DECwindows configuration
  5. Message-ID: <1992Sep4.185337.23970@e2big.mko.dec.com>
  6. Date: 4 Sep 92 18:53:37 GMT
  7. References: <0095FC39.351E4780.21789@swdev.si.com> <1992Sep1.085621.16429@lth.se>
  8. Sender: usenet@e2big.mko.dec.com (Mr. USENET)
  9. Reply-To: sharone@shar.zko.dec.com (Sharon Eikenberry)
  10. Organization: Digital Equipment Corporation
  11. Lines: 155
  12.  
  13.  
  14. >    Could it be that LSE now uses EVE's command parser? I never really
  15. >    understood why LSE had to use its own parser, making it harder for
  16. >    us TPU programmers to add LSE commands 8-}
  17.  
  18. Pretty close, but not exactly the same :-)
  19.  
  20. The end result is that yes, it's much easier to add commands with parameters
  21. in the Portable command language.
  22.  
  23. >    Apart from that, are there any other significant changes to LSE in
  24. >    V4? For example, I could use EVE's block cut-and-paste (and FILL)
  25. >    stuff.
  26.  
  27. Here's what the HELP frame for New_Features says:
  28.  
  29.  
  30. NEW_FEATURES
  31.  
  32.  
  33.         o  OSF/MOTIF support
  34.  
  35.         o  Portable Grammar
  36.  
  37.            See the following command
  38.  
  39.             -  SET COMMAND LANGUAGE
  40.             -  LSE
  41.             -  TPU
  42.  
  43.  
  44.            The VMSHELP_ grammar prefix has been provided in the portable
  45.            grammar as an aid in helping VMS users to learn the portable
  46.            grammar; it accepts some frequently used V3.1-style commands
  47.            and issues a message indicating what the new command is, as
  48.            well as trying to perform the specified function.  For more
  49.            information see the LSE V3.1 Compatible to Portable Grammar
  50.            Translation Table, and Getting Started with Portable LSE for
  51.            VMS Users.
  52.  
  53.         o  Prompting consistency
  54.  
  55.             -  Control over Character Cell or Dialog Box forms
  56.             -  User specifiable termination keys
  57.             -  User specifiable abort keys
  58.             -  User defined editing keys
  59.  
  60.  
  61.            See the following commands:
  62.  
  63.             -  SET PROMPT KEYPAD
  64.             -  SET PROMPT DIALOG
  65.             -  SET PROMPT TERMINATOR
  66.             -  SET PROMPT ABORT
  67.             -  SHOW PROMPT
  68.  
  69.  
  70.         o  Mouse button restrictions lifted
  71.  
  72.         o  Online documentation
  73.  
  74.            See the installation guide for exact locations, or use the
  75.            command PLSE HELP DOCUMENTATION.
  76.  
  77.         o  Selected sources online
  78.  
  79.            See the installation guide for exact locations.
  80.  
  81.         o  Unsupported utilities
  82.  
  83.            See the installation guide for exact locations.
  84.  
  85.         o  Source Control Command Interface
  86.  
  87.            Fetch, Reserve, Replace, Unreserve commands generate CLI CMS
  88.            commands on VMS, and SCCS command on Ultrix.  See the online
  89.            documentation for details.
  90.  
  91.         o  Show consistency
  92.  
  93.            LSE's show command now use normal buffers and windows to
  94.            display the information.
  95.  
  96.         o  Unified Menu support
  97.  
  98.            Expand menus and list of options prompting use the same
  99.            method to get user input.
  100.  
  101.         o  Command completion
  102.  
  103.             .  EXPAND works at the command line.
  104.             .  Enter an ambigious command and pick one.
  105.  
  106.  
  107.         o  Scrollable message window
  108.  
  109.            Under DECwindows, positioning the cursor with the mouse to
  110.            the message window is supported.  Once the cursor is there
  111.            normal editing keys are available and supported.  Use the
  112.            mouse to exit the message window.
  113.  
  114.         o  Expand on M1 double click
  115.  
  116.            M1 double click on a placeholder will expand the placeholder.
  117.  
  118.         o  More LSE attributes saved in the section file
  119.  
  120.            See the on line documentation for the SAVE SECTION command
  121.            for full details.
  122.  
  123.         o  Work file support
  124.  
  125.            LSE can now edit files which are larger than virtual memory.
  126.  
  127.         o  Menu customization from the command line
  128.  
  129.            You can now customize LSE's menus from the command line.  See
  130.            the following commands:
  131.  
  132.             -  NEW MENU LABEL
  133.             -  NEW MENU ENTRY
  134.             -  NEW MENU SEPARATOR
  135.             -  DELETE MENU LABEL
  136.             -  DELETE MENU ENTRY
  137.             -  DELETE MENU SEPARATOR
  138.             -  SET MENU LABEL
  139.  
  140.  
  141.         o  Filling lines beginning with "." and "<"
  142.  
  143.            To fill lines beginning with "." and "<", enter the command
  144.            "TPU EVE__SET__FILL__NOTAGS".  To restore the default
  145.            behavior, enter the command "TPU EVE__SET__FILL__TAGS".
  146.  
  147.         o  SET MENU MNEMONICS command
  148.  
  149.            Allows you to suppress the mnemonics on LSE's menu system.
  150.            Suppressing the mnemonics allows all of the ALT key
  151.            combination definitions to be used.
  152.  
  153.         o  SET PRIMARY SELECTION MODEL command
  154.  
  155.            Allows you to choose between a focus-based and a
  156.            selection-based primary selection model.  For more
  157.            information on primary selection models, see the OSF/Motif
  158.            Style Guide.
  159.  
  160.         o  LSEDIT Another File from FileView
  161.  
  162.            Allows you to "push" one or more selected files into an
  163.            already-running DecWindows LSE.
  164.  
  165. --Sharon Eikenberry
  166.   LSE Developer
  167.   Digital Equipment Corporation
  168.