[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: v24.3.1: set-terminal-coding-system is not working when connecting t
From: |
varun |
Subject: |
Re: v24.3.1: set-terminal-coding-system is not working when connecting to the server through a new frame |
Date: |
Sat, 1 Feb 2014 00:30:10 -0500 |
Stefan,
I have struggled this for hours upon end for many days and over a period of
weeks, finally settling for v23.1.1 and then using a function bound to C-c
q in v24.3.1 to set the terminal encoding within emacs after the frame was
open.
The solution you have provided is extremely simple and elegant, got rid of
many lines of code in the init.el file and finally some peace of mind.
I can't thank you enough for helping me out with this.
Thanks a ton!
On Fri, Jan 31, 2014 at 11:41 PM, Stefan Monnier
<monnier@iro.umontreal.ca>wrote:
> > I looked at the init.el file and have the following entry that sets the
> > locale:
> > (setq locale-coding-system 'utf-8)
>
> > Is this not enough or am I not using it correctly?
>
> No, the locale is something that comes from outside Emacs, for instance
> set in the $LANG environment variable.
>
>
> Stefan
>
- Re: v24.3.1: set-terminal-coding-system is not working when connecting to the server through a new frame,
varun <=