Mercurial > emacs
view nt/emacs.bat @ 25014:1c522baf1a3c
(read_minibuf): Reset echo message strings to nil.
(Fminibuffer_completion_help): Ditto.
(Fminibuffer_complete_word): Fix computation of
i_byte when prompts are inserted into minibuffers.
(read_minibuf): Use minibuf_prompt instead of prompt.
(read_minibuf): Add front-sticky text property for prompt.
(read_minibuf_unwind): Return Lisp_Object.
(read_minibuf): Put access to minibuffer_prompt_length
in #if PROMPT_IN_BUFFER.
(minibuffer-prompt-in-buffer): Bound if
PROMPT_IN_BUFFER.
(read_minibuf): Save the value of
minibuffer_prompt_length in minibuf_save_list.
(read_minibuf_unwind): Restore minibuffer_prompt_length.
(Fminibuffer_prompt_width): Return value from
current_buffer if PROMPT_IN_BUFFER.
(read_minibuf): If PROMPT_IN_BUFFER, insert prompt into
mini-buffer and make it read-only.
(Fminibuffer_complete_and_exit): If PROMPT_IN_BUFFER, use
minibuffer_prompt_length instead of BEGV.
(Fminibuffer_complete_word): Ditto.
(Fminibuffer_complete_word): Ditto.
(read_minibuf): Conditionally insert prompt into
buffer instead of handling prompts specially. Change other
functions accordingly. All such code is in #if PROMPT_IN_BUFFER.
(read_minibuf): Set MUST_BE_UPDATED_P instead of
building frame matrix.
(read_minibuf): FRAME_LEFT_SCROLL_BAR_WIDTH removed.
(read_minibuf): Build frame matrix.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Wed, 21 Jul 1999 21:43:52 +0000 |
parents | afa62a9109a8 |
children |
line wrap: on
line source
@echo off REM Change this to the directory into which you installed Emacs: set emacs_path=C:\emacs REM REM You shouldn't have to change any of the below. REM REM Set OS specific values. set ARCH_SAVE=%PROCESSOR_ARCHITECTURE% set PROCESSOR_ARCHITECTURE= if "%ARCH_SAVE%" == "%PROCESSOR_ARCHITECTURE%" goto win95 set PROCESSOR_ARCHITECTURE=%ARCH_SAVE% set SHELL=cmd goto next :win95 set SHELL=command :next set EMACSLOADPATH=%emacs_path%\lisp set EMACSDATA=%emacs_path%\etc set EMACSPATH=%emacs_path%\bin set EMACSLOCKDIR=%emacs_path%\lock set INFOPATH=%emacs_path%\info set EMACSDOC=%emacs_path%\etc set TERM=CMD REM The variable HOME is used to find the startup file, ~\_emacs. Ideally, REM this will not be set in this file but should already be set before REM this file is invoked. If HOME is not set, use some generic default. set HOME_SAVE=%HOME% set HOME_EXISTS=yes set HOME_DEFAULT=C:\ set HOME= if "%HOME%" == "%HOME_SAVE%" set HOME_EXISTS=no if "%HOME_EXISTS%" == "yes" set HOME=%HOME_SAVE% if "%HOME_EXISTS%" == "no" set HOME=%HOME_DEFAULT% if "%HOME_EXISTS%" == "no" echo HOME is not set! Using %HOME% as a default... %emacs_path%\bin\emacs.exe %1 %2 %3 %4 %5 %6 %7 %8 %9