From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dan Nicolaescu Newsgroups: gmane.emacs.devel Subject: Re: get rid of the MULTI_KBOARD #ifdefs Date: Wed, 26 Sep 2007 19:52:05 -0700 Message-ID: <200709270252.l8R2q9BY018289@oogie-boogie.ics.uci.edu> References: <200709251640.l8PGeaeS020759@oogie-boogie.ics.uci.edu> <200709252203.l8PM34cm003472@oogie-boogie.ics.uci.edu> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1190861602 20423 80.91.229.12 (27 Sep 2007 02:53:22 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 27 Sep 2007 02:53:22 +0000 (UTC) Cc: emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Sep 27 04:53: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 1IajV5-0007ZV-MA for ged-emacs-devel@m.gmane.org; Thu, 27 Sep 2007 04:53:16 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IajV2-0006M9-Mh for ged-emacs-devel@m.gmane.org; Wed, 26 Sep 2007 22:53:12 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IajUz-0006K5-Ts for emacs-devel@gnu.org; Wed, 26 Sep 2007 22:53:09 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IajUz-0006JA-AT for emacs-devel@gnu.org; Wed, 26 Sep 2007 22:53:09 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IajUz-0006J1-7Z for emacs-devel@gnu.org; Wed, 26 Sep 2007 22:53:09 -0400 Original-Received: from oogie-boogie.ics.uci.edu ([128.195.1.41]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IajUu-0002kR-VM; Wed, 26 Sep 2007 22:53:05 -0400 Original-Received: from mothra.ics.uci.edu (mothra.ics.uci.edu [128.195.6.93]) by oogie-boogie.ics.uci.edu (8.13.6/8.13.6) with ESMTP id l8R2q9BY018289; Wed, 26 Sep 2007 19:52:10 -0700 (PDT) In-Reply-To: (Eli Zaretskii's message of "Wed\, 26 Sep 2007 10\:56\:27 +0200") Original-Lines: 21 X-ICS-MailScanner: Found to be clean X-ICS-MailScanner-SpamCheck: not spam, SpamAssassin (score=-1.44, required 5, autolearn=disabled, ALL_TRUSTED -1.44) X-ICS-MailScanner-From: dann@mothra.ics.uci.edu X-Detected-Kernel: Solaris 9 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:79950 Archived-At: Eli Zaretskii writes: > > Cc: emacs-devel@gnu.org > > From: Dan Nicolaescu > > Date: Tue, 25 Sep 2007 15:03:04 -0700 > > > > > The MSDOS port doesn't support MULTI_KBOARD (and never will). > > > > Have you made a decision yet if you still want to maintain the MSDOS > > port? > > No matter what is my decision, I'm asking not to make my life harder > by adding more required work, if a reasonably simple and good > alternative exists. This was intended to be simple minded cleanup, strictly deleting code. Alternatives would just be busy work... So consider this issue dropped. (BTW, I doubt the MSDOS port even compiles now, so trying to test it after such a change implies getting it to work)