all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Emanuel Berg <embe8573@student.uu.se>
To: help-gnu-emacs@gnu.org
Subject: Re: <Multi_key> does not work anymore
Date: Sat, 07 Mar 2015 16:56:15 +0100	[thread overview]
Message-ID: <87lhj8ztr4.fsf@debian.uxu> (raw)
In-Reply-To: 87bnk6wug2.fsf@Equus.decebal.nl

Cecil Westerhof <Cecil@decebal.nl> writes:

>> If Emacs says "<Multi_key> is undefined" then it
>> should be easy enough to solve this, just define
>> (bind) it to do whatever you want. If you want it
>> to be a key sequence probably you need to make it a
>> "prefix key" as well, as in: ; step 1 - name
>> (define-prefix-command 'C-o-prefix) ; step 2 - bind
>> (global-set-key "\C-o" 'C-o-prefix) ; step 3 -
>> normal usage as you would any key (global-set-key
>> "\C-\M-j" 'scroll-left-1) ; ...
>
> It has nothing to do with Emacs: it is done with
> xmodmap, so it is an X binding not an Emacs binding.
> This is something I defined years ago (globally, so
> for normal user and root user) and always worked. I
> did not change anything in .xnodmap or in .emacs. So
> this should not be happening, but it is.

If you press a key and Emacs says it is undefined that
means Emacs recognizes a key has been pressed and it
recognizes the key. That key sounds like it has a
special purpose in X, so you might still run into
problems, but why not just try bind it to whatever
functionality you wish for it?

-- 
underground experts united


  parent reply	other threads:[~2015-03-07 15:56 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-03-05 21:06 <Multi_key> does not work anymore Cecil Westerhof
2015-03-05 22:12 ` Cecil Westerhof
2015-03-06  0:02   ` Emanuel Berg
2015-03-06  5:45     ` Cecil Westerhof
2015-03-06  9:33       ` Rusi
2015-03-10 18:34         ` Cecil Westerhof
2015-03-07 15:56       ` Emanuel Berg [this message]
2015-03-10 18:35         ` Cecil Westerhof
2015-03-11  0:35           ` Emanuel Berg

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=87lhj8ztr4.fsf@debian.uxu \
    --to=embe8573@student.uu.se \
    --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.