From cb6c95a394d9a9d2f068bf8ee240f2d2297867d1 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Tue, 26 Nov 2013 22:15:06 -0800 Subject: [PATCH] Move runtime leim lisp files to lisp/leim directory This allows us to reuse much of the lisp build and installation machinery, rather than duplicating it. * Makefile.in (abs_builddir, leimdir): Remove. (buildlisppath, SUBDIR, COPYDIR, COPYDESTS): No more leim directory. (epaths-force-w32): No longer set BLD. (leim): Remove. (install-arch-indep): No longer run or install leim. (mostlyclean, clean): No longer run leim rule. (bootstrap-clean): Change leim target. (maintainer-clean): Add leim. (check-declare): Remove leim. * README: Update for leim changes. * configure.ac (leimdir): Remove. (standardlisppath): No more leimdir. * make-dist: Update for files from leim/ now being in lisp/leim/. * doc/lispref/loading.texi (Library Search): * doc/lispref/os.texi (Startup Summary): No more leim directory. * leim/Makefile.in (leimdir): New variable. (TIT_GB, TIT_BIG5, MISC, changed.tit, changed.misc) (${leimdir}/leim-list.el, ${leimdir}/ja-dic/ja-dic.el): Generate in $leimdir. (all): Remove compilation, add ja-dic. (leim-list.el): Now PHONY. (setwins, compile-targets, compile-main, clean, mostlyclean) (extraclean): Remove. (bootstrap-clean): Delete all generated files. * leim/README: Update for moved leim/ directory. * leim/leim-ext.el (ucs-input-activate, hangul-input-method-activate): Remove manual autoloads; now in loaddefs.el. Disable byte-compile, version-control, autoloads in the output. * lisp/Makefile.in (setwins_for_subdirs): Skip leim/ directory. (compile-main): Depend on lisp/leim rule. (leim): New rule. * lisp/loadup.el: Move leim-list.el to leim/ subdirectory. * lisp/startup.el (normal-top-level): No more leim directory. * lisp/international/ja-dic-cnv.el (skkdic-convert): Disable version-control and autoloads in output files. * lisp/international/titdic-cnv.el (titdic-convert, miscdic-convert): Disable version-control and autoloads in output files. * lisp/leim/quail: Move here from ../leim. * lisp/leim/quail/hangul.el (hangul-input-method-activate): Add autoload cookie. (generated-autoload-load-name): Set file-local value. * lisp/leim/quail/uni-input.el (ucs-input-activate): Add autoload cookie. (generated-autoload-load-name): Set file-local value. * nt/README.W32: * nt/addpm.c (env_vars): * nt/epaths.nt (PATH_LOADSEARCH, PATH_DUMPLOADSEARCH): * nt/paths.h (PATH_LOADSEARCH): No more leim directory. * src/Makefile.in (leimdir): Now in lisp source directory. ($(leimdir)/leim-list.el): Just use ../leim . * src/epaths.in (PATH_DUMPLOADSEARCH): * src/lread.c (load_path_default): * src/nsterm.m (ns_load_path): No more leim directory. * .bzrignore: Update for relocated leim files. --- ChangeLog | 17 +++ Makefile.in | 56 ++++------ README | 7 +- configure.ac | 5 +- doc/lispref/ChangeLog | 5 + doc/lispref/loading.texi | 11 +- doc/lispref/os.texi | 8 +- leim/ChangeLog | 16 +++ leim/Makefile.in | 142 +++++++++--------------- leim/README | 24 ++-- leim/leim-ext.el | 25 +++-- lisp/ChangeLog | 18 +++ lisp/Makefile.in | 17 ++- lisp/international/ja-dic-cnv.el | 15 ++- lisp/international/titdic-cnv.el | 25 +++-- {leim => lisp/leim}/quail/.gitignore | 0 {leim => lisp/leim}/quail/arabic.el | 0 {leim => lisp/leim}/quail/croatian.el | 0 {leim => lisp/leim}/quail/cyril-jis.el | 0 {leim => lisp/leim}/quail/cyrillic.el | 0 {leim => lisp/leim}/quail/czech.el | 0 {leim => lisp/leim}/quail/ethiopic.el | 0 {leim => lisp/leim}/quail/georgian.el | 0 {leim => lisp/leim}/quail/greek.el | 0 {leim => lisp/leim}/quail/hangul.el | 5 + {leim => lisp/leim}/quail/hanja-jis.el | 0 {leim => lisp/leim}/quail/hanja.el | 0 {leim => lisp/leim}/quail/hanja3.el | 0 {leim => lisp/leim}/quail/hebrew.el | 0 {leim => lisp/leim}/quail/indian.el | 0 {leim => lisp/leim}/quail/ipa-praat.el | 0 {leim => lisp/leim}/quail/ipa.el | 0 {leim => lisp/leim}/quail/japanese.el | 0 {leim => lisp/leim}/quail/lao.el | 0 {leim => lisp/leim}/quail/latin-alt.el | 0 {leim => lisp/leim}/quail/latin-ltx.el | 0 {leim => lisp/leim}/quail/latin-post.el | 0 {leim => lisp/leim}/quail/latin-pre.el | 0 {leim => lisp/leim}/quail/lrt.el | 0 {leim => lisp/leim}/quail/persian.el | 0 {leim => lisp/leim}/quail/py-punct.el | 0 {leim => lisp/leim}/quail/pypunct-b5.el | 0 {leim => lisp/leim}/quail/rfc1345.el | 0 {leim => lisp/leim}/quail/sgml-input.el | 0 {leim => lisp/leim}/quail/sisheng.el | 0 {leim => lisp/leim}/quail/slovak.el | 0 {leim => lisp/leim}/quail/symbol-ksc.el | 0 {leim => lisp/leim}/quail/thai.el | 0 {leim => lisp/leim}/quail/tibetan.el | 0 {leim => lisp/leim}/quail/uni-input.el | 7 +- {leim => lisp/leim}/quail/viqr.el | 0 {leim => lisp/leim}/quail/vntelex.el | 0 {leim => lisp/leim}/quail/vnvni.el | 0 {leim => lisp/leim}/quail/welsh.el | 0 lisp/loadup.el | 2 +- lisp/startup.el | 8 +- make-dist | 21 +--- nt/ChangeLog | 7 ++ nt/README.W32 | 4 +- nt/addpm.c | 2 +- nt/epaths.nt | 10 +- nt/paths.h | 5 +- src/ChangeLog | 8 ++ src/Makefile.in | 4 +- src/epaths.in | 8 +- src/lread.c | 28 +---- src/nsterm.m | 10 +- 67 files changed, 260 insertions(+), 260 deletions(-) rename {leim => lisp/leim}/quail/.gitignore (100%) rename {leim => lisp/leim}/quail/arabic.el (100%) rename {leim => lisp/leim}/quail/croatian.el (100%) rename {leim => lisp/leim}/quail/cyril-jis.el (100%) rename {leim => lisp/leim}/quail/cyrillic.el (100%) rename {leim => lisp/leim}/quail/czech.el (100%) rename {leim => lisp/leim}/quail/ethiopic.el (100%) rename {leim => lisp/leim}/quail/georgian.el (100%) rename {leim => lisp/leim}/quail/greek.el (100%) rename {leim => lisp/leim}/quail/hangul.el (99%) rename {leim => lisp/leim}/quail/hanja-jis.el (100%) rename {leim => lisp/leim}/quail/hanja.el (100%) rename {leim => lisp/leim}/quail/hanja3.el (100%) rename {leim => lisp/leim}/quail/hebrew.el (100%) rename {leim => lisp/leim}/quail/indian.el (100%) rename {leim => lisp/leim}/quail/ipa-praat.el (100%) rename {leim => lisp/leim}/quail/ipa.el (100%) rename {leim => lisp/leim}/quail/japanese.el (100%) rename {leim => lisp/leim}/quail/lao.el (100%) rename {leim => lisp/leim}/quail/latin-alt.el (100%) rename {leim => lisp/leim}/quail/latin-ltx.el (100%) rename {leim => lisp/leim}/quail/latin-post.el (100%) rename {leim => lisp/leim}/quail/latin-pre.el (100%) rename {leim => lisp/leim}/quail/lrt.el (100%) rename {leim => lisp/leim}/quail/persian.el (100%) rename {leim => lisp/leim}/quail/py-punct.el (100%) rename {leim => lisp/leim}/quail/pypunct-b5.el (100%) rename {leim => lisp/leim}/quail/rfc1345.el (100%) rename {leim => lisp/leim}/quail/sgml-input.el (100%) rename {leim => lisp/leim}/quail/sisheng.el (100%) rename {leim => lisp/leim}/quail/slovak.el (100%) rename {leim => lisp/leim}/quail/symbol-ksc.el (100%) rename {leim => lisp/leim}/quail/thai.el (100%) rename {leim => lisp/leim}/quail/tibetan.el (100%) rename {leim => lisp/leim}/quail/uni-input.el (96%) rename {leim => lisp/leim}/quail/viqr.el (100%) rename {leim => lisp/leim}/quail/vntelex.el (100%) rename {leim => lisp/leim}/quail/vnvni.el (100%) rename {leim => lisp/leim}/quail/welsh.el (100%) diff --git a/ChangeLog b/ChangeLog index 9285cc1b37..8ea40002e1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,20 @@ +2013-11-27 Glenn Morris + + * Makefile.in (abs_builddir, leimdir): Remove. + (buildlisppath, SUBDIR, COPYDIR, COPYDESTS): No more leim directory. + (epaths-force-w32): No longer set BLD. + (leim): Remove. + (install-arch-indep): No longer run or install leim. + (mostlyclean, clean): No longer run leim rule. + (bootstrap-clean): Change leim target. + (maintainer-clean): Add leim. + (check-declare): Remove leim. + * README: Update for leim changes. + * configure.ac (leimdir): Remove. + (standardlisppath): No more leimdir. + + * make-dist: Update for files from leim/ now being in lisp/leim/. + 2013-11-26 Glenn Morris Preload leim-list.el. diff --git a/Makefile.in b/Makefile.in index 969a22419a..c55d39fbe5 100644 --- a/Makefile.in +++ b/Makefile.in @@ -164,7 +164,6 @@ bitmapdir=@bitmapdir@ # We use $(srcdir) explicitly in dependencies so as not to depend on VPATH. srcdir=@srcdir@ abs_srcdir=@abs_srcdir@ -abs_builddir=@abs_builddir@ # MinGW CPPFLAGS may use this. abs_top_srcdir=@abs_top_srcdir@ @@ -191,15 +190,13 @@ iconsrcdir=$(srcdir)/etc/images/icons # These variables hold the values Emacs will actually use. They are # based on the values of the standard Make variables above. -# Where to install the lisp, leim files distributed with -# Emacs. This includes the Emacs version, so that the -# lisp files for different versions of Emacs will install -# themselves in separate directories. +# Where to install the lisp files distributed with Emacs. +# This includes the Emacs version, so that the lisp files for different +# versions of Emacs will install themselves in separate directories. lispdir=@lispdir@ -leimdir=@leimdir@ # Directories Emacs should search for standard lisp files. -# The default is ${lispdir}:${leimdir}. +# The default is ${lispdir}. standardlisppath=@standardlisppath@ # Directories Emacs should search for lisp files specific to this @@ -219,11 +216,9 @@ lisppath=@lisppath@ # to help Emacs find its lisp files before they've been installed # in their final location. # This should be a colon-separated list of directories. -# Normally it points to the lisp/ directory in the sources and -# the leim/ directory in the build tree. +# Normally it points to the lisp/ directory in the sources. # NB lread.c relies on lisp/ being first here. -# TODO generate leim in srcdir also, prebuild in tarfiles. -buildlisppath=${abs_srcdir}/lisp:${abs_builddir}/leim +buildlisppath=${abs_srcdir}/lisp # Where to install the other architecture-independent # data files distributed with Emacs (like the tutorial, @@ -278,7 +273,7 @@ EMACS = ${EMACS_NAME}${EXEEXT} EMACSFULL = `echo emacs-${version} | sed '$(TRANSFORM)'`${EXEEXT} # Subdirectories to make recursively. -SUBDIR = $(NTDIR) lib lib-src src lisp leim +SUBDIR = $(NTDIR) lib lib-src src lisp # The subdir makefiles created by config.status. SUBDIR_MAKEFILES_IN = @SUBDIR_MAKEFILES_IN@ @@ -287,10 +282,9 @@ SUBDIR_MAKEFILES = `echo $(SUBDIR_MAKEFILES_IN:.in=) | sed 's|$(srcdir)/||g'` # Subdirectories to install, and where they'll go. lib-src's and nt's # makefiles know how to install them, so we don't do that here. # Directories that cannot simply be copied, eg info, are treated -# separately. quail appears twice because in out-of-tree builds, it -# exists twice. -COPYDIR = ${srcdir}/etc ${srcdir}/lisp ${srcdir}/leim/ja-dic ${srcdir}/leim/quail leim/quail -COPYDESTS = "$(DESTDIR)${etcdir}" "$(DESTDIR)${lispdir}" "$(DESTDIR)${leimdir}/ja-dic" "$(DESTDIR)${leimdir}/quail" "$(DESTDIR)${leimdir}/quail" +# separately. +COPYDIR = ${srcdir}/etc ${srcdir}/lisp +COPYDESTS = "$(DESTDIR)${etcdir}" "$(DESTDIR)${lispdir}" all: ${SUBDIR} @@ -341,7 +335,6 @@ msys_sed_sh_escape=sed -e 's/[];$$*.^[]/\\\\&/g' # '/foo/bar'). epaths-force-w32: FRC @(w32srcdir=`${srcdir}/build-aux/msys-to-w32 "${srcdir}"`; \ - w32blddir=`${srcdir}/build-aux/msys-to-w32 .`; \ w32prefix=`${srcdir}/build-aux/msys-to-w32 "${prefix}" N`; \ w32prefixpattern=`echo "${w32prefix}" | ${msys_sed_sh_escape}` ; \ w32locallisppath=`${srcdir}/build-aux/msys-to-w32 "${locallisppath}" N ":" "\\;" | ${msys_w32prefix_subst}` ; \ @@ -349,7 +342,6 @@ epaths-force-w32: FRC -e 's;\(#.*PATH_SITELOADSEARCH\).*$$;\1 "'"$${w32locallisppath}"'";' \ -e '/^.*#/s/@VER@/${version}/g' \ -e '/^.*#/s/@CFG@/${configuration}/g' \ - -e '/^.*#/s|@BLD@|$${w32blddir}|g' \ -e "/^.*#/s|@SRC@|$${w32srcdir}|g") && \ ${srcdir}/build-aux/move-if-change epaths.h.$$$$ src/epaths.h @@ -361,12 +353,11 @@ lib-src src: $(NTDIR) lib src: lib-src -# We need to build `emacs' in `src' to compile the *.elc files in `lisp' -# and `leim'. -lisp leim: src +# We need to build `emacs' in `src' to compile the *.elc files in `lisp'. +lisp: src # These targets should be "${SUBDIR} without `src'". -lib lib-src lisp leim nt: Makefile FRC +lib lib-src lisp nt: Makefile FRC cd $@ && $(MAKE) all $(MFLAGS) \ CC='${CC}' CFLAGS='${CFLAGS}' CPPFLAGS='${CPPFLAGS}' \ LDFLAGS='${LDFLAGS}' MAKE='${MAKE}' @@ -567,7 +558,7 @@ set_installuser=for installuser in $${LOGNAME} $${USERNAME} $${USER} \ ## work correctly, and therefore no idea when tar can be replaced. ## See also these comments from 2004 about cp -r working fine: ## http://lists.gnu.org/archive/html/autoconf-patches/2004-11/msg00005.html -install-arch-indep: lisp leim install-info install-man ${INSTALL_ARCH_INDEP_EXTRA} +install-arch-indep: lisp install-info install-man ${INSTALL_ARCH_INDEP_EXTRA} -set ${COPYDESTS} ; \ unset CDPATH; \ $(set_installuser); \ @@ -579,13 +570,8 @@ install-arch-indep: lisp leim install-info install-man ${INSTALL_ARCH_INDEP_EXTR [ "$$exp_dest" = "`cd $${dir} && /bin/pwd`" ] && continue ; \ else true; \ fi; \ - if [ "$${dir}" = "leim/quail" ]; then \ - [ "`cd $${dir} && /bin/pwd`" = "`cd ${srcdir}/leim/quail && /bin/pwd`" ] && \ - continue ; \ - else \ - rm -rf "$${dest}" ; \ - umask 022; ${MKDIR_P} "$${dest}" ; \ - fi ; \ + rm -rf "$${dest}" ; \ + umask 022; ${MKDIR_P} "$${dest}" ; \ echo "Copying $${dir} to $${dest}..." ; \ (cd $${dir}; tar -chf - . ) \ | (cd "$${dest}"; umask 022; \ @@ -612,8 +598,6 @@ install-arch-indep: lisp leim install-info install-man ${INSTALL_ARCH_INDEP_EXTR done ); \ find "$${dest}" -exec chown $${installuser} {} ';' ;\ done - -rm -f "$(DESTDIR)${leimdir}/leim-list.el" - ${INSTALL_DATA} leim/leim-list.el "$(DESTDIR)${leimdir}/leim-list.el" -rm -f "$(DESTDIR)${lispdir}/subdirs.el" umask 022; $(srcdir)/build-aux/update-subdirs "$(DESTDIR)${lispdir}" subdir="$(DESTDIR)${datadir}/emacs/${version}/site-lisp" ; \ @@ -624,7 +608,7 @@ install-arch-indep: lisp leim install-info install-man ${INSTALL_ARCH_INDEP_EXTR ( echo "Compressing *.el ..." ; \ unset CDPATH; \ thisdir=`/bin/pwd`; \ - for dir in "$(DESTDIR)${lispdir}" "$(DESTDIR)${leimdir}"; do \ + for dir in "$(DESTDIR)${lispdir}"; do \ cd "$${thisdir}" ; \ cd "$${dir}" || exit 1 ; \ for f in `find . -name "*.elc" -print`; do \ @@ -821,7 +805,6 @@ mostlyclean: FRC -cd doc/misc && $(MAKE) $(MFLAGS) mostlyclean -cd doc/lispref && $(MAKE) $(MFLAGS) mostlyclean -cd doc/lispintro && $(MAKE) $(MFLAGS) mostlyclean - cd leim && $(MAKE) $(MFLAGS) mostlyclean ### `clean' ### Delete all files from the current directory that are normally @@ -843,7 +826,6 @@ clean: FRC -cd doc/misc && $(MAKE) $(MFLAGS) clean -cd doc/lispref && $(MAKE) $(MFLAGS) clean -cd doc/lispintro && $(MAKE) $(MFLAGS) clean - cd leim && $(MAKE) $(MFLAGS) clean cd nextstep && $(MAKE) $(MFLAGS) clean ### `bootclean' @@ -892,7 +874,7 @@ bootstrap-clean: FRC -cd doc/misc && $(MAKE) $(MFLAGS) maintainer-clean -cd doc/lispref && $(MAKE) $(MFLAGS) maintainer-clean -cd doc/lispintro && $(MAKE) $(MFLAGS) maintainer-clean - cd leim && $(MAKE) $(MFLAGS) maintainer-clean + cd leim && $(MAKE) $(MFLAGS) bootstrap-clean cd lisp && $(MAKE) $(MFLAGS) bootstrap-clean cd nextstep && $(MAKE) $(MFLAGS) maintainer-clean for dir in test/automated admin/unidata; do \ @@ -917,6 +899,7 @@ top_maintainer_clean=\ rm -fr autom4te.cache maintainer-clean: bootstrap-clean FRC cd src && $(MAKE) $(MFLAGS) maintainer-clean + cd leim && $(MAKE) $(MFLAGS) maintainer-clean cd lisp && $(MAKE) $(MFLAGS) maintainer-clean for dir in test/automated admin/unidata; do \ [ ! -d $$dir ] || (cd $$dir && $(MAKE) $(MFLAGS) maintainer-clean); \ @@ -1083,5 +1066,4 @@ check-declare: echo "You must build Emacs to use this command"; \ exit 1; \ fi - cd leim && $(MAKE) $(MFLAGS) $@ cd lisp && $(MAKE) $(MFLAGS) $@ diff --git a/README b/README index ebd07eaaa3..d909962237 100644 --- a/README +++ b/README @@ -64,9 +64,10 @@ There are several subdirectories: its primitives, the redisplay code, and some basic editing functions). `lisp' holds the Emacs Lisp code for Emacs (most everything else). -`leim' holds the library of Emacs input methods, Lisp code and - auxiliary data files required to type international characters - which can't be directly produced by your keyboard. +`leim' holds the original source files for the generated files + in lisp/leim. These form the library of Emacs input methods, + required to type international characters that can't be + directly produced by your keyboard. `lib' holds source code for libraries used by Emacs and its utilities `lib-src' holds the source code for some utility programs for use by or with Emacs, like movemail and etags. diff --git a/configure.ac b/configure.ac index 3e4e17e9d5..48343eb043 100644 --- a/configure.ac +++ b/configure.ac @@ -80,8 +80,7 @@ dnl hence the single quotes. This is per the GNU coding standards, see dnl (autoconf) Installation Directory Variables dnl See also epaths.h below. lispdir='${datadir}/emacs/${version}/lisp' -leimdir='${datadir}/emacs/${version}/leim' -standardlisppath='${lispdir}:${leimdir}' +standardlisppath='${lispdir}' locallisppath='${datadir}/emacs/${version}/site-lisp:'\ '${datadir}/emacs/site-lisp' lisppath='${locallisppath}:${standardlisppath}' @@ -1683,7 +1682,6 @@ if test "${HAVE_NS}" = yes; then infodir="\${ns_appresdir}/info" mandir="\${ns_appresdir}/man" lispdir="\${ns_appresdir}/lisp" - leimdir="\${ns_appresdir}/leim" INSTALL_ARCH_INDEP_EXTRA= fi @@ -4490,7 +4488,6 @@ AC_SUBST(libexecdir) AC_SUBST(mandir) AC_SUBST(infodir) AC_SUBST(lispdir) -AC_SUBST(leimdir) AC_SUBST(standardlisppath) AC_SUBST(locallisppath) AC_SUBST(lisppath) diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index 778e952697..ba7fe63a1b 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog @@ -1,3 +1,8 @@ +2013-11-27 Glenn Morris + + * loading.texi (Library Search): + * os.texi (Startup Summary): No more leim directory. + 2013-11-26 Glenn Morris * os.texi (Startup Summary): Update for leim-list being preloaded. diff --git a/doc/lispref/loading.texi b/doc/lispref/loading.texi index aae92de99c..0505b67961 100644 --- a/doc/lispref/loading.texi +++ b/doc/lispref/loading.texi @@ -270,7 +270,6 @@ is a directory something like "/usr/local/share/emacs/@var{version}/lisp" @end example -followed by a similarly named @file{leim} directory. (In this and the following examples, replace @file{/usr/local} with the installation prefix appropriate for your Emacs.) These directories contain the standard Lisp files that come with @@ -278,10 +277,12 @@ Emacs. If Emacs cannot find them, it will not start correctly. If you run Emacs from the directory where it was built---that is, an executable that has not been formally installed---Emacs instead -initializes @code{load-path} using the @file{lisp} and @file{leim} -directories in the directory containing the sources from which it -was built. If you built Emacs in a separate directory from the -sources, it also adds those directories from the build directory. +initializes @code{load-path} using the @file{lisp} +directory in the directory containing the sources from which it +was built. +@c Though there should be no *.el files in builddir/lisp, so it's pointless. +If you built Emacs in a separate directory from the +sources, it also adds the lisp directories from the build directory. (In all cases, elements are represented as absolute file names.) @cindex site-lisp directories diff --git a/doc/lispref/os.texi b/doc/lispref/os.texi index c5949fd5f1..38ebcccb68 100644 --- a/doc/lispref/os.texi +++ b/doc/lispref/os.texi @@ -74,11 +74,9 @@ automatically when Emacs is installed. It loads any @file{leim-list.el} that it finds in the @code{load-path} directories. This file is intended for registering input methods. The search is only for any personal @file{leim-list.el} files that you -may have created; so it skips the directories containing the standard Emacs -libraries (for efficiency, since @file{leim-list.el} should not exist -in those directories), as well as the @file{leim} directory that is -part of the distribution (since the @file{leim-list.el} file in this -directory is compiled into the Emacs executable). +may have created; it skips the directories containing the standard Emacs +libraries (these should contain only a single @file{leim-list.el} file, +which is compiled into the Emacs executable). @vindex before-init-time @item diff --git a/leim/ChangeLog b/leim/ChangeLog index ec5d995815..165f569697 100644 --- a/leim/ChangeLog +++ b/leim/ChangeLog @@ -1,3 +1,19 @@ +2013-11-27 Glenn Morris + + * Makefile.in (leimdir): New variable. + (TIT_GB, TIT_BIG5, MISC, changed.tit, changed.misc) + (${leimdir}/leim-list.el, ${leimdir}/ja-dic/ja-dic.el): + Generate in $leimdir. + (all): Remove compilation, add ja-dic. + (leim-list.el): Now PHONY. + (setwins, compile-targets, compile-main, clean, mostlyclean) + (extraclean): Remove. + (bootstrap-clean): Delete all generated files. + * README: Update for moved leim/ directory. + * leim-ext.el (ucs-input-activate, hangul-input-method-activate): + Remove manual autoloads; now in loaddefs.el. + Disable byte-compile, version-control, autoloads in the output. + 2013-11-23 Glenn Morris * Makefile.in (RUN_EMACS): Empty EMACSLOADPATH rather than unsetting. diff --git a/leim/Makefile.in b/leim/Makefile.in index 5a6f2ff479..21bea3ca2e 100644 --- a/leim/Makefile.in +++ b/leim/Makefile.in @@ -26,8 +26,11 @@ SHELL = @SHELL@ # Here are the things that we expect ../configure to edit. srcdir=@srcdir@ +# Where the generated files go. +leimdir = ${srcdir}/../lisp/leim + # Which Emacs to use to convert TIT files to Emacs Lisp files, -# byte-compile Emacs Lisp files, and generate the file leim-list.el. +# and generate the file leim-list.el. EMACS = ../src/emacs # How to run Emacs. @@ -38,45 +41,39 @@ MKDIR_P = @MKDIR_P@ # Files generated from TIT dictionaries for Chinese GB character set. TIT_GB=\ - quail/CCDOSPY.el \ - quail/Punct.el \ - quail/QJ.el \ - quail/SW.el \ - quail/TONEPY.el + ${leimdir}/quail/CCDOSPY.el \ + ${leimdir}/quail/Punct.el \ + ${leimdir}/quail/QJ.el \ + ${leimdir}/quail/SW.el \ + ${leimdir}/quail/TONEPY.el # Files generated from TIT dictionaries for Chinese BIG5 character set. TIT_BIG5=\ - quail/4Corner.el \ - quail/ARRAY30.el \ - quail/ECDICT.el \ - quail/ETZY.el \ - quail/Punct-b5.el \ - quail/PY-b5.el \ - quail/QJ-b5.el \ - quail/ZOZY.el + ${leimdir}/quail/4Corner.el \ + ${leimdir}/quail/ARRAY30.el \ + ${leimdir}/quail/ECDICT.el \ + ${leimdir}/quail/ETZY.el \ + ${leimdir}/quail/Punct-b5.el \ + ${leimdir}/quail/PY-b5.el \ + ${leimdir}/quail/QJ-b5.el \ + ${leimdir}/quail/ZOZY.el CHINESE_TIT=${TIT_GB} ${TIT_BIG5} MISC= \ - quail/tsang-b5.el \ - quail/quick-b5.el \ - quail/tsang-cns.el \ - quail/quick-cns.el \ - quail/PY.el \ - quail/ZIRANMA.el \ - quail/CTLau.el \ - quail/CTLau-b5.el + ${leimdir}/quail/tsang-b5.el \ + ${leimdir}/quail/quick-b5.el \ + ${leimdir}/quail/tsang-cns.el \ + ${leimdir}/quail/quick-cns.el \ + ${leimdir}/quail/PY.el \ + ${leimdir}/quail/ZIRANMA.el \ + ${leimdir}/quail/CTLau.el \ + ${leimdir}/quail/CTLau-b5.el ## The generated .el files. TIT_MISC=${CHINESE_TIT} ${MISC} -.SUFFIXES: .elc .el - -.el.elc: - @echo Compiling $< - @${RUN_EMACS} -l international/quail -f batch-byte-compile $< - -all: leim-list.el compile-main +all: ${leimdir}/leim-list.el ${leimdir}/ja-dic/ja-dic.el .PHONY: all TIT_SOURCES= \ @@ -106,10 +103,10 @@ ${CHINESE_TIT}: changed.tit ## quail/%.el: CXTERM-DIC/%.tit ## It doesn't seem possible to do this with VPATH and suffix rules. changed.tit: ${TIT_SOURCES} - @${MKDIR_P} quail + @${MKDIR_P} ${leimdir}/quail ${RUN_EMACS} -l titdic-cnv \ - -f batch-titdic-convert -dir quail ${srcdir}/CXTERM-DIC; \ - echo "changed" > $@ + -f batch-titdic-convert -dir ${leimdir}/quail ${srcdir}/CXTERM-DIC + echo "changed" > $@ MISC_SOURCES= \ ${srcdir}/MISC-DIC/CTLau-b5.html \ @@ -123,75 +120,36 @@ ${MISC}: changed.misc @true changed.misc: ${MISC_SOURCES} - @${MKDIR_P} quail + @${MKDIR_P} ${leimdir}/quail ${RUN_EMACS} -l titdic-cnv \ - -f batch-miscdic-convert -dir quail ${srcdir}/MISC-DIC; \ - echo "changed" > $@ - -leim-list.el: ${TIT_MISC} ${srcdir}/leim-ext.el - rm -f leim-list.el - if [ "`cd ${srcdir} && /bin/pwd`" = "`/bin/pwd`" ] ; then \ - ${RUN_EMACS} -l international/quail \ - --eval "(update-leim-list-file \".\")" ; \ - else \ - ${RUN_EMACS} -l international/quail \ - --eval "(update-leim-list-file \".\" (unmsys--file-name \"${srcdir}\"))" ; \ - fi + -f batch-miscdic-convert -dir ${leimdir}/quail ${srcdir}/MISC-DIC + echo "changed" > $@ + +.PHONY: leim-list.el +leim-list.el: ${leimdir}/leim-list.el + +${leimdir}/leim-list.el: ${TIT_MISC} ${srcdir}/leim-ext.el + rm -f $@ + ${RUN_EMACS} -l international/quail \ + --eval "(update-leim-list-file (unmsys--file-name \"${leimdir}\"))" sed -n '/^[^;]/ p' < ${srcdir}/leim-ext.el >> $@ -$(srcdir)/ja-dic/ja-dic.el: $(srcdir)/SKK-DIC/SKK-JISYO.L - @$(MKDIR_P) $(srcdir)/ja-dic +${leimdir}/ja-dic/ja-dic.el: $(srcdir)/SKK-DIC/SKK-JISYO.L + @$(MKDIR_P) $(leimdir)/ja-dic $(RUN_EMACS) -batch -l ja-dic-cnv \ - -f batch-skkdic-convert -dir "$(srcdir)/ja-dic" \ + -f batch-skkdic-convert -dir "$(leimdir)/ja-dic" \ "$(srcdir)/SKK-DIC/SKK-JISYO.L" -## Following adapted from lisp/Makefile.in. -setwins=wins="${srcdir}/ja-dic quail"; \ - [ "`cd ${srcdir} && /bin/pwd`" != "`/bin/pwd`" ] && \ - wins="$$wins ${srcdir}/quail" - -.PHONY: compile-targets -# TARGETS is set dynamically in the recursive call from `compile-main'. -compile-targets: $(TARGETS) - -# Compile all the Elisp files that need it. Beware: it approximates -# `no-byte-compile', so watch out for false-positives! -.PHONY: compile-main -compile-main: ${TIT_MISC} $(srcdir)/ja-dic/ja-dic.el - @($(setwins); \ - els=`echo "$$wins " | sed -e 's| |/*.el |g'`; \ - for el in $$els; do \ - test -f $$el || continue; \ - test ! -f $${el}c && GREP_OPTIONS= grep '^;.*no-byte-compile: t' $$el > /dev/null && continue; \ - echo "$${el}c"; \ - done | xargs echo) | \ - while read chunk; do \ - $(MAKE) $(MFLAGS) compile-targets EMACS="$(EMACS)" TARGETS="$$chunk"; \ - done - -.PHONY: clean mostlyclean bootstrap-clean distclean maintainer-clean extraclean - -clean mostlyclean: - rm -f ${TIT_MISC} ${TIT_MISC:.el=.elc} \ - leim-list.el changed.tit changed.misc +.PHONY: bootstrap-clean distclean maintainer-clean -# The following target is needed because the `clean' target only removes -# TIT-generated files and doesn't touch compiled Quail packages. But -# bootstrapping should not leave non-fresh .elc files behind. -bootstrap-clean: clean - $(setwins); for w in $$wins; do rm -f $$w/*.elc; done +bootstrap-clean: + rm -f ${TIT_MISC} ${TIT_MISC:.el=.elc} \ + ${leimdir}/leim-list.el changed.tit changed.misc + rm -rf ${leimdir}/ja-dic -distclean: clean - -[ "`cd ${srcdir} && /bin/pwd`" != "`/bin/pwd`" ] && rm -rf quail +distclean: rm -f Makefile maintainer-clean: distclean bootstrap-clean -extraclean: maintainer-clean - -rm -f *~ \#* */*~ */\#* - -.PHONY: check-declare - -check-declare: - $(RUN_EMACS) -l check-declare \ - --eval '(check-declare-directory (unmsys--file-name "$(srcdir)"))' +### Makefile.in ends here diff --git a/leim/README b/leim/README index f1075872f7..c9c5447bd6 100644 --- a/leim/README +++ b/leim/README @@ -20,24 +20,22 @@ This directory contains various dictionaries for Chinese input methods. These dictionaries are automatically converted to Quail packages (Emacs Lisp source files) by `make'. -quail: - -This directory contains Emacs Lisp source files for Quail packages. - SKK-DIC: This directory contains source dictionary for Japanese input method -distributed with SKK (Japanese input method run with Mule). But, you -don't need this file because we distribute an Emacs Lisp source file -ja-dic/ja-dic.el which has already been converted from the source -dictionary (See below). +distributed with SKK (Japanese input method run with Mule). + + +The above source files are used to generate the following outputs: + +../lisp/leim/quail: + +This directory contains Emacs Lisp source files for Quail packages. -ja-dic: +../lisp/leim/ja-dic: -This directory contains Emacs Lisp source file ja-dic.el which is -generated from a source dictionary in SKK-DIC directory. The -inclusion of this file is for users convenience because it takes -rather long time to generate it. +This directory contains Emacs Lisp source file ja-dic.el, +generated from a source dictionary in SKK-DIC directory. This file is part of GNU Emacs. diff --git a/leim/leim-ext.el b/leim/leim-ext.el index 8209026ddb..b5fc311886 100644 --- a/leim/leim-ext.el +++ b/leim/leim-ext.el @@ -37,21 +37,9 @@ (eval-after-load "quail/Punct-b5" '(quail-defrule " " ?  nil t)) -(autoload 'ucs-input-activate "quail/uni-input" - "Activate UCS input method. -With arg, activate UCS input method if and only if arg is positive. - -While this input method is active, the variable -`input-method-function' is bound to the function `ucs-input-method'.") - (register-input-method "ucs" "UTF-8" 'ucs-input-activate "U+" "Unicode input as hex in the form Uxxxx.") -(autoload 'hangul-input-method-activate "quail/hangul" - "Activate Hangul input method INPUT-METHOD. -FUNC is a function to handle input key. -HELP-TEXT is a text set in `hangul-input-method-help-text'.") - (register-input-method "korean-hangul" "UTF-8" @@ -88,3 +76,16 @@ HELP-TEXT is a text set in `hangul-input-method-help-text'.") 'hangul390-input-method "Input method: korean-hangul390 (mode line indicator:한390)\n\nHangul 3-Bulsik 390 input method.") +;; Following lines are indented so that Makefile adds them to output. +;; leim-list-header adds "coding: utf-8"; we could move that here, +;; unless others are using that stuff to generate their own leim files. + + ;; Local Variables: + ;; no-byte-compile: t + ;; version-control: never + ;; no-update-autoloads: t + ;; End: + + ;;; leim-list.el ends here + +;;; leim-ext.el ends here diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 44048d841f..25fc7476cf 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,21 @@ +2013-11-27 Glenn Morris + + * Makefile.in (setwins_for_subdirs): Skip leim/ directory. + (compile-main): Depend on leim rule. + (leim): New rule. + * loadup.el: Move leim-list.el to leim/ subdirectory. + * startup.el (normal-top-level): No more leim directory. + * international/ja-dic-cnv.el (skkdic-convert): + Disable version-control and autoloads in output files. + * international/titdic-cnv.el (titdic-convert, miscdic-convert): + Disable version-control and autoloads in output files. + * leim/quail: Move here from ../leim. + * leim/quail/hangul.el (hangul-input-method-activate): + Add autoload cookie. + (generated-autoload-load-name): Set file-local value. + * leim/quail/uni-input.el (ucs-input-activate): Add autoload cookie. + (generated-autoload-load-name): Set file-local value. + 2013-11-26 Kenjiro NAKAYAMA (tiny change) * net/eww.el (eww-bookmark-browse): Use 'eww-browse-url'. diff --git a/lisp/Makefile.in b/lisp/Makefile.in index eb52b317e7..391e50c8b7 100644 --- a/lisp/Makefile.in +++ b/lisp/Makefile.in @@ -118,14 +118,15 @@ setwins=for file in `find . -type d -print`; do \ # Find all subdirectories except `obsolete' and `term'. setwins_almost=for file in `find ${srcdir} -type d -print`; do \ case $$file in ${srcdir}*/obsolete | ${srcdir}*/term ) ;; \ - *) wins="$$wins$${wins:+ }$$file" ;; \ + *) wins="$$wins$${wins:+ }$$file" ;; \ esac; \ done # Find all subdirectories in which we might want to create subdirs.el. setwins_for_subdirs=for file in `find ${srcdir} -type d -print`; do \ - case $$file in ${srcdir}*/cedet* ) ;; \ - *) wins="$$wins$${wins:+ }$$file" ;; \ + case $$file in \ + ${srcdir}*/cedet* | ${srcdir}*/leim* ) ;; \ + *) wins="$$wins$${wins:+ }$$file" ;; \ esac; \ done @@ -172,6 +173,10 @@ finder-data: doit # The chmod +w is to handle env var CVSREAD=1. # Use expand-file-name rather than $abs_scrdir so that Emacs does not # get confused when it compares file-names for equality. +# +# Note that we set no-update-autoloads in _generated_ leim files. +# If you want to allow autoloads in such files, remove that, +# and make this depend on leim. autoloads: $(LOADDEFS) doit cd $(lisp) && chmod +w $(AUTOGEN_VCS) $(setwins_almost); \ @@ -291,7 +296,7 @@ compile-targets: $(TARGETS) # Compile all the Elisp files that need it. Beware: it approximates # `no-byte-compile', so watch out for false-positives! -compile-main: compile-clean +compile-main: leim compile-clean @(cd $(lisp) && $(setwins); \ els=`echo "$$wins " | sed -e 's|/\./|/|g' -e 's|/\. | |g' -e 's| |/*.el |g'`; \ for el in $$els; do \ @@ -315,6 +320,10 @@ compile-clean: fi \ done +.PHONY: leim +leim: + cd ../leim && $(MAKE) $(MFLAGS) all EMACS="$(EMACS)" + # Compile all Lisp files, but don't recompile those that are up to # date. Some .el files don't get compiled because they set the # local variable no-byte-compile. diff --git a/lisp/international/ja-dic-cnv.el b/lisp/international/ja-dic-cnv.el index 41a3100419..8fa8b6d805 100644 --- a/lisp/international/ja-dic-cnv.el +++ b/lisp/international/ja-dic-cnv.el @@ -1,5 +1,7 @@ ;;; ja-dic-cnv.el --- convert a Japanese dictionary (SKK-JISYO.L) to Emacs Lisp +;; Copyright (C) 2001-2013 Free Software Foundation, Inc. + ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, ;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 ;; National Institute of Advanced Industrial Science and Technology (AIST) @@ -342,15 +344,12 @@ The name of generated file is specified by the variable `ja-dic-filename'." (with-current-buffer buf (erase-buffer) (buffer-disable-undo) - (insert ";;; ja-dic.el --- dictionary for Japanese input method" - " -*-coding: utf-8; -*-\n" + (insert ";;; ja-dic.el --- dictionary for Japanese input method\n" ";;\tGenerated by the command `skkdic-convert'\n" ";;\tOriginal SKK dictionary file: " (file-relative-name (expand-file-name filename) dirname) "\n\n" ";; This file is part of GNU Emacs.\n\n" - ";;; Commentary:\n\n" - ";; Do byte-compile this file again after any modification.\n\n" ";;; Start of the header of the original SKK dictionary.\n\n") (set-buffer skkbuf) (goto-char 1) @@ -398,7 +397,13 @@ The name of generated file is specified by the variable `ja-dic-filename'." ;; Postfix (with-current-buffer buf (goto-char (point-max)) - (insert ";;\n(provide 'ja-dic)\n\n;;; ja-dic.el ends here\n"))) + (insert ";;\n(provide 'ja-dic)\n\n" + ";; Local Variables:\n" + ";; version-control: never\n" + ";; no-update-autoloads: t\n" + ";; coding: utf-8\n" + ";; End:\n\n" + ";;; ja-dic.el ends here\n"))) ;; Save the working buffer. (set-buffer buf) diff --git a/lisp/international/titdic-cnv.el b/lisp/international/titdic-cnv.el index bcad78d8ce..a1ee69de12 100644 --- a/lisp/international/titdic-cnv.el +++ b/lisp/international/titdic-cnv.el @@ -272,13 +272,11 @@ SPC, 6, 3, 4, or 7 specifying a tone (SPC:$(0?v(N(B, 6:$(0Dm(N(B, 3:$(0&9Vy (princ ";; Quail package `") (princ package) - (princ (format "' -*- coding:%s -*-\n" coding-system-for-write)) + (princ "\n") (princ ";; Generated by the command `titdic-convert'\n") (princ ";;\tOriginal TIT dictionary file: ") (princ (file-name-nondirectory filename)) - (princ "\n\n;;; Comment:\n\n") - (princ ";; Byte-compile this file again after any modification.\n\n") - (princ ";;; Start of the header of original TIT dictionary.\n\n") + (princ "\n\n") (while (not (eobp)) (let ((ch (following-char)) @@ -518,7 +516,13 @@ the generated Quail package is saved." (widen) ;; Process the body part - (tit-process-body)))))) + (tit-process-body) + + (princ ";; Local Variables:\n") + (princ ";; version-control: never\n") + (princ ";; no-update-autoloads: t\n") + (princ (format ";; coding: %s\n" coding-system-for-write)) + (princ ";; End:\n")))))) ;;;###autoload (defun batch-titdic-convert (&optional force) @@ -1148,8 +1152,7 @@ the generated Quail package is saved." (setq coding-system-for-write (coding-system-change-eol-conversion coding 'unix)) (with-temp-file (expand-file-name quailfile dirname) - (insert (format ";; Quail package `%s' -*- coding:%s -*-\n" - name coding)) + (insert (format ";; Quail package `%s'\n" name)) (insert ";; Generated by the command `miscdic-convert'\n") (insert ";; Source dictionary file: " dicfile "\n") (insert ";; Copyright notice of the source file\n") @@ -1168,7 +1171,13 @@ the generated Quail package is saved." (coding-system-change-eol-conversion coding 'unix)) (dicbuf (find-file-noselect filename))) (funcall converter dicbuf name title) - (kill-buffer dicbuf))) + (kill-buffer dicbuf)) + (insert ";; Local Variables:\n" + ";; version-control: never\n" + ";; no-update-autoloads: t\n" + (format ";; coding: %s\n" coding) + ";; End:\n\n" + ";;; " quailfile " ends here\n")) (message "Converting %s to %s...done" dicfile quailfile)) (setq tail (cdr tail))))) diff --git a/leim/quail/.gitignore b/lisp/leim/quail/.gitignore similarity index 100% rename from leim/quail/.gitignore rename to lisp/leim/quail/.gitignore diff --git a/leim/quail/arabic.el b/lisp/leim/quail/arabic.el similarity index 100% rename from leim/quail/arabic.el rename to lisp/leim/quail/arabic.el diff --git a/leim/quail/croatian.el b/lisp/leim/quail/croatian.el similarity index 100% rename from leim/quail/croatian.el rename to lisp/leim/quail/croatian.el diff --git a/leim/quail/cyril-jis.el b/lisp/leim/quail/cyril-jis.el similarity index 100% rename from leim/quail/cyril-jis.el rename to lisp/leim/quail/cyril-jis.el diff --git a/leim/quail/cyrillic.el b/lisp/leim/quail/cyrillic.el similarity index 100% rename from leim/quail/cyrillic.el rename to lisp/leim/quail/cyrillic.el diff --git a/leim/quail/czech.el b/lisp/leim/quail/czech.el similarity index 100% rename from leim/quail/czech.el rename to lisp/leim/quail/czech.el diff --git a/leim/quail/ethiopic.el b/lisp/leim/quail/ethiopic.el similarity index 100% rename from leim/quail/ethiopic.el rename to lisp/leim/quail/ethiopic.el diff --git a/leim/quail/georgian.el b/lisp/leim/quail/georgian.el similarity index 100% rename from leim/quail/georgian.el rename to lisp/leim/quail/georgian.el diff --git a/leim/quail/greek.el b/lisp/leim/quail/greek.el similarity index 100% rename from leim/quail/greek.el rename to lisp/leim/quail/greek.el diff --git a/leim/quail/hangul.el b/lisp/leim/quail/hangul.el similarity index 99% rename from leim/quail/hangul.el rename to lisp/leim/quail/hangul.el index b50917af33..ba20d42ed8 100644 --- a/leim/quail/hangul.el +++ b/lisp/leim/quail/hangul.el @@ -508,6 +508,7 @@ When a Korean input method is off, convert the following hangul character." (defvar hangul-input-method-help-text nil) (make-variable-buffer-local 'hangul-input-method-help-text) +;;;###autoload (defun hangul-input-method-activate (input-method func help-text &rest args) "Activate Hangul input method INPUT-METHOD. FUNC is a function to handle input key. @@ -542,4 +543,8 @@ HELP-TEXT is a text set in `hangul-input-method-help-text'." (provide 'hangul) +;; Local Variables: +;; generated-autoload-load-name: "quail/hangul" +;; End: + ;;; hangul.el ends here diff --git a/leim/quail/hanja-jis.el b/lisp/leim/quail/hanja-jis.el similarity index 100% rename from leim/quail/hanja-jis.el rename to lisp/leim/quail/hanja-jis.el diff --git a/leim/quail/hanja.el b/lisp/leim/quail/hanja.el similarity index 100% rename from leim/quail/hanja.el rename to lisp/leim/quail/hanja.el diff --git a/leim/quail/hanja3.el b/lisp/leim/quail/hanja3.el similarity index 100% rename from leim/quail/hanja3.el rename to lisp/leim/quail/hanja3.el diff --git a/leim/quail/hebrew.el b/lisp/leim/quail/hebrew.el similarity index 100% rename from leim/quail/hebrew.el rename to lisp/leim/quail/hebrew.el diff --git a/leim/quail/indian.el b/lisp/leim/quail/indian.el similarity index 100% rename from leim/quail/indian.el rename to lisp/leim/quail/indian.el diff --git a/leim/quail/ipa-praat.el b/lisp/leim/quail/ipa-praat.el similarity index 100% rename from leim/quail/ipa-praat.el rename to lisp/leim/quail/ipa-praat.el diff --git a/leim/quail/ipa.el b/lisp/leim/quail/ipa.el similarity index 100% rename from leim/quail/ipa.el rename to lisp/leim/quail/ipa.el diff --git a/leim/quail/japanese.el b/lisp/leim/quail/japanese.el similarity index 100% rename from leim/quail/japanese.el rename to lisp/leim/quail/japanese.el diff --git a/leim/quail/lao.el b/lisp/leim/quail/lao.el similarity index 100% rename from leim/quail/lao.el rename to lisp/leim/quail/lao.el diff --git a/leim/quail/latin-alt.el b/lisp/leim/quail/latin-alt.el similarity index 100% rename from leim/quail/latin-alt.el rename to lisp/leim/quail/latin-alt.el diff --git a/leim/quail/latin-ltx.el b/lisp/leim/quail/latin-ltx.el similarity index 100% rename from leim/quail/latin-ltx.el rename to lisp/leim/quail/latin-ltx.el diff --git a/leim/quail/latin-post.el b/lisp/leim/quail/latin-post.el similarity index 100% rename from leim/quail/latin-post.el rename to lisp/leim/quail/latin-post.el diff --git a/leim/quail/latin-pre.el b/lisp/leim/quail/latin-pre.el similarity index 100% rename from leim/quail/latin-pre.el rename to lisp/leim/quail/latin-pre.el diff --git a/leim/quail/lrt.el b/lisp/leim/quail/lrt.el similarity index 100% rename from leim/quail/lrt.el rename to lisp/leim/quail/lrt.el diff --git a/leim/quail/persian.el b/lisp/leim/quail/persian.el similarity index 100% rename from leim/quail/persian.el rename to lisp/leim/quail/persian.el diff --git a/leim/quail/py-punct.el b/lisp/leim/quail/py-punct.el similarity index 100% rename from leim/quail/py-punct.el rename to lisp/leim/quail/py-punct.el diff --git a/leim/quail/pypunct-b5.el b/lisp/leim/quail/pypunct-b5.el similarity index 100% rename from leim/quail/pypunct-b5.el rename to lisp/leim/quail/pypunct-b5.el diff --git a/leim/quail/rfc1345.el b/lisp/leim/quail/rfc1345.el similarity index 100% rename from leim/quail/rfc1345.el rename to lisp/leim/quail/rfc1345.el diff --git a/leim/quail/sgml-input.el b/lisp/leim/quail/sgml-input.el similarity index 100% rename from leim/quail/sgml-input.el rename to lisp/leim/quail/sgml-input.el diff --git a/leim/quail/sisheng.el b/lisp/leim/quail/sisheng.el similarity index 100% rename from leim/quail/sisheng.el rename to lisp/leim/quail/sisheng.el diff --git a/leim/quail/slovak.el b/lisp/leim/quail/slovak.el similarity index 100% rename from leim/quail/slovak.el rename to lisp/leim/quail/slovak.el diff --git a/leim/quail/symbol-ksc.el b/lisp/leim/quail/symbol-ksc.el similarity index 100% rename from leim/quail/symbol-ksc.el rename to lisp/leim/quail/symbol-ksc.el diff --git a/leim/quail/thai.el b/lisp/leim/quail/thai.el similarity index 100% rename from leim/quail/thai.el rename to lisp/leim/quail/thai.el diff --git a/leim/quail/tibetan.el b/lisp/leim/quail/tibetan.el similarity index 100% rename from leim/quail/tibetan.el rename to lisp/leim/quail/tibetan.el diff --git a/leim/quail/uni-input.el b/lisp/leim/quail/uni-input.el similarity index 96% rename from leim/quail/uni-input.el rename to lisp/leim/quail/uni-input.el index aacae3d979..0ec4f8581e 100644 --- a/leim/quail/uni-input.el +++ b/lisp/leim/quail/uni-input.el @@ -85,6 +85,7 @@ (set-buffer-modified-p modified-p) (run-hooks 'input-method-after-insert-chunk-hook))))) +;;;###autoload (defun ucs-input-activate (&optional arg) "Activate UCS input method. With ARG, activate UCS input method if and only if ARG is positive. @@ -124,10 +125,14 @@ Input method: ucs (mode line indicator:U+) Input as Unicode: U or u, where is a four-digit hex number."))) -;; The file ../leim-ext.el contains the following call. +;; The file leim-list.el contains the following call. ;; (register-input-method "ucs" "UTF-8" 'ucs-input-activate "U+" ;; "Unicode input as hex in the form Uxxxx.") (provide 'uni-input) +;; Local Variables: +;; generated-autoload-load-name: "quail/uni-input" +;; End: + ;;; uni-input.el ends here diff --git a/leim/quail/viqr.el b/lisp/leim/quail/viqr.el similarity index 100% rename from leim/quail/viqr.el rename to lisp/leim/quail/viqr.el diff --git a/leim/quail/vntelex.el b/lisp/leim/quail/vntelex.el similarity index 100% rename from leim/quail/vntelex.el rename to lisp/leim/quail/vntelex.el diff --git a/leim/quail/vnvni.el b/lisp/leim/quail/vnvni.el similarity index 100% rename from leim/quail/vnvni.el rename to lisp/leim/quail/vnvni.el diff --git a/leim/quail/welsh.el b/lisp/leim/quail/welsh.el similarity index 100% rename from leim/quail/welsh.el rename to lisp/leim/quail/welsh.el diff --git a/lisp/loadup.el b/lisp/loadup.el index fe4fe1fe57..dc284803c5 100644 --- a/lisp/loadup.el +++ b/lisp/loadup.el @@ -282,7 +282,7 @@ ;; This file doesn't exist when building a development version of Emacs ;; from the repository. It is generated just after temacs is built. -(load "leim-list.el" t) +(load "leim/leim-list.el" t) ;; If you want additional libraries to be preloaded and their ;; doc strings kept in the DOC file rather than in core, diff --git a/lisp/startup.el b/lisp/startup.el index 0b1c55b36a..c7b171055e 100644 --- a/lisp/startup.el +++ b/lisp/startup.el @@ -499,8 +499,6 @@ It is the default value of the variable `top-level'." ;; available input methods. (let ((tail load-path) (lispdir (expand-file-name "../lisp" data-directory)) - ;; For out-of-tree builds, leim-list is generated in the build dir. - (leimdir (expand-file-name "../leim" doc-directory)) dir) (while tail (setq dir (car tail)) @@ -508,12 +506,8 @@ It is the default value of the variable `top-level'." (load (expand-file-name "subdirs.el") t t t)) ;; Do not scan standard directories that won't contain a leim-list.el. ;; http://lists.gnu.org/archive/html/emacs-devel/2009-10/msg00502.html - ;; Also skip leim/leim-list.el, since we preloaded that one. + ;; (Except the preloaded one in lisp/leim.) (or (string-prefix-p lispdir dir) - ;; Not supposed to be subdirs.el in leim, but someone - ;; might have added one and be keeping their own leim-list - ;; files in subdirs of leim. - (string-equal leimdir dir) (let ((default-directory dir)) (load (expand-file-name "leim-list.el") t t t))) ;; We don't use a dolist loop and we put this "setq-cdr" command at diff --git a/make-dist b/make-dist index 707b6e2abc..fc87ea7ec6 100755 --- a/make-dist +++ b/make-dist @@ -201,13 +201,11 @@ fi if [ $check = yes ]; then ls -1 lisp/[a-zA-Z]*.el lisp/[a-z]*/[a-zA-Z0-9]*.el \ lisp/[a-z]*/[a-z]*/[a-zA-Z0-9]*.el \ - lisp/[a-z]*/[a-z]*/[a-z]*/[a-zA-Z0-9]*.el \ - leim/[a-z]*/[a-z]*.el > /tmp/el + lisp/[a-z]*/[a-z]*/[a-z]*/[a-zA-Z0-9]*.el > /tmp/el ls -1 lisp/[a-zA-Z]*.elc lisp/[a-z]*/[a-zA-Z0-9]*.elc \ lisp/[a-z]*/[a-z]*/[a-zA-Z0-9]*.elc \ - lisp/[a-z]*/[a-z]*/[a-z]*/[a-zA-Z0-9]*.elc \ - leim/[a-z]*/[a-z]*.elc > /tmp/elc + lisp/[a-z]*/[a-z]*/[a-z]*/[a-zA-Z0-9]*.elc > /tmp/elc ## Check for .elc files with no corresponding .el file. sed 's/\.el$/.elc/' /tmp/el > /tmp/elelc @@ -262,7 +260,7 @@ if [ $update = yes ]; then (cd leim && make leim-list.el EMACS="$EMACS") echo "Recompiling Lisp files" - $EMACS -batch -f batch-byte-recompile-directory lisp leim + $EMACS -batch -f batch-byte-recompile-directory lisp fi # $update = yes echo "Creating staging directory: \`${tempparent}'" @@ -291,8 +289,7 @@ ln aclocal.m4 ${tempdir} echo "Creating subdirectories" for subdir in site-lisp \ - leim leim/CXTERM-DIC leim/MISC-DIC \ - leim/SKK-DIC leim/ja-dic leim/quail \ + leim leim/CXTERM-DIC leim/MISC-DIC leim/SKK-DIC \ build-aux build-aux/snippet \ src src/bitmaps lib lib-src oldXMenu lwlib \ nt nt/inc nt/inc/sys nt/inc/arpa nt/inc/netinet nt/icons \ @@ -340,16 +337,8 @@ echo "Making links to \`leim' and its subdirectories" ln CXTERM-DIC/README CXTERM-DIC/*.tit ../${tempdir}/leim/CXTERM-DIC ln SKK-DIC/README SKK-DIC/SKK-JISYO.L ../${tempdir}/leim/SKK-DIC ln MISC-DIC/README MISC-DIC/*.* ../${tempdir}/leim/MISC-DIC - ln ja-dic/*.el ja-dic/*.elc ../${tempdir}/leim/ja-dic ln Makefile.in ../${tempdir}/leim/Makefile.in - ln leim-ext.el ../${tempdir}/leim/leim-ext.el - ## Lisp files that start with a capital (also 4Corner.el) are - ## generated from TIT dictionaries so we don't distribute them. - ln quail/[a-z]*.el quail/[a-z]*.elc ../${tempdir}/leim/quail - rm -f ../${tempdir}/leim/quail/quick-b5.* - rm -f ../${tempdir}/leim/quail/quick-cns.* - rm -f ../${tempdir}/leim/quail/tsang-b5.* - rm -f ../${tempdir}/leim/quail/tsang-cns.*) + ln leim-ext.el ../${tempdir}/leim/leim-ext.el) echo "Making links to \`build-aux'" (cd build-aux diff --git a/nt/ChangeLog b/nt/ChangeLog index 61a84995bc..3e9f7683b6 100644 --- a/nt/ChangeLog +++ b/nt/ChangeLog @@ -1,3 +1,10 @@ +2013-11-27 Glenn Morris + + * README.W32: + * addpm.c (env_vars): + * epaths.nt (PATH_LOADSEARCH, PATH_DUMPLOADSEARCH): + * paths.h (PATH_LOADSEARCH): No more leim directory. + 2013-11-26 Glenn Morris * epaths.nt (PATH_DUMPLOADSEARCH): Add leim/. diff --git a/nt/README.W32 b/nt/README.W32 index d81a308ae0..2b546428c6 100644 --- a/nt/README.W32 +++ b/nt/README.W32 @@ -20,8 +20,8 @@ See the end of the file for license conditions. * Preliminaries - Along with this file should be six subdirectories (bin, etc, info, - lisp, leim, site-lisp). If you have downloaded the barebin + Along with this file should be five subdirectories (bin, etc, info, + lisp, site-lisp). If you have downloaded the barebin distribution, then it will contain only the bin directory and the built in documentation in etc/DOC, the rest of the subdirectories are in the src distribution, which the barebin distribution is diff --git a/nt/addpm.c b/nt/addpm.c index 48c77821c8..6669109de4 100644 --- a/nt/addpm.c +++ b/nt/addpm.c @@ -82,7 +82,7 @@ env_vars[] = { #ifdef OLD_PATHS {"emacs_dir", NULL}, - {"EMACSLOADPATH", "%emacs_dir%/site-lisp;%emacs_dir%/../site-lisp;%emacs_dir%/lisp;%emacs_dir%/leim"}, + {"EMACSLOADPATH", "%emacs_dir%/site-lisp;%emacs_dir%/../site-lisp;%emacs_dir%/lisp"}, {"SHELL", "%emacs_dir%/bin/cmdproxy.exe"}, {"EMACSDATA", "%emacs_dir%/etc"}, {"EMACSPATH", "%emacs_dir%/bin"}, diff --git a/nt/epaths.nt b/nt/epaths.nt index 553d80c2e5..033ba889b9 100644 --- a/nt/epaths.nt +++ b/nt/epaths.nt @@ -34,10 +34,9 @@ along with GNU Emacs. If not, see . */ load-path, which is the search path for the Lisp function "load". Configure (using "make epaths-force") sets this to ${standardlisppath}, which typically has a value like: - /emacs/VERSION/lisp:/emacs/VERSION/leim - where datadir is eg /usr/local/share. + /emacs/VERSION/lisp where datadir is eg /usr/local/share. */ -#define PATH_LOADSEARCH "%emacs_dir%/share/emacs/@VER@/lisp;%emacs_dir%/share/emacs/@VER@/leim" +#define PATH_LOADSEARCH "%emacs_dir%/share/emacs/@VER@/lisp" /* Like PATH_LOADSEARCH, but contains the non-standard pieces. These are the site-lisp directories. Configure sets this to @@ -51,10 +50,9 @@ along with GNU Emacs. If not, see . */ /* Like PATH_LOADSEARCH, but used only during the build process when Emacs is dumping. Configure (using "make epaths-force-w32") sets - this to $buildlisppath, which normally has the value: - /lisp;/leim. + this to $buildlisppath, which normally has the value: /lisp. */ -#define PATH_DUMPLOADSEARCH "@SRC@/lisp;@BLD@/leim" +#define PATH_DUMPLOADSEARCH "@SRC@/lisp" /* The extra search path for programs to invoke. This is appended to whatever the PATH environment variable says to set the Lisp diff --git a/nt/paths.h b/nt/paths.h index e3fc3f1e8a..e701cdd41e 100644 --- a/nt/paths.h +++ b/nt/paths.h @@ -1,7 +1,6 @@ /* paths.h file for MS Windows -Copyright (C) 1993, 1995, 1997, 1999, 2001-2013 Free Software -Foundation, Inc. +Copyright (C) 1993, 1995, 1997, 1999, 2001-2013 Free Software Foundation, Inc. This file is part of GNU Emacs. @@ -26,7 +25,7 @@ along with GNU Emacs. If not, see . */ /* The default search path for Lisp function "load". Together with PATH_SITELOADSEARCH, this sets load-path. */ /* #define PATH_LOADSEARCH "/usr/local/lib/emacs/lisp" */ -#define PATH_LOADSEARCH "%emacs_dir%/lisp;%emacs_dir%/leim" +#define PATH_LOADSEARCH "%emacs_dir%/lisp" /* Like PATH_LOADSEARCH, but contains the non-standard pieces. */ #define PATH_SITELOADSEARCH "%emacs_dir%/site-lisp;%emacs_dir%/../site-lisp" diff --git a/src/ChangeLog b/src/ChangeLog index d2dbc187da..35f0926415 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,11 @@ +2013-11-27 Glenn Morris + + * Makefile.in (leimdir): Now in lisp source directory. + ($(leimdir)/leim-list.el): Just use ../leim . + * epaths.in (PATH_DUMPLOADSEARCH): + * lread.c (load_path_default): + * nsterm.m (ns_load_path): No more leim directory. + 2013-11-26 Andreas Schwab * .gdbinit (xgettype): Add cast. diff --git a/src/Makefile.in b/src/Makefile.in index dd641e0eb1..bdc79677c8 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -52,7 +52,7 @@ lispsource = $(srcdir)/../lisp lib = ../lib libsrc = ../lib-src etc = ../etc -leimdir = ../leim +leimdir = ${lispsource}/leim oldXMenudir = ../oldXMenu lwlibdir = ../lwlib @@ -415,7 +415,7 @@ all: emacs$(EXEEXT) $(OTHER_FILES) .PHONY: all $(leimdir)/leim-list.el: bootstrap-emacs$(EXEEXT) - cd $(leimdir) && $(MAKE) $(MFLAGS) leim-list.el EMACS="$(bootstrap_exe)" + cd ../leim && $(MAKE) $(MFLAGS) leim-list.el EMACS="$(bootstrap_exe)" ## The dumped Emacs is as functional and more efficient than ## bootstrap-emacs, so we replace the latter with the former. diff --git a/src/epaths.in b/src/epaths.in index 02e755935c..5bfc715831 100644 --- a/src/epaths.in +++ b/src/epaths.in @@ -22,8 +22,7 @@ along with GNU Emacs. If not, see . */ load-path, which is the search path for the Lisp function "load". Configure (using "make epaths-force") sets this to ${standardlisppath}, which typically has a value like: - /emacs/VERSION/lisp:/emacs/VERSION/leim - where datadir is eg /usr/local/share. + /emacs/VERSION/lisp where datadir is eg /usr/local/share. */ #define PATH_LOADSEARCH "/usr/local/share/emacs/lisp" @@ -41,10 +40,9 @@ along with GNU Emacs. If not, see . */ /* Like PATH_LOADSEARCH, but used only during the build process when Emacs is dumping. Configure (using "make epaths-force") sets - this to $buildlisppath, which normally has the value: - /lisp:/leim. + this to $buildlisppath, which normally has the value: /lisp. */ -#define PATH_DUMPLOADSEARCH "../lisp:../leim" +#define PATH_DUMPLOADSEARCH "../lisp" /* The extra search path for programs to invoke. This is appended to whatever the PATH environment variable says to set the Lisp diff --git a/src/lread.c b/src/lread.c index 3063cf248f..679cbb7837 100644 --- a/src/lread.c +++ b/src/lread.c @@ -4157,14 +4157,12 @@ static Lisp_Object dump_path; are not yet installed, we should not use them, even if they exist.) If installation-dir/lisp does not exist, just add dump_path at the end instead. - Add installation-dir/leim (if exists and not already a member) at the front. Add installation-dir/site-lisp (if !no_site_lisp, and exists and not already a member) at the front. If installation-dir != source-dir (ie running an uninstalled, out-of-tree build) AND install-dir/src/Makefile exists BUT install-dir/src/Makefile.in does NOT exist (this is a sanity - check), then repeat the above steps for source-dir/lisp, - leim and site-lisp. */ + check), then repeat the above steps for source-dir/lisp, site-lisp. */ static Lisp_Object load_path_default (bool changed) @@ -4233,9 +4231,9 @@ load_path_default (bool changed) if (NILP (Fmember (tem, lpath))) { /* We are running uninstalled. The default load-path - points to the eventual installed lisp, leim - directories. We should not use those now, even - if they exist, so start over from a clean slate. */ + points to the eventual installed lisp directories. + We should not use those now, even if they exist, + so start over from a clean slate. */ lpath = list1 (tem); } } @@ -4244,16 +4242,6 @@ load_path_default (bool changed) Lisp dirs instead. */ lpath = nconc2 (lpath, dump_path); - /* Add leim under the installation dir, if it is accessible. */ - tem = Fexpand_file_name (build_string ("leim"), - Vinstallation_directory); - tem1 = Ffile_accessible_directory_p (tem); - if (!NILP (tem1)) - { - if (NILP (Fmember (tem, lpath))) - lpath = Fcons (tem, lpath); - } - /* Add site-lisp under the installation dir, if it exists. */ if (!no_site_lisp) { @@ -4269,7 +4257,7 @@ load_path_default (bool changed) /* If Emacs was not built in the source directory, and it is run from where it was built, add to load-path - the lisp, leim and site-lisp dirs under that directory. */ + the lisp and site-lisp dirs under that directory. */ if (NILP (Fequal (Vinstallation_directory, Vsource_directory))) { @@ -4294,12 +4282,6 @@ load_path_default (bool changed) if (NILP (Fmember (tem, lpath))) lpath = Fcons (tem, lpath); - tem = Fexpand_file_name (build_string ("leim"), - Vsource_directory); - - if (NILP (Fmember (tem, lpath))) - lpath = Fcons (tem, lpath); - if (!no_site_lisp) { tem = Fexpand_file_name (build_string ("site-lisp"), diff --git a/src/nsterm.m b/src/nsterm.m index aa9f2af35d..d995bfa835 100644 --- a/src/nsterm.m +++ b/src/nsterm.m @@ -1,7 +1,7 @@ /* NeXT/Open/GNUstep / MacOSX communication module. -Copyright (C) 1989, 1993-1994, 2005-2006, 2008-2013 Free Software -Foundation, Inc. +Copyright (C) 1989, 1993-1994, 2005-2006, 2008-2013 + Free Software Foundation, Inc. This file is part of GNU Emacs. @@ -445,8 +445,8 @@ ns_exec_path (void) const char * ns_load_path (void) /* If running as a self-contained app bundle, return as a path string - the filenames of the site-lisp, lisp and leim directories. - Ie, site-lisp:lisp:leim. Otherwise, return nil. */ + the filenames of the site-lisp and lisp directories. + Ie, site-lisp:lisp. Otherwise, return nil. */ { NSBundle *bundle = [NSBundle mainBundle]; NSString *resourceDir = [bundle resourcePath]; @@ -456,7 +456,7 @@ ns_load_path (void) BOOL isDir; NSArray *paths = [resourceDir stringsByAppendingPaths: [NSArray arrayWithObjects: - @"site-lisp", @"lisp", @"leim", nil]]; + @"site-lisp", @"lisp", nil]]; NSEnumerator *pathEnum = [paths objectEnumerator]; resourcePaths = @""; -- 2.20.1