From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Evan Monroig Newsgroups: gmane.emacs.help Subject: Re: Gnu Emacs under Japanese MS Windows Date: Mon, 12 Nov 2007 08:15:12 +0900 Organization: Aioe.org NNTP Server Message-ID: <877iko8jcv.fsf@obakechan.net> 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 1194844177 1719 80.91.229.12 (12 Nov 2007 05:09:37 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 12 Nov 2007 05:09:37 +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 06:09:40 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 1IrRYH-0001zE-Fq for geh-help-gnu-emacs@m.gmane.org; Mon, 12 Nov 2007 06:09:37 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IrRY5-00026H-G4 for geh-help-gnu-emacs@m.gmane.org; Mon, 12 Nov 2007 00:09:25 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!postnews.google.com!news3.google.com!feeder1-2.proxad.net!proxad.net!feeder1-1.proxad.net!club-internet.fr!feedme-small.clubint.net!aioe.org!not-for-mail Original-Newsgroups: sci.lang.japan,gnu.emacs.help Original-Lines: 23 Original-NNTP-Posting-Host: Tm+PqXr4HUbxg0LpxGA2QQ.user.aioe.org Original-X-Complaints-To: abuse@aioe.org Cancel-Lock: sha1:pteR7YoWbwKebQnHb90R2t2gT64= User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (gnu/linux) Original-Xref: shelby.stanford.edu sci.lang.japan:212262 gnu.emacs.help:153689 X-Mailman-Approved-At: Mon, 12 Nov 2007 00:09:10 -0500 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:49147 Archived-At: "Ben Bullock" writes: > 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. Sorry for that. If you want to pin down, a good idea is to look at the help of those functions (put your cursor on the function name in .emacs and press "C-h f") and variables (this time "C-h v"). Evan