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: How to make "C-M-v" to work on i386 linux?
Date: Mon, 12 Sep 2005 10:26:55 +0200	[thread overview]
Message-ID: <38e275d727bcc40b8ca4d16e6320d918@Web.DE> (raw)
In-Reply-To: <a0d88f5005091122293cb759bb@mail.gmail.com>


Am 12.09.2005 um 07:29 schrieb Mohd. Jeffry:

> If I split in two windows, I want to be able to scroll the other 
> window using C-M-v . I'm using a regualar i386 pc keybord and 
> Crtl-Alt-v combo doesn't work. I don't wnat to settle for ESC Ctrl-v 
> or M-x scroll-other-window.

I think you have five options:

- another X server
- another key combination
- another keyboard
- another GNU Emacs
- build GNU Emacs yourself with prepared C header files for X11

Combining many keys to create one key event is a function that your X11 
server does. To do so it needs definitions in its C header files. GNU 
Emacs, as any other X client, is using this capability. I too think 
that there are keyboards that cannot report that three or more keys are 
pressed together -- who would do that voluntarily?

Have you checked what is returned when you first do 'M-x global-set-key 
<your key combination> RET' and then C-x Esc Esc 
(repeat-complex-command)? Is there some numerical value reported to 
which the function is bound? If so this statement can be put into your 
.emacs file ...

--
Greetings

   Pete

                (This space left blank for technical reasons.)

  reply	other threads:[~2005-09-12  8:26 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-09-12  5:29 How to make "C-M-v" to work on i386 linux? Mohd. Jeffry
2005-09-12  8:26 ` Peter Dyballa [this message]
2005-09-12 23:23 ` Ian Zimmerman
     [not found] <mailman.6698.1126503055.20277.help-gnu-emacs@gnu.org>
2005-09-12 14:42 ` Peter Lee

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=38e275d727bcc40b8ca4d16e6320d918@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.