home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / gnu / epoch / misc / 1243 < prev    next >
Encoding:
Text File  |  1993-01-11  |  2.1 KB  |  48 lines

  1. Path: sparky!uunet!stanford.edu!rutgers!micro-heart-of-gold.mit.edu!xn.ll.mit.edu!ll.mit.edu!lebrun
  2. From: lebrun@ll.mit.edu (Steven F. LeBrun)
  3. Newsgroups: gnu.epoch.misc
  4. Subject: Epoch vs Emacs : cursor-in-echo-area
  5. Message-ID: <9301111650.PN22082@LL.MIT.EDU>
  6. Date: 11 Jan 93 21:50:54 GMT
  7. Sender: news@ll.mit.edu
  8. Distribution: gnu.epoch.misc
  9. Organization: MIT Lincoln Laboratory, Lexington, MA
  10. Lines: 36
  11.  
  12. I recently wrote an emacs-lisp function that reads in a password
  13. without echoing.  This function uses the function call:
  14.  
  15.         (setq cursor-in-echo-area t)
  16.  
  17. to move the cursor from the buffer window to the minibuffer window
  18. (actually the echo area -- same physical location as the minibuffer).
  19.  
  20. When I evaluate my function from EMACS (epoch -nw), everything works
  21. fine.  When I evaluate the same function from EPOCH (using X Window),
  22. it still works except that the cursor never moves to the echo area.
  23.  
  24. Does EPOCH use the global variable cursor-in-echo-area in the same
  25. way that EMACS does?
  26.  
  27. Also, as a test, I set cursor-in-echo-area to `t' in EPOCH.  The cursor
  28. did not move out of the buffer window.  But when I created a *Buffer List*
  29. [C-x C-b] and moved the cursor to that window, the cursor did not behave
  30. correctly.  It stayed at the end of the first line.  The cursor also stayed
  31. at the end of the line in RMAIL mode.
  32.  
  33. Could anyone explain what is going on in EPOCH when cursor-in-echo-area
  34. is `t'.  Also, is there a way to move the cursor to the echo area in 
  35. EPOCH?
  36.  
  37. --
  38.  
  39. +--------------------------------------------------------------------------+
  40. | Steven F. LeBrun             |      MIT Lincoln Laboratory, Group 91     |
  41. |                              |        244 Wood Street, Room LI-136       |
  42. | lebrun@ll.mit.edu (Internet) |          Lexington, MA 02173-9108         |
  43. | lebruns@merlin    (internal) |  Phone:(617)-981-5742, FAX:(617)-981-0991 |
  44. +--------------------------------------------------------------------------+
  45. |"Hard as lightning, soft as candlelight;                                  |
  46. |                    Dare you trust the Music of the Night?" - The Phantom |
  47. +--------------------------------------------------------------------------+
  48.