From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: get rid of the MULTI_KBOARD #ifdefs Date: Wed, 26 Sep 2007 10:57:09 +0200 Message-ID: References: <200709251640.l8PGeaeS020759@oogie-boogie.ics.uci.edu> <46F98276.2070706@gnu.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: sea.gmane.org 1190797164 7901 80.91.229.12 (26 Sep 2007 08:59:24 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 26 Sep 2007 08:59:24 +0000 (UTC) Cc: dann@ics.uci.edu, emacs-devel@gnu.org To: Jason Rumney Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Sep 26 10:59:18 2007 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 1IaSje-0002ra-2J for ged-emacs-devel@m.gmane.org; Wed, 26 Sep 2007 10:59:10 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IaSja-0007t2-FZ for ged-emacs-devel@m.gmane.org; Wed, 26 Sep 2007 04:59:06 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IaShy-0007HQ-11 for emacs-devel@gnu.org; Wed, 26 Sep 2007 04:57:26 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IaShw-0007Gq-TS for emacs-devel@gnu.org; Wed, 26 Sep 2007 04:57:25 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IaShv-0007Gh-PS for emacs-devel@gnu.org; Wed, 26 Sep 2007 04:57:23 -0400 Original-Received: from heller.inter.net.il ([213.8.233.23]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IaShq-0006PY-M3; Wed, 26 Sep 2007 04:57:18 -0400 Original-Received: from HOME-C4E4A596F7 (IGLD-80-230-106-243.inter.net.il [80.230.106.243]) by heller.inter.net.il (MOS 3.7.3a-GA) with ESMTP id DSJ67210 (AUTH halo1); Wed, 26 Sep 2007 10:57:10 +0200 (IST) In-reply-to: <46F98276.2070706@gnu.org> (message from Jason Rumney on Tue, 25 Sep 2007 22:49:42 +0100) X-Detected-Kernel: FreeBSD 4.7-5.2 (or MacOS X 10.2-10.4) (2) 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:79894 Archived-At: > Date: Tue, 25 Sep 2007 22:49:42 +0100 > From: Jason Rumney > Cc: Dan Nicolaescu , emacs-devel@gnu.org > > Eli Zaretskii wrote: > > The MSDOS port doesn't support MULTI_KBOARD (and never will). > > > > It doesn't need to support multiple keyboards to use the MULTI_KBOARD > code path. The changes are fairly minor, and on DOS probably fairly > similar to the changes made on 2007-09-04 to support the MULTI_KBOARD > code path on Windows. If someone volunteers to make those changes and see that the result builds and starts up, I don't mind.