ALT Linux Sisyphus discussions
 help / color / mirror / Atom feed
From: Alexander Bokovoy <a.bokovoy@sam-solutions.net>
To: sisyphus@altlinux.ru
Subject: Re: [sisyphus] GNU/Emacs , баги или фичи ?
Date: Wed, 23 Jan 2002 16:38:33 +0200
Message-ID: <20020123143833.GK19957@sam-solutions.net> (raw)
In-Reply-To: <Pine.LNX.4.43L.0201231522330.2023-100000@arrakis.zephyrous>

On Wed, Jan 23, 2002 at 03:52:43PM +0300, Ivan Zakharyaschev wrote:
> 	Hello!
> 
> On Tue, 22 Jan 2002, Dimitri Schlecht wrote:
> 
> > Проблема первая . В соответсвии с маном запущенный
> > из командной строки в виде emacs file он должен запускать этот
> > самый file , чего не происходит даже если путь к файлу указать
> > полностью .
> 
> Это неправильно и будет исправлено. Бага вызывается неудачным запуском
> фичи, связанной с ispell (те самые подозрительные сообщения). В качестве
> workaround могу предложить:
> 
> - установить переменной окружения DICTIONARY значение - имя
> существующего в системе словаря;
> 
> - отключить flyspell-mode, добавив
> (remove-hook 'text-mode-hook 'flyspell-mode)
> в ~/.emacs
> или удалив обратную команду из /etc/emacs/site-start.el;
> 
> - установить ispell-en.
Можно проще в ~/.emacs:
(setq ispell-dictionary-alist 
	ispell-dictionary "english")


И еще для Emacs -- неполноценная, но зато работающая поддержка CP1251:

(codepage-setup 1251)                                                                                      
 (define-coding-system-alias 'windows-1251 'cp1251)                                                         
(set-language-info-alist
 "Cyrillic-CP1251" `((charset cyrillic-iso8859-5)
		   (coding-system cp1251)
		   (coding-priority cp1251)
		   (input-method . "cyrillic-jcuken")
		   (features cyril-util)
		   (unibyte-display . cp1251)
		   (sample-text . "Russian (^[,L@caaZXY^[(B)	^[,L7T`PRabRcYbU^[(B!")
		   (documentation . "Support for Cyrillic CP1251."))
 '("Cyrillic"))
(set-language-environment "Cyrillic-CP1251")
(set-terminal-coding-system 'cp1251)
(set-keyboard-coding-system 'cp1251)

Если еще правильно описать cyrillic-cp1251 для set-language-info-alist,
как это уже сделано для cyrillic-iso88595-5, то появится возможность
работать с 1251 напрямую, исключая использование ISO 8859-5. Тогда
заработает украинская "г с чубом".

-- 
/ Alexander Bokovoy
$ cat /proc/identity >~/.signature
  `Senior software developer and analyst for SaM-Solutions Ltd.`
---
Nov 21 20:58:58 alconost kernel: VFS: Busy inodes after unmount. 
		    Self-destruct in 5 seconds.  Have a nice day...



  reply	other threads:[~2002-01-23 14:38 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-01-22 22:13 Dimitri Schlecht
2002-01-23 12:52 ` Ivan Zakharyaschev
2002-01-23 14:38   ` Alexander Bokovoy [this message]
2002-02-12 20:30     ` Ivan Zakharyaschev
2002-02-13  3:35       ` Mikhail Yakshin
2002-02-13  9:44       ` Alexander Bokovoy
2002-01-23 20:26   ` Dimitri Schlecht

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=20020123143833.GK19957@sam-solutions.net \
    --to=a.bokovoy@sam-solutions.net \
    --cc=sisyphus@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 Sisyphus discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/sisyphus/0 sisyphus/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 sisyphus sisyphus/ http://lore.altlinux.org/sisyphus \
		sisyphus@altlinux.ru sisyphus@altlinux.org sisyphus@lists.altlinux.org sisyphus@lists.altlinux.ru sisyphus@lists.altlinux.com sisyphus@linuxteam.iplabs.ru sisyphus@list.linux-os.ru
	public-inbox-index sisyphus

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


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