From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-qt1-x835.google.com (mail-qt1-x835.google.com [IPv6:2607:f8b0:4864:20::835]) by sourceware.org (Postfix) with ESMTPS id B2D40385DC1B for ; Wed, 15 Apr 2020 22:36:41 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org B2D40385DC1B Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=brasko.net Authentication-Results: sourceware.org; spf=none smtp.mailfrom=bob@brasko.net Received: by mail-qt1-x835.google.com with SMTP id z90so14861844qtd.10 for ; Wed, 15 Apr 2020 15:36:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=brasko-net.20150623.gappssmtp.com; s=20150623; h=date:from:to:subject:message-id:mime-version:content-disposition :user-agent; bh=yV1uP34gDWQCjIFoJU96x2/BM5jLS2zFnRKhzl0KhSI=; b=NFasCJ8ovlV7UEVNO2PrJ0tRVBgvMd406ZQy2+ptuQnJXO71ivnuWjdI+cfZTgY+Cm 3nsN4Ogg1D/A51Iz46ftaLxvPFNswG7+t20ekbP+jJP81gOemOToVRChuA1cR52BvrfM 1TEI9fdnu45RapYSG8kbY5yKuAqSU/2hyulTDwyrJ2DKtB43pbx5p4eiIzPodatvYMH1 wn2BrSwD4PNwIBTxw0j7yh0fVQY+w6lRmkdXjC4oMO1JBf3GD6UnMVBq6bwX0jmpgvqA CZFQMqMvBWFC1H9w42DNh6HvDQJfGLV4jFfHrQVFh0DcL3qrLaqCFlnv9ReDwMm27s8L ilxA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:subject:message-id:mime-version :content-disposition:user-agent; bh=yV1uP34gDWQCjIFoJU96x2/BM5jLS2zFnRKhzl0KhSI=; b=FQ44XR6ggTYgApwUEgr1oVUC6ZnEH0nJf6x9T3kY7b1e3aRjpCWky+8BWPxdUf0hXa 4IPHg76u1AhfHuhTJdocj7uebN1ten2xoqglYy8wuL3qdovWwRbiONDcNKgO2T39zppg Za29gH0jBKUv5M37C/GFRs50nUC+lj9rfl5TEqM4MC8ooDt6uWM1AHSqS/G1CZ6jOxBs tmfmUhGun93sKpGLw+2p8TBVtE0aW5nPTSQgSVgLOfdVUQgjQKt9wSGUldtHjq9ywHL0 myOqEoezq7CEx3iIXOtQK1VGExSkdFnv6+bVgE4RaL3ZxOdY2GSqSeYbl67y6jyKJvx2 XAtw== X-Gm-Message-State: AGi0PuaWz8qdje+poiQ9XQYDTHztq+O3z96ENMFELKz8BHJEtV2b50Uv o4nKQ3c+w2DHo2F94eIslDXqYbk02U0= X-Google-Smtp-Source: APiQypI/J+4R3aVVfkVwad1zFyetprMyKZ9nWDSkF1rtVmzcYd7y66+4k2EtHFVcEPihPXExxgYsJQ== X-Received: by 2002:ac8:60d6:: with SMTP id i22mr23697116qtm.249.1586990200794; Wed, 15 Apr 2020 15:36:40 -0700 (PDT) Received: from xubuntu.brasko.net (pool-108-34-130-131.prvdri.fios.verizon.net. [108.34.130.131]) by smtp.gmail.com with ESMTPSA id w27sm14398471qtc.18.2020.04.15.15.36.39 for (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Wed, 15 Apr 2020 15:36:39 -0700 (PDT) Date: Wed, 15 Apr 2020 18:36:37 -0400 From: Bob Rossi To: gdb@sourceware.org Subject: 'set pagination off' vs 'set height 0' Message-ID: <20200415223637.GA25710@xubuntu.brasko.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.24 (2015-08-30) X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_NONE, TXREP autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) 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: Wed, 15 Apr 2020 22:36:43 -0000 Hi, Is there supposed to be a difference between set pagination off and set height 0 from the user perspective? I see the following from GDB, (gdb) help set pagination ... Turning pagination off is an alternative to "set height unlimited". I only ask because I ran into the bug here, https://sourceware.org/bugzilla/show_bug.cgi?id=25190 that is worked-around with 'set pagination off'. CGDB has always had 'set height 0' set, and I thought those were the same, but apparently not. Thanks, Bob Rossi