groff-commit
[Top][All Lists]
Advanced

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

[groff] 35/62: [tmac]: Add Russian language support (3/7).


From: G. Branden Robinson
Subject: [groff] 35/62: [tmac]: Add Russian language support (3/7).
Date: Thu, 20 Apr 2023 06:14:34 -0400 (EDT)

gbranden pushed a commit to branch branden-2023-04-20
in repository groff.

commit 37e35d923b2538da8b615cebfc45309c721dcd32
Author: G. Branden Robinson <g.branden.robinson@gmail.com>
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 1fda1710c..1ebd65644 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2023-03-08  G. Branden Robinson <g.branden.robinson@gmail.com>
+
+       [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 <g.branden.robinson@gmail.com>
 
        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:



reply via email to

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