all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* emacs-cvs-unicode
@ 2007-09-24  8:41 Thierry Volpiatto
  2007-09-24  8:57 ` emacs-cvs-unicode Peter Dyballa
  0 siblings, 1 reply; 3+ messages in thread
From: Thierry Volpiatto @ 2007-09-24  8:41 UTC (permalink / raw)
  To: help-gnu-emacs

Hello, 
I have installed emacs-cvs-23.0.0-r7 from gentoo.
every things is working correctly except the french accentued
characters. My configuration is the same that on emacs-cvs-23.0.50 
where everythings works perfectly.
When i hit one of these keys (e with accents say...) i have first in 
mini-buffer the right char followed by a "-"
If i hit a second time the same key, i have (in the current buffer now)
a chinese or japonese sign instead of my "e accent"!!! 
Do i have something else to modify to make emacs-unicode working
with french accents ? 

-- 
A + Thierry
pubkey: http://pgp.mit.edu/

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: emacs-cvs-unicode
  2007-09-24  8:41 emacs-cvs-unicode Thierry Volpiatto
@ 2007-09-24  8:57 ` Peter Dyballa
  2007-09-24 10:12   ` emacs-cvs-unicode Thierry Volpiatto
  0 siblings, 1 reply; 3+ messages in thread
From: Peter Dyballa @ 2007-09-24  8:57 UTC (permalink / raw)
  To: Thierry Volpiatto; +Cc: help-gnu-emacs


Am 24.09.2007 um 10:41 schrieb Thierry Volpiatto:

> I have installed emacs-cvs-23.0.0-r7 from gentoo.
> every things is working correctly except the french accentued
> characters. My configuration is the same that on emacs-cvs-23.0.50
> where everythings works perfectly.
> When i hit one of these keys (e with accents say...) i have first in
> mini-buffer the right char followed by a "-"
> If i hit a second time the same key, i have (in the current buffer  
> now)
> a chinese or japonese sign instead of my "e accent"!!!
> Do i have something else to modify to make emacs-unicode working
> with french accents ?

Did you try to launch Unicode Emacs 23.0.0 with the option -Q? This  
makes it run not using any of your pre-Unicode settings.

To find out what "code" any Emacs sees when a key is pressed, use C-h  
k <key press or mouse event>. You'll also "see" when input is  
finished, then the *Help* buffer will open or change its previous  
contents.

To make Unicode Emacs 23.0.0 a very useful tool don't use set- 
language-environment! Rather take care to set environment variable  
LC_CTYPE to something like fr_FR.UTF-8 and make sure that the value  
of file-name-coding-system and default-file-name-coding-system is the  
one your system actually uses. There is no unify-8859-on-decoding- 
mode or unify-8859-on-encoding-mode necessary. For me, on Mac OS X,  
LC_CTYPE and (prefer-coding-system 'utf-8) do the most.

--
Greetings

   Pete

The day Microsoft makes something that doesn't suck
is the day they start selling vacuum cleaners.
                                     Ernest Jan Plugge

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: emacs-cvs-unicode
  2007-09-24  8:57 ` emacs-cvs-unicode Peter Dyballa
@ 2007-09-24 10:12   ` Thierry Volpiatto
  0 siblings, 0 replies; 3+ messages in thread
From: Thierry Volpiatto @ 2007-09-24 10:12 UTC (permalink / raw)
  To: Peter Dyballa; +Cc: help-gnu-emacs

>>>>> "Peter" == Peter Dyballa <Peter_Dyballa@Web.DE> writes:

    Peter> Am 24.09.2007 um 10:41 schrieb Thierry Volpiatto:

    >> I have installed emacs-cvs-23.0.0-r7 from gentoo.  every things
    >> is working correctly except the french accentued characters. My
    >> configuration is the same that on emacs-cvs-23.0.50 where
    >> everythings works perfectly.  When i hit one of these keys (e
    >> with accents say...) i have first in mini-buffer the right char
    >> followed by a "-" If i hit a second time the same key, i have (in
    >> the current buffer now) a chinese or japonese sign instead of my
    >> "e accent"!!!  Do i have something else to modify to make
    >> emacs-unicode working with french accents ?

    Peter> Did you try to launch Unicode Emacs 23.0.0 with the option
    Peter> -Q? This makes it run not using any of your pre-Unicode
    Peter> settings.

    Peter> To find out what "code" any Emacs sees when a key is pressed,
    Peter> use C-h k <key press or mouse event>. You'll also "see" when
    Peter> input is finished, then the *Help* buffer will open or change
    Peter> its previous contents.

    Peter> To make Unicode Emacs 23.0.0 a very useful tool don't use
    Peter> set- language-environment! Rather take care to set
    Peter> environment variable LC_CTYPE to something like fr_FR.UTF-8
    Peter> and make sure that the value of file-name-coding-system and
    Peter> default-file-name-coding-system is the one your system
    Peter> actually uses. There is no unify-8859-on-decoding- mode or
    Peter> unify-8859-on-encoding-mode necessary. For me, on Mac OS X,
    Peter> LC_CTYPE and (prefer-coding-system 'utf-8) do the most.

    thierry> Thanks a lot Peter, I am stupid, i didn't think to disable
    thierry> all my utf-8 settings of the normal version of emacs.So i
    thierry> just comment in my .emacs: ;;; (set-language-environment
    thierry> "utf-8") ;;; (set-keyboard-coding-system 'utf-8) ;;;
    thierry> (set-terminal-coding-system 'utf-8) ;;;
    thierry> (prefer-coding-system 'utf-8)) and now every things work
    thierry> fine.

    Peter> -- Greetings

    Peter>   Pete

    Peter> The day Microsoft makes something that doesn't suck is the
    Peter> day they start selling vacuum cleaners.  Ernest Jan Plugge


    Peter> --
A + Thierry
pubkey: http://pgp.mit.edu/

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2007-09-24 10:12 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-09-24  8:41 emacs-cvs-unicode Thierry Volpiatto
2007-09-24  8:57 ` emacs-cvs-unicode Peter Dyballa
2007-09-24 10:12   ` emacs-cvs-unicode Thierry Volpiatto

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.