From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: John Paul Wallington Newsgroups: gmane.emacs.devel Subject: Re: C-M-TAB stand-in for M-TAB, on MS Windows? Date: Mon, 26 May 2008 17:00:06 +0100 Message-ID: <3F8C7B43-05C3-4970-91DA-73152E9286E8@pobox.com> References: <007901c8bec5$4179df80$0200a8c0@us.oracle.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (Apple Message framework v919.2) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1211817925 1919 80.91.229.12 (26 May 2008 16:05:25 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 26 May 2008 16:05:25 +0000 (UTC) Cc: emacs-devel@gnu.org To: Drew Adams Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon May 26 18:06:06 2008 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.50) id 1K0fCV-0006KJ-1I for ged-emacs-devel@m.gmane.org; Mon, 26 May 2008 18:05:56 +0200 Original-Received: from localhost ([127.0.0.1]:36759 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K0fBb-0008Im-Dc for ged-emacs-devel@m.gmane.org; Mon, 26 May 2008 12:04:35 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1K0f7a-0006wD-Vn for emacs-devel@gnu.org; Mon, 26 May 2008 12:00:27 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1K0f7V-0006th-Dc for emacs-devel@gnu.org; Mon, 26 May 2008 12:00:25 -0400 Original-Received: from [199.232.76.173] (port=55742 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K0f7U-0006tN-QV for emacs-devel@gnu.org; Mon, 26 May 2008 12:00:21 -0400 Original-Received: from a-sasl-fastnet.sasl.smtp.pobox.com ([207.106.133.19]:57757 helo=sasl.smtp.pobox.com) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1K0f7T-0005yt-VX for emacs-devel@gnu.org; Mon, 26 May 2008 12:00:20 -0400 Original-Received: from localhost.localdomain (localhost [127.0.0.1]) by a-sasl-fastnet.sasl.smtp.pobox.com (Postfix) with ESMTP id 313D33CDC; Mon, 26 May 2008 12:00:16 -0400 (EDT) Original-Received: from mini.home (host81-158-23-41.range81-158.btcentralplus.com [81.158.23.41]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by a-sasl-fastnet.sasl.smtp.pobox.com (Postfix) with ESMTP id B04B63CDA; Mon, 26 May 2008 12:00:13 -0400 (EDT) In-Reply-To: <007901c8bec5$4179df80$0200a8c0@us.oracle.com> X-Mailer: Apple Mail (2.919.2) X-Pobox-Relay-ID: D4F5C6E6-2B3C-11DD-9EB2-80001473D85F-02562057!a-sasl-fastnet.pobox.com X-detected-kernel: by monty-python.gnu.org: Solaris 10 (beta) 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:97734 Archived-At: On 26 May 2008, at 01:12, Drew Adams wrote: > M-TAB doesn't work on MS Windows. ESC TAB works in its stead in some > contexts, > but not all. FWIW, on NT derived systems one can use the function `w32-register-hot- key' to enable Emacs to see M-TAB (untested on Vista).