unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#15289: 24.3.50; cannot type non-ascii characters using right alt, cp852, windows console (non-gui cmd terminal)
@ 2013-09-06 14:49 Jarek Czekalski
  2013-09-06 16:06 ` Eli Zaretskii
  0 siblings, 1 reply; 6+ messages in thread
From: Jarek Czekalski @ 2013-09-06 14:49 UTC (permalink / raw)
  To: 15289

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@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)






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

* bug#15289: 24.3.50; cannot type non-ascii characters using right alt, cp852, windows console (non-gui cmd terminal)
  2013-09-06 14:49 Jarek Czekalski
@ 2013-09-06 16:06 ` Eli Zaretskii
  0 siblings, 0 replies; 6+ messages in thread
From: Eli Zaretskii @ 2013-09-06 16:06 UTC (permalink / raw)
  To: Jarek Czekalski; +Cc: 15289

> Date: Fri, 06 Sep 2013 16:49:04 +0200
> From: Jarek Czekalski <jarekczek@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.





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

* bug#15289: 24.3.50; cannot type non-ascii characters using right alt, cp852, windows console (non-gui cmd terminal)
       [not found] ` <<83vc2ekk9h.fsf@gnu.org>
@ 2013-09-06 16:10   ` Drew Adams
  2013-09-06 16:22     ` Jarek Czekalski
  2021-08-20 15:31     ` Lars Ingebrigtsen
  0 siblings, 2 replies; 6+ messages in thread
From: Drew Adams @ 2013-09-06 16:10 UTC (permalink / raw)
  To: Eli Zaretskii, Jarek Czekalski; +Cc: 15289

> 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'?





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

* bug#15289: 24.3.50; cannot type non-ascii characters using right alt, cp852, windows console (non-gui cmd terminal)
  2013-09-06 16:10   ` bug#15289: 24.3.50; cannot type non-ascii characters using right alt, cp852, windows console (non-gui cmd terminal) Drew Adams
@ 2013-09-06 16:22     ` Jarek Czekalski
  2021-08-20 15:31     ` Lars Ingebrigtsen
  1 sibling, 0 replies; 6+ messages in thread
From: Jarek Czekalski @ 2013-09-06 16:22 UTC (permalink / raw)
  To: Drew Adams; +Cc: 15289

> (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





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

* bug#15289: 24.3.50; cannot type non-ascii characters using right alt, cp852, windows console (non-gui cmd terminal)
  2013-09-06 16:10   ` bug#15289: 24.3.50; cannot type non-ascii characters using right alt, cp852, windows console (non-gui cmd terminal) Drew Adams
  2013-09-06 16:22     ` Jarek Czekalski
@ 2021-08-20 15:31     ` Lars Ingebrigtsen
  2021-08-22  8:34       ` Eli Zaretskii
  1 sibling, 1 reply; 6+ messages in thread
From: Lars Ingebrigtsen @ 2021-08-20 15:31 UTC (permalink / raw)
  To: Drew Adams; +Cc: Jarek Czekalski, 15289

Drew Adams <drew.adams@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





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

* bug#15289: 24.3.50; cannot type non-ascii characters using right alt, cp852, windows console (non-gui cmd terminal)
  2021-08-20 15:31     ` Lars Ingebrigtsen
@ 2021-08-22  8:34       ` Eli Zaretskii
  0 siblings, 0 replies; 6+ messages in thread
From: Eli Zaretskii @ 2021-08-22  8:34 UTC (permalink / raw)
  To: Lars Ingebrigtsen; +Cc: jarekczek, 15289-done

> From: Lars Ingebrigtsen <larsi@gnus.org>
> Cc: Eli Zaretskii <eliz@gnu.org>,  Jarek Czekalski
>  <jarekczek@poczta.onet.pl>,  15289@debbugs.gnu.org
> Date: Fri, 20 Aug 2021 17:31:00 +0200
> 
> Drew Adams <drew.adams@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.





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

end of thread, other threads:[~2021-08-22  8:34 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <<5229EB60.107@poczta.onet.pl>
     [not found] ` <<83vc2ekk9h.fsf@gnu.org>
2013-09-06 16:10   ` bug#15289: 24.3.50; cannot type non-ascii characters using right alt, cp852, windows console (non-gui cmd terminal) Drew Adams
2013-09-06 16:22     ` Jarek Czekalski
2021-08-20 15:31     ` Lars Ingebrigtsen
2021-08-22  8:34       ` Eli Zaretskii
2013-09-06 14:49 Jarek Czekalski
2013-09-06 16:06 ` Eli Zaretskii

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

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).