From: Eli Zaretskii <eliz@gnu.org>
Cc: help-gnu-emacs@gnu.org
Subject: Re: w32-pass-lwindow-to-system (& ...rwindow)
Date: Sun, 24 Sep 2006 19:45:33 +0300 [thread overview]
Message-ID: <u4puxkyc2.fsf@gnu.org> (raw)
In-Reply-To: <f0204$4515792d$49f2031$30579@DIALUPUSA.NET> (ecinmn@alcisp.com)
> From: "B. T. Raven" <ecinmn@alcisp.com>
> Date: Sat, 23 Sep 2006 13:17:57 -0500
>
> Probably not relevant, but the following work alright:
>
> (global-set-key [(super g)] 'goto-line)
> (global-set-key [(super b)] 'bury-buffer)
> (global-set-key [(super k)] (lambda () (interactive) (kill-line 0 )))
FWIW, another workaround is to use a modified key; e.g., the following
should work:
(global-set-key [(super shift r)] 'goto-line)
alternatively, use the normal binding:
(global-set-key [(super r)] 'goto-line)
but hold the Shift key while you press LWindow-r. The Run dialog will
not pop up because of Shift being down, but Emacs will translate
LWindow-R to LWindow-r, and invoke your function.
next prev parent reply other threads:[~2006-09-24 16:45 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-09-22 0:46 w32-pass-lwindow-to-system (& ...rwindow) B. T. Raven
2006-09-23 15:44 ` Eli Zaretskii
[not found] ` <mailman.7285.1159026303.9609.help-gnu-emacs@gnu.org>
2006-09-23 16:57 ` Mathias Dahl
2006-09-23 18:17 ` B. T. Raven
2006-09-24 12:59 ` Eli Zaretskii
2006-09-24 16:45 ` Eli Zaretskii [this message]
[not found] ` <mailman.7319.1159116339.9609.help-gnu-emacs@gnu.org>
2006-09-25 0:32 ` B. T. Raven
2006-09-25 3:21 ` Eli Zaretskii
[not found] ` <mailman.7336.1159154474.9609.help-gnu-emacs@gnu.org>
2006-09-25 11:55 ` B. T. Raven
2006-09-24 0:50 ` Lennart Borgman
2006-09-24 7:13 ` Eli Zaretskii
2006-09-24 9:59 ` Lennart Borgman
2006-09-24 12:48 ` Eli Zaretskii
2006-09-24 13:19 ` Lennart Borgman
[not found] ` <mailman.7293.1159059034.9609.help-gnu-emacs@gnu.org>
2006-09-24 3:34 ` B. T. Raven
2006-09-24 7:08 ` Eli Zaretskii
2006-09-24 10:19 ` Lennart Borgman
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=u4puxkyc2.fsf@gnu.org \
--to=eliz@gnu.org \
--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).