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

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

bug#44604: 27.1; gpg error when language environment is set to Turkish


From: Fatih Aydin
Subject: bug#44604: 27.1; gpg error when language environment is set to Turkish
Date: Wed, 21 Apr 2021 14:42:47 +0300

I keep encountering this problem with different packages, everything functions incorrectly, as you can guess. Is there any progress?

On Wed, Dec 2, 2020 at 1:07 PM Lars Ingebrigtsen <larsi@gnus.org> wrote:
Fatih Aydin <fataydin138@gmail.com> writes:

> Let there be a new variable to define file types (according to extension) and the
> lang. env. for those file types. For '.el' files, English lang. env. can be assigned
> using that variable.
> That means the user will have an option to say: 'Always evaluate .el files using
> English language' to Emacs.

That's not really the issue -- this is always about .el files, but it's
about how to handle text in different contexts.

For instance, you may have a mail buffer with code that's generating
mail headers, so you have a structure that contains

(("MY-NAME-IS" "ASIL"))

and you have code that's supposed to generate, from that, a header that
looks like:

My-name-is: Asıl

The code has to know that the former bit is a "protocol string" and the
latter bit is a "language string".

--
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no

reply via email to

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