[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#71450: [PATCH] Wrong eww-history-position after desktop restore if w
From: |
James Thomas |
Subject: |
bug#71450: [PATCH] Wrong eww-history-position after desktop restore if within history |
Date: |
Sun, 09 Jun 2024 17:53:29 +0530 |
- emacs -Q
- M-x eww RET <any website> RET
- RET (on any link)
- l
- M-x desktop-save RET <any directory> RET
- C-x C-c (exit)
- emacs -Q
- M-x desktop-read RET <the above directory> RET
- g (to reload the webpage)
- RET (on any link) fails
In GNU Emacs 30.0.50 (build 1, x86_64-pc-linux-gnu, GTK+ Version
3.24.38, cairo version 1.18.0) of 2024-06-09 built on
user-Inspiron-3493
Repository revision: e9a0256a556622474bcbb015f88d790666db2cc9
Repository branch: master
Windowing system distributor 'The X.Org Foundation', version 11.0.12101007
System Description: Ubuntu 23.10
Configured using:
'configure --with-native-compilation=aot'
Configured features:
ACL CAIRO DBUS FREETYPE GIF GLIB GMP GNUTLS GPM GSETTINGS HARFBUZZ JPEG
LCMS2 LIBOTF LIBSELINUX LIBSYSTEMD LIBXML2 M17N_FLT MODULES NATIVE_COMP
NOTIFY INOTIFY PDUMPER PNG RSVG SECCOMP SOUND SQLITE3 THREADS TIFF
TOOLKIT_SCROLL_BARS TREE_SITTER WEBP X11 XDBE XIM XINPUT2 XPM GTK3 ZLIB
Important settings:
value of $LANG: en_IN
value of $XMODIFIERS: @im=ibus
locale-coding-system: iso-latin-1-unix
Major mode: VC dir
Minor modes in effect:
rcirc-track-minor-mode: t
display-time-mode: t
pdf-occur-global-minor-mode: t
vc-dir-git-mode: t
global-git-commit-mode: t
magit-auto-revert-mode: t
desktop-environment-mode: t
server-mode: t
erc-track-mode: t
erc-ring-mode: t
erc-netsplit-mode: t
erc-menu-mode: t
erc-match-mode: t
erc-log-mode: t
erc-list-mode: t
erc-irccontrols-mode: t
erc-noncommands-mode: t
erc-move-to-prompt-mode: t
erc-readonly-mode: t
erc-button-mode: t
erc-fill-mode: t
erc-stamp-mode: t
erc-autojoin-mode: t
savehist-mode: t
midnight-mode: t
icomplete-mode: t
fido-mode: t
erc-networks-mode: t
display-battery-mode: t
desktop-save-mode: t
override-global-mode: t
tooltip-mode: t
global-eldoc-mode: t
show-paren-mode: t
electric-indent-mode: t
mouse-wheel-mode: t
tool-bar-mode: t
menu-bar-mode: t
file-name-shadow-mode: t
global-font-lock-mode: t
font-lock-mode: t
blink-cursor-mode: t
minibuffer-regexp-mode: t
buffer-read-only: t
line-number-mode: t
indent-tabs-mode: t
transient-mark-mode: t
auto-composition-mode: t
auto-encryption-mode: t
auto-compression-mode: t
This is a patch that I think is simple enough to forgo the extensive
testing which it hasn't been subjected to.
0001-Correct-eww-history-position-in-desktop-restore.patch
Description: [PATCH] Correct eww-history-position in desktop restore
- bug#71450: [PATCH] Wrong eww-history-position after desktop restore if within history,
James Thomas <=