Hello,
there seems to be the following problem with the history of browsing:
If first.html contains a link <a href="second.html">, then clicking on it
gets you to second.html - OK. If second.html contains a link <a
href=#"anchor"> pointing to a place in second.html, then clicking on the
link gets you to #anchor - OK. But then, when you press [,] to go back,
you get back to first.thml.
Definitely, you want [,] to get you back to the beginning of second.html.
It looks like the #anchor links don't go into the 'stack of previous
places'. I don't mean that second.html#anchor should be remembered as a
unique record in browser history (e.g. for future runs, after dillo
supports it), but definitely it's a step 'forward from second.html',
so going 'back' should go to second.html, not first.html.
Cheers
Jan