Bug 180 - Workrave does not detect keystrokes in emacs
Status:
RESOLVED WORKSFORME
Component:
Core :: UNIX
Version:
1.0.0
Hardware:
PC Linux
Importance:
P3 major
Target Milestone:
---
Assignee:
Rob Caelers
URL:
Depends on:
Blocks:
Reported:
Feb 14 2003 07:58:40 UTC
by:
John Knottenbelt
Modified:
Feb 14 2003 14:18:38 UTC
| Who | When | What | Removed | Added |
|---|---|---|---|---|
| John Knottenbelt | Feb 14 2003 14:18:38 UTC | status | NEW | RESOLVED |
| resolution | WORKSFORME |
Description
John Knottenbelt Feb 14 2003 07:58:41 UTC
Hi I'm using Emacs 21.2.1 under RedHat and notice that Workrave does not register keyboard activity in this application. Cheers John
Comment 1
Rob Caelers Feb 14 2003 12:19:46 UTC
I'm using emacs 21.2.2 under debian without problems... Could you please run "xdpyinfo -queryExtension | grep RECORD" and see if it prints something like "RECORD (opcode: 144, base error: 167)" (numbers might be different) If not, you can try add the RECORD extension by editting your Xfree config file (/etc/X11/XF86Config-4 on debian systems). You have to add 'Load "record"' to the Modules section. Section "Module" ... Load "record" ... EndSection
Comment 2
John Knottenbelt Feb 14 2003 14:18:38 UTC
You were right. After adding the RECORD module everything works perfectly. Thanks John