unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Ovidiu Predescu <ovidiu@apache.org>
Cc: emacs-devel@gnu.org
Subject: Re: Problem with the RETURN key
Date: Thu, 19 Dec 2002 18:22:29 -0800	[thread overview]
Message-ID: <E31438E9-13C1-11D7-BE2C-00039398D61E@apache.org> (raw)
In-Reply-To: <m2n0n5c9q1.fsf@owlbear.local>

Hi Andrew,

On Tuesday, Dec 17, 2002, at 00:48 US/Pacific, Andrew Choi wrote:

> Ovidiu Predescu <ovidiu@apache.org> writes:
>
>> The result is "<return> is undefined". This happens with no startup
>> file.  [...]
>>
>> Any ideas on how to proceed further?
>
> Please read the node `Translating Input' in the Elisp manual.
>
> What is the value of `function-key-map'?  Mine says:
>
>   (keymap (M-return . [-134217715]) (return . [13]) (kp-equal . [61]) 
> (kp-divide . [47]) (kp-decimal . [46]) (kp-subtract . [45]) 
> (kp-separator . [44]) (kp-add . [43]) (kp-multiply . [42]) (kp-enter . 
> [13]) (kp-tab . [9]) ...)
>
> Note the entry for `return'.  If it is not there, you can say something
> like
>
>   (define-key function-key-map [return] [13])
>
> but this really shouldn't be necessary.

The value of function-key-map is

(keymap (kp-equal . [61]) (kp-divide . [47]) (kp-decimal . [46]) 
(kp-subtract . [45]) (kp-separator . [44]) (kp-add . [43]) (kp-multiply 
. [42]) (kp-enter . [13]) (kp-tab . [9]) (kp-space . [32]) (kp-9 . 
[57]) ...)

Adding the define-key does solve the problem, everything starts working 
normally.

> Are you sure you have a correct installation?

I have a system which I upgraded from 10.1 to 10.2, then 10.2.1 and 
10.2.2 with all the successive patches from Apple.

> Is the problem really specific to the Powerbook G4?

I don't know. The only MacOS X machine I have is this laptop, 
everything else are Linux boxes.

Thanks for the tips!

Best regards,
Ovidiu

  reply	other threads:[~2002-12-20  2:22 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-12-16 19:51 Problem with the RETURN key Ovidiu Predescu
2002-12-16 20:17 ` Andrew Choi
2002-12-17  0:50   ` Ovidiu Predescu
2002-12-17  1:36     ` Ovidiu Predescu
2002-12-17  2:12     ` Andrew Choi
2002-12-17  7:15       ` Ovidiu Predescu
2002-12-17  8:48         ` Andrew Choi
2002-12-20  2:22           ` Ovidiu Predescu [this message]
     [not found] <E18OFC1-0005TJ-04@monty-python.gnu.org>
2002-12-17 14:20 ` Brad Miller
2002-12-17 14:42   ` Andreas Schwab
2002-12-17 14:46     ` Brad Miller
2002-12-17 14:55       ` Andreas Schwab
2002-12-17 15:19         ` Brad Miller
2002-12-17 15:33           ` Andreas Schwab
2002-12-17 17:42             ` Brad Miller
2002-12-18 12:25         ` Ovidiu Predescu
2002-12-18 12:26         ` Ovidiu Predescu
2002-12-18 12:27         ` Ovidiu Predescu

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=E31438E9-13C1-11D7-BE2C-00039398D61E@apache.org \
    --to=ovidiu@apache.org \
    --cc=emacs-devel@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 public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

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).