[Top][All Lists]
[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))
- [Emacs-diffs] Changes to emacs/src/coding.c, Kenichi Handa, 2002/10/07
- [Emacs-diffs] Changes to emacs/src/coding.c, Dave Love, 2002/10/09
- [Emacs-diffs] Changes to emacs/src/coding.c, Kenichi Handa, 2002/10/10
- [Emacs-diffs] Changes to emacs/src/coding.c, Kenichi Handa, 2002/10/14
- [Emacs-diffs] Changes to emacs/src/coding.c, Kenichi Handa, 2002/10/15
- [Emacs-diffs] Changes to emacs/src/coding.c, Kenichi Handa, 2002/10/16
- [Emacs-diffs] Changes to emacs/src/coding.c, Kenichi Handa, 2002/10/18
- [Emacs-diffs] Changes to emacs/src/coding.c,
Juanma Barranquero <=
- [Emacs-diffs] Changes to emacs/src/coding.c, Richard M. Stallman, 2002/10/23