From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Eli Zaretskii" Newsgroups: gmane.emacs.devel Subject: Re: Emacs mode for GDB - 2 questions Date: Fri, 31 May 2002 09:38:49 +0300 Sender: emacs-devel-admin@gnu.org Message-ID: <9791-Fri31May2002093848+0300-eliz@is.elta.co.il> References: <15604.58207.654159.768423@nick.uklinux.net> <200205301705.g4UH54W13563@aztec.santafe.edu> <15606.38559.603367.869040@nick.uklinux.net> <5xvg95grai.fsf@kfs2.cua.dk> Reply-To: Eli Zaretskii NNTP-Posting-Host: localhost.gmane.org X-Trace: main.gmane.org 1022827682 13692 127.0.0.1 (31 May 2002 06:48:02 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Fri, 31 May 2002 06:48:02 +0000 (UTC) Cc: nick@nick.uklinux.net, emacs-devel@gnu.org Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 17DgCf-0003Yc-00 for ; Fri, 31 May 2002 08:48:01 +0200 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 17DgVp-00029i-00 for ; Fri, 31 May 2002 09:07:49 +0200 Original-Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 17DgCv-0002pp-00; Fri, 31 May 2002 02:48:17 -0400 Original-Received: from balder.inter.net.il ([192.114.186.15]) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 17DgAO-0002kw-00 for ; Fri, 31 May 2002 02:45:40 -0400 Original-Received: from Zaretsky ([80.230.2.40]) by balder.inter.net.il (Mirapoint Messaging Server MOS 3.1.0.58-GA) with ESMTP id BLS50147; Fri, 31 May 2002 09:45:24 +0300 (IDT) Original-To: storm@cua.dk X-Mailer: emacs 21.3.50 (via feedmail 8 I) and Blat ver 1.8.9 In-Reply-To: <5xvg95grai.fsf@kfs2.cua.dk> (storm@cua.dk) Errors-To: emacs-devel-admin@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.0.9 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.devel:4520 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:4520 > From: storm@cua.dk > Date: 31 May 2002 01:16:37 +0200 > > > ---main::a [0:5:2]---- > > > > a[0] = 1.0 > > a[2] = 3.0 > > a[4] = 4.0 > > > > With a large array, if the top line was in the buffer it would scroll out of > > view. I would like to be able to enter the three digits (0,5,2 in this case) > > into the header line. > > > > If the effort cannot be justified, I'll think of something else. > > Couldn't you get the input from the mini-buffer (using some command) > and just show the entered values in the header line? Indeed. For example, clicking on one of the numbers could prompt for input.