Re: emacs23 and site-start.d

2007-08-18 Thread Tatsuya Kinoshita
d to use Debian's /etc/emacs/site-start.d and /etc//site-start.d. Thanks, -- Tatsuya Kinoshita -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: rss2email for mediawiki changes feed that requieres authentication

2006-09-18 Thread Tatsuya Kinoshita
in the progress i stumbled across rss2email but i can't get it to work > with the authentication. > > so my question: is there a easy solution or do i have to do some coding > and rewrite rss2email myself? If the site uses HTTP basic auth, use http://user:[EMAIL PROTECTED]/ with rss2emai

Re: Starting Emacs: "Loading 40mule-ucs (source)..." takes a while.

2003-09-27 Thread Tatsuya Kinoshita
`DEB_MULEUCS_UNICODE' environment variable is supported by Debian mule-ucs 0.84.99rc3-1 or later version.) -- Tatsuya Kinoshita -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: utf8 in emacsen

2002-11-17 Thread Tatsuya Kinoshita
ule-UCS. Note that Mule-UCS causes slow invocation of emacsen. -- Tatsuya Kinoshita -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: Locales, Mutt, OpenOffice, Emacs

2002-11-02 Thread Tatsuya Kinoshita
On November 3, 2002 at 2:29AM +0900, Tatsuya Kinoshita <[EMAIL PROTECTED]> wrote: > For more information, see the Emacs manual. (`C-x info RET d m > Emacs RET s coding RET SPC SPC SPC ...) `M-x info RET ...'. -- Tatsuya Kinoshita -- To UNSUBSCRIBE, email to [EMAIL P

Re: Locales, Mutt, OpenOffice, Emacs

2002-11-02 Thread Tatsuya Kinoshita
RET c utf-8 RET'. For the visited file in the current buffer, type `C-x RET f utf-8 RET'. For more information, see the Emacs manual. (`C-x info RET d m Emacs RET s coding RET SPC SPC SPC ...) -- Tatsuya Kinoshita -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: Locales, Mutt, OpenOffice, Emacs

