all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Dani Moncayo <dmoncayo@gmail.com>
To: Eli Zaretskii <eliz@gnu.org>
Cc: Juanma Barranquero <lekktu@gmail.com>, 12082@debbugs.gnu.org
Subject: bug#12082: 24.1.50; Wrong character showed by "C-h c"
Date: Mon, 30 Jul 2012 16:53:38 +0200	[thread overview]
Message-ID: <CAH8Pv0g=kTt9LtQk+rFb+Ryg3EE_nov57BCCJoHhnPV0_RFnPA@mail.gmail.com> (raw)
In-Reply-To: <83obmxfhfs.fsf@gnu.org>

> Looks like Windows lies to us about the input codepage.  Please apply
> the patches below, run Emacs in GUI mode under GDB, and do the
> following experiments:
>
>   . switch the keyboard to English ("EN" near the system tray), if you
>     can, and type a couple of pure ASCII characters

[a]
warning: w32fns: WM_CHAR 0x61
warning: w32term: 0x61 => 0x61 (cp1252)

[z]
warning: w32fns: WM_CHAR 0x7a
warning: w32term: 0x7a => 0x7a (cp1252)

>   . switch the keyboard to Spanish and type ç and M-ç

[ç]
warning: w32fns: WM_CHAR 0xe7
warning: w32term: 0xffffffe7 => 0xe7 (cp1252)

[M-ç]
warning: w32term: 0xffffff87 => 0x2021 (cp1252)

(yes, only one message for this character)

>   . do the latter both with active codepage 850 and 1252

?? Where can I set the "active codepage"? Please elaborate this step a bit more.

-- 
Dani Moncayo





  parent reply	other threads:[~2012-07-30 14:53 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-07-29 17:50 bug#12082: 24.1.50; Wrong character showed by "C-h c" Dani Moncayo
2012-07-29 18:31 ` Eli Zaretskii
2012-07-29 21:44   ` Dani Moncayo
2012-07-29 23:04     ` Juanma Barranquero
2012-07-30  3:37       ` Eli Zaretskii
2012-07-30  9:17         ` Dani Moncayo
     [not found]         ` <CAAeL0SS+PoA8X_FY6DWO1bqEn9NJJNm23Dn=5mdXZxAcKmVmYQ@mail.gmail.com>
2012-07-30 14:32           ` Eli Zaretskii
2012-07-30 14:49             ` Juanma Barranquero
2012-07-30 14:53             ` Dani Moncayo [this message]
2012-07-30 14:56               ` Juanma Barranquero
2012-07-30 15:05               ` Dani Moncayo
2012-07-30 15:58                 ` Eli Zaretskii
2012-07-30 16:16                   ` Dani Moncayo
2012-07-30 16:43                     ` Eli Zaretskii
2012-07-30 17:16                       ` Eli Zaretskii
2012-07-30 17:47                         ` Dani Moncayo
2012-07-30 18:11                           ` Eli Zaretskii
     [not found]                             ` <CAH8Pv0jk4Wv1WGFwtvmh0G76dTH6ae9kzPfmSb4Hgtyo4ry2GQ@mail.gmail.com>
2012-07-30 18:18                               ` Dani Moncayo
2012-07-30 19:12                                 ` Eli Zaretskii
2012-07-30 14:22     ` Dani Moncayo
2012-07-30 14:32       ` Juanma Barranquero
2012-07-30 14:37       ` Eli Zaretskii

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='CAH8Pv0g=kTt9LtQk+rFb+Ryg3EE_nov57BCCJoHhnPV0_RFnPA@mail.gmail.com' \
    --to=dmoncayo@gmail.com \
    --cc=12082@debbugs.gnu.org \
    --cc=eliz@gnu.org \
    --cc=lekktu@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.
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.