ALT Linux Community general discussions
 help / color / mirror / Atom feed
* [mdk-re] xemacs-21.1.14-ipl1mdk troubles
@ 2001-05-27 21:44 Sergey Vlasov
  2001-05-28  0:17 ` Aleksey Novodvorsky
  0 siblings, 1 reply; 3+ messages in thread
From: Sergey Vlasov @ 2001-05-27 21:44 UTC (permalink / raw)
  To: mandrake-russian

Обнаружены следующие проблемы в пакете 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)))



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2001-05-28 23:22 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-05-27 21:44 [mdk-re] xemacs-21.1.14-ipl1mdk troubles Sergey Vlasov
2001-05-28  0:17 ` Aleksey Novodvorsky
2001-05-28 23:22   ` Sergey Vlasov

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