From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Jason Rumney Newsgroups: gmane.emacs.help Subject: Re: Gnu Emacs under Japanese MS Windows Date: Mon, 12 Nov 2007 15:28:58 -0000 Organization: http://groups.google.com Message-ID: <1194881338.645107.274660@k79g2000hse.googlegroups.com> References: <1194570171.261210.234480@y27g2000pre.googlegroups.com> <1194620929.862788.139380@y27g2000pre.googlegroups.com> <1194655392.447673.257780@v2g2000hsf.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" X-Trace: ger.gmane.org 1194882055 18847 80.91.229.12 (12 Nov 2007 15:40:55 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 12 Nov 2007 15:40:55 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Nov 12 16:40:58 2007 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1IrbP4-0000fE-Ec for geh-help-gnu-emacs@m.gmane.org; Mon, 12 Nov 2007 16:40:46 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IrbOs-0005aL-5N for geh-help-gnu-emacs@m.gmane.org; Mon, 12 Nov 2007 10:40:34 -0500 Original-Path: shelby.stanford.edu!headwall.stanford.edu!newsfeed.news2me.com!news.glorb.com!postnews.google.com!k79g2000hse.googlegroups.com!not-for-mail Original-Newsgroups: sci.lang.japan,gnu.emacs.help Original-Lines: 28 Original-NNTP-Posting-Host: 83.67.23.108 Original-X-Trace: posting.google.com 1194881338 2635 127.0.0.1 (12 Nov 2007 15:28:58 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Mon, 12 Nov 2007 15:28:58 +0000 (UTC) In-Reply-To: User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB; rv:1.8.1.9) Gecko/20071025 Firefox/2.0.0.9,gzip(gfe),gzip(gfe) Complaints-To: groups-abuse@google.com Injection-Info: k79g2000hse.googlegroups.com; posting-host=83.67.23.108; posting-account=ps2QrAMAAAA6_jCuRt2JEIpn5Otqf_w0 Original-Xref: shelby.stanford.edu sci.lang.japan:212279 gnu.emacs.help:153708 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:49159 Archived-At: On 10 Nov, 02:40, "Ben Bullock" wrote: > Thanks, I've upgraded the Emacs but unfortunately this new one is not quite > as good as the one I removed. There was a regression in the last week before 22.1 was released? Can you be more specific? > In fact the problems with the Japanese were > solved by adding some things to .emacs: > > (prefer-coding-system 'shift_jis) > (setq default-buffer-file-coding-system 'shift_jis) > (setq file-name-coding-system 'shift_jis) > > (set-default-coding-systems 'shift_jis) > (set-terminal-coding-system 'shift_jis) > > (set-keyboard-coding-system 'shift_jis) > (set-language-environment 'Japanese) > > Now it works, although I'm not sure which bits are necessary and which > aren't. None of it should be necessary if you are using a Japanese version of Windows, configured for Japanese as the default language for all programs.