1 Jun 2002 02:12
Re: Emacs mode for GDB - 2 questions
Kim F. Storm <storm <at> cua.dk>
2002-06-01 00:12:24 GMT
2002-06-01 00:12:24 GMT
Richard Stallman <rms <at> gnu.org> writes: > 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. > > That feature makes sense well enough, but as I said, it would > be difficult to implement. There are obvious alternative ways to accomplish the same effect (e.g. click on the header-line and use the mini-buffer to enter the numbers). To me that seems like a more logical approach than editing the numbers directly in the header line -- when and how do you then determine what numbers to actually use -- and how do you change, e.g. the 5 to 10? do you delete the 5 first and then enter 1 and 0 (giving 2 interrim data values in the middle field). I'd definitely prefer to use the minibuffer for this kind of input. > > But I have another idea for implementing it. Suppose that line were > actually a separate window, with its mode line disabled, showing just > one line of some buffer. That way you could indeed select it and edit > it as usual. You could make the parts that should not really be edited > read-only. > Such modeline-less windows may be useful for other purposes, so we should try adding them to see what use people can find for them. > This would require a new feature in the C code, but since it would(Continue reading)
.
RSS Feed