Mercurial > emacs
annotate src/s/osf1.h @ 19472:6324d603cf6e
(bookmark-load): Use `bookmark-import-new-list' to
load the new list carefully, renaming bookmarks as necessary.
In docstring, mention new renaming behavior.
Optional arg OVERWRITE replaces inaccurately-named REVERT.
If file loaded was bookmark-default-file, then set
bookmarks-already-loaded to t.
(bookmark-import-new-list): New func.
(bookmark-maybe-rename): New func, helper to above.
(bookmark-set-name): Accept bookmark as either string (behaves
same as before) or list (treat it as a bookmark record).
(bookmark-set, bookmark-maybe-load-default-file)
(bookmark-jump-noselect, bookmark-rename)
(bookmark-show-annotation): Discard pointless `progn's.
(bookmark-bmenu-mark, bookmark-bmenu-unmark)
(bookmark-bmenu-backup-unmark, bookmark-bmenu-delete-backwards):
Renormalize position after all else is done.
(bookmark-edit-annotation-mode, bookmark-bmenu-list)
(bookmark-show-annotation, bookmark-show-all-annotations):
Use `x' instead of `(not (eq x nil))'.
(bookmark-yank-word): Inner save-excursion changed to progn.
(bookmark-send-annotation, bookmark-send-edited-annotation)
(bookmark-insert): Use buffer-string instead of buffer-substring.
(bookmark-make-cell): Make sure annotation and info-node strings
contain no text properties.
(bookmark-relocate): Remember to rebuild bmenu buffer after a
bookmark has been relocated.
(bookmark-bmenu-check-position): Return a meaningful value --
callers have apparently been assuming this anyway.
(bookmark-build-xemacs-menu): Unused function deleted.
(bookmark-version): Removed this variable; the Emacs version suffices.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Fri, 22 Aug 1997 19:14:10 +0000 |
parents | bdcb6282a658 |
children | 63fd40a97a75 |
rev | line source |
---|---|
3055 | 1 #include "bsd4-3.h" |
1113 | 2 |
3 /* Identify OSF1 for the m- files. */ | |
4 | |
5 #define OSF1 | |
6 | |
3591
507f64624555
Apply typo patches from Paul Eggert.
Jim Blandy <jimb@redhat.com>
parents:
3055
diff
changeset
|
7 /* Define _BSD to tell the include files we're running under |
1113 | 8 the BSD universe and not the SYSV universe. */ |
9 | |
10 #define C_SWITCH_SYSTEM -D_BSD | |
11 #define LIBS_SYSTEM -lbsd | |
8814
4f3260a22bc8
[__alpha] (LD_SWITCH_SYSTEM): Alternate definition.
Richard M. Stallman <rms@gnu.org>
parents:
3591
diff
changeset
|
12 |
11677
8406623b45c4
(GETPGRP_NO_ARG): Define.
Richard M. Stallman <rms@gnu.org>
parents:
11360
diff
changeset
|
13 #define GETPGRP_NO_ARG |
8406623b45c4
(GETPGRP_NO_ARG): Define.
Richard M. Stallman <rms@gnu.org>
parents:
11360
diff
changeset
|
14 |
9739
55b869b080a6
(LD_SWITCH_SYSTEM): Definitions deleted.
Richard M. Stallman <rms@gnu.org>
parents:
8927
diff
changeset
|
15 #define read sys_read |
55b869b080a6
(LD_SWITCH_SYSTEM): Definitions deleted.
Richard M. Stallman <rms@gnu.org>
parents:
8927
diff
changeset
|
16 #define write sys_write |
55b869b080a6
(LD_SWITCH_SYSTEM): Definitions deleted.
Richard M. Stallman <rms@gnu.org>
parents:
8927
diff
changeset
|
17 #define open sys_open |
55b869b080a6
(LD_SWITCH_SYSTEM): Definitions deleted.
Richard M. Stallman <rms@gnu.org>
parents:
8927
diff
changeset
|
18 #define close sys_close |
55b869b080a6
(LD_SWITCH_SYSTEM): Definitions deleted.
Richard M. Stallman <rms@gnu.org>
parents:
8927
diff
changeset
|
19 |
55b869b080a6
(LD_SWITCH_SYSTEM): Definitions deleted.
Richard M. Stallman <rms@gnu.org>
parents:
8927
diff
changeset
|
20 #define INTERRUPTIBLE_OPEN |
55b869b080a6
(LD_SWITCH_SYSTEM): Definitions deleted.
Richard M. Stallman <rms@gnu.org>
parents:
8927
diff
changeset
|
21 #define INTERRUPTIBLE_CLOSE |
55b869b080a6
(LD_SWITCH_SYSTEM): Definitions deleted.
Richard M. Stallman <rms@gnu.org>
parents:
8927
diff
changeset
|
22 #define INTERRUPTIBLE_IO |
1113 | 23 |
24 #define SYSV_SYSTEM_DIR | |
11980 | 25 |
26 /* If your system uses COFF (Common Object File Format) then define the | |
27 preprocessor symbol "COFF". */ | |
28 | |
29 #define COFF | |
15837
f8a058024b5a
(LD_SWITCH_SYSTEM): New definition.
Richard M. Stallman <rms@gnu.org>
parents:
11980
diff
changeset
|
30 |
f8a058024b5a
(LD_SWITCH_SYSTEM): New definition.
Richard M. Stallman <rms@gnu.org>
parents:
11980
diff
changeset
|
31 /* Here is how to find X Windows. LD_SWITCH_X_SITE_AUX gives an -R option |
f8a058024b5a
(LD_SWITCH_SYSTEM): New definition.
Richard M. Stallman <rms@gnu.org>
parents:
11980
diff
changeset
|
32 says where to find X windows at run time. We convert it to a -rpath option |
f8a058024b5a
(LD_SWITCH_SYSTEM): New definition.
Richard M. Stallman <rms@gnu.org>
parents:
11980
diff
changeset
|
33 which is what OSF1 uses. */ |
f8a058024b5a
(LD_SWITCH_SYSTEM): New definition.
Richard M. Stallman <rms@gnu.org>
parents:
11980
diff
changeset
|
34 #define LD_SWITCH_SYSTEM `echo LD_SWITCH_X_SITE_AUX | sed -e 's/-R/-Wl,-rpath,/'` |
17888
f36dbc0b1e80
(HAVE_TERMIOS): Define it.
Kenichi Handa <handa@m17n.org>
parents:
15837
diff
changeset
|
35 |
f36dbc0b1e80
(HAVE_TERMIOS): Define it.
Kenichi Handa <handa@m17n.org>
parents:
15837
diff
changeset
|
36 #define HAVE_TERMIOS |
f36dbc0b1e80
(HAVE_TERMIOS): Define it.
Kenichi Handa <handa@m17n.org>
parents:
15837
diff
changeset
|
37 |
19348
bdcb6282a658
(SOCKLEN_TYPE): New macro definition.
Richard M. Stallman <rms@gnu.org>
parents:
17888
diff
changeset
|
38 /* Specify the type that the 3rd arg of `accept' points to. */ |
bdcb6282a658
(SOCKLEN_TYPE): New macro definition.
Richard M. Stallman <rms@gnu.org>
parents:
17888
diff
changeset
|
39 #define SOCKLEN_TYPE int |