X-Git-Url: https://thelambdalab.xyz/gitweb/index.cgi?p=elpher.git;a=blobdiff_plain;f=ISSUES.org;h=650b1e384a7e25fc788a7541a8b4b09eefdab833;hp=3ebb22dfd586acf03d34c4cb5f5d12bfc630547f;hb=8e8ed1ed3ba6b66d6e91009589ac380a0314ca97;hpb=4d710f13c449a0312cdcf9329c736a3c5bf41f3e diff --git a/ISSUES.org b/ISSUES.org index 3ebb22d..650b1e3 100644 --- a/ISSUES.org +++ b/ISSUES.org @@ -45,6 +45,22 @@ gopher "getter" code differently. * Bugs +** History inconsistency when restarting elpher <2020-05-26 Tue> + +To reproduce: +1. open elpher and follow a few links until you're a handful of links below + the start page. +2. kill the elpher buffer with C-x k +3. Open elpher again, which will show the start page. +4. Press 'u' to go up. Elpher wiill respond stating that there is no previous page. +5. Press 'u' again. Elpher will then jump to the page that was open when + the buffer was originally killed. + +Expected behaviour: elpher should be once again at the bottom of the history +stack and should not remember the previous history. + +Observed behaviour: elpher _does_ remember the previous history. + * Completed improvements ** CLOSED Turn on lexical scoping