all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Javier Oviedo" <email_joviedo@yahoo.com>
Subject: Re: MS Windows "Alt-Menu" support
Date: Thu, 7 Aug 2003 10:03:01 -0400	[thread overview]
Message-ID: <bgtm0a$5mc$1@home.itg.ti.com> (raw)
In-Reply-To: SIiYa.146257$XV.7789695@twister.austin.rr.com

I was given the function below from someone on this newsgroup. I bind this
function to M-` (Alt-`) and then type the letter of the particular menu item
to bring that up....arrow keys also work. I hope this is helpful.

M-` F  ==> File
M-` E  ==> Edit
...

;;; Emulate ALT+
(defun jbr-w32-simulate-Alt-tap ()
  (interactive)
  (w32-send-sys-command 61696))
;;;


--
Javier


"Herb Martin" <news@LearnQuick.com> wrote in message
news:SIiYa.146257$XV.7789695@twister.austin.rr.com...
> [I am a "macro editor kind of guy going way back but
> have always ended up giving up on Windows Emacs
> do to inconsistencies in the user interface by have
> finally made a rule to USE IT, until it seems natural --
> and change only what I must from the defaults at first.]
>
> Obviously Alt-F File, Alt-H Help, etc., conflict with
> other Meta key sequences.
>
> How have others solved this issue (beside just adapting
> as I miss my Alt-F Save file etc.)
>
> Several options I am considering:
>     1) Use <F10 key> (this has always been an alternative to Alt-key)
>         (requires much retraining of my hand and brain but might be best
>         since it will continue to work on OTHER Windows systems.)
>     2) Make up another key sequence, e.g., "Ctrl-Alt etc" for the
>         Win-menu keys.
>     3) Redefine all the Alt-keys for emacs (worse than above probably)
>     4) Use the Esc-key meta sequence and get the Alt-key sequence back
>         for Windows menus
>
> Something else?
>
> What do those of you who use MS Windows habitually and love Emacs do
> or recommend that you have seen work for someone?
>
> And if you know of a ready made solution please let me know.  (Please
> note that I am NOT talking about basic CUA functionality as that is
> working just fine.)
>
>     4) Find another lead-in (a la F10) for the menu keys
>
>

  parent reply	other threads:[~2003-08-07 14:03 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-08-07  2:21 MS Windows "Alt-Menu" support Herb Martin
2003-08-07 13:44 ` Johan Bockgård
2003-08-08 11:50   ` Herb Martin
2003-08-07 14:03 ` Javier Oviedo [this message]
2003-08-07 16:47   ` Bruce Ingalls
2003-08-07 15:14 ` Peter Lee
2003-08-07 15:27   ` Peter Lee
2003-08-08 19:55     ` danlee
2003-08-08 19:00 ` Kai Großjohann
2003-08-08 20:04   ` Jeffery B. Rancier
2003-08-08 22:01   ` Peter Lee
2003-08-08 23:17     ` Herb Martin
2003-08-09 10:01       ` Kai Großjohann
2003-08-10  3:11         ` lRe: " Herb Martin
2003-08-10 20:22           ` Kai Großjohann
2003-08-11  5:09             ` Herb Martin
2003-08-11  5:13             ` Herb Martin
2003-08-12 18:31               ` Kai Großjohann
2003-08-13  1:08                 ` Herb Martin
2003-08-15 13:07                   ` Kai Großjohann
2003-08-18  6:03                     ` Herb Martin
2003-08-18 11:55                     ` Bruce Ingalls
2003-08-08 23:15   ` Herb Martin

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='bgtm0a$5mc$1@home.itg.ti.com' \
    --to=email_joviedo@yahoo.com \
    /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.