home *** CD-ROM | disk | FTP | other *** search
/ ftp.pasteur.org/FAQ/ / ftp-pasteur-org-FAQ.zip / FAQ / open-look / 02-deskset < prev    next >
Text File  |  1997-07-25  |  4KB  |  97 lines

  1. Newsgroups: comp.windows.open-look,alt.toolkits.xview,comp.windows.news,alt.toolkits.intrinsics,comp.answers,alt.answers,news.answers
  2. Path: senator-bedfellow.mit.edu!bloom-beacon.mit.edu!howland.erols.net!infeed1.internetmci.com!newsfeed.internetmci.com!newsfeed.direct.ca!news.uunet.ca!gts!lethe!geac!sq!lee
  3. From: lee@sq.com (Liam Quin)
  4. Subject: OPEN LOOK GUI FAQ 02/04: Sun OpenWindows DeskSet Questions
  5. Message-ID: <liamfaq-ol2-62@sq.com>
  6. Followup-To: poster
  7. Summary: FAQ for Sun's OpenWindows DeskSet productivity tools
  8. Supersedes: <liamfaq-ol2-61@sq.com>
  9. Reply-To: lee@sq.com (Liam R. E. Quin)
  10. Organization: SoftQuad Inc., Toronto, Canada
  11. References: <liamfaq-ol1-63@sq.com>
  12. Date: Thu, 24 Jul 1997 22:06:10 GMT
  13. Approved: news-answers-request@MIT.EDU
  14. Expires: Sun, 24 Aug 1997 02:49:16 GMT
  15. Lines: 80
  16. Xref: senator-bedfellow.mit.edu comp.windows.open-look:12921 alt.toolkits.xview:4462 comp.windows.news:5962 comp.answers:27243 alt.answers:27811 news.answers:108107
  17.  
  18. Archive-name: open-look/02-deskset
  19. Last-Modified: Feb 1 1996
  20.  
  21. Sun DeskSet is the collection of tools you get with OpenWindows;
  22. some of these are being ported to Motif for COSE/CDE: cm, mailtool, maybe
  23. others.
  24.  
  25. [1] What are the default key bindings in textedit and elsewhere?
  26. [2] What can I put in my .ttysrc?     Where is it documented?
  27. [3] Is there a tty-based interface to cm (Calendar Manager)?
  28. [4] How can I arrange to have my .signature included in my outgoing mail?
  29.  
  30. [1] What are the default key bindings in textedit and elsewhere?
  31.  
  32.     See the man page for textedit(1) for some of them.
  33.     In general, the editing/moving commands go in the opposite direction when
  34.     shifted - e.g. Ctrl+w deletes a word, and Ctrl+W deletes the word to the
  35.     right of the insert point.
  36.  
  37.     Meta-i - include file        Meta-f - find selection (forward/backward)
  38.  
  39.     Ctrl-a - start of line        Ctrl-< - back word
  40.     Ctrl-e - end of line        Ctrl-> - forward word
  41.     Ctrl-w - delete word        Ctrl-u - delete to start/END of line
  42.     Ctrl-Return - move to end/START of document
  43.  
  44.     See the O'Reilly XView Reference Manual for a list of some of the default
  45.     keys; see also the olwm or olvwm manual page.
  46.  
  47. [2] What can I put in my .ttysrc?     Where is it documented?
  48.  
  49.     See the manual page for shelltool.
  50.  
  51. Subject: DeskSet, Mailtool, Calendar Manager, etc.
  52.  
  53. [3] Is there a tty-based interface to cm (Calendar Manager)?
  54.     Yes, cm_delete, cm_insert and cm_lookup; these all have manual pages.
  55.     If "man cm_delete" doesn't work or gives strange messages, see under
  56.     Trouble Shooting: Strange Error Messages, below.
  57.  
  58.     On Solaris 2.3, cm_lookup may be broken (and maybe cm_delete & cm_insert
  59.     are too), as it always uses a date in 1970 if you give it an invalid date.
  60.     The Solaris 2.2 and 2.4 ones seem more tolerant of date formats.
  61.  
  62. [4] How can I arrange to have my .signature included in my outgoing mail?
  63.     The best way is:
  64.     $ cd
  65.     $ cp /usr/lib/.textswrc .
  66.     $ chmod +w .textswrc
  67.     edit .textswrc (use vi, textedit, or whatever you prefer)
  68.     add the follwing:
  69.     KEY_RIGHT(3)    FILTER
  70.     cat ~/.signature
  71.     (you might need to change ~ to $HOME)
  72.  
  73.     Now pressing R3 will insert your .signature file.
  74.  
  75. [5] How can I get mailtool to send mime messages by default?
  76.  
  77.     Add the following two lines to your .mailrc:
  78.     set strictmime
  79.     set sendrfc
  80.  
  81.     WARNING: some versions of mailtool (up to and including Solaris 2.3,
  82.     maybe 2.4 as well) will corrupt MIME messages that they receive when
  83.     you save your mail.  There's a patch for this.
  84.     Also, the sendrfc and strictmime options are unsupported and undocumented.
  85.  
  86.  
  87. [END of deskset FAQ]
  88.  
  89. # @(#) $Id: ol2.faq,v 1.5 96/02/01 23:03:48 lee Exp $
  90.  
  91.  
  92. -- 
  93. Liam Quin                   | lq-text freely available Unix text retrieval
  94. liamquin at interlog.com    | FAQs: Metafont fonts, OPEN LOOK UI, OpenWindows
  95.                             | xfonttool (Unix xfontsel in XView)
  96. +1 416 594 9646 (home)      | the barefoot programmer
  97.