ALT Linux Community general discussions
 help / color / mirror / Atom feed
From: Sergey Vlasov <vsu@mivlgu.murom.ru>
To: mandrake-russian <mandrake-russian@altlinux.ru>
Subject: [mdk-re] xemacs-21.1.14-ipl1mdk troubles
Date: Sun May 27 21:44:00 2001
Message-ID: <20010527215032.6527a47b.vsu@mivlgu.murom.ru> (raw)

Обнаружены следующие проблемы в пакете xemacs-21.1.14-ipl1mdk из
Spring2001:

1. В /usr/lib/xemacs-21.1.14/lisp всадили site-start.el - ссылку на
/etc/emacs/site-start-xemacs.el. А в этом файле содержится достаточно
много неприятных вещей: переустановка шрифтов (разумеется, на iso8859-1),
настройка клавиш, настройка путей Info (причем неправильная - /usr/info
вместо /usr/share/info, после этого XEmacs на может найти даже собственную
документацию). Это безобразие надо убирать (и вообще под именем
site-start.el лучше ничего не класть, поскольку его загрузку крайне
неудобно отключать).

2. dired не работает - ему мешает локализация вывода даты ls. Я заткнул
следующим образом:

(require 'advice)
(defadvice insert-directory (around set-c-locale activate protect)
  (let ((insert-directory-saved-LC_ALL (getenv "LC_ALL")))
    (setenv "LC_ALL" "C")
    ad-do-it
    (setenv "LC_ALL" insert-directory-saved-LC_ALL)))



             reply	other threads:[~2001-05-27 21:44 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-05-27 21:44 Sergey Vlasov [this message]
2001-05-28  0:17 ` Aleksey Novodvorsky
2001-05-28 23:22   ` Sergey Vlasov

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=20010527215032.6527a47b.vsu@mivlgu.murom.ru \
    --to=vsu@mivlgu.murom.ru \
    --cc=mandrake-russian@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