X-Git-Url: https://thelambdalab.xyz/gitweb/index.cgi?p=elpher.git;a=blobdiff_plain;f=ISSUES.org;h=2b637c0a4d56860849b99cbdb0fbc8525934e955;hp=1b146e806bf1e09954dc42797330bd8d96f8d336;hb=c9175aedfaf3daeca6b2414f74ef703f2f6cbc1f;hpb=b8c77a6e1b4367dac3e8a0b7a8dfd056604ab8c9 diff --git a/ISSUES.org b/ISSUES.org index 1b146e8..2b637c0 100644 --- a/ISSUES.org +++ b/ISSUES.org @@ -48,16 +48,6 @@ gopher "getter" code differently. * Bugs -** OPEN History loops <2019-11-08 Fri> - -Occasionally elpher gets stuck in a "history loop" where a -node is its own grandparent. Obviously this sucks, as history -is elpher's main mechanism for making gopherspace exploration -painless. - -I suspect the problem is in either ~elpher-visit-node~ or -~elpher-visit-parent~. - * Completed improvements ** CLOSED Turn on lexical scoping @@ -119,7 +109,7 @@ This also means that non-gopher URLs will be explicitly represented as such: no more abusing the "h" type for these. * Closed issues - + ** CLOSED Org mode faces are not present in recent emacs versions Even 26.1 doesn't seem to have these. This means that, for many users, elpher doesn't show any difference between any of the @@ -134,3 +124,17 @@ Update: changed all default faces to inherit from font-lock and basic faces. Need a way to allow people to rescue their old bookmark files following this update. + +** CLOSED History loops <2019-11-08 Fri> + +Occasionally elpher gets stuck in a "history loop" where a +node is its own grandparent. Obviously this sucks, as history +is elpher's main mechanism for making gopherspace exploration +painless. + +I suspect the problem is in either ~elpher-visit-node~ or +~elpher-visit-parent~. + +Follow-up: this has been fixed by the new stack-based history system +in 2.5. +