Mercurial > emacs
view admin/nt/README-UNDUMP.W32 @ 49919:249621b2dae5
Merge changes from CPerl-5.0.
(toplevel): Require man.
(condition-case): Don't autoload tmm-prompt (it's in loaddefs.el).
(cperl-electric-backspace-untabify): New var.
(cperl-electric-backspace): Use it.
(cperl-vc-header-alist): Extract numeric version from the Id.
(cperl-build-manpage): New fun.
(cperl-menu): Use it. Add toggle-autohelp.
(cperl-mode) <defun-prompt_regexp>: Understand prototypes.
(cperl-electric-brace): Use `cperl-after-block-p' for detection.
(cperl-electric-keyword): Make $if (etc: "$@%&*") non-electric.
'(' after keyword would insert a doubled paren.
(cperl-calculate-indent): Update syntaxification before checks.
Fix wrong indent of blocks starting with POD.
(cperl-find-pods-heres): If no end of HERE-doc found, mark to the end
of buffer. This enables recognition of end of HERE-doc "as one types".
Require "\n" after trailing tag of HERE-doc.
\( made non-quoting outside of string/comment (gdj-contributed).
Likewise for \$. Remove `here-doc-group' text property at start
(makes this property reliable).
Text property `first-format-line' ==> t.
Do not recognize $opt_s and $opt::s as s///.
(cperl-after-block-p): Optional arg pre-block to check for a pre-block
Recognize `continue' blocks too.
(cperl-after-expr-p): Update syntaxification before checks. Work after
here-docs, formats, and PODs too (affects many electric constructs).
(cperl-fix-line-spacing): Allow "_" in $vars of foreach etc.
(cperl-perldoc): Use case-sensitive search.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Sun, 23 Feb 2003 02:19:02 +0000 |
parents | ad308c802966 |
children | e2a7895c7934 d7ddb3e565de |
line wrap: on
line source
Emacs for Windows NT and Windows 95/98/2000/XP This README file describes how to dump a bare precompiled version of GNU Emacs for Windows NT and Windows 95/98/2000/XP. This distribution supplements the standard dumped precompiled distribution of Emacs, which you can download from: ftp://ftp.gnu.org/gnu/windows/emacs/latest/ If you do not have the "bin" distribution, then you will need to download it before you can use this undumped version. Also note that you should only need to dump Emacs yourself if you want to dump Emacs with more elisp files than are included normally, or to rebuild Emacs after patching one of the elisp files that is preloaded. The dumping process consists of running a bare Emacs, loading up a number of general elisp files, and then creating a new Emacs executable preinitialized and ready to run. In the precompiled distributions, Emacs has already been dumped with the standard configuration. To dump Emacs, unpack this distribution into the directory created by unpacking the corresponding standard precompiled distribution. To verify that you unpacked in the proper place, check to make sure that you now have a temacs.exe file in the bin directory. Once you have unpacked this distribution, cd into the bin directory and run dump.bat. This will produce a new bin\emacs.exe executable for you to use (the original one is renamed to emacs.exe.orig; this is not overwritten if you run dump more than once). For more information about running Emacs, read the README.W32 file that came with the standard dumped precompiled distribution. If you have problems with Emacs, including problems with dumping, send email to help-emacs-windows@gnu.org. Enjoy. Andrew Innes (andrewi@gnu.org)