Mercurial > emacs
annotate msdos/sedlisp.inp @ 63012:3ae2519a0cfd
(iswitchb-single-match-face)
(iswitchb-current-match-face, iswitchb-virtual-matches-face)
(iswitchb-invalid-regexp-face): New faces.
(iswitchb-completions): Use them.
(iswitchb-use-faces): Renamed from iswitchb-use-fonts, which is
now marked as an obsolete alias.
(iswitchb-read-buffer): Remove check for bound font variables.
(iswitchb-invalid-regexp): New free variable.
(iswitchb-get-matched-buffers): Catch invalid-regexp errors and
set iswitchb-invalid-regexp.
(iswitchb, iswitchb-complete, iswitchb-completions): Deal with invalid regexps.
(iswitchb-completions): Add check for complete match when entering a regexp.
(iswitchb-completions): Remove require-match argument.
(iswitchb-exhibit): Fix caller.
(iswitchb-common-match-inserted): New variable.
(iswitchb-complete, iswitchb-completion-help): Use it.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Sat, 04 Jun 2005 19:10:07 +0000 |
parents | b309e3bd6890 |
children | 3723093a21fd cb7f41387eb3 |
rev | line source |
---|---|
29678 | 1 # -sedlisp.inp----------------------------------------------------------- |
2 # Configuration script for lisp/Makefile under DJGPP v2.x | |
3 # ---------------------------------------------------------------------- | |
36461
a4fb0c9be609
Add copyright notices for all files. README is a new file, mainly
Eli Zaretskii <eliz@gnu.org>
parents:
29714
diff
changeset
|
4 # |
44173
248fd1113276
<bootstrap-clean>: Make sure all *.el files have Unix EOLs, to
Eli Zaretskii <eliz@gnu.org>
parents:
36461
diff
changeset
|
5 # Copyright (C) 2000, 2002 |
36461
a4fb0c9be609
Add copyright notices for all files. README is a new file, mainly
Eli Zaretskii <eliz@gnu.org>
parents:
29714
diff
changeset
|
6 # Free Software Foundation, Inc. |
a4fb0c9be609
Add copyright notices for all files. README is a new file, mainly
Eli Zaretskii <eliz@gnu.org>
parents:
29714
diff
changeset
|
7 # |
a4fb0c9be609
Add copyright notices for all files. README is a new file, mainly
Eli Zaretskii <eliz@gnu.org>
parents:
29714
diff
changeset
|
8 # This file is part of GNU Emacs. |
a4fb0c9be609
Add copyright notices for all files. README is a new file, mainly
Eli Zaretskii <eliz@gnu.org>
parents:
29714
diff
changeset
|
9 # |
a4fb0c9be609
Add copyright notices for all files. README is a new file, mainly
Eli Zaretskii <eliz@gnu.org>
parents:
29714
diff
changeset
|
10 # This file is free software; as a special exception, the author gives |
a4fb0c9be609
Add copyright notices for all files. README is a new file, mainly
Eli Zaretskii <eliz@gnu.org>
parents:
29714
diff
changeset
|
11 # unlimited permission to copy and/or distribute it, with or without |
a4fb0c9be609
Add copyright notices for all files. README is a new file, mainly
Eli Zaretskii <eliz@gnu.org>
parents:
29714
diff
changeset
|
12 # modifications, as long as this notice is preserved. |
a4fb0c9be609
Add copyright notices for all files. README is a new file, mainly
Eli Zaretskii <eliz@gnu.org>
parents:
29714
diff
changeset
|
13 # |
a4fb0c9be609
Add copyright notices for all files. README is a new file, mainly
Eli Zaretskii <eliz@gnu.org>
parents:
29714
diff
changeset
|
14 # This program is distributed in the hope that it will be useful, |
a4fb0c9be609
Add copyright notices for all files. README is a new file, mainly
Eli Zaretskii <eliz@gnu.org>
parents:
29714
diff
changeset
|
15 # but WITHOUT ANY WARRANTY; without even the implied warranty of |
a4fb0c9be609
Add copyright notices for all files. README is a new file, mainly
Eli Zaretskii <eliz@gnu.org>
parents:
29714
diff
changeset
|
16 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. |
a4fb0c9be609
Add copyright notices for all files. README is a new file, mainly
Eli Zaretskii <eliz@gnu.org>
parents:
29714
diff
changeset
|
17 # |
a4fb0c9be609
Add copyright notices for all files. README is a new file, mainly
Eli Zaretskii <eliz@gnu.org>
parents:
29714
diff
changeset
|
18 # ---------------------------------------------------------------------- |
29678 | 19 |
52384
d7624ada9a94
Set FNCASE=y for all targets in the lisp directory,
Eli Zaretskii <eliz@gnu.org>
parents:
44173
diff
changeset
|
20 /^SHELL *=/i\ |
d7624ada9a94
Set FNCASE=y for all targets in the lisp directory,
Eli Zaretskii <eliz@gnu.org>
parents:
44173
diff
changeset
|
21 export FNCASE=y |
d7624ada9a94
Set FNCASE=y for all targets in the lisp directory,
Eli Zaretskii <eliz@gnu.org>
parents:
44173
diff
changeset
|
22 |
29678 | 23 /^lisp=/s|@srcdir@|.| |
24 /^VPATH=/s|@srcdir@|.| | |
29714
2557d0472f9b
(srcdir): Edit this variable.
Eli Zaretskii <eliz@gnu.org>
parents:
29678
diff
changeset
|
25 /^srcdir=/s|@srcdir@|.| |
44173
248fd1113276
<bootstrap-clean>: Make sure all *.el files have Unix EOLs, to
Eli Zaretskii <eliz@gnu.org>
parents:
36461
diff
changeset
|
26 /^bootstrap-clean:/a\ |
58036
b309e3bd6890
(bootstrap-clean): Copy ldefs-boot.el onto
Eli Zaretskii <eliz@gnu.org>
parents:
52401
diff
changeset
|
27 command.com /c dtou .../*.el\ |
b309e3bd6890
(bootstrap-clean): Copy ldefs-boot.el onto
Eli Zaretskii <eliz@gnu.org>
parents:
52401
diff
changeset
|
28 command.com /c update $(lisp)/ldefs-boot.el $(lisp)/loaddefs.el |
52401 | 29 |
30 # arch-tag: da7a3cff-4839-4ad7-bbe3-e2b61c84c38e |