emacs-bug-tracker
[Top][All Lists]
Advanced

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

[debbugs-tracker] bug#36253: closed (26.1; latex latin5 inputenc)


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#36253: closed (26.1; latex latin5 inputenc)
Date: Sat, 22 Jun 2019 08:54:01 +0000

Your message dated Sat, 22 Jun 2019 11:53:36 +0300
with message-id <address@hidden>
and subject line Re: bug#36253: 26.1; latex latin5 inputenc
has caused the debbugs.gnu.org bug report #36253,
regarding 26.1; latex latin5 inputenc
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden.)


-- 
36253: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=36253
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: 26.1; latex latin5 inputenc Date: Sun, 16 Jun 2019 16:46:11 -0400
When emacs opens a latex file and sees
 \usepackage[latin5]{inputenc}
it thinks the character encoding is iso-8859-5,
but according to the latex documentation at
 http://texdoc.net/texmf-dist/doc/latex/base/inputenc.pdf 
it should be iso-8859-9.

I think the line
    ("latin5" . iso-8859-5)
in lisp/international/latexenc.el should be
    ("latin5" . iso-8859-9)



--- End Message ---
--- Begin Message --- Subject: Re: bug#36253: 26.1; latex latin5 inputenc Date: Sat, 22 Jun 2019 11:53:36 +0300
> Date: Sun, 16 Jun 2019 16:46:11 -0400
> From: Daniel Gildea <address@hidden>
> 
> When emacs opens a latex file and sees
>  \usepackage[latin5]{inputenc}
> it thinks the character encoding is iso-8859-5,
> but according to the latex documentation at
>  http://texdoc.net/texmf-dist/doc/latex/base/inputenc.pdf 
> it should be iso-8859-9.
> 
> I think the line
>     ("latin5" . iso-8859-5)
> in lisp/international/latexenc.el should be
>     ("latin5" . iso-8859-9)

Thanks, I made that change, and also added the proper mapping for
latin10.


--- End Message ---

reply via email to

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