bug#4400: 23.1.50; char-syntax
Kenichi Handa <[email protected]>
| Newsgroups | gmane.emacs.bugs,gmane.emacs.pretest.bugs |
|---|---|
| Message-ID | <[email protected]> |
In article <[email protected]>, Andreas Roehler <[email protected]> writes: > Emacs -Q > (char-syntax (char-after))a > --> 119 > which seems not what's told in docu: > Return the syntax code of CHARACTER, described by a character. > For example, if CHARACTER is a word constituent, > the character `w' is returned. The character `w' == 119. In Emacs, a character is represented by an integer object (of valid character-code range). --- Kenichi Handa [email protected]