diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/misc/eww.texi | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/misc/eww.texi b/doc/misc/eww.texi index 5e69b11d347..d31fcf1802b 100644 --- a/doc/misc/eww.texi +++ b/doc/misc/eww.texi | |||
| @@ -192,6 +192,15 @@ history press @kbd{H} (@code{eww-list-histories}) to open the history | |||
| 192 | buffer @file{*eww history*}. The history is lost when EWW is quit. | 192 | buffer @file{*eww history*}. The history is lost when EWW is quit. |
| 193 | If you want to remember websites you can use bookmarks. | 193 | If you want to remember websites you can use bookmarks. |
| 194 | 194 | ||
| 195 | @vindex eww-before-browse-history-function | ||
| 196 | By default, when browsing to a new page from a ``historical'' one | ||
| 197 | (i.e.@: a page loaded by navigating back via @code{eww-back-url}), EWW | ||
| 198 | will first delete any history entries newer than the current page. This | ||
| 199 | is the same behavior as most other web browsers. You can change this by | ||
| 200 | customizing @code{eww-before-browse-history-function} to another value. | ||
| 201 | For example, setting it to @code{ignore} will preserve the existing | ||
| 202 | history entries and simply prepend the new page to the history list. | ||
| 203 | |||
| 195 | @vindex eww-history-limit | 204 | @vindex eww-history-limit |
| 196 | Along with the URLs visited, EWW also remembers both the rendered | 205 | Along with the URLs visited, EWW also remembers both the rendered |
| 197 | page (as it appears in the buffer) and its source. This can take a | 206 | page (as it appears in the buffer) and its source. This can take a |