Mercurial > emacs
annotate src/s/iris3-6.h @ 54754:fe0b01c2265f
(Info-history): Doc fix.
(Info-history-list): New var.
(info-xref): Change magenta4 to blue, remove bold for dark and
light backgrounds, change bold to underline for non-color classes.
(info-xref-visited): New face.
(Info-fontify-visited-nodes): New custom.
(Info-hide-note-references): Add new value `hide'. Doc fix.
(Info-reference-name): New var.
(Info-selection-hook): New custom.
(Info-edit-mode-hook): New var.
(Info-find-file): New fun.
(Info-find-node): Move part of code to Info-find-file.
(Info-find-node-2): Add anchors to Info-history-list. Move point
to the place with the reference name if name is defined.
(Info-select-node): Add current node to Info-history-list.
(Info-goto-node): Switch to *info* from *info-history* *info-toc*.
(Info-search-whitespace-regexp): New custom.
(Info-search-case-fold): New var.
(Info-search): Add "case-sensitively" to the prompt. Use
Info-search-whitespace-regexp. Set Info-search-case-fold.
(Info-search-case-sensitively, Info-search-next): New fun.
(Info-up): Move point to the menu item of the current node.
(Info-history): New fun. Add *info-history* to same-window-buffer-names.
(Info-toc): New fun. Add *info-toc* to same-window-buffer-names.
(Info-insert-toc): New fun.
(Info-build-toc): New fun.
(Info-follow-reference): Add new arg `fork'. Doc fix.
Replace [ \n\t]* by [ \n\t]+ in the *Note regexp. For references
with the same name prefer the reference closest to point.
(Info-next-reference): Replace * by + in the *Note regexp.
Add regexp for http:// and ftp://. Skip the *Note prefix.
(Info-prev-reference): Replace * by + in the *Note regexp.
Add regexp for http:// and ftp://. Skip the *Note prefix.
(Info-follow-nearest-node): Add new arg `fork'.
(Info-try-follow-nearest-node): Add new arg `fork'.
Call browse-url for http:// and ftp:// references.
Set Info-reference-name for index entries.
(Info-mode-menu): Add menu items for Info-search-case-sensitively,
Info-search-next, Info-history, Info-toc, clone-buffer.
(Info-menu-update): Replace * by + in the *Note regexp.
(Info-mode): Add documentation for Info-history, Info-toc,
Info-search-case-sensitively, Info-search-next, clone-buffer.
(Info-fontify-menu-headers): Remove fun. Move code to
Info-fontify-node.
(Info-fontify-node): Add docstring. Add local vars
fontify-visited-p and not-fontified-p. If not-fontified-p is t
then fontify header line, titles, menu headers, http and ftp
references, refill paragraphs. If not-fontified-p is t or
fontify-visited-p is t then fontify cross references, menu items.
Fontify menu headers. Fontify http and ftp references. Change
regexp for cross references to require whitespace after *Note, add
matching groups for file and node names. Remove hack for quote.
Use display property for Info-hide-note-references=t. Use fifth
or fourth match for help-echo. Display visited nodes in a
different face. Unhide file names of external references. Unhide
newlines. Display visited menu items in a different face.
author | Juri Linkov <juri@jurta.org> |
---|---|
date | Thu, 08 Apr 2004 03:42:59 +0000 |
parents | 695cf19ef79e |
children | 23a17af379b1 375f2633d815 |
rev | line source |
---|---|
456 | 1 /* Definitions file for GNU Emacs running on Silicon Graphics system 3.6. |
26090 | 2 Copyright (C) 1987, 1999 Free Software Foundation, Inc. |
456 | 3 |
4 This file is part of GNU Emacs. | |
5 | |
6 GNU Emacs is free software; you can redistribute it and/or modify | |
7 it under the terms of the GNU General Public License as published by | |
3699 | 8 the Free Software Foundation; either version 2, or (at your option) |
456 | 9 any later version. |
10 | |
11 GNU Emacs is distributed in the hope that it will be useful, | |
12 but WITHOUT ANY WARRANTY; without even the implied warranty of | |
13 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
14 GNU General Public License for more details. | |
15 | |
16 You should have received a copy of the GNU General Public License | |
17 along with GNU Emacs; see the file COPYING. If not, write to | |
14186
ee40177f6c68
Update FSF's address in the preamble.
Erik Naggum <erik@naggum.no>
parents:
9916
diff
changeset
|
18 the Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
ee40177f6c68
Update FSF's address in the preamble.
Erik Naggum <erik@naggum.no>
parents:
9916
diff
changeset
|
19 Boston, MA 02111-1307, USA. */ |
456 | 20 |
21 | |
22 /* | |
23 * Define symbols to identify the version of Unix this is. | |
24 * Define all the symbols that apply correctly. | |
25 */ | |
26 | |
27 #define USG | |
28 #define USG5 | |
29 #define IRIS | |
30 | |
31 /* SYSTEM_TYPE should indicate the kind of system you are using. | |
32 It sets the Lisp variable system-type. */ | |
33 | |
34 #define SYSTEM_TYPE "irix" | |
35 | |
36 /* nomultiplejobs should be defined if your system's shell | |
37 does not have "job control" (the ability to stop a program, | |
38 run some other program, then continue the first one). */ | |
39 | |
40 #define NOMULTIPLEJOBS | |
41 | |
42 /* Default is to set interrupt_input to 0: don't do input buffering within Emacs */ | |
43 | |
44 /* #define INTERRUPT_INPUT */ | |
45 | |
46 /* Letter to use in finding device name of first pty, | |
47 if system supports pty's. 'a' means it is /dev/ptya0 */ | |
48 | |
49 #define FIRST_PTY_LETTER 'a' | |
50 | |
51 /* | |
52 * Define HAVE_TERMIO if the system provides sysV-style ioctls | |
53 * for terminal control. | |
54 */ | |
55 | |
56 #define HAVE_TERMIO | |
57 | |
58 /* | |
59 * Define HAVE_PTYS if the system supports pty devices. | |
60 */ | |
61 | |
62 #define HAVE_PTYS | |
63 | |
64 /* Define HAVE_SOCKETS if system supports 4.2-compatible sockets. */ | |
65 | |
66 #define HAVE_SOCKETS | |
67 | |
68 /* | |
69 * Define NONSYSTEM_DIR_LIBRARY to make Emacs emulate | |
70 * The 4.2 opendir, etc., library functions. | |
71 */ | |
72 | |
73 /* #define NONSYSTEM_DIR_LIBRARY */ | |
74 | |
75 /* Define this symbol if your system has the functions bcopy, etc. */ | |
76 | |
77 #define BSTRING | |
78 | |
79 /* subprocesses should be defined if you want to | |
80 have code for asynchronous subprocesses | |
81 (as used in M-x compile and M-x shell). | |
82 This is generally OS dependent, and not supported | |
83 under most USG systems. */ | |
84 | |
85 #define subprocesses | |
86 | |
87 /* If your system uses COFF (Common Object File Format) then define the | |
88 preprocessor symbol "COFF". */ | |
89 | |
90 /* #define COFF */ | |
91 | |
92 /* define MAIL_USE_FLOCK if the mailer uses flock | |
93 to interlock access to /usr/spool/mail/$USER. | |
94 The alternative is that a lock file named | |
95 /usr/spool/mail/$USER.lock. */ | |
96 | |
9916
3014a91ade7a
(MAIL_USE_FLOCK): Defined.
Richard M. Stallman <rms@gnu.org>
parents:
8892
diff
changeset
|
97 #define MAIL_USE_FLOCK |
456 | 98 |
99 /* Define CLASH_DETECTION if you want lock files to be written | |
100 so that Emacs can tell instantly when you try to modify | |
101 a file that someone else has modified in his Emacs. */ | |
102 | |
103 /* #define CLASH_DETECTION */ | |
104 | |
105 /* The file containing the kernel's symbol table is called /vmunix. */ | |
106 | |
107 #define KERNEL_FILE "/vmunix" | |
108 | |
109 /* The symbol in the kernel where the load average is found | |
110 is named _avenrun. */ | |
111 | |
112 #define LDAV_SYMBOL "_avenrun" | |
113 | |
114 | |
115 /* Special hacks needed to make Emacs run on this system. */ | |
116 | |
117 /* | |
118 * Make the sigsetmask function go away. Don't know what the | |
119 * ramifications of this are, but doesn't seem possible to | |
120 * emulate it properly anyway at this point. | |
121 */ | |
122 | |
123 #define sigsetmask(mask) /* Null expansion */ | |
124 #define sigblock(x) x | |
125 | |
126 /* The IRIS defines SIGIO in signal.h, but doesn't implement it. */ | |
26090 | 127 #define BROKEN_SIGIO |
456 | 128 |
129 #define LIBS_MACHINE -lbsd -ldbm -lPW | |
130 #define C_SWITCH_MACHINE -I/usr/include/bsd | |
131 | |
132 /* setjmp and longjmp can safely replace _setjmp and _longjmp, | |
133 but they will run slower. */ | |
134 | |
135 #define _setjmp setjmp | |
136 #define _longjmp longjmp | |
137 | |
138 /* On USG systems these have different names */ | |
139 | |
140 #define index strchr | |
141 #define rindex strrchr | |
142 | |
143 /* USG systems tend to put everything declared static | |
144 into the initialized data area, which becomes pure after dumping Emacs. | |
145 Foil this. Emacs carefully avoids static vars inside functions. */ | |
146 | |
147 /* #define static */ | |
148 | |
149 /* Compiler bug bites on many systems when default ADDR_CORRECT is used. */ | |
150 | |
151 #define ADDR_CORRECT(x) (int)((char *)(x) - (char*)0) | |
152 | |
153 /* some errno.h's don't actually allocate the variable itself */ | |
154 | |
155 #define NEED_ERRNO | |
156 | |
157 /* This is how to get the device name of the tty end of a pty. */ | |
158 #define PTY_TTY_NAME_SPRINTF \ | |
159 sprintf (ptyname, "/dev/ttyq%d", minor (stb.st_rdev)); | |
52401 | 160 |
161 /* arch-tag: cdf2033e-a2d5-43e1-a1a2-a7243cf41a11 | |
162 (do not change this comment) */ |