unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: "B. T. Raven" <nihil@nihilo.net>
To: help-gnu-emacs@gnu.org
Subject: Re: Emacs on WinXP and Italian keyboard
Date: Sat, 28 Mar 2009 19:23:06 -0600	[thread overview]
Message-ID: <L7qdnR5jm_qQIlPUnZ2dnUVZ_h2WnZ2d@sysmatrix.net> (raw)
In-Reply-To: <gqg8m2$gs9$1@nntp.motzarella.org>

Andrea Taverna wrote:
> Hello everyone,
> 
> I've installed Emacs w32 port on my windows box and I've got the 
> following problem.
> My keyboard has an Italian-105-keys layout and no '~' character on it. 
> Under X I type AltGr+ì to get the character but on windows I need to 
> enter the ASCII sequence as (IIRC) Alt+126. Problem is that Alt is 
> already caught by Emacs as meta character.

If you don't touch type on the Italian keyboard yet, you could use
another layout via Control Panel > Keyboard. Alternatively, if you can
do without the vertical bar character (| pipe directive) then try this:

(global-set-key "\|" (lambda () (interactive) (insert  ?~)))

This is where tilde is on English keyboard (to far left of number key
row -- shifted backslash on Italian keyboard). Since you don't really
need § or £ within Emacs it might be better to use something like:


(define-key global-map  (kbd "£")   (lambda () (interactive) (insert  ?~ )))

This symbol is only for pound sterling and not lire, right? Has anyone 
seen any lire recently?

Maybe you could do something like this with AltGr but I can't simulate 
that here since all my right and left modifiers are synonymous.

> 
> How can I fix the problem? It would be nice if I could set the X layout 
> on WinXP.
> 
> Do you know other advices for using Emacs on WinXP?


Google on TweakKey for system wide key reassignments.

> 
> thanks in advance,
> 
> Andrea Taverna


  parent reply	other threads:[~2009-03-29  1:23 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-03-26 15:57 Emacs on WinXP and Italian keyboard Andrea Taverna
2009-03-27  6:16 ` Torsten Mueller
2009-03-28  8:22 ` Eli Zaretskii
     [not found] ` <mailman.4144.1238228677.31690.help-gnu-emacs@gnu.org>
2009-03-28 18:34   ` Andrea Taverna
2009-03-29 18:05     ` Eli Zaretskii
     [not found]     ` <mailman.4212.1238350041.31690.help-gnu-emacs@gnu.org>
2009-03-30 11:33       ` Andrea Taverna
2009-03-30 18:40         ` Eli Zaretskii
2009-03-29  1:23 ` B. T. Raven [this message]
  -- strict thread matches above, loose matches on Subject: below --
2009-03-29  2:17 B. T. Raven
2009-03-30 11:47 ` Andrea Taverna

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

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=L7qdnR5jm_qQIlPUnZ2dnUVZ_h2WnZ2d@sysmatrix.net \
    --to=nihil@nihilo.net \
    --cc=help-gnu-emacs@gnu.org \
    /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.
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).