comparison lisp/mule/mule-init.el @ 82:6a378aca36af r20-0b91

Import from CVS: tag r20-0b91
author cvs
date Mon, 13 Aug 2007 09:07:36 +0200
parents 131b0175ea99
children cf808b4c4290
comparison
equal deleted inserted replaced
81:ebca3d831cea 82:6a378aca36af
117 117
118 (when (current-language-environment) 118 (when (current-language-environment)
119 ;; Translate remaining args on command line using pathname-coding-system 119 ;; Translate remaining args on command line using pathname-coding-system
120 (loop for arg in-ref command-line-args-left do 120 (loop for arg in-ref command-line-args-left do
121 (setf arg (decode-coding-string arg pathname-coding-system))) 121 (setf arg (decode-coding-string arg pathname-coding-system)))
122 122
123 ;; rman seems to be incompatible with encoded text
124 (setq Manual-use-rosetta-man nil)
125
123 ;; Make sure ls -l output is readable by dired and encoded using 126 ;; Make sure ls -l output is readable by dired and encoded using
124 ;; pathname-coding-system 127 ;; pathname-coding-system
125 (add-hook 128 (add-hook
126 'dired-mode-hook 129 'dired-mode-hook
127 (lambda () 130 (lambda ()