emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/coding.c


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/src/coding.c
Date: Fri, 18 Oct 2002 06:07:14 -0400

Index: emacs/src/coding.c
diff -c emacs/src/coding.c:1.260 emacs/src/coding.c:1.261
*** emacs/src/coding.c:1.260    Mon Oct  7 20:57:59 2002
--- emacs/src/coding.c  Fri Oct 18 06:06:49 2002
***************
*** 6313,6319 ****
       the detecting source.  Then code detectors can handle the tailing
       byte sequence more accurately.
  
!      Fix me: This is not an perfect solution.  It is better that we
       add one more argument, say LAST_BLOCK, to all detect_coding_XXX.
    */
    if (to == Z || (to == GPT && GAP_SIZE > 0))
--- 6313,6319 ----
       the detecting source.  Then code detectors can handle the tailing
       byte sequence more accurately.
  
!      Fix me: This is not a perfect solution.  It is better that we
       add one more argument, say LAST_BLOCK, to all detect_coding_XXX.
    */
    if (to == Z || (to == GPT && GAP_SIZE > 0))
***************
*** 6538,6544 ****
      {
        int len;
        int c = STRING_CHAR_AND_LENGTH (p, MAX_MULTIBYTE_LENGTH, len);
!       
        if (c >= 128
          && (CHAR_TABLE_P (safe_chars)
              ? NILP (CHAR_TABLE_REF (safe_chars, c))
--- 6538,6544 ----
      {
        int len;
        int c = STRING_CHAR_AND_LENGTH (p, MAX_MULTIBYTE_LENGTH, len);
! 
        if (c >= 128
          && (CHAR_TABLE_P (safe_chars)
              ? NILP (CHAR_TABLE_REF (safe_chars, c))




reply via email to

[Prev in Thread] Current Thread [Next in Thread]