all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Peter Dyballa <Peter_Dyballa@Web.DE>
Cc: help-gnu-emacs@gnu.org
Subject: Re: Binding meta and arrow
Date: Sun, 15 May 2005 11:32:25 +0200	[thread overview]
Message-ID: <78efd931823a10a244eb824128c1206d@Web.DE> (raw)
In-Reply-To: <BAY102-F10114A3C10662A588C673BFB130@phx.gbl>


Am 15.05.2005 um 01:51 schrieb Ian Crowther:

> it does exactly what I expect. I press left and it goes to the line 
> start. The following still don't work:
>
> 	(global-set-key [M-left] 'beginning-of-line)
> 	(global-set-key [A-left] 'beginning-of-line)
>

Try first 'M-x global-set-key <your keys> global-set-key' and then do 
M-x repeat-complex-command. You now see the code for binding the key, 
C-a and C-k and C-g and you insert it into your .emacs file. Could be 
that either your X server or you keyboard do not support Alt and Meta 
cursor keys. Are you working on a portable? What happens when you press 
the fn key?

(global-set-key [(alt v)] 'yank) works for me. Could be you need to 
change some of your syntax.

--
Greetings

   Pete

Mac OS X is like a wigwam: no fences, no gates, but an apache inside.

  reply	other threads:[~2005-05-15  9:32 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-05-13 23:27 Binding meta and arrow Ian Crowther
2005-05-14  7:13 ` Eli Zaretskii
2005-05-14 15:56 ` Peter Dyballa
2005-05-14 23:51   ` Ian Crowther
2005-05-15  9:32     ` Peter Dyballa [this message]
2005-05-16  1:01       ` Ian Crowther
2005-05-16  8:50         ` Peter Dyballa
     [not found] <mailman.5162.1116027341.2819.help-gnu-emacs@gnu.org>
2005-05-16 15:49 ` Stefan Monnier
2005-05-18 13:56   ` Ehud Karni

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=78efd931823a10a244eb824128c1206d@Web.DE \
    --to=peter_dyballa@web.de \
    --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.
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.