annotate msdos/sedlisp.inp @ 68192:2cfa649fa39d

* mh-customize.el (mh-index): Rename group to mh-search and sort group definition and options accordingly. (mh-index-program): Rename to mh-search-program. (mh-kill-folder-suppress-prompt-hooks): Rename mh-index-p to mh-search-p. (mh-search-mode-hook): Change group from mh-index to mh-search. (mh-index-folder): Rename to mh-search-folder. Change group from mh-index to mh-search. * mh-e.el (mh-folder-font-lock-keywords): Rename mh-index-folder to mh-search-folder. * mh-search.el (mh-indexer) Rename to mh-searcher. The commands pick and grep are searchers too but aren't indexed. (mh-index-execute-search-function): Rename to mh-search-function. (mh-index-next-result-function): Rename to mh-search-next-result-function. (mh-index-regexp-builder): Rename to mh-search-regexp-builder. (mh-search): Since redo-search-flag defaults to nil and is of lesser importance, make it an optional argument and place it after the folder and search-regexp arguments. Sync docstring with manual. (mh-search-mode-map): Autoload so that keys are shown in help even before mh-search is loaded. (mh-search-mode): Sync docstring with manual. (mh-index-do-search): Rename argument indexer to searcher. Sync docstring with manual. (mh-pick-do-search): Sync docstring with manual. (mh-index-p): Rename to mh-search-p. (mh-indexer-choices): Rename to mh-search-choices. (mh-index-choose): Rename to mh-search-choose. Rename argument indexer to searcher. (mh-swish++-execute-search, mh-swish-execute-search) (mh-mairix-execute-search, mh-namazu-execute-search): Drop "and read the results" from docstring since these functions don't. (mh-pick-execute-search, mh-grep-execute-search): Sync docstring with manual. (mh-index-generate-pretty-name): Prune -search from string so that folder names for pick searches are the same as those of other searches.
author Bill Wohler <wohler@newt.com>
date Sat, 14 Jan 2006 21:17:37 +0000
parents 3723093a21fd
children 067115a6e738 2d92f5c9d6ae
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
29678
f249b7133ad7 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1 # -sedlisp.inp-----------------------------------------------------------
f249b7133ad7 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2 # Configuration script for lisp/Makefile under DJGPP v2.x
f249b7133ad7 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
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 #
64890
3723093a21fd Update years in copyright notice; nfc.
Thien-Thi Nguyen <ttn@gnuvola.org>
parents: 58036
diff changeset
5 # Copyright (C) 2000, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
36461
a4fb0c9be609 Add copyright notices for all files. README is a new file, mainly
Eli Zaretskii <eliz@gnu.org>
parents: 29714
diff changeset
6 #
a4fb0c9be609 Add copyright notices for all files. README is a new file, mainly
Eli Zaretskii <eliz@gnu.org>
parents: 29714
diff changeset
7 # 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
8 #
a4fb0c9be609 Add copyright notices for all files. README is a new file, mainly
Eli Zaretskii <eliz@gnu.org>
parents: 29714
diff changeset
9 # 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
10 # 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
11 # 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
12 #
a4fb0c9be609 Add copyright notices for all files. README is a new file, mainly
Eli Zaretskii <eliz@gnu.org>
parents: 29714
diff changeset
13 # 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
14 # 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
15 # 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
16 #
a4fb0c9be609 Add copyright notices for all files. README is a new file, mainly
Eli Zaretskii <eliz@gnu.org>
parents: 29714
diff changeset
17 # ----------------------------------------------------------------------
29678
f249b7133ad7 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18
52384
d7624ada9a94 Set FNCASE=y for all targets in the lisp directory,
Eli Zaretskii <eliz@gnu.org>
parents: 44173
diff changeset
19 /^SHELL *=/i\
d7624ada9a94 Set FNCASE=y for all targets in the lisp directory,
Eli Zaretskii <eliz@gnu.org>
parents: 44173
diff changeset
20 export FNCASE=y
d7624ada9a94 Set FNCASE=y for all targets in the lisp directory,
Eli Zaretskii <eliz@gnu.org>
parents: 44173
diff changeset
21
29678
f249b7133ad7 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22 /^lisp=/s|@srcdir@|.|
f249b7133ad7 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
23 /^VPATH=/s|@srcdir@|.|
29714
2557d0472f9b (srcdir): Edit this variable.
Eli Zaretskii <eliz@gnu.org>
parents: 29678
diff changeset
24 /^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
25 /^bootstrap-clean:/a\
58036
b309e3bd6890 (bootstrap-clean): Copy ldefs-boot.el onto
Eli Zaretskii <eliz@gnu.org>
parents: 52401
diff changeset
26 command.com /c dtou .../*.el\
b309e3bd6890 (bootstrap-clean): Copy ldefs-boot.el onto
Eli Zaretskii <eliz@gnu.org>
parents: 52401
diff changeset
27 command.com /c update $(lisp)/ldefs-boot.el $(lisp)/loaddefs.el
52401
695cf19ef79e Add arch taglines
Miles Bader <miles@gnu.org>
parents: 52384
diff changeset
28
695cf19ef79e Add arch taglines
Miles Bader <miles@gnu.org>
parents: 52384
diff changeset
29 # arch-tag: da7a3cff-4839-4ad7-bbe3-e2b61c84c38e