emacs-commit
[Top][All Lists]
Advanced

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

[Emacs-commit] emacs/src syntax.c


From: Kenichi Handa
Subject: [Emacs-commit] emacs/src syntax.c
Date: Tue, 03 Sep 2002 00:10:19 -0400

CVSROOT:        /cvs
Module name:    emacs
Branch:         emacs-unicode
Changes by:     Kenichi Handa <address@hidden>  02/09/03 00:10:19

Modified files:
        src            : syntax.c 

Log message:
        (char_quoted): Use FETCH_CHAR_AS_MULTIBYTE to convert
        unibyte chars to multibyte.
        (back_comment): Likewise.
        (scan_words): Likewise.
        (skip_chars): The arg syntaxp is deleted, and the code for
        handling syntaxes is moved to skip_syntaxes.  Callers changed.
        Fix the case that the multibyteness of STRING and the current
        buffer doesn't match.
        (skip_syntaxes): New function.
        (SYNTAX_WITH_MULTIBYTE_CHECK): Check C by ASCII_CHAR_P, not by
        SINGLE_BYTE_CHAR_P.
        (Fforward_comment): Use FETCH_CHAR_AS_MULTIBYTE to convert unibyte
        chars to multibyte.
        (scan_lists): Likewise.
        (Fbackward_prefix_chars): Likewise.
        (scan_sexps_forward): Likewise.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/emacs/emacs/src/syntax.c.diff?only_with_tag=emacs-unicode&tr1=1.152.2.4&tr2=1.152.2.5&r1=text&r2=text





reply via email to

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