From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5318 invoked by alias); 20 Jun 2005 21:48:24 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 4852 invoked by uid 22791); 20 Jun 2005 21:47:51 -0000 Received: from viper.snap.net.nz (HELO viper.snap.net.nz) (202.37.101.8) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Mon, 20 Jun 2005 21:47:51 +0000 Received: from farnswood.snap.net.nz (p168-tnt1.snap.net.nz [202.124.110.168]) by viper.snap.net.nz (Postfix) with ESMTP id EF5CC53E82B; Tue, 21 Jun 2005 09:47:47 +1200 (NZST) Received: by farnswood.snap.net.nz (Postfix, from userid 501) id 331B562A9A; Mon, 20 Jun 2005 22:49:06 +0100 (BST) From: Nick Roberts MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <17079.14802.440872.208976@farnswood.snap.net.nz> Date: Mon, 20 Jun 2005 21:48:00 -0000 To: Eli Zaretskii Cc: gdb-patches@sources.redhat.com Subject: Re: [PATCH] Removal of markup annotations In-Reply-To: References: <17071.40307.949193.158796@farnswood.snap.net.nz> <17078.44751.122166.148138@farnswood.snap.net.nz> X-SW-Source: 2005-06/txt/msg00320.txt.bz2 > > In gdb.texinfo I suggest: > > > > 1) Moving the node "Server Prefix" out of "Annotations" and into "Controlling > > GDB" betweed "History" and "Screen Size". > > You are right that it should be moved out of "Annotations", but I'm > not sure the place you suggest is the right one (it's not about > controlling GDB). I will try to find a better place. Its related to "History" which also isn't about controlling GDB, so perhaps that node should also be moved > > 2) In the node "Running the Program" the markup annotations described after > > signalled should be removed (signal-name, signal-name-end etc). > > Why? do those annotations belong to those you propose to remove? Yes > > I suggest removing annotate.texinfo from the repository as it largely > > covers the material in gdb.texinfo plus the markup annotations. > > ??? AFAIK, gdb.texinfo only covers level-3 annotations. The rest are > in annotate.texinfo. Thats right. They're the ones that I'm proposing that we remove now. If that patch is approved, I'll check the documentation more carefully to ensure that we're not losing anything. Nick