[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Print key
From: |
Fabrice Niessen |
Subject: |
Re: Print key |
Date: |
Fri, 02 Jul 2004 16:43:35 +0200 |
User-agent: |
Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3 (windows-nt) Hamster/2.0.5.5 |
Kai Grossjohann <kai@emptydomain.de> writes:
> John Robot <john.robot@laposte.net> writes:
>
>> And `C-h k' does not print anything in the mini-buffer, as if
>> hitting the key did not function (it does function, though, in
>> all the other applications I'm using).
>
> It seems that something is eating the key before Emacs sees it. To
> check for sure, hit x then PrintScreen, then y. Then C-h l. Is
> there something between x and y?
Good idea... Yes, there is `<snapshot>' between `x' and `y'.
But, anyway, my problem is now resolved* thanks to Jason Rumney
and the command:
(w32-register-hot-key [snapshot])
before my key binding:
(global-set-key [(snapshot)] 'ps-print-buffer-with-faces)
Best regards,
John
* except in XEmacs where the function `w32-register-hot-key'
does not work
--
John Robot
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Re: Print key,
Fabrice Niessen <=