ALT Linux Community general discussions
 help / color / mirror / Atom feed
From: Maxim Tyurin <MrKooll@TDR.PIBHE.com>
To: community@altlinux.ru
Subject: Re: [Comm] Emacs config question
Date: Mon, 28 Oct 2002 09:52:20 +0200
Message-ID: <20021028095220.6886d1b9.MrKooll@TDR.PIBHE.com> (raw)
In-Reply-To: <Pine.LNX.4.44L.0210271324190.7424-100000@localhost.localdomain>

[-- Attachment #1: Type: text/plain, Size: 902 bytes --]

Если пользуетесь GNU Emacs:

> В общем нужно, чтобы при запуске emacs были активированы
> следующие три установки:
> 
> 1) Multilingual Environment --> Set language environment -->
> Cyrillic-KOI8

В ~/.emacs:

(GNUEmacs
    (set-language-environment "Cyrillic-KOI8")

    (set-terminal-coding-system 'koi8-u)
    (set-keyboard-coding-system 'koi8-u)
    ; This could help for transferring data from bad old apps
    ;(set-selection-coding-system 'koi8-u)
    (set-input-method "cyrillic-jcuken")
)
(toggle-input-method)

> 2) Multilingual Environment --> Set Font/Fontset --> Misc -->
> 9x15

В ~/.Xdefaults:

Emacs*font:     -monotype-courier
new-medium-r-*-*-*-*-*-*-*-*-iso8859-5

Или поменять на другой.

> 3) Установить требуемый размер окна.

Там же в ~/.Xdefaults

Emacs*geometry: нужный_размер
-- 

With Best Regards, Maxim Tyurin
mailto: MrKooll@bigfoot.com
JID:	MrKooll@jabber.pibhe.com
			

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

  reply	other threads:[~2002-10-28  7:52 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-10-27 19:35 Igor Moskalev
2002-10-28  7:52 ` Maxim Tyurin [this message]
2002-10-29  5:28   ` Igor Moskalev
2002-10-29  7:33     ` Maxim Tyurin

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20021028095220.6886d1b9.MrKooll@TDR.PIBHE.com \
    --to=mrkooll@tdr.pibhe.com \
    --cc=community@altlinux.ru \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link

ALT Linux Community general discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/community/0 community/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 community community/ http://lore.altlinux.org/community \
		mandrake-russian@linuxteam.iplabs.ru community@lists.altlinux.org community@lists.altlinux.ru community@lists.altlinux.com
	public-inbox-index community

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.community


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git