From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Jason Rumney Newsgroups: gmane.emacs.devel Subject: Re: Still cannot build native windows version of emacs 23.* Date: Sat, 09 Feb 2008 22:28:00 +0000 Message-ID: <47AE28F0.3050101@gnu.org> References: <47A6F0BA.7020806@gnu.org> <47ACC94A.8050704@gmail.com> <47AD8DA4.2060801@gmail.com> <47AD921A.7090707@gmail.com> <47AD9672.9050102@gnu.org> <47AE2721.2000600@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1202596130 9695 80.91.229.12 (9 Feb 2008 22:28:50 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 9 Feb 2008 22:28:50 +0000 (UTC) Cc: Eli Zaretskii , emacs-devel@gnu.org To: "Lennart Borgman (gmail)" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Feb 09 23:29:13 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 1JNyC8-0003IO-LI for ged-emacs-devel@m.gmane.org; Sat, 09 Feb 2008 23:29:12 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JNyBf-0001zP-D6 for ged-emacs-devel@m.gmane.org; Sat, 09 Feb 2008 17:28:43 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JNyBA-0001ch-Ln for emacs-devel@gnu.org; Sat, 09 Feb 2008 17:28:12 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JNyB5-0001Xs-Vx for emacs-devel@gnu.org; Sat, 09 Feb 2008 17:28:12 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JNyB5-0001Xj-OL for emacs-devel@gnu.org; Sat, 09 Feb 2008 17:28:07 -0500 Original-Received: from mk-outboundfilter-4.mail.uk.tiscali.com ([212.74.114.32]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JNyB1-0003tG-Vb; Sat, 09 Feb 2008 17:28:04 -0500 Original-X-Trace: 3570027/mk-outboundfilter-2.mail.uk.tiscali.com/F2S/$ACCEPTED/freedom2Surf-customers/83.67.23.108 X-SBRS: None X-RemoteIP: 83.67.23.108 X-IP-MAIL-FROM: jasonr@gnu.org X-IP-BHB: Once X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AgAAAIO3rUdTQxds/2dsb2JhbAAIp30 X-IP-Direction: OUT Original-Received: from i-83-67-23-108.freedom2surf.net (HELO [127.0.0.1]) ([83.67.23.108]) by smtp.f2s.tiscali.co.uk with ESMTP/TLS/DHE-RSA-AES256-SHA; 09 Feb 2008 22:28:02 +0000 User-Agent: Thunderbird 2.0.0.9 (Windows/20071031) In-Reply-To: <47AE2721.2000600@gmail.com> X-detected-kernel: by monty-python.gnu.org: Genre and OS details not recognized. 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:88601 Archived-At: Lennart Borgman (gmail) wrote: > Would it help to write the key binding as > > (define-key map [(control ?m)] 'push-button) I wondered the same, but haven't had time to try it out yet. > > I just tried, but ldefs-boot.el was not changed. When is ldefs-boot.el > created? It is not created, it is checked out of CVS and copied to loaddefs.el when you bootstrap to get around a chicken and egg problem. loaddefs.el is the file that is created, look there to confirm if this works.