From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.help Subject: Re: M-RET ok, C-RET wrong? Date: Sat, 24 Aug 2024 13:16:12 +0300 Message-ID: <86ttfamdjn.fsf@gnu.org> References: <172449399038.8.10250207197770460646.414391253@slmails.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="38347"; mail-complaints-to="usenet@ciao.gmane.io" To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Sat Aug 24 12:16:46 2024 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1shnp8-0009oj-14 for geh-help-gnu-emacs@m.gmane-mx.org; Sat, 24 Aug 2024 12:16:46 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1shnog-0003mQ-KC; Sat, 24 Aug 2024 06:16:18 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1shnod-0003m5-6l for help-gnu-emacs@gnu.org; Sat, 24 Aug 2024 06:16:15 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1shnoc-0004hq-TE for help-gnu-emacs@gnu.org; Sat, 24 Aug 2024 06:16:14 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-version:References:Subject:In-Reply-To:To:From: Date; bh=uc/YwYwKQKASGgnV1olpFIetI4EK7q9SbNIVaGVC55Y=; b=fWjtCB9UKs2oy/1OJTXn yWYKgbsFcD7gUywVMEbdtw2A5jODZ3jv2oDo4nl3EHKYehRVId65A2WumLF2j34WGwx6nJQhhIvBg o5GD4GFRV26Uvbkon045wtp02TgfkMaIdf7Fu3OAMUdx2U9D9PWDjCpgitdikSR4GkaTBRKt3tkXn 2g14leVcTNaEi8+uZQRghvGva9Tq8J2M+gJ15LSOIV9Pq0rKcsZOO/K6BAlUZR6DEKdPDsDNqyDxr LTfm5SjW0THoocF+0FCLXGa1Udw3HrqnBaT3+4oe3PhjM5C/quanmyR8fBWnKMqPCQFOeNsIwUD3k q+5laTL8S+Eafw==; In-Reply-To: <172449399038.8.10250207197770460646.414391253@slmails.com> (message from Kepa via Users list for the GNU Emacs text editor on Sat, 24 Aug 2024 12:06:23 +0200) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.help:147794 Archived-At: > Date: Sat, 24 Aug 2024 12:06:23 +0200 > From: Kepa via Users list for the GNU Emacs text editor > > 1. Keyboards usually have two RET keys: one near the letters and one on > the numpad. I receive two different messages when using each of them: > >     C- is undefined (letters) >     C- is undefined (numpad) in my case the second on is identified as C- instead. > 2. C-RET works in org-mode, where the following keybinding exists (I > believe by default): >     Key Bindings: org-mode-map C- Of course: if C- has a binding, C-RET will invoke it. That's what Emacs basically tells you when it says "C- is undefined".