all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Lennart Borgman <lennart.borgman.073@student.lu.se>
Cc: Stefan Monnier <monnier@iro.umontreal.ca>,
	Emacs Devel <emacs-devel@gnu.org>
Subject: Re: ignore is bound to <lwindow> but <lwindow> is META
Date: Mon, 03 Apr 2006 20:22:28 +0200	[thread overview]
Message-ID: <443167E4.8060702@student.lu.se> (raw)
In-Reply-To: <uvetqh6r9.fsf@jasonrumney.net>

Jason Rumney wrote:
> Lennart Borgman <lennart.borgman.073@student.lu.se> writes:
>
>   
>> This is maybe w32 specific, I am not sure.
>>
>> I have bound <lwindow> to META but `describe-function' says `ignore'
>> is still bound to <lwindow>. What is wrong? Am I overlooking
>> something?
>>     
>
> What do you mean when you say you bound lwindow to META?
>   
Sorry for my bad wordings. I do something like this:

  (when lwindow-meta
    (setq w32-lwindow-modifier 'meta)
    (setq w32-pass-lwindow-to-system nil))

This is in my w32-meta.el (that uses my patch for the low level keyboard 
hook, but that is another story). Maybe I just ought just to add

     (global-unset-key [(lwindow)])

at least to be more consistent? On the other hand I do not think that 
Emacs should say that a key is bound to anything if it is used as META. 
But I am a bit confused here so I appreciate explanations!

  reply	other threads:[~2006-04-03 18:22 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-04-03 16:59 ignore is bound to <lwindow> but <lwindow> is META Lennart Borgman
2006-04-03 18:05 ` Stefan Monnier
2006-04-03 18:08 ` Jason Rumney
2006-04-03 18:22   ` Lennart Borgman [this message]
2006-04-03 19:33     ` Stefan Monnier
2006-04-03 19:52       ` Lennart Borgman
2006-04-03 20:29         ` Stefan Monnier

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=443167E4.8060702@student.lu.se \
    --to=lennart.borgman.073@student.lu.se \
    --cc=emacs-devel@gnu.org \
    --cc=monnier@iro.umontreal.ca \
    /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.