[1172] in SIPB bug reports
The new XRN
daemon@ATHENA.MIT.EDU (Jonathan I. Kamens)
Tue Jul 31 10:46:42 1990
Date: Tue, 31 Jul 90 10:46:17 -0400
From: "Jonathan I. Kamens" <jik@pit-manager.MIT.EDU>
To: mlbarrow@ATHENA.MIT.EDU
Cc: bug-sipb@ATHENA.MIT.EDU
In-Reply-To: mlbarrow@ATHENA.MIT.EDU's message of Sun, 20 May 90 17:08:41 -0400 <9005202108.AA06975@M11-115-5.MIT.EDU>
From: mlbarrow@ATHENA.MIT.EDU
Date: Sun, 20 May 90 17:08:41 -0400
X-Reply-To: mlbarrow@athena.mit.edu
X-Full-Name: Michael L Barrow
X-Address: 4 Ames Street -- C401
X-Address: Cambridge, MA 02139
In the old xrn, while you were reading articles, you could use the
up/down arrows to scroll thru the list of articles. This was nice. Now,
the up/down arrows scroll the current article. Is there a way to scroll
thru the list or is that bug/feature of the older xrn gone?
I'm not going to change the default behavior of the new xrn, because I
don't think that's the right thing to do. However, I have added code
(which will become useable when the locker is released tonight, or
sooner if you run xrn out of the read-write volume) to make it
possible to do what you want. You can take advantage of it by putting
this into your .Xresources:
xrn*index.accelerators: #override \n\
<Key>Down: next-line() \n\
<Key>Up: previous-line()
jik