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: Lars Ingebrigtsen
Subject: bug#44604: 27.1; gpg error when language environment is set to Turkish
Date: Wed, 02 Dec 2020 11:07:18 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

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]