[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/lisp/composite.el
From: |
Juanma Barranquero |
Subject: |
[Emacs-diffs] Changes to emacs/lisp/composite.el |
Date: |
Wed, 20 Jul 2005 09:03:40 -0400 |
Index: emacs/lisp/composite.el
diff -c emacs/lisp/composite.el:1.17 emacs/lisp/composite.el:1.18
*** emacs/lisp/composite.el:1.17 Mon Jul 4 23:08:52 2005
--- emacs/lisp/composite.el Wed Jul 20 13:03:40 2005
***************
*** 82,88 ****
(defun encode-composition-rule (rule)
"Encode composition rule RULE into an integer value.
RULE is a cons of global and new reference point symbols
! \(see reference-point-alist)."
;; This must be compatible with C macro COMPOSITION_ENCODE_RULE
;; defined in composite.h.
--- 82,88 ----
(defun encode-composition-rule (rule)
"Encode composition rule RULE into an integer value.
RULE is a cons of global and new reference point symbols
! \(see `reference-point-alist')."
;; This must be compatible with C macro COMPOSITION_ENCODE_RULE
;; defined in composite.h.
***************
*** 219,225 ****
the characters in it.
Optional 2nd and 3rd arguments START and END specify the range of
! STRING to be composed. They defaults to the beginning and the end of
STRING respectively.
Optional 4th argument COMPONENTS, if non-nil, is a character or a
--- 219,225 ----
the characters in it.
Optional 2nd and 3rd arguments START and END specify the range of
! STRING to be composed. They default to the beginning and the end of
STRING respectively.
Optional 4th argument COMPONENTS, if non-nil, is a character or a
***************
*** 355,365 ****
where N is the number of characters before point to compose,
COMPONENTS, if non-nil, is the same as the argument to `compose-region'
\(which see). If it is nil, `compose-chars-after' is called,
! and that function find a proper rule to compose the target characters.
This function is intended to be used from input methods.
The global keymap binds special event `compose-last-chars' to this
function. Input method may generate an event (compose-last-chars N
COMPONENTS)
! after a sequence character events."
(interactive "e")
(let ((chars (nth 1 args)))
(if (and (numberp chars)
--- 355,365 ----
where N is the number of characters before point to compose,
COMPONENTS, if non-nil, is the same as the argument to `compose-region'
\(which see). If it is nil, `compose-chars-after' is called,
! and that function finds a proper rule to compose the target characters.
This function is intended to be used from input methods.
The global keymap binds special event `compose-last-chars' to this
function. Input method may generate an event (compose-last-chars N
COMPONENTS)
! after a sequence of character events."
(interactive "e")
(let ((chars (nth 1 args)))
(if (and (numberp chars)