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: Debug Fortran 90 code in Emacs with arguments. Date: Wed, 06 Apr 2022 18:42:50 +0300 Message-ID: <83ee2acj5x.fsf@gnu.org> References: <83lewjeq2t.fsf@gnu.org> <838rsjekhe.fsf@gnu.org> <831qybedeg.fsf@gnu.org> <83sfqqcwos.fsf@gnu.org> <83h776cncc.fsf@gnu.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="20004"; 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 Wed Apr 06 17:43:17 2022 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 1nc7oS-00051E-3e for geh-help-gnu-emacs@m.gmane-mx.org; Wed, 06 Apr 2022 17:43:16 +0200 Original-Received: from localhost ([::1]:59396 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nc7oR-0003Af-4O for geh-help-gnu-emacs@m.gmane-mx.org; Wed, 06 Apr 2022 11:43:15 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:57316) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nc7nw-0003AX-GN for help-gnu-emacs@gnu.org; Wed, 06 Apr 2022 11:42:44 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:57804) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nc7nw-0004WE-8L for help-gnu-emacs@gnu.org; Wed, 06 Apr 2022 11:42:44 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=bDwp9CXdIW8m8tZmOVJ5MP8Ne9lIiGJhz0nAAe+uHa0=; b=Iv8Rdy6wba2E lo+VYSpa2k33IepdhCkpqXLDygzgEyblkGxfHJYHpJUVfCB7YVTZBsdhGx0qsoHjfbfqgSoE549Pc foc8ZbWDoPouedKj1PciKwWSAtoq7ijvbet8Nz84c61ZEguRfGzBmMaEAtsiHBtglcQJSgwslujpl E8fgLQX0/VpCnrXZzsATgNYXuaVW8lDAEWUX/n3SbR9jPQsYIP8jggNak11bTPDFdGKoPtgHN32/t gi3qCARip1MYPHNpRu3qGUGuyzGCBJ96n+kBT4vwPqkFN6+EVVC2CP5+Zz+GNh87/K5NP4MNkOtEv q/7IzEA6vLiuTrkFGjfufQ==; Original-Received: from [87.69.77.57] (port=2539 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 1nc7nv-0000Hk-Ng for help-gnu-emacs@gnu.org; Wed, 06 Apr 2022 11:42:44 -0400 In-Reply-To: (message from Hongyi Zhao on Wed, 6 Apr 2022 22:42:02 +0800) 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" Xref: news.gmane.io gmane.emacs.help:136882 Archived-At: > From: Hongyi Zhao > Date: Wed, 6 Apr 2022 22:42:02 +0800 > Cc: help-gnu-emacs > > > > The above description is written before many years (fall 1997), and > > > the author may not bet GDB developers. So, why do you give the above > > > suggestion? > > > > Because most of it is still valid for first-time GDB users, and the > > GDB manual is not supposed to be the canonical source of information > > about Emacs, anyway. > > 1. If GDB manual is not supposed to be the canonical source of information > about using GDB in Emacs, what should be? The section in the Emacs manual to which I pointed earlier in this thread. And also the built-in documentation (doc strings) of the related variables and commands. See M-x customize-group RET gdb RET > 2. According to your suggestion, what bug(s) should I report to GDB developers? That the Emacs keybindings they describe are outdated.