Mercurial > emacs
comparison src/coding.h @ 23324:4c5f12c6041c
(struct coding_system): New member composed_chars.
| author | Kenichi Handa <handa@m17n.org> |
|---|---|
| date | Sat, 26 Sep 1998 04:20:48 +0000 |
| parents | bad51ca51df3 |
| children | d324ba7d0e40 |
comparison
equal
deleted
inserted
replaced
| 23323:0800a4f84757 | 23324:4c5f12c6041c |
|---|---|
| 332 /* Non-zero means that characters are being composed currently while | 332 /* Non-zero means that characters are being composed currently while |
| 333 decoding or encoding. See macros COMPOSING_XXXX above for the | 333 decoding or encoding. See macros COMPOSING_XXXX above for the |
| 334 meaing of each non-zero value. */ | 334 meaing of each non-zero value. */ |
| 335 int composing; | 335 int composing; |
| 336 | 336 |
| 337 /* Number of composed characters in the current composing sequence. */ | |
| 338 int composed_chars; | |
| 339 | |
| 337 /* Detailed information specific to each type of coding system. */ | 340 /* Detailed information specific to each type of coding system. */ |
| 338 union spec | 341 union spec |
| 339 { | 342 { |
| 340 struct iso2022_spec iso2022; | 343 struct iso2022_spec iso2022; |
| 341 struct ccl_spec ccl; /* Defined in ccl.h. */ | 344 struct ccl_spec ccl; /* Defined in ccl.h. */ |
