unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: Angelina Carlton <brat@magma.ca>
Subject: Re: emacs-snapshot keybinding problem
Date: Fri, 30 Dec 2005 09:21:02 -0500	[thread overview]
Message-ID: <8764p6u0mp.fsf@magma.ca> (raw)
In-Reply-To: <87zmmjyz2z.fsf-monnier+gnu.emacs.help@gnu.org> (Stefan Monnier's message of "Thu, 29 Dec 2005 23:49:31 -0500")

Stefan Monnier <monnier@iro.umontreal.ca> writes:

>> My keybindings for emacs-snapshot however are now changed, it does not
>> recognize f13 nor f16, C h-k <left option> shows that emacs-snapshot
>> thinks it is f2 and it thinks the right option key is f6. 
>
> Please see emacs/lisp/trm/xterm.el for a possible explanation:
> f13 is mapped to S-f1 and f16 to S-f4.
>
> It doesn't seem to explain exactly your behavior, tho.
>
That file, suggests that because I am using rxvt-unicode it will source
another file:

  ,----
  | (if (and (getenv "COLORTERM")
  |            (string-match "\\`rxvt" (getenv "COLORTERM")))
  |       (progn
  |       (eval-and-compile (load "term/rxvt"))
  |         (terminal-init-rxvt))
  `----

echo $TERM gives me rxvt-unicode
echo $COLORTERM gives me rxvt-xpm

so in /usr/share/emacs/22.0.50/lisp/term/rxvt.el.gz
,----
|   (substitute-key-definition [f11] [S-f1] function-key-map)
|   (substitute-key-definition [f12] [S-f2] function-key-map)
|   (substitute-key-definition [f13] [S-f3] function-key-map)
|   (substitute-key-definition [f14] [S-f4] function-key-map)
|   (substitute-key-definition [f15] [S-f5] function-key-map)
|   (substitute-key-definition [f16] [S-f6] function-key-map)
`----

This seems to match my problem. I can edit this file or is this not a
good idea? 

One more thing, the Apple keyboard has real F11-F16 keys which I have
not been able to get working under X, 
Option          "XkbModel"      "macintosh" 
seemed like the right choice but perhaps I need to address this first? 

Thanks for you help!


-- 
-----Angelina Carlton-----
orchid on irc.freenode.net
     brat@magma.ca
web:bzgirl.bakadigital.com
--------------------------

  reply	other threads:[~2005-12-30 14:21 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <mailman.20812.1135883611.20277.help-gnu-emacs@gnu.org>
2005-12-30  4:49 ` emacs-snapshot keybinding problem Stefan Monnier
2005-12-30 14:21   ` Angelina Carlton [this message]
2005-12-30 15:45     ` Peter Dyballa
2005-12-30 18:31       ` Angelina Carlton
2005-12-30 23:52         ` Peter Dyballa
2005-12-31 15:41           ` Angelina Carlton
2005-12-31 17:21             ` Peter Dyballa
2006-01-01 18:04               ` Angelina Carlton
2006-01-01 18:57                 ` Peter Dyballa
2006-01-02 20:24                   ` Angelina Carlton
2006-01-03 12:58                     ` Peter Dyballa
2006-01-03 22:49                       ` Angelina Carlton
2006-01-03 23:52                         ` Peter Dyballa
2006-01-04 21:51                           ` Angelina Carlton
2006-01-04 22:48                             ` Peter Dyballa
2006-01-06  5:08                             ` Ian Zimmerman
2006-01-06 18:17                               ` Angelina Carlton
     [not found]                           ` <mailman.21417.1136411578.20277.help-gnu-emacs@gnu.org>
2006-01-05 10:57                             ` Romain Francoise
2006-01-05 14:05                               ` Angelina Carlton
2006-01-02 16:36             ` Stefan Monnier
2006-01-04 21:43               ` Angelina Carlton
2005-12-29 19:11 Angelina Carlton

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=8764p6u0mp.fsf@magma.ca \
    --to=brat@magma.ca \
    /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).