home *** CD-ROM | disk | FTP | other *** search
- x-gateway: rodan.UU.NET from bug-lucid-emacs to alt.lucid-emacs.bug; Fri, 13 Nov 1992 18:54:43 EST
- Date: Fri, 13 Nov 1992 23:01:26 +0100
- From: queinnec%geant.cenatls.cena.dgac.fr@lucid.com (Philippe Queinnec)
- Message-ID: <9211132201.AA09419@geant.cenatls.cena.dgac.fr>
- Subject: selecting deleted buffer
- Newsgroups: alt.lucid-emacs.bug
- Path: sparky!uunet!wendy-fate.uu.net!bug-lucid-emacs
- Sender: bug-lucid-emacs-request@lucid.com
- Lines: 46
-
- [ I don't remember if this has already been signaled. If it has been, sorry. ]
-
- When killing a buffer which is selected in another iconfied screen, lemacs
- enters an infinite loop.
-
- Example:
-
- Launch xemacs -q
-
- (setq visible-bell t) C-j ;; in *scratch* buffer, to protect your ears
- M-x find-file ~/.emacs ;; any file will do
- C-x 5 ;; a new screen
- C-x b .emacs ;; same buffer in both screens
- iconify the new screen (using the window manager)
- C-x k .emacs ;; kill the buffer
-
- emacs enters an infinite loop, beeping and saying 'selected deleted screen'.
-
- Here is a stack trace (obtained after a SIGQUIT):
-
- #0 0x160740 in write ()
- #1 0x111d94 in _XFlush ()
- #2 0x1056fc in XFlush ()
- #3 0x2ce94 in XTupdate_end (s=0x26c400) at xterm.c:315
- #4 0x279a0 in update_end (s=0x26c400) at term.c:475
- #5 0x5f68 in update_screen (s=0x26c400, force=1, inhibit_hairy_id=0)
- at dispnew.c:1648
- #6 0xe21c in redisplay () at xdisp.c:602
- #7 0x22f2c in Fnext_event (event=1747586384) at event-stream.c:300
- #8 0x4f83c in command_loop_1 (dummy=2152448) at keyboard.c:503
- #9 0x91d58 in internal_condition_case (bfun=0x4f60c <command_loop_1>,
- handlers=69294364, hfun=0x4ee64 <cmd_error>) at eval.c:1002
- #10 0x4f320 in command_loop_2 (dummy=69294084) at keyboard.c:388
- #11 0x916e4 in internal_catch (tag=69294344, func=0x4f2f8 <command_loop_2>,
- arg=69294084) at eval.c:814
- #12 0x4f2c4 in command_loop () at keyboard.c:367
- #13 0x4ec7c in recursive_edit_1 () at keyboard.c:221
- #14 0x4edac in Frecursive_edit () at keyboard.c:250
- #15 0x4e2d8 in main (argc=2, argv=0xf7fff814, envp=0xf7fff820) at emacs.c:817
-
- Configuration:
- lucid emacs 19.3 compiled with gcc 2.3.1
- X11R5
- vtwm 5.0 patchlevel 1
-
- Phil (queinnec@dgac.fr, queinnec@enseeiht.fr)
-