all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: no-spam@cua.dk (Kim F. Storm)
Cc: emacs-devel@gnu.org
Subject: Re: C-m mapping fails occasionally
Date: 27 May 2002 23:16:20 +0200	[thread overview]
Message-ID: <5xptzhfg0r.fsf@kfs2.cua.dk> (raw)
In-Reply-To: <je66194bhx.fsf@sykes.suse.de>


Matt sent me this:

> (lookup-key global-map "\C-m")
> mat-newline
> 
> Anything else I can do to help?  Are y'all able to recreate the problem?
> When I open a *scratch* buffer, type something on the first line to make
> indent-relative-maybe not automatically indent some (strange behavior it
> seems, to indent when the previous line is blank) and hold down the <Return>
> key, the problem appears before I scroll off the page...
> 
> Matt

Matt, 

This isn't the default global binding for C-m, so it is
no wonder it is hard to reproduce.

Can you look in your .emacs file for a line like this:

        (define-key global-map ... 'mat-newline)
or
        (global-set-key ... 'mat-newline)

Then uncomment that line (placing a ; at the beginning of the line)
and restart your emacs.

++kfs

  reply	other threads:[~2002-05-27 21:16 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-05-27 13:51 C-m mapping fails occasionally Matt Knowles
2002-05-27 19:49 ` Andreas Schwab
2002-05-27 21:16   ` Kim F. Storm [this message]
2002-05-28  5:15 ` Richard Stallman
  -- strict thread matches above, loose matches on Subject: below --
2002-05-29 17:58 Matt Knowles
2002-05-31  7:04 ` Richard Stallman
2002-05-28 14:31 Matt Knowles
2002-05-29 16:26 ` Richard Stallman
2002-05-27 19:52 Matt Knowles
2002-05-28  5:19 ` Richard Stallman
     [not found] <9A30DB6D3384D311A73400C0F04065E9222BA2@lacks-exch.lacksvalley.com>
2002-05-24 21:12 ` Richard Stallman
2002-05-21 14:22 Matt Knowles
2002-05-22 22:27 ` Richard Stallman

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=5xptzhfg0r.fsf@kfs2.cua.dk \
    --to=no-spam@cua.dk \
    --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 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.