home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / alt / lucidem / bug / 319 < prev    next >
Encoding:
Internet Message Format  |  1992-11-04  |  1019 b 

  1. Path: sparky!uunet!olivea!decwrl!pacbell.com!hoptoad!amdcad!amdahl!JUTS!climb!tlp00
  2. From: tlp00@climb.as (Tibor Polgar)
  3. Newsgroups: alt.lucid-emacs.bug
  4. Subject: Pending delete problem
  5. Message-ID: <a8ut02BD29wf01@JUTS.ccc.amdahl.com>
  6. Date: 3 Nov 92 03:12:30 GMT
  7. Sender: netnews@ccc.amdahl.com
  8. Reply-To: tlp00@climb.as
  9. Organization: Sun Microsystems
  10. Lines: 14
  11.  
  12.  
  13. I'm seeing a problem with pending delete where a region is highlighted and then i try
  14. to do M-x.  The next char after the M-x appears to be taken by pending delete as
  15. the starting character to replace the region by.   The cursor at this time  is of 
  16. course in the minibuffer so instead there is an  invalid arg error.
  17.  
  18. In looking at the code in "delete-active-region" it seems as if an extra check is 
  19. needed to verify that the cursor is in the same buffer as the region and/or that 
  20. the cursor is "not in minibuffer".
  21.  
  22. Does someone have a fix for this or any suggestions on how a lisp program can know
  23. what buffer/minibuffer the cursor is in ???
  24.  
  25. Thanks.
  26.