From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: John Robot Newsgroups: gmane.emacs.help Subject: Re: Print key Date: Wed, 16 Jun 2004 18:37:49 +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 1088536181 19331 80.91.224.253 (29 Jun 2004 19:09:41 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 29 Jun 2004 19:09:41 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Jun 29 21:09:35 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 1BfNz4-0004nG-00 for ; Tue, 29 Jun 2004 21:09:35 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BfO0k-0003Eq-Pz for geh-help-gnu-emacs@m.gmane.org; Tue, 29 Jun 2004 15:11:18 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!bloom-beacon.mit.edu!news2.telebyte.nl!newsfeed.stueberl.de!feed.news.tiscali.de!newsfeed.tiscali.ch!feed1.news.be.easynet.net!feed0.news.be.easynet.net!not-for-mail Original-Newsgroups: gnu.emacs.help User-Agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3 (windows-nt) Hamster/2.0.0.1 Cancel-Lock: sha1:imZdJ4U5JZzqWc8agkliy96/a3c= Original-Lines: 21 Original-NNTP-Posting-Date: 16 Jun 2004 16:37:58 GMT Original-NNTP-Posting-Host: 81.188.7.157 Original-X-Trace: 1087403878 feed0.news.be.easynet.net 8989 [::ffff:81.188.7.157]:2084 Original-X-Complaints-To: abuse@be.easynet.net Original-Xref: shelby.stanford.edu gnu.emacs.help:123788 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:19147 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:19147 Kevin Rodgers writes: > John Robot wrote: > > How is it possible to map the "Print Screen" key of a keyboard > > (under Emacs 21.3, on Win XP) to the print function? > > `C-h v' followed by the Print Screen key on GNU Emacs 21.3.1 > (i386-pc-solaris2.7, X toolkit) says " is undefined". So you > should use (kbd "") instead of [(print)]. (global-set-key (kbd "") 'ps-print-buffer-with-faces) does not work either... 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). Best regards, John -- John Robot