diff lisp/code-init.el @ 2297:13a418960a88

[xemacs-hg @ 2004-09-22 02:05:42 by stephent] various doc patches <87isa7awrh.fsf@tleepslib.sk.tsukuba.ac.jp>
author stephent
date Wed, 22 Sep 2004 02:06:52 +0000
parents 0f60caa73962
children 14f65fa1e69e
line wrap: on
line diff
--- a/lisp/code-init.el	Wed Sep 22 01:10:57 2004 +0000
+++ b/lisp/code-init.el	Wed Sep 22 02:06:52 2004 +0000
@@ -25,6 +25,12 @@
 ;; coding systems have been created, because we'll be using them at
 ;; load time.
 
+;; #### Issues (this discussion probably belongs elsewhere)
+;; 1.  "Big" characters are unrepresentable.  Should give error, warning,
+;;     not just substitute "~".
+;; 2.  21.4 compatibility?
+;; 3.  make-char: non-mule barfs on non-iso8859-1.
+
 ;;; Code:
 
 (defcustom eol-detection-enabled-p (or (featurep 'mule)
@@ -78,6 +84,7 @@
   '((buffer-file-coding-system-for-read
      binary raw-text undecided raw-text undecided)
     (default-buffer-file-coding-system
+      ;; #### iso-2022-8 with no eol specified?  can that be OK?
       binary binary iso-2022-8 raw-text-dos mswindows-multibyte-dos)
     (native
      binary binary binary raw-text-dos mswindows-multibyte-system-default-dos)