diff options
author | Mats Lidell <matsl@gentoo.org> | 2020-01-11 17:47:07 +0100 |
---|---|---|
committer | Mats Lidell <matsl@gentoo.org> | 2020-01-11 17:47:07 +0100 |
commit | 5af69d7aa4d3b0169eb11d5b38dd5262b753aa80 (patch) | |
tree | b1be415fb0a4fbde3f803466384847fb845b80dd /app-editors/xemacs/files | |
parent | sci-libs/parmetis: Fix LICENSE, add mirror and bindist restrictions. (diff) | |
download | gentoo-5af69d7aa4d3b0169eb11d5b38dd5262b753aa80.tar.gz gentoo-5af69d7aa4d3b0169eb11d5b38dd5262b753aa80.tar.bz2 gentoo-5af69d7aa4d3b0169eb11d5b38dd5262b753aa80.zip |
app-editors/xemacs: Use EAPI=7 and use utf-8 for info
Use utf-8 in info files to allow use of texinfo 6.7
Package-Manager: Portage-2.3.79, Repoman-2.3.16
Signed-off-by: Mats Lidell <matsl@gentoo.org>
Diffstat (limited to 'app-editors/xemacs/files')
-rw-r--r-- | app-editors/xemacs/files/xemacs-21.4.24-makeinfo.patch | 65 |
1 files changed, 65 insertions, 0 deletions
diff --git a/app-editors/xemacs/files/xemacs-21.4.24-makeinfo.patch b/app-editors/xemacs/files/xemacs-21.4.24-makeinfo.patch new file mode 100644 index 000000000000..511e2b146a3b --- /dev/null +++ b/app-editors/xemacs/files/xemacs-21.4.24-makeinfo.patch @@ -0,0 +1,65 @@ +diff -r e2da872593c0 man/lispref/ldap.texi +--- a/man/lispref/ldap.texi Tue Mar 24 22:15:53 2015 -0400 ++++ b/man/lispref/ldap.texi Wed Jan 01 22:53:19 2020 +0100 +@@ -105,7 +105,7 @@ + library XEmacs was compiled with, they may include @code{simple}, + @code{krbv41} and @code{krbv42}. + @item base +-The base for the search. This may look like @samp{cÿ, o¬me}, see ++The base for the search. This may look like @samp{cÿ, o¬me}, see + RFC 1779 for syntax details. + @item scope + One of the symbols @code{base}, @code{onelevel} or @code{subtree} +diff -r e2da872593c0 man/xemacs-faq.texi +--- a/man/xemacs-faq.texi Tue Mar 24 22:15:53 2015 -0400 ++++ b/man/xemacs-faq.texi Wed Jan 01 22:53:19 2020 +0100 +@@ -1,4 +1,4 @@ +-\input texinfo.tex @c -*- mode: texinfo; coding: iso-2022-8 -*- ++\input texinfo.tex @c -*- mode: texinfo; coding: utf-8 -*- + @c %**start of header + @setfilename ../info/xemacs-faq.info + @settitle Frequently asked questions about XEmacs +@@ -2831,7 +2831,7 @@ + all of the ISO 8859 family, the Indic languages, Thai, and so on), and + SKK, for Japanese. (SKK also supports an interface to an external + "dictionary server" process.) Quail supports both typical "dead-key" +-methods (eg, in the "latin-1-prefix" method, @kbd{" a} produces ä, LATIN ++methods (eg, in the "latin-1-prefix" method, @kbd{" a} produces ä, LATIN + SMALL LETTER A WITH DIAERESIS), and the complex dictionary-based phonetic + methods used for Asian ideographic languages like Chinese. + +@@ -2877,7 +2877,7 @@ + Wnn and SJ3 use the @code{egg} user interface. The interface for Canna + is specialized to Canna. + +-Wnn supports Japanese, Chinese and Korean. It is made by OMRON and Kyôto ++Wnn supports Japanese, Chinese and Korean. It is made by OMRON and Kyôto + University. It is a powerful and complex system. Wnn4 is free and Wnn6 + is not. Wnn uses grammatical hints and probability of word association, + so in principle Wnn can be cleverer than other methods. +@@ -4800,10 +4800,10 @@ + @node Q3.0.6, Q3.0.7, Q3.0.5, Editing + @unnumberedsubsec Q3.0.6: How can you type in special characters in XEmacs? + One way is to use the package @code{x-compose}. Then you can use +-sequences like @kbd{Compose " a} to get ä, etc. ++sequences like @kbd{Compose " a} to get ä, etc. + + Another way is to use the @code{iso-insert} package. Then you can use +-sequences like @kbd{C-x 8 " a} to get ä, etc. ++sequences like @kbd{C-x 8 " a} to get ä, etc. + + @email{glynn@@sensei.co.uk, Glynn Clements} writes: + +@@ -4826,9 +4826,9 @@ + + Once you have Multi_key defined, you can use e.g. + @example +- Multi a ' => á +- Multi e " => ë +- Multi c , => ç ++ Multi a ' => á ++ Multi e " => ë ++ Multi c , => ç + @end example + + etc. |