Path: utzoo!telly!attcan!utgpu!jarvis.csri.toronto.edu!cs.utexas.edu!tut.cis.ohio-state.edu!NSFNET-RELAY.AC.UK!arc1%ukc.ac.uk From: arc1%ukc.ac.uk@NSFNET-RELAY.AC.UK (Tony Curtis) Newsgroups: gnu.emacs.bug Subject: Bug in x-get-mouse-event (version 18.55) Message-ID: <8912151822.AA23723@aeneas.MIT.EDU> Date: 15 Dec 89 18:07:11 GMT Sender: daemon@tut.cis.ohio-state.edu Distribution: gnu Organization: GNUs Not Usenet Lines: 29 Emacs version ------------- 18.55 compiled with HAVE_X_WINDOWS set. Problem occurs across all our machines (vax_ultrix3, mips_ultrix3, sun3_sunos4, sun386_sunos4, sun4_sunos4). Problem ------- x-get-mouse-event returns wrong argument type: listp, (where has varied between systems and various attempts to run x-get-mouse-event). Fix(?) ------ x11fns.c has the following line line 643: Vx_mouse_abs_pos = Fcond (tempx, Fcons (tempy, Qnil)); Should `Fcond' be `Fcons'? I remade everything with this change and all seems well now. Cheers Tony Curtis