Mercurial > emacs
annotate msdos/sed1v2.inp @ 19405:7ef4af7505f2
(previous-input-method): This
variable deleted.
(input-method-history): New variable.
(read-input-method-name): Bind minibuffer-history to
input-method-history.
(activate-input-method): Delete codes handling
previous-input-method. Run hooks in input-method-activate-hook.
(inactivate-input-method): Update input-method-history. Run hooks
in input-method-inactivate-hook.
(select-input-method): Doc-string modified. Use
input-method-history instead of previous-input-method. Set
default-input-method to input-method.
(toggle-input-method): Doc-string modified. Use
input-method-history instead of previous-input-method.
(read-multilingual-string): Bind minibuffer-setup-hook correctly.
(input-method-exit-on-invalid-key): New variable.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Mon, 18 Aug 1997 10:51:45 +0000 |
parents | 64f0f84b04f3 |
children | d0a1da20c8dd |
rev | line source |
---|---|
14967 | 1 # -sed1v2.inp----------------------------------------------------------- |
2 # Configuration script for src/makefile under DJGPP v2.x | |
3 # ---------------------------------------------------------------------- | |
4 s/^#.*// | |
5 s/^[ \f\t][ \f\t]*$// | |
6 s/^ / / | |
7 s/\.h\.in/.h-in/ | |
8 /^ \.\/temacs/i\ | |
9 stubedit temacs.exe minstack=40k | |
10 /^MAKE *=/s/^/# / | |
11 /^SHELL *=/s/^/# / | |
12 /^srcdir *=/s/@[^@\n]*@/./ | |
13 /^VPATH *=/s/@[^@\n]*@/./ | |
14 /^CC *=/s/@[^@\n]*@/gcc/ | |
15 /^CPP *=/s/@[^@\n]*@/gcc -e/ | |
16 /^CFLAGS *=/s/@[^@\n]*@/-O2 -g/ | |
19286
64f0f84b04f3
(CPPFLAGS, LDFLAGS): Edit to empty.
Richard M. Stallman <rms@gnu.org>
parents:
18769
diff
changeset
|
17 /^CPPFLAGS *=/s/@[^@\n]*@// |
64f0f84b04f3
(CPPFLAGS, LDFLAGS): Edit to empty.
Richard M. Stallman <rms@gnu.org>
parents:
18769
diff
changeset
|
18 /^LDFLAGS *=/s/@[^@\n]*@// |
14967 | 19 /^LN_S *=/s/@[^@\n]*@/ln -s/ |
20 /^M_FILE *=/s!@[^@\n]*@!m/intel386.h! | |
21 /^S_FILE *=/s!@[^@\n]*@!s/msdos.h! | |
22 /^@SET_MAKE@$/s/@SET_MAKE@// | |
23 /^.\${libsrc}make-docfile.*>/s!make-docfile!make-docfile -o ../etc/DOC! | |
24 /^.\${libsrc}make-doc/s!>.*$!! | |
25 /^[ ]*$/d | |
26 /^temacs:/s/prefix-args// | |
18769
48fd714b8115
Remove `stamp-oldxmenu' dependency, so
Richard M. Stallman <rms@gnu.org>
parents:
14967
diff
changeset
|
27 /^temacs:/s/stamp-oldxmenu// |
14967 | 28 /^ #/d |