From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.devel Subject: Re: [Emacs-diffs] /srv/bzr/emacs/trunk r109306: Use an include file in configure.ac's AH_BOTTOM Date: Tue, 31 Jul 2012 16:22:02 -0400 Message-ID: References: <83vch3eu29.fsf@gnu.org> <83sjc7et2f.fsf@gnu.org> <83r4rresf4.fsf@gnu.org> <83obmveo4e.fsf@gnu.org> <8wtxwn3f38.fsf@fencepost.gnu.org> <5atxwnlo5z.fsf@fencepost.gnu.org> <83hasnelya.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1343766133 20462 80.91.229.3 (31 Jul 2012 20:22:13 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 31 Jul 2012 20:22:13 +0000 (UTC) Cc: lekktu@gmail.com, emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jul 31 22:22:09 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 1SwIxD-0008LO-Bu for ged-emacs-devel@m.gmane.org; Tue, 31 Jul 2012 22:22:07 +0200 Original-Received: from localhost ([::1]:43526 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SwIxC-0000bR-KM for ged-emacs-devel@m.gmane.org; Tue, 31 Jul 2012 16:22:06 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:58743) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SwIxA-0000a7-BR for emacs-devel@gnu.org; Tue, 31 Jul 2012 16:22:05 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SwIx9-0004Hn-3u for emacs-devel@gnu.org; Tue, 31 Jul 2012 16:22:04 -0400 Original-Received: from fencepost.gnu.org ([208.118.235.10]:51723) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SwIx9-0004Hj-0s for emacs-devel@gnu.org; Tue, 31 Jul 2012 16:22:03 -0400 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1SwIx8-0007gP-7u; Tue, 31 Jul 2012 16:22:02 -0400 X-Spook: freedom doctrine Tony Blair CID AIMSX Consul Ft. Meade X-Ran: &Tdzh'\TlQ/l=rnEj0u+m2oMUi]H@4o&R*@)FZ"r'<5_"dKL~GjMiG0CvyEaL81u;Ol6%D X-Hue: magenta X-Attribution: GM In-Reply-To: <83hasnelya.fsf@gnu.org> (Eli Zaretskii's message of "Tue, 31 Jul 2012 23:04:45 +0300") User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 208.118.235.10 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:152041 Archived-At: Eli Zaretskii wrote: > That's rearranging the dirt in my book. Why bother? Do we care so > much about one more directory in the tree? I think it's ugly to have a directory with two platform-specific files in, one specific to msdos, one specific to ms-windows, especially when msdos and ms-windows both have their own dedicated directories (at top-level) for the other platform-specific files that they need. So personally I would move it to msdos/ rather than src/. But if you don't want to bother, then don't bother.