all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Andy Moreton <andrewjmoreton@gmail.com>
To: emacs-devel@gnu.org
Subject: Re: Directory structure changes in Emacs installed on MS-Windows
Date: Fri, 05 Apr 2013 00:16:56 +0100	[thread overview]
Message-ID: <82wqshx4wn.fsf@gmail.com> (raw)
In-Reply-To: 83r4iqfaw1.fsf@gnu.org

On Thu 04 Apr 2013, Eli Zaretskii wrote:

> As part of my work on building the native MS-Windows Emacs using the
> Posix configury and Makefile's, I intend to change the structure of
> the installed Emacs directory tree, so that it more closely resembles
> installations on Posix systems.  The details are below.
>
> Does anyone see any disadvantages in making these changes?
>
> Here's what the installed Emacs directory tree will look like:
>
>   %emacs_dir%/bin -- binaries that users invoke: emacs.exe,
>                      runemacs.exe, etags.exe, ctags.exe, addpm.exe
>
>   %emacs_dir%/libexec/emacs/VERSION/i686-pc-mingw32 --
>                      auxiliary binaries that Emacs invokes:
>                      cmdproxy.exe, hexl.exe, ddeclient.exe
>
>   %emacs_dir%/share/info -- Info manuals
>
>   %emacs_dir%/share/man -- man pages
>
>   %emacs_dir%/share/emacs/VERSION/lisp -- Lisp files
>
>   %emacs_dir%/share/emacs/VERSION/leim -- Leim files
>
>   %emacs_dir%/share/emacs/VERSION/site-lisp -- site-specific Lisp
>
>   %emacs_dir%/share/emacs/VERSION/etc -- architecture-independent
>                      files: DOC, tutorials, image files, themes, etc.
>
>   %emacs_dir%/var/games/emacs -- Emacs game score files
>
> %emacs_dir% stands for whatever directory Emacs is installed in, and
> VERSION stands for the Emacs version, like 25.5.
>
> The advantages of this arrangement, as I see them, are (1) it follows
> the installation tree on Posix platforms, so will make things easier
> for those who work on both kinds of platforms; (2) it will become
> possible to have several Emacs versions installed that can be invoked
> without any need to tweak PATH or rename the DOC file; (3) it will be
> possible to share the installation tree with other platforms,
> e.g., install Emacs on some remote volume shared via a network.
>
> Comments?

This all looks sensible to me.

I assume that you are doing this work with MSYS. Using the Posix
configury would also work for using the win32 hosted mingw64 compilers
with MSYS, and also for the cygwin hosted mingw64 cross compilers.

Getting the cygwin hosted cross compilers working would then be a
stepping stone to getting linux hosted mingw64 cross compilers
working (after sorting out how to handle dumping in a cross build).

    AndyM




  parent reply	other threads:[~2013-04-04 23:16 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-04-04 17:45 Directory structure changes in Emacs installed on MS-Windows Eli Zaretskii
2013-04-04 22:51 ` Xue Fuqiao
2013-04-04 23:03 ` Stephen Leake
2013-04-05  6:06   ` Eli Zaretskii
2013-04-05  8:48     ` chad
2013-04-05  9:18       ` Eli Zaretskii
2013-04-05 13:19     ` Stefan Monnier
2013-04-05 14:18       ` Eli Zaretskii
2013-04-05 15:19         ` Stefan Monnier
2013-04-05 15:20         ` Glenn Morris
2013-04-05 17:32           ` chad
2013-04-04 23:16 ` Andy Moreton [this message]
2013-04-05  6:08   ` Eli Zaretskii

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=82wqshx4wn.fsf@gmail.com \
    --to=andrewjmoreton@gmail.com \
    --cc=emacs-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.