[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Print key
From: |
John Robot |
Subject: |
Re: Print key |
Date: |
Wed, 16 Jun 2004 18:37:49 +0200 |
User-agent: |
Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3 (windows-nt) Hamster/2.0.0.1 |
Kevin Rodgers <ihs_4664@yahoo.com> 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 "<print> is undefined". So you
> should use (kbd "<print>") instead of [(print)].
(global-set-key (kbd "<print>") '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