From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Fabrice Niessen Newsgroups: gmane.emacs.help Subject: Re: Print key Date: Fri, 02 Jul 2004 16:43:35 +0200 Organization: John Robot Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: References: <40D0741D.1070200@yahoo.com> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1088779711 22171 80.91.224.253 (2 Jul 2004 14:48:31 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 2 Jul 2004 14:48:31 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Jul 02 16:48:26 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1BgPL0-0001cm-00 for ; Fri, 02 Jul 2004 16:48:26 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BgPMp-0008Ly-8Y for geh-help-gnu-emacs@m.gmane.org; Fri, 02 Jul 2004 10:50:19 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news.tele.dk!news.tele.dk!small.news.tele.dk!colt.net!easynet.net!easynet-melon!feed0.news.be.easynet.net!not-for-mail Original-Newsgroups: gnu.emacs.help Name: John Robot Address: john.robot@laposte.net User-Agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3 (windows-nt) Hamster/2.0.5.5 Cancel-Lock: sha1:S9LVysIqSGIWYzNWswfFxHsWKnI= Original-Lines: 31 Original-NNTP-Posting-Date: 02 Jul 2004 14:44:13 GMT Original-NNTP-Posting-Host: 81.188.7.157 Original-X-Trace: 1088779453 feed0.news.be.easynet.net 8982 [::ffff:81.188.7.157]:2231 Original-X-Complaints-To: abuse@be.easynet.net Original-Xref: shelby.stanford.edu gnu.emacs.help:124091 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.4 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:19421 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:19421 Kai Grossjohann writes: > John Robot 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 `' 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