Markus Petermann <[EMAIL PROTECTED]> writes:

> I suggest that there is a connection to the screensaver reset of xine
> (default value 10 seconds), but I am not able to find the event that
> is emitted or change it.
Yep, Xine sends fake Scroll Lock key events to foil the screensaver.
Depending on your Emacs version, the following:

 (global-set-key [key-20] 'ignore)

or the following:

 (global-set-key [Scroll_Lock] 'ignore)

should do the trick.  Otherwise, catch the event with M-x global-set-key
and bind it to `ignore'.

-- 
  ,''`.
 : :' :        Romain Francoise <[EMAIL PROTECTED]>
 `. `'         http://people.debian.org/~rfrancoise/
   `-


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to