2002-11-02 Thread Tatsuya Kinoshita
ot; "LANG"))) (while (and vars (not (setq locale (getenv (car vars) (setq vars (cdr vars (cond ((and (stringp locale) (string-match "UTF-8\\>" locale)) (set-terminal-coding-system 'utf-8 -- Tatsuya Kinoshita -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: Locales, Mutt, OpenOffice, Emacs

2002-11-02 Thread Tatsuya Kinoshita
if (terminal-coding-system) is iso-latin-1, Emacs can display UTF-8 files. (`é' in UTF-8 can be displayed. However, a Japanese Kanji is converted to `?', because it is not available in ISO-8859-1.) -- Tatsuya Kinoshita -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subje

Re: Locales, Mutt, OpenOffice, Emacs

2002-11-01 Thread Tatsuya Kinoshita
On November 1, 2002 at 6:12PM +0100, Vincent Lefevre <[EMAIL PROTECTED]> wrote: > On Sat, Nov 02, 2002 at 01:36:50 +0900, Tatsuya Kinoshita wrote: > > Unfortunately, (terminal-coding-system) is nil in Emacs even if > > the LANG envionment variable is set to `en_US.UTF-8

Re: Locales, Mutt, OpenOffice, Emacs

2002-11-01 Thread Tatsuya Kinoshita
On November 1, 2002 at 6:12PM +0100, Vincent Lefevre <[EMAIL PROTECTED]> wrote: > On Sat, Nov 02, 2002 at 01:36:50 +0900, Tatsuya Kinoshita wrote: > > Unfortunately, (terminal-coding-system) is nil in Emacs even if > > the LANG envionment variable is set to `en_US.UTF-8

Re: Locales, Mutt, OpenOffice, Emacs

2002-11-01 Thread Tatsuya Kinoshita
locales > instead? Unfortunately, (terminal-coding-system) is nil in Emacs even if the LANG envionment variable is set to `en_US.UTF-8'. So, the above configuration is required on the UTF-8 terminal. -- Tatsuya Kinoshita -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: Locales, Mutt, OpenOffice, Emacs

2002-10-31 Thread Tatsuya Kinoshita
On October 31, 2002 at 9:31PM +0900, Tatsuya Kinoshita <[EMAIL PROTECTED]> wrote: > kterm doesn't support UTF-8. However, Emacs and kterm support ISO-2022 encoding. If you want to use Emacs on kterm, put (set-terminal-coding-system 'iso-2022-7bit) in your `~/.emacs'. T

Re: Locales, Mutt, OpenOffice, Emacs

2002-10-31 Thread Tatsuya Kinoshita
re editor with integrated truetype support. > > what is mule-ucs? You can do `apt-get install mule-ucs'. If you want to use emacs on the UTF-8 terminal, put (set-terminal-coding-system 'utf-8) in your `~/.emacs'. On my system, sid i386, I can see UTF-8 characters in

Re: alsa-source compile errors

2002-10-30 Thread Tatsuya Kinoshita
ctory `/usr/src/modules/alsa-driver' > Module /usr/src/modules/alsa-driver failed. This bug was fixed in sid, alsa-source 0.9.0rc3-0.3. -- Tatsuya Kinoshita -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: dired broken

2002-10-25 Thread Tatsuya Kinoshita
the problem will be prevented. LANG=en_US LC_TIME=C LC_MESSAGES=C export LANG LC_TIME LC_MESSAGES -- Tatsuya Kinoshita -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: Woody & Locales

2002-10-07 Thread Tatsuya Kinoshita
is perfectly works under GNOME, I can pick any language from GDM > and the locale vars are set accordingly upon user login. This however > does not work in KDE. Did you install i18n files for KDE? (Try `apt-cache search kde-i18n'.) -- Tatsuya Kinoshita -- To UNSUBSCRIBE, email to [

Re: Debian source package usage?

2002-06-12 Thread Tatsuya Kinoshita
4.1 (Modify the source as you like.) $ dch -v 4.1-10+local.1 $ debuild -rfakeroot -uc -us $ cd .. # dpkg -i fileutils_4.1-10+local.1_i386.deb (`#' is root's prompt. I suggest sudo or su.) -- Tatsuya Kinoshita -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Japanese under linux in general

2002-06-12 Thread Tatsuya Kinoshita
t Japanese characters. Sylpheed (0.7.7-1) seems OK. Mozilla Mail & News (mozilla-mailnews 1.0.0-1) also. Emacsen mailer, Mew (2.2-4) and Wanderlust (wl 2.8.1-5) do work well even if XIM is not available. -- Tatsuya Kinoshita -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: Japanese under linux in general was

2002-06-11 Thread Tatsuya Kinoshita
'm using Mew on Emacs. It can handle English, Japanese, Korean, etc in ~/Mail/Addrbook (I put `# -*- Coding: ctext -*-' at the 1st line). P.S. Sylpheed (non-emacsen, GUI mail reader) is developed by a Japanese, Hiroyuki Yamamoto. Maybe it can handle Japanese and others. -- Tats

Re: Sylpheed not displaying japanese characters properly [woody].

2002-06-11 Thread Tatsuya Kinoshita
I think I have > all the relevant locale packages installed. > > Does anyone knows what could be the problem? It seems ja_JP locale was not configured. Select `ja_JP.EUC-JP EUC-JP' with `dpkg-reconfigure locales' as root. See also the file `/etc/locale.gen'. -- Tatsuy

Re: mule-ucs not compiling with emacs21 in woody

2002-04-08 Thread Tatsuya Kinoshita
ove patch that is tuned > for speedup. (But it doesn't work on Emacs 20. See also > http://bugs.debian.org/140645) -- Tatsuya Kinoshita -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: mule-ucs not compiling with emacs21 in woody

2002-04-08 Thread Tatsuya Kinoshita
/mule-ucs/*.elc on my system, Debian sid i386. A byte-compiled file depends on emacsen's version, so it's located in /usr/share/emacs21/site-lisp, not /usr/share/emacs/site-lisp. -- Tatsuya Kinoshita -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubsc

Re: Asian languages in linux

2002-02-14 Thread Tatsuya Kinoshita
x27;, and see the /usr/share/doc/language-env/* documents. And I suggest the Emacs. You can display Japanese, Korea, Chinese, as well as English on the Emacs. (See also http://www.mew.org/FAQ/setting.html.en) -- Tatsuya Kinoshita

Re: Accented characters with unstable

2002-02-09 Thread Tatsuya Kinoshita
ere in your confiles. (/etc/profile, ~/.??*, ...) > I guess I need LANG to be set before gnome-session or whatever gets > called, but what is the proper way to do this ? Did you try ~/.xsession ? -- Tatsuya Kinoshita

Re: Accented characters with unstable

2002-02-09 Thread Tatsuya Kinoshita
ocale feature. LC_* is not necessary. if LC_* is unset, LANG is used for LC_* categories. -- Tatsuya Kinoshita

Re: locale not set properly

2002-01-23 Thread Tatsuya Kinoshita
NG is a basic variable for the locale. And, set LC_* if you want. LC_ALL and LANGUAGE have a very high priority. Usually, unset these. -- Tatsuya Kinoshita

Re: List help --

2002-01-23 Thread Tatsuya Kinoshita
e confirmation message with the > appropriate subject line there with the confirmation number etc etc... but > IT WON'T TAKE MY NAME OFF THE LIST!!! Try `CONFIRM u' not `Re: CONFIRM u'. (Don't add `Re:' to the subject field) -- Tatsuya Kinoshita

Re: locale not set properly

2002-01-23 Thread Tatsuya Kinoshita
> I have run dpkg-reconfigure locales a few times and also locale-gen > and it does not seem to make any difference. Show the details of your problem. (Run `locale-gen', `cat /etc/locale.gen', and `locale') -- Tatsuya Kinoshita

Re: Reference for all packages localed in Woody and/or Potato?

2002-01-23 Thread Tatsuya Kinoshita
x27;m using `apt-cache search WORD', `apt-cache show PKG', or `auto-apt search FILENAME'. It's easy. -- Tatsuya Kinoshita

Re: locale not set properly

2002-01-22 Thread Tatsuya Kinoshita
t;LC_NUMERIC="en_US" I recommend unset LC_CTYPE in your conffile (/etc/environment, ~/.bashrc, ~/.xsession, ...). > I recall that during in stallion, at the dialog to specify locale, I > chose both "en_US.ISO-8559-1" and "en_US.UTF-8" (because I wasn'

Re: YMH OPL3-SA2 and ALSA. Comments?

2001-12-10 Thread Tatsuya Kinoshita
le, 3D Control, and PCM channel are effective in the playing music with xmms. -- Tatsuya Kinoshita

Re: YMH OPL3-SA2 and ALSA. Comments?

2001-12-10 Thread Tatsuya Kinoshita
ommand for updating `/etc/modules.conf'. * Mixer setting - Remove (or rename) `/etc/asound.conf' if it exists. - Use `alsamixer' command. -- Tatsuya Kinoshita

Japanese input method without Japanese interface?

2001-10-30 Thread Tatsuya Kinoshita
setting...) P.S. The list [EMAIL PROTECTED]' discusses how to use Japanese on Debian system in English. -- Tatsuya Kinoshita