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 wrote: > Fatih Aydin 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 >