From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Lennart Borgman Newsgroups: gmane.emacs.devel Subject: Re: Why are and not called and ? Date: Sun, 03 Sep 2006 16:52:13 +0200 Message-ID: <44FAEC1D.6090907@student.lu.se> References: <44F706DF.2010201@student.lu.se> <44F717D6.2010604@gnu.org> <44F730BD.9000403@student.lu.se> <44F8ACC7.60906@student.lu.se> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1157295162 32228 80.91.229.2 (3 Sep 2006 14:52:42 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 3 Sep 2006 14:52:42 +0000 (UTC) Cc: Eli Zaretskii , monnier@iro.umontreal.ca, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Sep 03 16:52:39 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1GJtKw-0003Bs-GH for ged-emacs-devel@m.gmane.org; Sun, 03 Sep 2006 16:52:38 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GJtKv-0002iQ-VB for ged-emacs-devel@m.gmane.org; Sun, 03 Sep 2006 10:52:37 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GJtKi-0002ho-38 for emacs-devel@gnu.org; Sun, 03 Sep 2006 10:52:24 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GJtKg-0002hN-If for emacs-devel@gnu.org; Sun, 03 Sep 2006 10:52:23 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GJtKg-0002hK-Dz for emacs-devel@gnu.org; Sun, 03 Sep 2006 10:52:22 -0400 Original-Received: from [81.228.11.98] (helo=pne-smtpout1-sn1.fre.skanova.net) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GJtUw-00053d-U8; Sun, 03 Sep 2006 11:02:59 -0400 Original-Received: from [192.168.123.121] (83.249.218.244) by pne-smtpout1-sn1.fre.skanova.net (7.2.075) id 44F7D0530007E16F; Sun, 3 Sep 2006 16:52:17 +0200 User-Agent: Thunderbird 1.5.0.5 (Windows/20060719) Original-To: Jason Rumney In-Reply-To: X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:59275 Archived-At: Jason Rumney wrote: > Lennart Borgman writes: > > >> BTW, it feels ridiculous, but I have never been able to learn where >> is on my keyboard. >> > > You probably don't have a Paste key. Sun keyboards have them > though. Due to the primitive protocols that keyboards use, it is not > possible for Emacs to discover what keys you have on your keyboard. > Thanks, but do you mean that I can use a Sun keyboard on w32? Does the Paste key then work in Emacs? BTW, I just noticed that I can do things like (define-key global-map [page-down] 'scroll-up) I get no error. It is just that it does not work. Should it be this way?