[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [RP] Xdvi bug
From: |
Shawn Betts |
Subject: |
Re: [RP] Xdvi bug |
Date: |
Mon Oct 25 16:17:11 2004 |
User-agent: |
Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 |
Joe Corneli <address@hidden> writes:
> Xdvi windows can be killed with
>
> <escape> :kill
>
> but not with
>
> <escape> k
>
> for some unknown reason (in Oct 7 CVS).
Is this new? <escape> k just sends an XClientMessage to the window and
the client can decide to ignore it. kill (bound to <escape> K) sends an
X message which I believe xlib captures and calls exit(0).
-Shawn