[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: set the coding of emacs24.3
From: |
Eli Zaretskii |
Subject: |
Re: set the coding of emacs24.3 |
Date: |
Mon, 28 Oct 2013 18:17:06 +0200 |
> Date: Mon, 28 Oct 2013 18:54:49 +0800
> From: "xiaocai_2010@126.com" <xiaocai_2010@126.com>
>
> question1: how to set the coding of the emacs24.3
Before you visit a file:
C-x RET c CODING RET C-x C-f FILE RET
After you visit a file:
C-x RET r CODING RET
where CODING is the coding you want, e.g., chinese-iso-8bit.
> question 2: how to set the width of 'tab'
M-x set-variable RET tab-width RET N RET
where N is the width.