From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Lennart Borgman" Newsgroups: gmane.emacs.help Subject: Re: How to bind -; with a function on windows? Date: Sun, 26 Oct 2008 11:15:34 +0100 Message-ID: References: <873aik833s.fsf@sina.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1225016236 31952 80.91.229.12 (26 Oct 2008 10:17:16 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 26 Oct 2008 10:17:16 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: anhnmncb Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Oct 26 11:18:18 2008 connect(): Connection refused Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1Ku2hM-0005YH-VN for geh-help-gnu-emacs@m.gmane.org; Sun, 26 Oct 2008 11:18:17 +0100 Original-Received: from localhost ([127.0.0.1]:44164 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ku2gG-0007eE-Rm for geh-help-gnu-emacs@m.gmane.org; Sun, 26 Oct 2008 06:17:08 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Ku2ep-0007T3-Uk for help-gnu-emacs@gnu.org; Sun, 26 Oct 2008 06:15:40 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Ku2eo-0007RF-Jo for help-gnu-emacs@gnu.org; Sun, 26 Oct 2008 06:15:38 -0400 Original-Received: from [199.232.76.173] (port=37334 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ku2eo-0007PN-AO for help-gnu-emacs@gnu.org; Sun, 26 Oct 2008 06:15:38 -0400 Original-Received: from fg-out-1718.google.com ([72.14.220.152]:10135) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Ku2em-00005G-Jy for help-gnu-emacs@gnu.org; Sun, 26 Oct 2008 06:15:36 -0400 Original-Received: by fg-out-1718.google.com with SMTP id l26so1634251fgb.30 for ; Sun, 26 Oct 2008 03:15:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=H0EPtWlVqcHm5dhdxyWshqgHPLJzCv7LGFFPw19AwDs=; b=tE1PB4OM0Zjj9vG1wrrxAafRPucwa5bkfWWSjYo0akFhC/Jrx4jDXgnpX9oX/WNRzp 1IO+ZUoy2ULmi1+X66VCHbHIh64/D+4l9yEqcJ8PcDJ4Qxe8ERDhURFQajbdDz0y/Mvw 36nXQLYwMc/2wqutEtqWX2+4w64kczyzydlvo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=iTI8nfPPYHQ7YSuXvGNK7p58N5qZIWJnFB0f0PzODKQQ1Ng7knBuRT8OvcIdVds2kx nSED3SXe9WgwAF/xJWXwBOuwYkiYKObSYvDYH4zNnCf7rCYh+9NQsOx8Ybn2fhTWFZqk ZL/6iG36G5MQbUXuT77zq18bq/Ngn7tfXkGW4= Original-Received: by 10.86.4.2 with SMTP id 2mr2058830fgd.43.1225016134831; Sun, 26 Oct 2008 03:15:34 -0700 (PDT) Original-Received: by 10.86.65.3 with HTTP; Sun, 26 Oct 2008 03:15:34 -0700 (PDT) In-Reply-To: <873aik833s.fsf@sina.com> Content-Disposition: inline X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:59167 Archived-At: On Sun, Oct 26, 2008 at 4:08 AM, anhnmncb wrote: > When I type M-x global-set-key RET, then press , the help > window pops up and show: > > runs the command ignore, which is an interactive compiled > Lisp function in `subr.el'. > > It is bound to , , , > . > > I have no chance to press -; to function. Type them in emacs > window just produce a ;. Some keys and key combinations on ms windows can not be used in (unpatched) Emacs because they must be caught on a lower level than Emacs currently binds them. If you want to bind these keys then you can try the patched version of EmacsW32+Emacs, see EmacsWiki.