all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "D. Goel" <deego@glue.umd.edu>
Subject: Re: define-key acting strange..
Date: 22 May 2002 15:57:49 -0400	[thread overview]
Message-ID: <ap38z6carb6.fsf@poynting.umd.edu> (raw)
In-Reply-To: ap38z6dejnw.fsf@poynting.umd.edu

The 'emacs-freezing' problem--->

Summary: No bug here.. report closed :)

====================================================

> >     i am still curious why emacs froze though..
> > 
> > RMS: Would you like to use GDB and investigate?
> 
> Sure.   will do.  


Upon further investigation :) , 

Recap: this was a 'side-issue' in a differnet bug-report.. the
question was why a certain expression[1], which mapped a lot of
*function-keys* into each other, seemed to freeze Emacs. 

It now seems that Emacs is not really frozen. It is just that all (all
that i tried) of the C- commands, M- commands and number-keys beep at
you... whereas other self-insert characters like ?a--?z still seem to
self-insert..  As for the keys that stop working, well, i should not
expect any better when i am doing such a huge mapping of the
function-keys, and surely they must be somehow related to that
mapping..  Therefore, IMHO, there's is no bug-report here...


[1] the expression being: 
(progn
  (define-key key-translation-map [a] [A])
  (define-key key-translation-map [b] [B])
  (define-key key-translation-map [c] [C])
  (define-key key-translation-map [d] [D])
  (define-key key-translation-map [e] [E])
  (define-key key-translation-map [f] [F])
  (define-key key-translation-map [g] [G])
  (define-key key-translation-map [h] [H])
  (define-key key-translation-map [i] [I])
  (define-key key-translation-map [j] [J])
  (define-key key-translation-map [k] [K])
  (define-key key-translation-map [l] [L])
  (define-key key-translation-map [m] [M])
  (define-key key-translation-map [n] [N])
  (define-key key-translation-map [o] [O])
  (define-key key-translation-map [p] [P])
  (define-key key-translation-map [q] [Q])
  (define-key key-translation-map [r] [R])
  (define-key key-translation-map [s] [S])
  (define-key key-translation-map [t] [T])
  (define-key key-translation-map [u] [U])
  (define-key key-translation-map [v] [V])
  (define-key key-translation-map [w] [W])
  (define-key key-translation-map [x] [X])
  (define-key key-translation-map [y] [Y])
  (define-key key-translation-map [z] [Z])

  (define-key key-translation-map [A] [a])
  (define-key key-translation-map [B] [b])
  (define-key key-translation-map [C] [c])
  (define-key key-translation-map [D] [d])
  (define-key key-translation-map [E] [e])
  (define-key key-translation-map [F] [f])
  (define-key key-translation-map [G] [g])
  (define-key key-translation-map [H] [h])
  (define-key key-translation-map [I] [i])
  (define-key key-translation-map [J] [j])
  (define-key key-translation-map [K] [k])
  (define-key key-translation-map [L] [l])
  (define-key key-translation-map [M] [m])
  (define-key key-translation-map [N] [n])
  (define-key key-translation-map [O] [o])
  (define-key key-translation-map [P] [p])
  (define-key key-translation-map [Q] [q])
  (define-key key-translation-map [R] [r])
  (define-key key-translation-map [S] [s])
  (define-key key-translation-map [T] [t])
  (define-key key-translation-map [U] [u])
  (define-key key-translation-map [V] [v])
  (define-key key-translation-map [W] [w])
  (define-key key-translation-map [X] [x])
  (define-key key-translation-map [Y] [y])
  (define-key key-translation-map [Z] [z])
  )

  reply	other threads:[~2002-05-22 19:57 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-05-19 18:21 define-key acting strange D. Goel
2002-05-19 19:56 ` D. Goel
2002-05-20 21:34   ` Richard Stallman
2002-05-21 13:04     ` D. Goel
2002-05-22 19:57       ` D. Goel [this message]
2002-05-24  0:44         ` Richard Stallman
2002-05-24  5:31           ` D. Goel
2002-05-24  6:43             ` D. Goel
2002-05-24 11:02               ` Andreas Schwab
2002-05-25 21:19               ` Richard Stallman
2002-05-24  8:13             ` Thien-Thi Nguyen
2002-05-24 12:34             ` Eli Zaretskii

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=ap38z6carb6.fsf@poynting.umd.edu \
    --to=deego@glue.umd.edu \
    /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.