Mercurial > hg > xemacs-beta
annotate src/m/alliant.h @ 4604:e0a8715fdb1f
Support new IGNORE-INVALID-SEQUENCESP argument, #'query-coding-region.
lisp/ChangeLog addition:
2009-02-07 Aidan Kehoe <kehoea@parhasard.net>
* coding.el (query-coding-clear-highlights):
Rename the BUFFER argument to BUFFER-OR-STRING, describe it as
possibly being a string in its documentation.
(default-query-coding-region):
Add a new IGNORE-INVALID-SEQUENCESP argument, document that this
function does not support it.
Bind case-fold-search to nil, we don't want this to influence what the
function thinks is encodable or not.
(query-coding-region):
Add a new IGNORE-INVALID-SEQUENCESP argument, document what it
does; reflect this new argument in the associated compiler macro.
(query-coding-string):
Add a new IGNORE-INVALID-SEQUENCESP argument, document what it
does. Support the HIGHLIGHT argument correctly.
* unicode.el (unicode-query-coding-region):
Add a new IGNORE-INVALID-SEQUENCESP argument, document what it
does, implement this. Document a potential problem.
Use #'query-coding-clear-highlights instead of reimplementing it
ourselves.
Remove some debugging messages.
* mule/arabic.el (iso-8859-6):
* mule/cyrillic.el (iso-8859-5):
* mule/greek.el (iso-8859-7):
* mule/hebrew.el (iso-8859-8):
* mule/latin.el (iso-8859-2):
* mule/latin.el (iso-8859-3):
* mule/latin.el (iso-8859-4):
* mule/latin.el (iso-8859-14):
* mule/latin.el (iso-8859-15):
* mule/latin.el (iso-8859-16):
* mule/latin.el (iso-8859-9):
* mule/latin.el (windows-1252):
* mule/mule-coding.el (iso-8859-1):
Avoid the assumption that characters not given an explicit mapping
in these coding systems map to the ISO 8859-1 characters
corresponding to the octets on disk; this makes it much more
reasonable to implement the IGNORE-INVALID-SEQUENCESP argument to
query-coding-region.
* mule/mule-cmds.el (set-language-info):
Correct the docstring.
* mule/mule-cmds.el (finish-set-language-environment):
Treat invalid Unicode sequences produced from
invalid-sequence-coding-system and corresponding to control
characters the same as control characters in redisplay.
* mule/mule-cmds.el:
Document that encode-coding-char is available in coding.el
* mule/mule-coding.el (make-8-bit-generate-helper):
Change to return the both the encode-program generated and the
relevant non-ASCII charset; update the docstring to reflect this.
* mule/mule-coding.el
(make-8-bit-generate-encode-program-and-skip-chars-strings):
Rename this function; have it return skip-chars-strings as well as
the encode program. Have these skip-chars-strings use ranges for
charsets, where possible.
* mule/mule-coding.el (make-8-bit-create-decode-encode-tables):
Revise this to allow people to specify explicitly characters that
should be undefined (= corresponding to keys in
unicode-error-default-translation-table), and treating unspecified
octets above #x7f as undefined by default.
* mule/mule-coding.el (8-bit-fixed-query-coding-region):
Add a new IGNORE-INVALID-SEQUENCESP argument, implement support
for it using the 8-bit-fixed-invalid-sequences-skip-chars coding
system property; remove some debugging messages.
* mule/mule-coding.el (make-8-bit-coding-system):
This function is dumped, autoloading it makes no sense.
Document what happens when characters above #x7f are not
specified, implement this.
* mule/vietnamese.el:
Correct spelling.
tests/ChangeLog addition:
2009-02-07 Aidan Kehoe <kehoea@parhasard.net>
* automated/query-coding-tests.el:
Add FAILING-CASE arguments to the Assert calls, making #'q-c-debug
mostly unnecessary. Remove #'q-c-debug.
Add new tests that use the IGNORE-INVALID-SEQUENCESP argument to
#'query-coding-region; rework the existing ones to respect it.
author | Aidan Kehoe <kehoea@parhasard.net> |
---|---|
date | Sat, 07 Feb 2009 17:13:37 +0000 |
parents | ecf1ebac70d8 |
children |
rev | line source |
---|---|
428 | 1 /* alliant.h Alliant machine running system version 2 or 3. |
2 Copyright (C) 1985, 1986, 1987 Free Software Foundation, Inc. | |
3 Note that for version 1 of the Alliant system | |
4 you should use alliant1.h instead of this file. | |
5 Use alliant4.h for version 4. | |
6 | |
7 This file is part of GNU Emacs. | |
8 | |
9 GNU Emacs is free software; you can redistribute it and/or modify | |
10 it under the terms of the GNU General Public License as published by | |
11 the Free Software Foundation; either version 2, or (at your option) | |
12 any later version. | |
13 | |
14 GNU Emacs is distributed in the hope that it will be useful, | |
15 but WITHOUT ANY WARRANTY; without even the implied warranty of | |
16 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
17 GNU General Public License for more details. | |
18 | |
19 You should have received a copy of the GNU General Public License | |
20 along with XEmacs; see the file COPYING. If not, write to | |
21 the Free Software Foundation, Inc., 59 Temple Place - Suite 330, | |
22 Boston, MA 02111-1307, USA. */ | |
23 | |
24 /* Synched up with: FSF 19.31. */ | |
25 | |
26 /* The following line tells the configuration script what sort of | |
27 operating system this machine is likely to run. | |
28 USUAL-OPSYS="bsd4-2" */ | |
29 | |
30 /* Now define a symbol for the cpu type, if your compiler | |
31 does not define it automatically: | |
32 vax, m68000, ns16000, pyramid, orion, tahoe and APOLLO | |
33 are the ones defined so far. */ | |
34 | |
35 #define ALLIANT | |
36 | |
37 /* No load average information available for Alliants. */ | |
38 | |
39 #undef LOAD_AVE_TYPE | |
40 #undef LOAD_AVE_CVT | |
41 | |
42 /* Define NO_REMAP if memory segmentation makes it not work well | |
43 to change the boundary between the text section and data section | |
44 when Emacs is dumped. If you define this, the preloaded Lisp | |
45 code will not be sharable; but that's better than failing completely. */ | |
46 /* Actually, Alliant CONCENTRIX does paging "right": | |
47 data pages are copy-on-write, which means that the pure data areas | |
48 are shared automatically and remapping is not necessary. */ | |
49 | |
50 #define NO_REMAP | |
51 | |
52 /* Alliant needs special crt0.o because system version is not reentrant */ | |
53 | |
54 #define START_FILES "crt0.o" | |
55 | |
56 /* Alliant dependent code for dumping executing image. | |
57 See crt0.c code for alliant. */ | |
58 | |
59 #define ADJUST_EXEC_HEADER {\ | |
60 extern int _curbrk, _setbrk;\ | |
61 _setbrk = _curbrk;\ | |
62 hdr.a_bss_addr = bss_start;\ | |
63 unexec_text_start = hdr.a_text_addr;} | |
64 | |
65 /* cc screws up on long names. Try making cpp replace them. */ | |
66 | |
67 #ifdef ALLIANT_1 | |
68 #define Finsert_abbrev_table_description Finsert_abbrev_table_descrip | |
69 #define internal_with_output_to_temp_buffer internal_with_output_to_tem | |
70 #endif | |
71 | |
72 /* "vector" is a typedef in /usr/include/machine/reg.h, so its use as | |
73 a variable name causes errors when compiling under ANSI C. */ | |
74 | |
75 #define vector xxvector |