Kenichi Handa
43b557d507
(make-coding-system): Describe
...
`ascii-incompatible' property in the docstring.
(set-file-name-coding-system): Signal an error if coding-system is
ascii-incompatible.
(set-keyboard-coding-system): Likewise.
2005-07-07 06:23:10 +00:00
Kenichi Handa
4a6cbbc416
(set-default-coding-systems): Don't
...
set default-file-name-coding-system and
default-keyboard-coding-system if coding-system is
ASCII-incompatible.
2005-07-07 06:20:13 +00:00
Kenichi Handa
a9be26751c
Declare that all UTF-16-based coding
...
systems ASCII-incompatible.
2005-07-07 06:18:59 +00:00
Lute Kamstra
3ef97fb6a7
Update FSF's address.
2005-07-05 00:35:10 +00:00
Lute Kamstra
086add1519
Update FSF's address.
2005-07-04 23:32:44 +00:00
Lute Kamstra
3a35cf56e7
Update FSF's address.
2005-07-04 17:55:18 +00:00
Jan Djärv
4191a9d796
Moved to obsolete
2005-07-04 10:06:56 +00:00
Juanma Barranquero
2ae78c4d42
(unify-8859-on-encoding-mode): Fix spellings in docstrings.
2005-06-10 14:13:10 +00:00
Juanma Barranquero
11896c0ba5
(describe-coding-system): Fix spellings in docstrings.
2005-06-10 14:12:40 +00:00
Juanma Barranquero
fea6b73606
(select-safe-coding-system-accept-default-p, input-method-exit-on-invalid-key):
...
Fix spellings in docstrings.
2005-06-10 14:12:17 +00:00
Stefan Monnier
afde5d4e25
(iso-sgml2iso-trans-tab): Add NBSP.
2005-06-06 21:25:48 +00:00
Stefan Monnier
a15d6d35fa
Doc fix.
2005-06-06 19:42:25 +00:00
Stefan Monnier
ed975fa61a
(latexenc-find-file-coding-system):
...
Undo part of last patch, to turn off a compiler warning.
2005-06-06 18:13:21 +00:00
Stefan Monnier
14cb9d7b6a
(latexenc-find-file-coding-system): Don't inherit the EOL part of the
...
coding-system from the tex-main buffer. Fit within 80 columns.
2005-06-03 14:37:04 +00:00
Kenichi Handa
514eb97bbf
(ucs-set-table-for-input): If
...
translation-table-for-input of a coding system is a symbol, get
its translation-table property.
2005-05-27 11:21:36 +00:00
Kenichi Handa
848613f869
Don't register a coding system into
...
non-iso-charset-alist more than once.
(cp-make-coding-system): Likewise.
2005-05-27 11:20:16 +00:00
Lute Kamstra
0124295f17
Use run-mode-hooks.
2005-05-26 15:16:00 +00:00
Juanma Barranquero
027a4b6b3f
Replace string-to-int' by
string-to-number'.
2005-05-16 11:34:49 +00:00
Juanma Barranquero
cc211a0ff8
Add page marker to force the "Local Variables:" string out of the last page.
2005-05-16 08:36:21 +00:00
Richard M. Stallman
3586122054
(ogonek-jak, ogonek-how): Don't use beginning-of-buffer.
2005-05-14 11:26:12 +00:00
Kenichi Handa
2fd125a339
Fix copyrights.
2005-05-13 06:03:46 +00:00
Lute Kamstra
4b0fcb5dcf
(latexenc-find-file-coding-system): Avoid `re-search-forward' when
...
looking for input encoding because of speed and safety. Better
regular expressions for recognizing input encoding. Limit a search
for TeX-master/tex-main-file to the local variable section.
2005-05-11 23:04:08 +00:00
Eli Zaretskii
c2c51a11cd
(sgml-xml-auto-coding-function): Recognize encoding='FOO'
...
in single quotes as well as in double quotes.
2005-05-07 15:55:59 +00:00
Nick Roberts
c85da7fc46
(coding-system-parent): Remove alias and
...
obsolete declaration.
2005-05-01 22:17:25 +00:00
Nick Roberts
15d022359e
(truncate-string): Remove alias and
...
obsolete declaration.
2005-05-01 22:16:46 +00:00
Nick Roberts
9c162ba4a2
(update-iso-coding-systems):
...
Remove alias and obsolete declaration.
2005-05-01 22:16:13 +00:00
Lute Kamstra
b7f29772f5
(latexenc-find-file-coding-system): Fix regular expressions.
...
Suggested by David Kastrup <dak@gnu.org> and Stefan Monnier
<monnier@iro.umontreal.ca>.
2005-05-01 11:05:08 +00:00
Stefan Monnier
2d5e5eb8a7
(file-coding-system-alist): Fix regexp for latexenc.
2005-04-29 16:09:59 +00:00
Miles Bader
2183c76dd3
Add arch tagline
2005-04-28 20:58:55 +00:00
Thien-Thi Nguyen
0b606bb230
(file-coding-system-alist): For .tex,
...
.ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
2005-04-28 11:54:11 +00:00
Thien-Thi Nguyen
18acc65523
Initial revision.
2005-04-28 11:48:27 +00:00
Kenichi Handa
bc10bcbd5d
(select-safe-coding-system): Fix
...
previous change.
2005-04-26 05:51:19 +00:00
Kenichi Handa
901ae59714
(select-safe-coding-system): Don't
...
check consistency with coding: spec, etc if raw-text or
no-conversion was found to be safe.
2005-04-25 04:30:38 +00:00
Kenichi Handa
2375e71aff
Add autoload for widget-value in
...
eval-when-compile
2005-04-21 05:02:18 +00:00
Stefan Monnier
c791cb5408
(translation-table-for-input): Remove redundant declaration.
2005-04-20 14:32:05 +00:00
Stefan Monnier
b72c5a86fd
(ucs-set-table-for-input): Disable when using unify-on-decoding.
2005-04-16 21:00:47 +00:00
Kenichi Handa
5f400376f0
(cp-make-coding-system): Set
...
`translation-table-for-input' property value to the symbol
ucs-mule-to-mule-unicode, not to that value.
(pt154): Escape guillemet by `\'.
2005-04-16 01:32:21 +00:00
YAMAMOTO Mitsuharu
cfd67504b9
(set-locale-environment): On Mac OS, use preferences AppleLocale and
...
AppleLanguages, and variable mac-system-locale for default locale. On
Mac OS Classic, use mac-system-coding-system for default coding
systems.
2005-04-14 09:29:16 +00:00
Stefan Monnier
35f257bb57
Give punctuation syntax to NBSP.
2005-04-10 20:49:54 +00:00
Kenichi Handa
2a9e192d38
(iso-latin-7): Fix the map.
2005-04-08 23:46:58 +00:00
Lute Kamstra
64a2e5cab9
(encoded-kbd-mode): Specify :group.
2005-04-04 09:15:05 +00:00
Kenichi Handa
946ce7853a
Enable the correct case setting for
...
dotless-i and dotted-I.
2005-04-01 01:13:14 +00:00
Kenichi Handa
0f58da4cd7
(detect-coding-with-priority): Add comment before the call of
...
update-coding-systems-internal.
2005-03-29 01:27:40 +00:00
Kenichi Handa
6a17cee0f7
Add comments before all calls of update-coding-systems-internal.
2005-03-29 01:26:33 +00:00
Juri Linkov
ba40634b4f
(auto-coding-alist): Associate non-ascii
...
image filename extensions with `no-conversion'.
2005-03-28 01:40:34 +00:00
Stefan Monnier
719d548a33
Move iso-acc to the obsolete subdir.
2005-03-27 14:25:33 +00:00
Eli Zaretskii
d8df8af137
(auto-coding-alist): Add .xpi files.
2005-03-26 16:48:18 +00:00
Kenichi Handa
d49a52e4dd
(detect-coding-with-priority): Call
...
update-coding-systems-internal before detect-coding-region.
2005-03-26 02:06:50 +00:00
Stefan Monnier
ff76e0743f
(set-locale-environment): For Mac OS X's Terminal.app, use utf-8.
...
(set-display-table-and-terminal-coding-system): Add coding-system arg.
(set-locale-environment): Use it.
2005-03-25 15:41:42 +00:00
Juri Linkov
e3668698dc
(auto-coding-alist): Sync with
...
`auto-mode-alist' by adding upper case archive file extensions
and adding ear/war to jar extension.
2005-03-19 19:58:09 +00:00