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.bugs Subject: bug#50030: C-M-SPC is not working Date: Thu, 12 Aug 2021 21:15:24 +0300 Message-ID: <83h7fucywz.fsf@gnu.org> References: Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="33625"; mail-complaints-to="usenet@ciao.gmane.io" Cc: 50030@debbugs.gnu.org To: Pedro Delfino Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Thu Aug 12 20:16:20 2021 Return-path: Envelope-to: geb-bug-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 1mEFFb-0008TN-OH for geb-bug-gnu-emacs@m.gmane-mx.org; Thu, 12 Aug 2021 20:16:19 +0200 Original-Received: from localhost ([::1]:40242 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mEFFZ-0004Zd-Ne for geb-bug-gnu-emacs@m.gmane-mx.org; Thu, 12 Aug 2021 14:16:17 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:41440) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mEFFO-0004Z4-Dn for bug-gnu-emacs@gnu.org; Thu, 12 Aug 2021 14:16:06 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:56574) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1mEFFK-0007mN-Eb for bug-gnu-emacs@gnu.org; Thu, 12 Aug 2021 14:16:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1mEFFK-0005XV-1x for bug-gnu-emacs@gnu.org; Thu, 12 Aug 2021 14:16:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Eli Zaretskii Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Thu, 12 Aug 2021 18:16:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 50030 X-GNU-PR-Package: emacs Original-Received: via spool by 50030-submit@debbugs.gnu.org id=B50030.162879215321277 (code B ref 50030); Thu, 12 Aug 2021 18:16:02 +0000 Original-Received: (at 50030) by debbugs.gnu.org; 12 Aug 2021 18:15:53 +0000 Original-Received: from localhost ([127.0.0.1]:39887 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mEFFB-0005X4-Ht for submit@debbugs.gnu.org; Thu, 12 Aug 2021 14:15:53 -0400 Original-Received: from eggs.gnu.org ([209.51.188.92]:53180) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mEFF7-0005Wr-V3 for 50030@debbugs.gnu.org; Thu, 12 Aug 2021 14:15:52 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:46714) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mEFF2-0007ZO-MS; Thu, 12 Aug 2021 14:15:44 -0400 Original-Received: from 84.94.185.95.cable.012.net.il ([84.94.185.95]:1798 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mEFF1-0006wd-DW; Thu, 12 Aug 2021 14:15:44 -0400 In-Reply-To: (message from Pedro Delfino on Thu, 12 Aug 2021 14:25:10 -0300) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: "bug-gnu-emacs" Xref: news.gmane.io gmane.emacs.bugs:211705 Archived-At: > From: Pedro Delfino > Date: Thu, 12 Aug 2021 14:25:10 -0300 > > 1 - Create an emacs lisp file, could be .emacs; > > 2 - Insert any valid s-expression, could be > (load (expand-file-name "~/.quicklisp/slime-helper.el")) > > 3 - Put the cursor -!- in the beginning of the s-expression > -!-(load (expand-file-name "~/.quicklisp/slime-helper.el")) > > 4 - Try using `C-M-SPC` or `C-M-@` to achieve mark-sexp. It does NOT work (and it should work). I cannot reproduce this in Emacs 26.3. If, after step 4, you type "C-h l" (that's the letter ell, not the digit one), what do you see?