[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Xine affects Emacs



Markus Petermann <markus.petermann050217@gmx.net> 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 <rfrancoise@debian.org>
 `. `'         http://people.debian.org/~rfrancoise/
   `-



Reply to: