home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / alt / lucidem / help / 435 < prev    next >
Encoding:
Text File  |  1992-09-15  |  2.0 KB  |  57 lines

  1. x-gateway: rodan.UU.NET from help-lucid-emacs to alt.lucid-emacs.help; Tue, 15 Sep 1992 13:48:48 EDT
  2. From: Tony.Bennett@East.Sun.COM (Tony E. Bennett)
  3. Message-ID: <9209151748.AA23796@sunpix.East.Sun.COM>
  4. Subject: minor 19.3 problems
  5. Mailed-From: GNU Emacs or Epoch (4.2.2)
  6. Content-Length: 1591
  7. Date: Tue, 15 Sep 1992 17:48:49 GMT
  8. Newsgroups: alt.lucid-emacs.help
  9. Path: sparky!uunet!wendy-fate.uu.net!help-lucid-emacs
  10. Sender: help-lucid-emacs-request@lucid.com
  11. Lines: 44
  12.  
  13.  
  14. Solaris 2.0 (svr4); SS2, compiled with the unbundled compiler.
  15. Openwindows 3.x; olvwm 3.2
  16.  
  17. a few minor problems and questions:
  18.  
  19.     +  how do I assign a command to C-2 (control 2)
  20.         Every thing I've tried has either complained that C-2 is
  21.         not printable or screwed up another key defn (notably C-R !)
  22.  
  23.             (global-set-key '(control 2) 'set-mark-command)
  24.             (global-set-key "\C-2" 'set-mark-command)
  25.  
  26.         invoking 'global-set-key' interactively does work, however.
  27.  
  28.     +  how do you move a screen, using set-screen-position and -0?
  29.             eg: (set-screen-position screen -0 -0)
  30.                 is equivalent to 0 0.
  31.                 but -1 -1 behaves as expected.
  32.        It's pretty clear what is happening, but how do you work around it?
  33.  
  34.     +  is it possible to have an extent within mode-line-format.
  35.         (In epoch you can insert zones in the mode-line-format, and
  36.         get, for example, 'Mail' in a different color)
  37.  
  38.     +  How to color the mouse pointer?
  39.         I've tried all of the following, to no effect:
  40.  
  41.             Emacs*pointerBackgroundColor:            Red
  42.             Emacs*pointerForegroundColor:            Red
  43.             Emacs*pointerColorBackground:            Red
  44.             Emacs*pointerColorForeground:            Red
  45.             Emacs*pointerColor:                    Red
  46.  
  47.     +  How to set the screen name to the value of a variable?
  48.  
  49.             (setq my-screen-name "example")
  50.             (x-create-screen '((name . my-screen-name)))
  51.     
  52.         just complains that my-screen-name is not a string.
  53.  
  54. Thanks for any help!
  55.  
  56. --tony
  57.