From: Eli Zaretskii <eliz@gnu.org>
To: emacs-devel@gnu.org
Subject: Directory structure changes in Emacs installed on MS-Windows
Date: Thu, 04 Apr 2013 20:45:02 +0300 [thread overview]
Message-ID: <83r4iqfaw1.fsf@gnu.org> (raw)
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?
next reply other threads:[~2013-04-04 17:45 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-04-04 17:45 Eli Zaretskii [this message]
2013-04-04 22:51 ` Directory structure changes in Emacs installed on MS-Windows 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
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
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=83r4iqfaw1.fsf@gnu.org \
--to=eliz@gnu.org \
--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 public inbox
https://git.savannah.gnu.org/cgit/emacs.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).