emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/src/dispextern.h,v


From: Kenichi Handa
Subject: [Emacs-diffs] Changes to emacs/src/dispextern.h,v
Date: Fri, 05 Sep 2008 00:40:54 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Kenichi Handa <handa>   08/09/05 00:40:54

Index: dispextern.h
===================================================================
RCS file: /cvsroot/emacs/emacs/src/dispextern.h,v
retrieving revision 1.257
retrieving revision 1.258
diff -u -b -r1.257 -r1.258
--- dispextern.h        29 Aug 2008 07:54:09 -0000      1.257
+++ dispextern.h        5 Sep 2008 00:40:53 -0000       1.258
@@ -1869,6 +1869,10 @@
      composition at `stop_pos', and this is an automatic compositoin.
      If negative, this is a static composition..  */
   int ch;
+  /* If this an automatic composition, how many charaters to look back
+     from the position where a character triggering the composition
+     exists.  */
+  int lookback;
   /* If non-negative, number of glyphs of the glyph-string.  */
   int nglyphs;
   /* Number of characters and bytes of the current grapheme cluster.  */




reply via email to

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