[PATCH] Raw strings, from Python via SXEmacs

Aidan Kehoe kehoea at parhasard.net
Tue Jul 18 04:20:57 EDT 2006


 Ar an seachtú lá déag de mí Iúil, scríobh Jerry James: 

 > I can provoke it at will.  Back home I stick with X Windows.  So it's
 > lucky that I'm logging in to my office machine remotely over a TTY this
 > summer.
 > 
 > The fact that it only manifests on Linux suggests that it is a Linux
 > bug, but I'll see if I can track it down.  It's been bothering me, too.

This fixes it for me. Now why it fixes it is another question.  

Index: src/event-unixoid.c
===================================================================
RCS file: /pack/xemacscvs/XEmacs/xemacs/src/event-unixoid.c,v
retrieving revision 1.21
diff -u -r1.21 event-unixoid.c
--- event-unixoid.c	2003/02/07 11:50:53	1.21
+++ event-unixoid.c	2006/07/18 08:19:02
@@ -164,6 +164,8 @@
 drain_tty_devices (void)
 {
   Lisp_Object devcons, concons;
+  return;
+
   CONSOLE_LOOP (concons)
     {
       struct console *con = XCONSOLE (XCAR (concons));


-- 
Santa Maradona, priez pour moi!




More information about the XEmacs-Beta mailing list