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