annotate src/m/news-risc.h @ 21873:3ab8be88f2ef

Generalized region skipping added. Checks comments only in code. Added backward compatible support for customize. (ispell-query-replace-choices, ispell-message-dictionary-alist) (ispell-grep-command, ispell-grep-options, ispell-look-command) (ispell-look-options, ispell-use-ptys-p, ispell-local-dictionary) (ispell-dictionary-alist): Now customizable. Fixed type of custom variables: ispell-help-in-bufferp. (ispell-use-framepop-p): New variable. (ispell-dictionary-alist): Added dictionaries: castellano, castellano8 czech, esperanto, esperanto-tex, norsk, russian. Capitalize XEmacs correctly, and change lucid to xemacs in code: (ispell-menu-lucid): Renamed to ispell-menu-xemacs. Changed string compares for version number to be correct for XEmacs. Fixed to work with string properties. (ispell-recursive-edit-marker): new marker saving return point. (ispell-skip-region-alist): New variable defining regions. (ispell-tex-skip-alists): New variable for LaTeX regions. (ispell-skip-sgml): Now buffer-mode aware. (ispell-highlight-p): Support block cursors. (ispell-message-text-end): Don't check signatures. (ispell-comments-and-strings): New command, added to menu. (ispell-int-char): New function for character incrementing. (ispell-word): Produces message on error when called from ispell-minor-mode. Potential infinite loop removed. (ispell-command-loop): prevent XEmacs modeline hiding. Allow temporary split of dedicated windows. Improve recursive edit support. Support block cursors. (ispell-show-choices): New function cleaning up command loop. (ispell-highlight-spelling-error-generic): Block cursor support added. (ispell-highlight-spelling-error-xemacs): Block cursor, name change. (ispell-overlay-window): dedicated window splitting, XEmacs changes. (ispell-parse-output): Displays ispell process error messages. (check-ispell-version): Interactive mode that shows ispell versions. (ispell-begin-skip-region-regexp): New region skipping function. (ispell-begin-tex-skip-regexp): New tex mode region skipping function. (ispell-begin-skip-region): New region skipping function. (ispell-tex-arg-end): New tex mode region skipping function. (ispell-skip-region): New region skipping function. (ispell-get-line): New function to clean up command loop. (ispell-process-line): New function cleaning up command loop. (ispell-continue): Improve recursive editor support. (ispell-complete-word): Interior fragment support improved. (ispell-message): Region skipping vastly improved.
author Richard M. Stallman <rms@gnu.org>
date Thu, 30 Apr 1998 06:43:48 +0000
parents b6301bd38638
children 47152260ac4c
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
457
e442bb589751 entered into RCS
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
1 /* news-risc.h is for the "RISC News". */
e442bb589751 entered into RCS
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
2
e442bb589751 entered into RCS
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
3 #include "mips.h"
e442bb589751 entered into RCS
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
4
6045
c199a7ed9be2 [NEWSOS5] (C_DEBUG_SWITCH, C_OPTIMIZE_SWITCH)
Richard M. Stallman <rms@gnu.org>
parents: 3819
diff changeset
5 #ifdef NEWSOS5
c199a7ed9be2 [NEWSOS5] (C_DEBUG_SWITCH, C_OPTIMIZE_SWITCH)
Richard M. Stallman <rms@gnu.org>
parents: 3819
diff changeset
6
c199a7ed9be2 [NEWSOS5] (C_DEBUG_SWITCH, C_OPTIMIZE_SWITCH)
Richard M. Stallman <rms@gnu.org>
parents: 3819
diff changeset
7 /* NEWS-OS 5.0.2 */
c199a7ed9be2 [NEWSOS5] (C_DEBUG_SWITCH, C_OPTIMIZE_SWITCH)
Richard M. Stallman <rms@gnu.org>
parents: 3819
diff changeset
8
c199a7ed9be2 [NEWSOS5] (C_DEBUG_SWITCH, C_OPTIMIZE_SWITCH)
Richard M. Stallman <rms@gnu.org>
parents: 3819
diff changeset
9 #define LIBS_MACHINE -lmld
c199a7ed9be2 [NEWSOS5] (C_DEBUG_SWITCH, C_OPTIMIZE_SWITCH)
Richard M. Stallman <rms@gnu.org>
parents: 3819
diff changeset
10
c199a7ed9be2 [NEWSOS5] (C_DEBUG_SWITCH, C_OPTIMIZE_SWITCH)
Richard M. Stallman <rms@gnu.org>
parents: 3819
diff changeset
11 #ifdef __GNUC__
c199a7ed9be2 [NEWSOS5] (C_DEBUG_SWITCH, C_OPTIMIZE_SWITCH)
Richard M. Stallman <rms@gnu.org>
parents: 3819
diff changeset
12 #define C_DEBUG_SWITCH -g
c199a7ed9be2 [NEWSOS5] (C_DEBUG_SWITCH, C_OPTIMIZE_SWITCH)
Richard M. Stallman <rms@gnu.org>
parents: 3819
diff changeset
13 #define C_OPTIMIZE_SWITCH -g -O
c199a7ed9be2 [NEWSOS5] (C_DEBUG_SWITCH, C_OPTIMIZE_SWITCH)
Richard M. Stallman <rms@gnu.org>
parents: 3819
diff changeset
14 #define LD_SWITCH_MACHINE -g -Xlinker -D -Xlinker 800000
c199a7ed9be2 [NEWSOS5] (C_DEBUG_SWITCH, C_OPTIMIZE_SWITCH)
Richard M. Stallman <rms@gnu.org>
parents: 3819
diff changeset
15 #else
c199a7ed9be2 [NEWSOS5] (C_DEBUG_SWITCH, C_OPTIMIZE_SWITCH)
Richard M. Stallman <rms@gnu.org>
parents: 3819
diff changeset
16 #define C_DEBUG_SWITCH -g3
c199a7ed9be2 [NEWSOS5] (C_DEBUG_SWITCH, C_OPTIMIZE_SWITCH)
Richard M. Stallman <rms@gnu.org>
parents: 3819
diff changeset
17 #define C_OPTIMIZE_SWITCH -g3
c199a7ed9be2 [NEWSOS5] (C_DEBUG_SWITCH, C_OPTIMIZE_SWITCH)
Richard M. Stallman <rms@gnu.org>
parents: 3819
diff changeset
18 #define LD_SWITCH_MACHINE -g3 -D 800000 -non_shared
c199a7ed9be2 [NEWSOS5] (C_DEBUG_SWITCH, C_OPTIMIZE_SWITCH)
Richard M. Stallman <rms@gnu.org>
parents: 3819
diff changeset
19 #endif
c199a7ed9be2 [NEWSOS5] (C_DEBUG_SWITCH, C_OPTIMIZE_SWITCH)
Richard M. Stallman <rms@gnu.org>
parents: 3819
diff changeset
20
c199a7ed9be2 [NEWSOS5] (C_DEBUG_SWITCH, C_OPTIMIZE_SWITCH)
Richard M. Stallman <rms@gnu.org>
parents: 3819
diff changeset
21 #else /* not NEWSOS5 */
c199a7ed9be2 [NEWSOS5] (C_DEBUG_SWITCH, C_OPTIMIZE_SWITCH)
Richard M. Stallman <rms@gnu.org>
parents: 3819
diff changeset
22
457
e442bb589751 entered into RCS
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
23 /* The following line tells the configuration script what sort of
e442bb589751 entered into RCS
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
24 operating system this machine is likely to run.
e442bb589751 entered into RCS
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
25 USUAL-OPSYS="bsd4-3" */
e442bb589751 entered into RCS
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
26
e442bb589751 entered into RCS
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
27 #define COFF
e442bb589751 entered into RCS
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
28 #undef LD_SWITCH_MACHINE
e442bb589751 entered into RCS
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
29 #define LD_SWITCH_MACHINE -x -D 800000
e442bb589751 entered into RCS
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
30
e442bb589751 entered into RCS
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
31 /* #define C_OPTIMIZE_SWITCH -O2 */
e442bb589751 entered into RCS
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
32 #define C_OPTIMIZE_SWITCH -O
e442bb589751 entered into RCS
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
33
8066
b6301bd38638 (C_DEBUG_SWITCH) [not NEWSOS5]:
Richard M. Stallman <rms@gnu.org>
parents: 6045
diff changeset
34 #ifndef __GNUC__
457
e442bb589751 entered into RCS
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
35 #define C_DEBUG_SWITCH -g3
8066
b6301bd38638 (C_DEBUG_SWITCH) [not NEWSOS5]:
Richard M. Stallman <rms@gnu.org>
parents: 6045
diff changeset
36 #endif
457
e442bb589751 entered into RCS
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
37
e442bb589751 entered into RCS
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
38 #undef TERMINFO
3520
dcc5e8a8417c (NO_MODE_T): Defined.
Richard M. Stallman <rms@gnu.org>
parents: 457
diff changeset
39
dcc5e8a8417c (NO_MODE_T): Defined.
Richard M. Stallman <rms@gnu.org>
parents: 457
diff changeset
40 /* We have no mode_t. */
dcc5e8a8417c (NO_MODE_T): Defined.
Richard M. Stallman <rms@gnu.org>
parents: 457
diff changeset
41 #define NO_MODE_T
dcc5e8a8417c (NO_MODE_T): Defined.
Richard M. Stallman <rms@gnu.org>
parents: 457
diff changeset
42
3819
Jim Blandy <jimb@redhat.com>
parents: 3520
diff changeset
43 /* Don't use the definitions in m/mips.h. */
3520
dcc5e8a8417c (NO_MODE_T): Defined.
Richard M. Stallman <rms@gnu.org>
parents: 457
diff changeset
44 #undef LINKER
3819
Jim Blandy <jimb@redhat.com>
parents: 3520
diff changeset
45 #undef LIBS_MACHINE
6045
c199a7ed9be2 [NEWSOS5] (C_DEBUG_SWITCH, C_OPTIMIZE_SWITCH)
Richard M. Stallman <rms@gnu.org>
parents: 3819
diff changeset
46 #define LIBS_MACHINE -lmld
c199a7ed9be2 [NEWSOS5] (C_DEBUG_SWITCH, C_OPTIMIZE_SWITCH)
Richard M. Stallman <rms@gnu.org>
parents: 3819
diff changeset
47
8066
b6301bd38638 (C_DEBUG_SWITCH) [not NEWSOS5]:
Richard M. Stallman <rms@gnu.org>
parents: 6045
diff changeset
48 #undef KERNEL_FILE
b6301bd38638 (C_DEBUG_SWITCH) [not NEWSOS5]:
Richard M. Stallman <rms@gnu.org>
parents: 6045
diff changeset
49 #define KERNEL_FILE "/vmunix"
b6301bd38638 (C_DEBUG_SWITCH) [not NEWSOS5]:
Richard M. Stallman <rms@gnu.org>
parents: 6045
diff changeset
50
6045
c199a7ed9be2 [NEWSOS5] (C_DEBUG_SWITCH, C_OPTIMIZE_SWITCH)
Richard M. Stallman <rms@gnu.org>
parents: 3819
diff changeset
51 #endif /* not NEWSOS5 */