all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Ben Bullock" <benkasminbullock@gmail.com>
To: help-gnu-emacs@gnu.org
Subject: Re: Gnu Emacs under Japanese MS Windows
Date: Sat, 10 Nov 2007 11:40:41 +0900	[thread overview]
Message-ID: <fh35n9$nbo$1@ml.accsnet.ne.jp> (raw)
In-Reply-To: 1194655392.447673.257780@v2g2000hsf.googlegroups.com


"Jason Rumney" <jasonrumney@gmail.com> wrote in message 
news:1194655392.447673.257780@v2g2000hsf.googlegroups.com...
> On 9 Nov, 21:47, "Ben Bullock" <benkasminbull...@gmail.com> wrote:
>
>> This is GNU Emacs 22.0.990.1 (i386-mingw-nt5.1.2600)
>>  of 2007-05-24 on LENNART-69DE564 (patched)
>
> I don't see this problem in Emacs 22.1, so I suggest your first
> attempt at resolving the problem should be to upgrade your old pretest
> version to the released version of Emacs.

Thanks, I've upgraded the Emacs but unfortunately this new one is not quite 
as good as the one I removed. 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.

  reply	other threads:[~2007-11-10  2:40 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-11-09  1:02 Gnu Emacs under Japanese MS Windows Ben Bullock
2007-11-09  1:54 ` Marc Adler
2007-11-09  4:04   ` Ben Bullock
2007-11-09 13:00     ` Marc Adler
2007-11-09 10:21 ` Eli Zaretskii
2007-11-09 15:08 ` Jason Rumney
2007-11-09 21:47   ` Ben Bullock
2007-11-10  0:43     ` Jason Rumney
2007-11-10  2:40       ` Ben Bullock [this message]
2007-11-11 23:15         ` Evan Monroig
2007-11-12 15:28         ` Jason Rumney
2007-11-12 22:40           ` Ben Bullock
2007-11-13  1:32             ` Jason Rumney
2007-11-13  4:30               ` Ben Bullock
2007-11-13  8:59                 ` Jason Rumney
2007-11-14  9:11                   ` Ben Bullock
2007-11-14 10:10                     ` Jason Rumney
2007-11-14 10:24                       ` Jason Rumney
2007-11-14 12:18                       ` Ben Bullock
2007-11-14 22:19                         ` Jason Rumney
2007-11-16 21:01                           ` Ben Bullock
2007-11-16 22:38                             ` Ben Finney

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='fh35n9$nbo$1@ml.accsnet.ne.jp' \
    --to=benkasminbullock@gmail.com \
    --cc=help-gnu-emacs@gnu.org \
    /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
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.