From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Drew Adams" Newsgroups: gmane.emacs.devel Subject: RE: Bikeshedding go! Why is unbound? Date: Sun, 16 Jan 2011 13:49:18 -0800 Message-ID: References: <87sjx7z7w4.fsf@telefonica.net><83pqsbmf6j.fsf@gnu.org><87k4ijz07h.fsf@telefonica.net><2460D97DEA4047B3B9DF92C4A80981EF@us.oracle.com><57BF13882D6E494286547F293FE9D03B@us.oracle.com> <87lj2pfo81.fsf@wanadoo.es> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1295214720 31755 80.91.229.12 (16 Jan 2011 21:52:00 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 16 Jan 2011 21:52:00 +0000 (UTC) Cc: 'Emacs-Devel devel' To: "'Stefan Monnier'" , "'PJ Weisberg'" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Jan 16 22:51:53 2011 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1PeaVt-0000Y1-6p for ged-emacs-devel@m.gmane.org; Sun, 16 Jan 2011 22:51:53 +0100 Original-Received: from localhost ([127.0.0.1]:46634 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PeaVs-0006nJ-NB for ged-emacs-devel@m.gmane.org; Sun, 16 Jan 2011 16:51:52 -0500 Original-Received: from [140.186.70.92] (port=40035 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PeaUs-00068j-2d for emacs-devel@gnu.org; Sun, 16 Jan 2011 16:50:52 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PeaUq-0004pU-HR for emacs-devel@gnu.org; Sun, 16 Jan 2011 16:50:49 -0500 Original-Received: from rcsinet10.oracle.com ([148.87.113.121]:26735) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PeaUq-0004pQ-BG for emacs-devel@gnu.org; Sun, 16 Jan 2011 16:50:48 -0500 Original-Received: from acsinet15.oracle.com (acsinet15.oracle.com [141.146.126.227]) by rcsinet10.oracle.com (Switch-3.4.2/Switch-3.4.2) with ESMTP id p0GLokqp021417 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Sun, 16 Jan 2011 21:50:47 GMT Original-Received: from acsmt355.oracle.com (acsmt355.oracle.com [141.146.40.155]) by acsinet15.oracle.com (Switch-3.4.2/Switch-3.4.1) with ESMTP id p0GLiefw009263; Sun, 16 Jan 2011 21:50:46 GMT Original-Received: from abhmt001.oracle.com by acsmt355.oracle.com with ESMTP id 929758661295214559; Sun, 16 Jan 2011 13:49:19 -0800 Original-Received: from dradamslap1 (/10.159.222.85) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Sun, 16 Jan 2011 13:49:19 -0800 X-Mailer: Microsoft Office Outlook 11 In-Reply-To: X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.5994 Thread-Index: Acu0Q57JnR18vMoBSSiXwIoIRY8M8gBfZxbw X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) 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:134615 Archived-At: > A simpler solution is to dump the problem onto the user: setup > a `w32-passthrough-events' where the user can specify events > that should be passed on to Windows's standard lib rather than > handled by Emacs. That would be good in any case: give users the option, no matter what the default behavior is. We also have `w32-register-hot-key', BTW: (w32-register-hot-key [M-tab]) > But it still leaves open the question whether it should contain > M-f4 or A-f4 (or use yet-another event representation), as well as > what happens when the user hits C-x M-f4. And it still leaves open the question of the _default_ behavior for this key. Just which keys should be included by default in user option `w32-passthrough-events'?