gbranden pushed a commit to branch branden-post-1.23.0 in repository groff.
commit c116966d2d2b3ed19c254d4a44aa4513feef5ddb Author: G. Branden Robinson <[email protected]> AuthorDate: Wed Mar 8 04:28:27 2023 -0600 [tmac]: Add Russian language support (3/7). * tmac/hyphen.ru: * tmac/ru.tmac: Update editor aids so these files can be edited more intelligibly using GNU Emacs. Annotate apparent problem with Vim's KOI8-R support. --- ChangeLog | 9 +++++++++ tmac/hyphen.ru | 8 ++++++++ tmac/ru.tmac | 3 ++- 3 files changed, 19 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 0d1eb2009..063bf2cb4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2023-03-08 G. Branden Robinson <[email protected]> + + [tmac]: Add Russian language support (3/7). + + * tmac/hyphen.ru: + * tmac/ru.tmac: Update editor aids so these files can be edited + more intelligibly using GNU Emacs. Annotate apparent problem + with Vim's KOI8-R support. + 2023-03-08 G. Branden Robinson <[email protected]> Add Russian language support (2/7). diff --git a/tmac/hyphen.ru b/tmac/hyphen.ru index a801de2e0..22008f2f7 100644 --- a/tmac/hyphen.ru +++ b/tmac/hyphen.ru @@ -4693,3 +4693,11 @@ ���-��-�� ����-��-�� } + +% Local Variables: +% mode: tex +% coding: cyrillic-koi8 +% fill-column: 72 +% End: +% XXX: Vim 8.2 does not handle koi8-r correctly. +% vim: set filetype=tex textwidth=72: diff --git a/tmac/ru.tmac b/tmac/ru.tmac index def6c0bec..7e4984c70 100644 --- a/tmac/ru.tmac +++ b/tmac/ru.tmac @@ -226,7 +226,8 @@ . .\" Local Variables: .\" mode: nroff -.\" coding: koi8-ru +.\" coding: cyrillic-koi8 .\" fill-column: 72 .\" End: +.\" XXX: Vim 8.2 does not handle koi8-r correctly. .\" vim: set filetype=groff textwidth=72: _______________________________________________ Groff-commit mailing list [email protected] https://lists.gnu.org/mailman/listinfo/groff-commit
