Eli Zaretskii
50e5c8857d
(keyboard-coding-system): defcustom info-link fixes: "Specify Coding" has
...
been split, keyboard now in "Terminal Coding", and "Single-Byte Character
Support" is now "Unibyte Mode".
2006-04-21 12:22:24 +00:00
Eli Zaretskii
8bca692e7e
(set-locale-environment): Fix last change for when the locale's preferences
...
don't specify any encoding.
2006-04-10 19:34:25 +00:00
Eli Zaretskii
569a6374dc
(locale-language-names): Add a few MS Windows language codes.
2006-04-08 09:53:18 +00:00
Eli Zaretskii
cdb1af304e
(set-locale-environment): Make sure the coding-system preferred by the
...
locale's language has the same EOL conversion type as the original
buffer-file-coding-system.
2006-04-08 08:15:34 +00:00
Kenichi Handa
a293e9b6ed
Setup cases of Latin, Greek, and
...
Cyrillic characters in CJK charsets.
2006-04-05 06:34:46 +00:00
Kenichi Handa
9b99ec0e6c
(sort-coding-systems): Describe that
...
the argument is modified in docstring.
2006-03-23 01:20:20 +00:00
Kenichi Handa
dc5c3489f4
(auto-coding-regexp-alist): Add entries
...
for Unicode BOM.
2006-03-16 02:22:20 +00:00
Eli Zaretskii
8616762164
(auto-coding-alist): Add .odt (OpenOffice's open document) files.
2006-03-11 11:43:27 +00:00
Kenichi Handa
50e3e56454
(create-fontset-from-fontset-spec): Fix
...
regexp for paring FONTSET-SPEC (allow spaces after `:').
2006-03-06 02:22:35 +00:00
Kenichi Handa
6bba8c7028
(set-locale-environment): Add "/usr/share/X11/locale/locale.alias" to
...
search list for xorg-x11 libX11.
2006-02-03 11:34:53 +00:00
Eli Zaretskii
a15df48e19
Undo last change.
2006-01-27 19:32:05 +00:00
Eli Zaretskii
c80977a1f9
Add a coding: tag.
2006-01-27 19:28:42 +00:00
Eli Zaretskii
96a6ec17fe
(latexenc-find-file-coding-system): Make sure latexenc-main-file is
...
a regular file and is readable.
2006-01-27 19:24:00 +00:00
Kenichi Handa
d1efee2203
(decode-char): Avoid the overhead of
...
calling utf-lookup-subst-table-for-decode if
utf-translate-cjk-mode is nil.
(encode-char): Avoid the overhead of calling
utf-lookup-subst-table-for-encode if utf-translate-cjk-mode is
nil.
2006-01-25 07:44:43 +00:00
Reiner Steib
e450a16a14
(latexenc-find-file-coding-system): Add file-regular-p check.
2006-01-23 14:26:02 +00:00
Kenichi Handa
3bfa5b1fcc
(make-subsidiary-coding-system): Reset
...
`coding-system-define-form' property of subsidiaries to nil.
Avoid duplicated entry in coding-system-alist.
(make-coding-system): Avoid duplicated entry in
coding-system-alist.
(define-coding-system-alias): Likewise.
2006-01-22 12:24:02 +00:00
Kenichi Handa
120cf413f3
Cancel previous change.
2006-01-22 08:27:00 +00:00
Kenichi Handa
5ba93b223e
Don't make cpXXX as an alias here.
2006-01-22 08:20:45 +00:00
Kenichi Handa
0814ca04ae
(autoload-coding-system): Prepare for EOL variants.
2006-01-16 12:08:35 +00:00
Kenichi Handa
8d39b9766e
Add autoload cookies for cp125[0345678].
2006-01-16 12:07:08 +00:00
Richard M. Stallman
9fe1108c10
(load-with-code-conversion): Bind deactivate-mark.
2005-12-12 05:11:57 +00:00
Reiner Steib
e8f4db18e2
* files.el (save-buffer):
...
* international/ucs-tables.el (ucs-set-table-for-input):
* mail/mail-extr.el (mail-extract-address-components):
* mail/sendmail.el (mail-mode): Reformat doc string.
2005-12-09 16:44:18 +00:00
Kenichi Handa
735b7c87d4
(set-display-table-and-terminal-coding-system): If the coding
...
system specified in `unibyte-display' property is different from
the arg coding-system, don't setup standard-display-table.
2005-12-07 07:28:37 +00:00
Kenichi Handa
522d812913
(kinsoku-longer): Check eolp, not eobp.
2005-12-06 06:24:41 +00:00
Kenichi Handa
eec5c8f9b2
(set-language-info-internal): New
...
function.
(set-language-info): Call set-language-info-internal to update
language-info-alist. If LANG-ENV is the current one, call
set-language-environment to make INFO effective now.
(set-language-info-alist): Likewise.
(locale-language-names): With locale "en", use English
lang. env. but set the default codings to iso-8859-1.
2005-12-05 07:39:01 +00:00
Eli Zaretskii
eac5c1f628
(latex-inputenc-coding-alist): Doc fix.
2005-12-02 13:25:19 +00:00
Reiner Steib
06e2cc3d29
(latex-inputenc-coding-alist): Reword doc string.
2005-11-29 16:45:19 +00:00
Juri Linkov
695effccdf
(encoded-string-description): Use Lisp-readable syntax for hex.
2005-11-20 07:48:44 +00:00
Andreas Schwab
dc9d3a05c7
Revert last change.
2005-11-19 21:09:10 +00:00
Andreas Schwab
75f21b6e69
(set-language-environment): Always
...
call set-display-table-and-terminal-coding-system.
2005-11-19 17:42:56 +00:00
Richard M. Stallman
f832e85422
(ucs-set-table-for-input):
...
Use make-local-variable, not make-variable-buffer-local.
2005-11-16 22:21:16 +00:00
Juri Linkov
91a802b0bf
(quail-get-current-str): Translate last raw character
...
for deterministic input methods.
2005-10-28 05:47:31 +00:00
Kenichi Handa
1f1ce6abe8
(quail-translate-key): If the input
...
method is deterministic and failed to handle the last key, restart
the key handling loop from an appropriate key.
2005-10-25 06:13:01 +00:00
Kenichi Handa
31a8d39fe8
(utf-7): Add autoload cookie.
2005-10-24 11:37:03 +00:00
Richard M. Stallman
01ae35c122
(load-with-code-conversion):
...
Pass full file name to `eval-buffer' unless preloading.
2005-10-23 18:24:00 +00:00
Kenichi Handa
6e3b8c5dd5
(utf-8-compose): Display an invalid UTF-8 byte with `escape-glyph'
...
face.
2005-10-13 05:39:31 +00:00
Kenichi Handa
f086544bb1
(ccl-encode-unicode-font): Lookup
...
utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode. Handle
the case that ucs-mule-to-mule-unicode translates a character to
ASCII (usually for IPA characters).
2005-10-13 02:25:34 +00:00
Kenichi Handa
01017d922c
(set-language-environment): Fix
...
setting up of case-table for unibyte mode.
2005-10-06 08:11:14 +00:00
Romain Francoise
5b76833fd5
2005-09-24 Emilio C. Lopes <eclig@gmx.net>
...
* woman.el (woman-file-name):
* wid-edit.el (widget-file-prompt-value)
(widget-coding-system-prompt-value):
* w32-fns.el (set-w32-system-coding-system):
* vc.el (vc-version-diff, vc-annotate):
* textmodes/reftex-auc.el (reftex-arg-cite)
(reftex-arg-index-tag):
* textmodes/refer.el (refer-get-bib-files):
* textmodes/artist.el (artist-figlet-choose-font):
* terminal.el (terminal-emulator):
* replace.el (occur-read-primary-args):
* rect.el (string-rectangle, string-insert-rectangle):
* ps-print.el (ps-print-preprint):
* progmodes/pascal.el (pascal-goto-defun):
* progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
* progmodes/compile.el (compilation-find-file):
* printing.el (pr-interactive-n-up):
* play/animate.el (animate-birthday-present):
* net/rcompile.el (remote-compile):
* man.el (man, Man-goto-section, Man-follow-manual-reference):
* mail/rmailsum.el (rmail-summary-search-backward)
(rmail-summary-search):
* mail/rmailout.el (rmail-output-read-rmail-file-name)
(rmail-output-read-file-name):
* mail/rmail.el (rmail-search, rmail-search-backwards):
* mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
* locate.el (locate):
* international/quail.el (quail-show-keyboard-layout):
* international/mule.el (set-buffer-file-coding-system)
(revert-buffer-with-coding-system, set-file-name-coding-system)
(set-terminal-coding-system, set-keyboard-coding-system)
(set-next-selection-coding-system):
* international/mule-diag.el (describe-coding-system)
(describe-font, describe-fontset):
* international/mule-cmds.el (universal-coding-system-argument)
(search-unencodable-char, describe-input-method)
(set-language-environment, describe-language-environment):
* international/codepage.el (codepage-setup):
* international/code-pages.el (codepage-setup):
* info.el (Info-search, Info-follow-reference)
(Info-search-backward):
* emacs-lisp/advice.el (ad-read-advised-function)
(ad-read-advice-class, ad-clear-cache, ad-activate)
(ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
(ad-enable-advice, ad-disable-advice, ad-remove-advice)
(ad-read-regexp):
* ediff-util.el (ediff-toggle-regexp-match):
* ediff-ptch.el (ediff-prompt-for-patch-file):
* dired-aux.el (dired-diff):
* diff.el (diff):
* cus-edit.el (custom-variable-prompt):
* calendar/timeclock.el (timeclock-ask-for-project):
* calc/calcalg3.el (calc-get-fit-variables):
* calc/calc-store.el (calc-edit-variable)
(calc-permanent-variable):
* vc-mcvs.el (vc-mcvs-register):
* shadowfile.el (shadow-define-literal-group):
* woman.el (woman-file-name):
* vc.el (vc-version-diff, vc-merge):
* textmodes/reftex-index.el (reftex-index-complete-tag):
* format.el (format-decode-buffer, format-decode-region):
* emulation/viper-cmd.el (viper-read-string-with-history):
* emacs-lisp/debug.el (cancel-debug-on-entry):
* emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
* ediff.el (ediff-merge-revisions)
(ediff-merge-revisions-with-ancestor, ediff-revision):
* completion.el (interactive-completion-string-reader):
* calc/calc-prog.el (calc-user-define-formula):
Follow convention for reading with the minibuffer.
2005-09-24 13:44:02 +00:00
Kenichi Handa
8fb7dc777b
(set-language-environment): Don't
...
check utf-translate-cjk-lang-env is nil or not on deciding if we
have to call utf-translate-cjk-load-tables.
2005-09-23 02:13:36 +00:00
Juanma Barranquero
ef19e61015
Move international/iso-insert.el to obsolete/.
2005-09-14 15:03:10 +00:00
Juanma Barranquero
e5b05b08c1
(dos-unsupported-char-glyph): Add defvar.
2005-09-13 08:46:17 +00:00
Stefan Monnier
02de72e92c
(set-locale-environment): Soothe compiler.
2005-09-01 14:30:30 +00:00
Juanma Barranquero
4a91d930ba
(mac-system-coding-system, mac-system-locale): Add defvars.
2005-08-29 14:08:30 +00:00
Jan Djärv
3c509ffb5e
Moved to obsolete
2005-08-23 20:05:50 +00:00
Kenichi Handa
0382cc9ec1
Add autoload cookies for all coding systems.
2005-08-05 01:14:08 +00:00
Kenichi Handa
661635c2dc
(select-message-coding-system): Be
...
sure to use LF for end-of-line. If no coding system is decided,
return iso-8859-1-unix.
2005-07-29 01:44:52 +00:00
Kenichi Handa
e9b01d1f58
(find-auto-coding): New function created
...
by modifying the body of set-auto-coding.
(set-auto-coding): Use find-auto-coding to find a coding.
2005-07-19 02:30:54 +00:00
Kenichi Handa
29d04c4f94
(select-safe-coding-system): Try to
...
use an auto-coding (if any) before anything else. If the found
auto-coding is invalid, show a warning message.
2005-07-19 02:29:58 +00:00
Juri Linkov
57cfde4d16
(isearch-process-search-multibyte-characters): Remove unneeded `concat'.
...
Add intermediate values to `junk-hist' instead of `minibuffer-history'.
Test the length of `str'.
2005-07-18 14:33:38 +00:00