GNU bug report logs - #15289
24.3.50; cannot type non-ascii characters using right alt, cp852, windows console (non-gui cmd terminal)

Previous Next

Package: emacs;

Reported by: Jarek Czekalski <jarekczek <at> poczta.onet.pl>

Date: Fri, 6 Sep 2013 14:50:02 UTC

Severity: minor

Found in version 24.3.50

Done: Eli Zaretskii <eliz <at> gnu.org>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 15289 in the body.
You can then email your comments to 15289 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-gnu-emacs <at> gnu.org:
bug#15289; Package emacs. (Fri, 06 Sep 2013 14:50:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Jarek Czekalski <jarekczek <at> poczta.onet.pl>:
New bug report received and forwarded. Copy sent to bug-gnu-emacs <at> gnu.org. (Fri, 06 Sep 2013 14:50:04 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Jarek Czekalski <jarekczek <at> poczta.onet.pl>
To: bug-gnu-emacs <at> gnu.org
Subject: 24.3.50; cannot type non-ascii characters using right alt, cp852,
 windows console (non-gui cmd terminal)
Date: Fri, 06 Sep 2013 16:49:04 +0200
Before starting emacs with -nw -Q I type unicode x107 character
with AltGr-c. In emacs it does not work, despite doing
set-keyboard-coding-system cp852

It works only in emacs 22.3.1, not in 23, 24 nor in current repo.
I can see the character if I enter it using polish-slash method (/c).
In this old emacs it works out of the box, with pure -nw.

In current emacs AltGr-c is translated into C-g. Similar
simplifications happen to other right alt combination, that
should give me Polish characters.

In GNU Emacs 24.3.50.1 (i686-pc-mingw32)
 of 2013-09-06 on BONSOFTW7
Bzr revision: 114155 dmantipov <at> yandex.ru-20130906084914-763iiixlqgy5v1fw
Windowing system distributor `Microsoft Corp.', version 6.1.7601
Configured using:
 `configure --without-makeinfo'

Important settings:
  value of $LANG: PLK
  locale-coding-system: cp1250
  default enable-multibyte-characters: t

Major mode: Lisp Interaction

Minor modes in effect:
  tooltip-mode: t
  mouse-wheel-mode: t
  tool-bar-mode: t
  menu-bar-mode: t
  file-name-shadow-mode: t
  global-font-lock-mode: t
  font-lock-mode: t
  auto-composition-mode: t
  auto-encryption-mode: t
  auto-compression-mode: t
  line-number-mode: t
  transient-mark-mode: t

Recent input:
M-x r e p o r t <tab> <return>

Recent messages:
("D:\\Program_Files\\emacs-master\\bin\\emacs.exe")
For information about GNU Emacs and the GNU system, type C-h C-a.

Load-path shadows:
None found.

Features:
(shadow sort gnus-util mail-extr emacsbug message format-spec rfc822 mml
easymenu mml-sec mm-decode mm-bodies mm-encode mail-parse rfc2231
mailabbrev gmm-utils mailheader sendmail rfc2047 rfc2045 ietf-drums
mm-util mail-prsvr mail-utils time-date tooltip ediff-hook vc-hooks
lisp-float-type mwheel dos-w32 ls-lisp w32-common-fns disp-table w32-win
w32-vars tool-bar dnd fontset image regexp-opt fringe tabulated-list
newcomment lisp-mode prog-mode register page menu-bar rfn-eshadow timer
select scroll-bar mouse jit-lock font-lock syntax facemenu font-core
frame cham georgian utf-8-lang misc-lang vietnamese tibetan thai
tai-viet lao korean japanese hebrew greek romanian slovak czech european
ethiopic indian cyrillic chinese case-table epa-hook jka-cmpr-hook help
simple abbrev minibuffer nadvice loaddefs button faces cus-face macroexp
files text-properties overlay sha1 md5 base64 format env code-pages mule
custom widget hashtable-print-readable backquote make-network-process
w32notify w32 multi-tty emacs)





Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#15289; Package emacs. (Fri, 06 Sep 2013 16:07:02 GMT) Full text and rfc822 format available.

Message #8 received at 15289 <at> debbugs.gnu.org (full text, mbox):

From: Eli Zaretskii <eliz <at> gnu.org>
To: Jarek Czekalski <jarekczek <at> poczta.onet.pl>
Cc: 15289 <at> debbugs.gnu.org
Subject: Re: bug#15289: 24.3.50;
 cannot type non-ascii characters using right alt, cp852,
 windows	console (non-gui cmd terminal)
Date: Fri, 06 Sep 2013 19:06:02 +0300
> Date: Fri, 06 Sep 2013 16:49:04 +0200
> From: Jarek Czekalski <jarekczek <at> poczta.onet.pl>
> 
> Before starting emacs with -nw -Q I type unicode x107 character
> with AltGr-c. In emacs it does not work

Does it work in "emacs -Q", without -nw?

(Any reason why you prefer "emacs -nw" to the GUI session?  There's
nothing but disadvantages to that.)

> despite doing set-keyboard-coding-system cp852

Emacs uses Unicode keyboard input on Windows, so setting
keyboard-coding-system will have no effect, except on Windows 9X.




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#15289; Package emacs. (Fri, 06 Sep 2013 16:11:02 GMT) Full text and rfc822 format available.

Message #11 received at 15289 <at> debbugs.gnu.org (full text, mbox):

From: Drew Adams <drew.adams <at> oracle.com>
To: Eli Zaretskii <eliz <at> gnu.org>, Jarek Czekalski <jarekczek <at> poczta.onet.pl>
Cc: 15289 <at> debbugs.gnu.org
Subject: RE: bug#15289: 24.3.50; cannot type non-ascii characters using right
 alt, cp852,	windows	console (non-gui cmd terminal)
Date: Fri, 6 Sep 2013 09:10:33 -0700 (PDT)
> Emacs uses Unicode keyboard input on Windows, so setting
> keyboard-coding-system will have no effect, except on Windows 9X.

Then why not mention that in the Elisp manual and perhaps in the doc
string for `set-keyboard-coding-system'?




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#15289; Package emacs. (Fri, 06 Sep 2013 16:23:01 GMT) Full text and rfc822 format available.

Message #14 received at 15289 <at> debbugs.gnu.org (full text, mbox):

From: Jarek Czekalski <jarekczek <at> poczta.onet.pl>
To: Drew Adams <drew.adams <at> oracle.com>
Cc: Eli Zaretskii <eliz <at> gnu.org>, 15289 <at> debbugs.gnu.org
Subject: Re: bug#15289: 24.3.50; cannot type non-ascii characters using right
 alt, cp852,	windows	console (non-gui cmd terminal)
Date: Fri, 06 Sep 2013 18:22:21 +0200
> (Any reason why you prefer "emacs -nw" to the GUI session?  There's
> nothing but disadvantages to that.)

Eli, good question. Until to 15 minutes ago I thought that only console 
version is accesible by screen reader nvda. But I read a thread on emacs 
list that there is a trick to make it working on gui version too, with 
(setq w32-use-visible-system-caret t).

So I think I'll stop posting bug reports for console emacs, at least on 
Windows.

Thanks
Jarek




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#15289; Package emacs. (Fri, 20 Aug 2021 15:32:02 GMT) Full text and rfc822 format available.

Message #17 received at 15289 <at> debbugs.gnu.org (full text, mbox):

From: Lars Ingebrigtsen <larsi <at> gnus.org>
To: Drew Adams <drew.adams <at> oracle.com>
Cc: Eli Zaretskii <eliz <at> gnu.org>, Jarek Czekalski <jarekczek <at> poczta.onet.pl>,
 15289 <at> debbugs.gnu.org
Subject: Re: bug#15289: 24.3.50; cannot type non-ascii characters using
 right alt, cp852, windows console (non-gui cmd terminal)
Date: Fri, 20 Aug 2021 17:31:00 +0200
Drew Adams <drew.adams <at> oracle.com> writes:

>> Emacs uses Unicode keyboard input on Windows, so setting
>> keyboard-coding-system will have no effect, except on Windows 9X.
>
> Then why not mention that in the Elisp manual and perhaps in the doc
> string for `set-keyboard-coding-system'?

Eli, is this something that should be documented (if it's still the
case -- this is a seven year old bug report)?

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no




Reply sent to Eli Zaretskii <eliz <at> gnu.org>:
You have taken responsibility. (Sun, 22 Aug 2021 08:35:01 GMT) Full text and rfc822 format available.

Notification sent to Jarek Czekalski <jarekczek <at> poczta.onet.pl>:
bug acknowledged by developer. (Sun, 22 Aug 2021 08:35:02 GMT) Full text and rfc822 format available.

Message #22 received at 15289-done <at> debbugs.gnu.org (full text, mbox):

From: Eli Zaretskii <eliz <at> gnu.org>
To: Lars Ingebrigtsen <larsi <at> gnus.org>
Cc: 15289-done <at> debbugs.gnu.org, jarekczek <at> poczta.onet.pl, drew.adams <at> oracle.com
Subject: Re: bug#15289: 24.3.50; cannot type non-ascii characters using
 right alt, cp852, windows console (non-gui cmd terminal)
Date: Sun, 22 Aug 2021 11:34:02 +0300
> From: Lars Ingebrigtsen <larsi <at> gnus.org>
> Cc: Eli Zaretskii <eliz <at> gnu.org>,  Jarek Czekalski
>  <jarekczek <at> poczta.onet.pl>,  15289 <at> debbugs.gnu.org
> Date: Fri, 20 Aug 2021 17:31:00 +0200
> 
> Drew Adams <drew.adams <at> oracle.com> writes:
> 
> >> Emacs uses Unicode keyboard input on Windows, so setting
> >> keyboard-coding-system will have no effect, except on Windows 9X.
> >
> > Then why not mention that in the Elisp manual and perhaps in the doc
> > string for `set-keyboard-coding-system'?
> 
> Eli, is this something that should be documented (if it's still the
> case -- this is a seven year old bug report)?

Right, I amended the relevant documentation, and I'm closing this bug
report.

Thanks.




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sun, 19 Sep 2021 11:24:07 GMT) Full text and rfc822 format available.

This bug report was last modified 3 years and 356 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.