GNU bug report logs - #9897
24.0.90; w32 control character configuration is severely lacking compared to ns-win.el

Previous Next

Package: emacs;

Reported by: Tim Visher <tim.visher <at> gmail.com>

Date: Fri, 28 Oct 2011 16:08:01 UTC

Severity: wishlist

Found in version 24.0.90

Full log


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

From: Jason Rumney <jasonr <at> gnu.org>
To: Tim Visher <tim.visher <at> gmail.com>
Cc: 9897 <at> debbugs.gnu.org, Eli Zaretskii <eliz <at> gnu.org>
Subject: Re: bug#9897: 24.0.90;
	w32 control character configuration is severely lacking compared to
	ns-win.el
Date: Sat, 29 Oct 2011 12:03:46 +0800
Tim Visher <tim.visher <at> gmail.com> writes:

> I'm essentially looking for modifier key parity with ns ala:
>
> http://bzr.savannah.gnu.org/lh/emacs/trunk/annotate/head:/lisp/term/ns-win.el#L182
>
> On Windows, that list would probably look like:
>
>     (defvaralias 'pc-allow-anti-aliasing 'pc-antialias-text)

Antialiasing can be specified on a per-font level with the Windows font
backends.  This is documented in the Emacs manual.

>     (defvaralias 'pc-windows-modifier 'pc-windows-modifier)

w32-lwindow-modifer

>     (defvaralias 'pc-right-windows-modifier 'pc-right-windows-modifier)

w32-rwindow-modifier

>     (defvaralias 'pc-control-modifier 'pc-control-modifier)
>     (defvaralias 'pc-right-control-modifier 'pc-right-control-modifier)
>     (defvaralias 'pc-alt-modifier 'pc-alt-modifier)

Standard keyboard keys can be remapped outside of Emacs. Commonly this
is done to swap left-control and caps-lock, for example, see
http://www.emacswiki.org/emacs/SwapControlAltAndCapsLock

>     (defvaralias 'pc-right-alt-modifier 'pc-right-alt-modifier)

See above, and also w32-recognize-altgr

>     (defvaralias 'pc-function-modifier 'pc-function-modifier)

No idea which key you mean here. If you mean the Fn key present on some
laptop keyboards, I beleive this is handled by the keyboard hardware or
low level drivers, and not exposed by the OS.

>     (defvaralias 'pc-apps-modifier 'pc-apps-modifier)

w32-apps-modifier




This bug report was last modified 13 years and 230 days ago.

Previous Next


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