Mercurial > emacs
annotate src/s/osf5-0.h @ 56303:d86ec00a8470
(isearch-mode-map): Bind C-M-w to isearch-del-char,
C-M-y to isearch-yank-char. Bind M-% to isearch-query-replace,
C-M-% to isearch-query-replace-regexp.
(minibuffer-local-isearch-map): Add arrow key bindings.
Bind C-f to isearch-yank-char-in-minibuffer.
(isearch-forward): Doc fix.
(isearch-edit-string): Doc fix.
(isearch-query-replace, isearch-query-replace-regexp): New funs.
(isearch-del-char): Add optional arg. Set isearch-yank-flag to t.
(isearch-yank-char): Add optional arg.
(isearch-yank-char-in-minibuffer): New fun.
| author | Juri Linkov <juri@jurta.org> |
|---|---|
| date | Thu, 01 Jul 2004 09:54:51 +0000 |
| parents | 695cf19ef79e |
| children | 375f2633d815 |
| rev | line source |
|---|---|
| 29916 | 1 #define OSF5 |
| 2 #include "osf1.h" | |
|
29964
9e78a25cbdbd
(C_SWITCH_SYSTEM, WAIT_USE_INT, SYS_SIGLIST_DECLARED)
Dave Love <fx@gnu.org>
parents:
29916
diff
changeset
|
3 |
|
34430
7a1ddacf0683
Update comment about _XOPEN_SOURCE.
Gerd Moellmann <gerd@gnu.org>
parents:
31947
diff
changeset
|
4 /* It's enough to define _OSF_SOURCE instead of _BSD. */ |
|
39744
03cf4a916248
(C_SWITCH_SYSTEM) [!__GNUC__]: Add `-nointrinsics'
Gerd Moellmann <gerd@gnu.org>
parents:
34757
diff
changeset
|
5 |
|
29964
9e78a25cbdbd
(C_SWITCH_SYSTEM, WAIT_USE_INT, SYS_SIGLIST_DECLARED)
Dave Love <fx@gnu.org>
parents:
29916
diff
changeset
|
6 #undef C_SWITCH_SYSTEM |
|
9e78a25cbdbd
(C_SWITCH_SYSTEM, WAIT_USE_INT, SYS_SIGLIST_DECLARED)
Dave Love <fx@gnu.org>
parents:
29916
diff
changeset
|
7 #define C_SWITCH_SYSTEM -D_OSF_SOURCE |
|
34430
7a1ddacf0683
Update comment about _XOPEN_SOURCE.
Gerd Moellmann <gerd@gnu.org>
parents:
31947
diff
changeset
|
8 |
| 34757 | 9 #ifndef NSIG /* _OSF_SOURCE seems to get us this */ |
|
29964
9e78a25cbdbd
(C_SWITCH_SYSTEM, WAIT_USE_INT, SYS_SIGLIST_DECLARED)
Dave Love <fx@gnu.org>
parents:
29916
diff
changeset
|
10 #define NSIG __sys_nsig |
| 34757 | 11 #endif |
|
29964
9e78a25cbdbd
(C_SWITCH_SYSTEM, WAIT_USE_INT, SYS_SIGLIST_DECLARED)
Dave Love <fx@gnu.org>
parents:
29916
diff
changeset
|
12 |
|
9e78a25cbdbd
(C_SWITCH_SYSTEM, WAIT_USE_INT, SYS_SIGLIST_DECLARED)
Dave Love <fx@gnu.org>
parents:
29916
diff
changeset
|
13 /* We have missing/inconsistent prototypes on 5.0, at least. */ |
| 29916 | 14 #define INHIBIT_X11R6_XIM |
|
31947
44a6d62deb2b
Define REL_ALLOC_MMAP, not REL_ALLOC_MMAP.
Dave Love <fx@gnu.org>
parents:
29964
diff
changeset
|
15 |
|
44a6d62deb2b
Define REL_ALLOC_MMAP, not REL_ALLOC_MMAP.
Dave Love <fx@gnu.org>
parents:
29964
diff
changeset
|
16 #define USE_MMAP_FOR_BUFFERS 1 |
|
48079
e10305e7e6a0
(C_SWITCH_SYSTEM): Revert last change (fixed by
Dave Love <fx@gnu.org>
parents:
39744
diff
changeset
|
17 |
|
e10305e7e6a0
(C_SWITCH_SYSTEM): Revert last change (fixed by
Dave Love <fx@gnu.org>
parents:
39744
diff
changeset
|
18 #define TERMINFO |
|
e10305e7e6a0
(C_SWITCH_SYSTEM): Revert last change (fixed by
Dave Love <fx@gnu.org>
parents:
39744
diff
changeset
|
19 #define LIBS_TERMCAP -lcurses |
|
48557
5ebd400725b6
(WAIT_USE_INT, SYS_SIGLIST_DECLARED, sys_siglist):
Dave Love <fx@gnu.org>
parents:
48079
diff
changeset
|
20 |
|
5ebd400725b6
(WAIT_USE_INT, SYS_SIGLIST_DECLARED, sys_siglist):
Dave Love <fx@gnu.org>
parents:
48079
diff
changeset
|
21 #define GC_SETJMP_WORKS 1 |
|
5ebd400725b6
(WAIT_USE_INT, SYS_SIGLIST_DECLARED, sys_siglist):
Dave Love <fx@gnu.org>
parents:
48079
diff
changeset
|
22 #define GC_MARK_STACK GC_MAKE_GCPROS_NOOPS |
| 52401 | 23 |
| 24 /* arch-tag: 89580064-dd8c-4533-a47c-0f92d8090945 | |
| 25 (do not change this comment) */ |
