From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: HAVE_FTIME, src/m/vax.h, and src/m in general Date: Sat, 19 May 2012 14:53:44 -0400 Message-ID: References: <4FB76178.2030504@cs.ucla.edu> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1337453639 14093 80.91.229.3 (19 May 2012 18:53:59 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 19 May 2012 18:53:59 +0000 (UTC) Cc: Eli Zaretskii , Emacs Development To: Paul Eggert Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat May 19 20:53:58 2012 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1SVomo-0003gh-O7 for ged-emacs-devel@m.gmane.org; Sat, 19 May 2012 20:53:54 +0200 Original-Received: from localhost ([::1]:39622 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SVomo-0004YD-AI for ged-emacs-devel@m.gmane.org; Sat, 19 May 2012 14:53:54 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:45419) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SVoml-0004Xw-MM for emacs-devel@gnu.org; Sat, 19 May 2012 14:53:52 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SVomj-0002MF-2t for emacs-devel@gnu.org; Sat, 19 May 2012 14:53:51 -0400 Original-Received: from ironport-out.teksavvy.com ([206.248.143.162]:5411) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SVomg-0002LY-Ks; Sat, 19 May 2012 14:53:46 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Av0EAOMAh09FpZld/2dsb2JhbAA3DqM0gQiBdQEBBAFWIwULCzQSFBgNJIgTohGMDFgJAQIBAoM+A4NwBJ5uhHWEBVM X-IronPort-AV: E=Sophos;i="4.73,1,1325480400"; d="scan'208";a="181262771" Original-Received: from 69-165-153-93.dsl.teksavvy.com (HELO pastel.home) ([69.165.153.93]) by ironport2-out.teksavvy.com with ESMTP/TLS/ADH-AES256-SHA; 19 May 2012 14:53:44 -0400 Original-Received: by pastel.home (Postfix, from userid 20848) id 7BD4A5979D; Sat, 19 May 2012 14:53:44 -0400 (EDT) In-Reply-To: <4FB76178.2030504@cs.ucla.edu> (Paul Eggert's message of "Sat, 19 May 2012 02:01:44 -0700") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.1.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 206.248.143.162 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:150566 Archived-At: > It strikes me that the src/m directory is obsolete, I don't know if it's obsolete yet. It is deprecated, yes. > in the sense that its presence is a revenant of a pre-autoconf way of > configuring things, and its functionality could easily be moved > elsewhere as part of further cleanup. Right, we want to get rid of it (as well as src/s). Stefan