unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: Peter Dyballa <Peter_Dyballa@Web.DE>
To: poppyer <poppyer@gmail.com>, "锁住子 Abrahamsen" <girzel@gmail.com>
Cc: help-gnu-emacs@gnu.org
Subject: Re: OSX terminal, system-wide Chinese input methods
Date: Wed, 3 Dec 2008 19:25:57 +0100	[thread overview]
Message-ID: <96191262-25D3-4584-8D3D-2936D10EC48A@Web.DE> (raw)
In-Reply-To: <kcr64pntht.fsf@nusnet-97-126.dynip.nus.edu.sg>


Am 03.12.2008 um 16:55 schrieb poppyer:

> if you set your LC_CTYPE/LANG correctly
> to a chinese one, say zh_CN.UTF8.
> It will be automatically loaded *before* system init

And it's not necessary to set these two environment variables system- 
wide, which might effect also other applications. On the command line  
it's possible to type cautiously:

	env LANG=... LC_CTYPE=... <some command> [&]

(``[&]´´ stands for optional parameter, i.e., when you end your  
command with ``&´´ the programme will be sent into the background and  
the shell will be open for new input, but it's no must, and you can  
correct this later when needed)

If this seems to be too complicated you can also use a shell script.  
In Mac OS X, to launch an application bundle, you could either:

	#!/bin/bash
	export LANG=... LC_CTYPE=...
	open /Applications/<name of application>.app

or

	#!/bin/bash
	env LANG=... LC_CTYPE=... open /Applications/<name of application>.app

The latter, i.e., the last line, can also be used on the command line  
and you could also use it in AppleScript to launch a Carbon or a  
Cocoa Emacs from a menu.

--
Greetings

   Pete

One cannot live by television, video games, top ten CDs, and dumb  
movies alone.
				– Amiri Baraka, 1999







  reply	other threads:[~2008-12-03 18:25 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-11-21  4:37 OSX terminal, system-wide Chinese input methods Eric Abrahamsen
2008-11-21 10:15 ` Peter Dyballa
     [not found] ` <mailman.929.1227262522.26697.help-gnu-emacs@gnu.org>
2008-12-03 10:10   ` 锁住子
2008-12-03 15:11     ` Peter Dyballa
     [not found]     ` <mailman.1838.1228317129.26697.help-gnu-emacs@gnu.org>
2008-12-03 15:55       ` poppyer
2008-12-03 18:25         ` Peter Dyballa [this message]
     [not found]         ` <mailman.1864.1228328775.26697.help-gnu-emacs@gnu.org>
2008-12-04  0:44           ` 锁住子

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

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=96191262-25D3-4584-8D3D-2936D10EC48A@Web.DE \
    --to=peter_dyballa@web.de \
    --cc=girzel@gmail.com \
    --cc=help-gnu-emacs@gnu.org \
    --cc=poppyer@gmail.com \
    /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.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).