Mercurial > emacs
annotate msdos/sedleim.inp @ 32305:ca771411a7fd
Don't require font-lock any more.
(jit-lock-functions): Make buffer-local.
(jit-lock-saved-fontify-buffer-function): Remove.
(jit-lock-mode): Remove autoload cookie.
Remove font-lock specific code.
(jit-lock-unregister): Don't bother handling complex hooks any more.
(jit-lock-refontify): New function.
(jit-lock-fontify-buffer): Use it.
(jit-lock-function-1): Replaced by jit-lock-fontify-now.
(jit-lock-fontify-now): Renamed from jit-lock-function-1.
Add optional args START and END.
Never call font-lock-fontify-region directly.
(jit-lock-function, jit-lock-stealth-fontify): Use it.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Sun, 08 Oct 2000 19:01:17 +0000 |
parents | 62100be6ca6d |
children | a4fb0c9be609 |
rev | line source |
---|---|
24020 | 1 # -sedleim.inp----------------------------------------------------------- |
2 # Configuration script for leim/Makefile under DJGPP v2.x | |
3 # ---------------------------------------------------------------------- | |
4 /^SHELL *=/c\ | |
25099
00af2bda43f0
(SHELL, MAKESHELL): Use /xyzzy/command as the shell.
Eli Zaretskii <eliz@gnu.org>
parents:
24020
diff
changeset
|
5 SHELL=/xyzzy/command\ |
00af2bda43f0
(SHELL, MAKESHELL): Use /xyzzy/command as the shell.
Eli Zaretskii <eliz@gnu.org>
parents:
24020
diff
changeset
|
6 MAKESHELL=/xyzzy/command |
24020 | 7 |
8 /^version=/d | |
9 /^prefix=/d | |
10 /^datadir=/s|@datadir@|../..| | |
11 /^srcdir=/s|@srcdir@|.| | |
12 | |
13 /^INSTALLDIR=/c\ | |
14 INSTALLDIR=. | |
15 | |
32252
62100be6ca6d
Don't remove the Unix shell invocations.
Eli Zaretskii <eliz@gnu.org>
parents:
25099
diff
changeset
|
16 /RUN-EMACS *=/,/^$/c\ |
62100be6ca6d
Don't remove the Unix shell invocations.
Eli Zaretskii <eliz@gnu.org>
parents:
25099
diff
changeset
|
17 export EMACSLOADPATH=${buildlisppath}\ |
62100be6ca6d
Don't remove the Unix shell invocations.
Eli Zaretskii <eliz@gnu.org>
parents:
25099
diff
changeset
|
18 RUN-EMACS = ${BUILT-EMACS} -batch --no-init-file --no-site-file --multibyte |
62100be6ca6d
Don't remove the Unix shell invocations.
Eli Zaretskii <eliz@gnu.org>
parents:
25099
diff
changeset
|
19 |
24020 | 20 /^ cd ../c\ |
21 ${MAKE} -C ../src ${MFLAGS} emacs | |
22 | |
23 /else make quail/c\ | |
24 if not exist quail\\nul make quail | |
25 | |
26 /^leim-list.el:/,/^$/ { | |
27 /^ if/d | |
28 /^ else/,/^ fi/d | |
29 s| *| | | |
30 /^ --eval/,/; \\$/s|\; \\|| | |
31 } | |
32 | |
33 /^install:/,/^$/c\ | |
34 install: all\ | |
35 | |
36 /^ if test -f/d |