From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from eggs.gnu.org (eggs.gnu.org [IPv6:2001:470:142:3::10]) by sourceware.org (Postfix) with ESMTPS id BB0C73858C50 for ; Thu, 7 Apr 2022 10:53:36 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org BB0C73858C50 Received: from fencepost.gnu.org ([2001:470:142:3::e]:46754) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ncPlg-0005kL-7W; Thu, 07 Apr 2022 06:53:36 -0400 Received: from [87.69.77.57] (port=2917 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 1ncPlf-00068D-7v; Thu, 07 Apr 2022 06:53:36 -0400 Date: Thu, 07 Apr 2022 13:53:44 +0300 Message-Id: <83y20hb1vr.fsf@gnu.org> From: Eli Zaretskii To: Hongyi Zhao Cc: gdb@sourceware.org In-Reply-To: (message from Hongyi Zhao via Gdb on Thu, 7 Apr 2022 09:59:39 +0800) Subject: Re: The Emacs keybindings of "C-x [space]" described in a maybe still widely referred tutorial are outdated. References: X-Spam-Status: No, score=2.0 required=5.0 tests=BAYES_00, DKIMWL_WL_HIGH, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, RCVD_IN_BARRACUDACENTRAL, SPF_HELO_PASS, SPF_PASS, TXREP, T_SCC_BODY_TEXT_LINE autolearn=no autolearn_force=no version=3.4.4 X-Spam-Level: ** X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org X-BeenThere: gdb@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gdb mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Apr 2022 10:53:38 -0000 > Date: Thu, 7 Apr 2022 09:59:39 +0800 > From: Hongyi Zhao via Gdb > > I've noticed the "An Introduction to GDB in Emacs" here [1]. > > The above introduction says the following: > > ``` > Set a breakpoint by going to the source line of the program you're > debugging, and typing: > > C-x [space] > > (That's the space bar.) GDB will tell you that you've just set a breakpoint. > ``` It turns out that site has nothing to do with the GDB project. So we cannot fix that. The site was last updated 25 years ago, so it is not surprising its information is outdated. (I'm sorry I didn't notice originally that you were talking about this URL. I thought you were quoting from the GDB manual.) Thanks.