4

I'm a newbie to emacs, just starting to like it - but today upon start up the following issue has rendered it unusable.

Problem: When I move the cursor forward some, but not all, characters are rendered unreadable. The next letter on the line is displayed over the previous character, not replacing it but displaying both in the same place at the same time. Obviously i can't show this as then text editor on this site is functioning correctly.

A few of examples of what I've tried so far, with no effect..
1- restarting gdm
2- apt-get install rxvt-unicode - to check if it was a problem with xterm
3. dpkg-reconfigure emacs
4. completely removing and reinstalling emacs23 along with .emacs config file.

4

2 に答える 2

2

Ben のコメントを回答に変換して、未回答の質問リストから取得します。


フォントに問題があったようです。次のようにすると動作します:

  1. 端末に xlsfonts と入力し、使用可能なフォントのリストを取得します。
  2. 等幅フォント (r14 など) のいずれかを選択し、次を実行して確認します。emacs -fn r14 myfileName

このデフォルトを作成するには、emacs 内のオプション メニューに移動して、 「 」と-> Customise Emacs -> Specific Face ->入力し、「default」をクリックしますset for future sessions

于 2011-08-20T08:05:20.210 に答える