home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / gnu / emacs / help / 5522 < prev    next >
Encoding:
Internet Message Format  |  1993-01-27  |  1.3 KB

  1. Path: sparky!uunet!uunet.ca!canrem!telly!utzoo!torn!cs.utexas.edu!swrinde!sdd.hp.com!saimiri.primate.wisc.edu!caen!batcomputer!cornell!rochester!news.bbn.com!news.bbn.com!map
  2. From: map@BBN.Com (Mike Patton)
  3. Newsgroups: gnu.emacs.help
  4. Subject: Annoying messages from background
  5. Date: 27 Jan 93 12:45:11
  6. Organization: Bolt Beranek and Newman, Cambridge, MA 02138 USA
  7. Lines: 19
  8. Distribution: world
  9. Message-ID: <MAP.93Jan27124511@songlines.BBN.Com>
  10. Reply-To: Incoming Replies <MAP=Reply@BBN.Com>
  11. NNTP-Posting-Host: songlines.bbn.com
  12.  
  13. I have written some code that starts up a process and monitors and
  14. controls it.  The problem is that something in the process-filter
  15. and/or process-sentinel are causing calls to "message" (I'm not doing
  16. it directly) which randomly trash what I'm doing in the minibuffer at
  17. the time it happens.  How do I track this down?  Can I just eliminate
  18. them somehow (a special form (with-messages-inhibited ...) perhaps
  19. :-).  Any other good suggestions?
  20.  
  21.     -Mike Patton
  22.  
  23. P.S.  Here's the list of all the functions I _think_ get called in the
  24. filter/sentinel (produced by kbd-macros from the code :-):
  25.  
  26.     =    car    cdr    cond    delete-process    forward-line
  27.     goto-char    if    insert    kill-buffer    let
  28.     looking-at    null    or    point        point-max
  29.     preceding-char    process-buffer    process-send-string
  30.     replace-string    save-excursion    set-buffer
  31.     setq    string-match    substring    while
  32.