File: eww.el.html

Defined variables (49)

eww-accept-content-typesValue used for the HTTP "Accept" header.
eww-after-render-hookA hook called after eww has finished rendering the buffer.
eww-auto-rename-bufferAutomatically rename EWW buffers once the page is rendered.
eww-before-browse-history-functionA function to call to update history before browsing to a new page.
eww-bookmark-mode-abbrev-tableAbbrev table for ‘eww-bookmark-mode’.
eww-bookmark-mode-hookHook run after entering ‘eww-bookmark-mode’.
eww-bookmark-mode-mapKeymap for ‘eww-bookmark-mode’.
eww-bookmark-mode-syntax-tableSyntax table for ‘eww-bookmark-mode’.
eww-bookmarks-directoryDirectory where bookmark files will be stored.
eww-browse-url-new-window-is-tabWhether to open up new windows in a tab or a new buffer.
eww-buffer-name-lengthLength of renamed buffer name, per ‘eww-auto-rename-buffer’.
eww-buffers-mode-abbrev-tableAbbrev table for ‘eww-buffers-mode’.
eww-buffers-mode-hookHook run after entering ‘eww-buffers-mode’.
eww-buffers-mode-mapKeymap for ‘eww-buffers-mode’.
eww-buffers-mode-syntax-tableSyntax table for ‘eww-buffers-mode’.
eww-default-download-directoryDefault directory where ‘eww’ saves downloaded files.
eww-desktop-data-saveList of ‘eww-data’ properties to preserve in the desktop file.
eww-desktop-remove-duplicatesWhether to remove duplicates from the history when saving desktop data.
eww-download-directoryDirectory where files will downloaded.
eww-form-checkbox-selected-symbolSymbol used to represent a selected checkbox.
eww-form-checkbox-symbolSymbol used to represent a checkbox.
eww-guess-content-type-functionsList of functions used by EWW to guess the content-type of Web pages.
eww-header-line-formatHeader line format.
eww-history-limitMaximum number of entries to retain in the history.
eww-history-mode-abbrev-tableAbbrev table for ‘eww-history-mode’.
eww-history-mode-hookHook run after entering ‘eww-history-mode’.
eww-history-mode-mapKeymap for ‘eww-history-mode’.
eww-history-mode-syntax-tableSyntax table for ‘eww-history-mode’.
eww-history-positionThe 1-indexed position in ‘eww-history’.
eww-local-regexWhen this regex is found in the URL, it’s not a keyword but an address.
eww-minibuffer-url-keymapKeymap used in the minibuffer prompt for URLs or keywords.
eww-mode-abbrev-tableAbbrev table for ‘eww-mode’.
eww-mode-hookHook run after entering ‘eww-mode’.
eww-mode-mapKeymap for ‘eww-mode’.
eww-mode-syntax-tableSyntax table for ‘eww-mode’.
eww-readable-adds-to-historyIf non-nil, calling ‘eww-readable’ adds a new entry to the history.
eww-readable-urlsA list of regexps matching URLs to display in readable mode by default.
eww-restore-desktopHow to restore EWW buffers on ‘desktop-restore’.
eww-restore-reload-promptThe string to put in the buffers not reloaded on ‘desktop-restore’.
eww-retrieve-commandCommand to retrieve an URL via an external program.
eww-search-confirm-send-regionWhether to ask for confirmation before sending the region to a search engine.
eww-search-prefixPrefix URL to search engine.
eww-select-mapMap for select buttons
eww-suggest-urisList of functions called to form the list of default URIs for ‘eww’.
eww-text-input-typesList of input types which represent a text input.
eww-tool-bar-mapTool bar for ‘eww-mode’.
eww-url-transformersThis is a list of transforming functions applied to an URL before usage.
eww-use-browse-urlEWW will use ‘browse-url’ when following links that match this regexp.
eww-use-external-browser-for-content-typeAlways use external browser for specified content-type.

Defined functions (136)

browse-web(URL &optional NEW-BUFFER BUFFER)
eww(URL &optional NEW-BUFFER BUFFER)
eww--alternate-urls(DOM &optional BASE)
eww--bookmark-check-order-sort()
eww--bookmark-format-data()
eww--bookmark-prepare()
eww--bounds-of-url-at-point()
eww--buffer-p(BUF)
eww--dom-count-words(NODE)
eww--download-directory()
eww--dwim-expand-url(URL)
eww--file-buffer(FILE)
eww--form-items(FORM)
eww--forward-url(BACKWARD)
eww--guess-content-type(HEADERS RESPONSE-BUFFER)
eww--html-if-doctype(HEADERS RESPONSE-BUFFER)
eww--limit-string-pixelwise(STRING PIXELS)
eww--list-buffers-display-table(&optional IGNORE-AUTO NOCONFIRM)
eww--list-buffers-get-data()
eww--open-url-in-new-buffer(URL)
eww--parse-html-region(START END &optional CODING-SYSTEM)
eww--preprocess-html(START END)
eww--process-text-input(BEG END REPLACE-LENGTH)
eww--rename-buffer()
eww--string-count-words(STRING)
eww--track-changes(TRACKER-ID)
eww--transform-url(URL)
eww--url-at-point()
eww--walk-readability(NODE CALLBACK &optional NOSCORE)
eww-add-bookmark()
eww-back-url()
eww-beginning-of-text()
eww-bookmark-browse()
eww-bookmark-jump(BOOKMARK)
eww-bookmark-kill()
eww-bookmark-make-record()
eww-bookmark-mode()
eww-bookmark-name()
eww-bookmark-urls()
eww-bookmark-yank()
eww-browse()
eww-browse-url(URL &optional NEW-WINDOW)
eww-browse-with-external-browser(&optional URL)
eww-buffer-kill()
eww-buffer-list()
eww-buffer-select()
eww-buffer-show()
eww-buffer-show-next()
eww-buffer-show-previous()
eww-buffers-mode()
eww-change-select(EVENT)
eww-check-text-conversion()
eww-clone-previous-history()
eww-context-menu(MENU CLICK)
eww-copy-alternate-url()
eww-copy-page-url()
eww-current-url()
eww-decode-url-file-name(STRING)
eww-default-readable-p(URL)
eww-delete-future-history()
eww-desktop-data-1(ALIST)
eww-desktop-history-duplicate(A B)
eww-desktop-misc-data(DIRECTORY)
eww-detect-charset(HTML-P)
eww-display-document(DOCUMENT &optional POINT BUFFER)
eww-display-html(CHARSET URL &optional DOCUMENT POINT BUFFER)
eww-display-image(BUFFER)
eww-display-raw(BUFFER &optional ENCODE)
eww-document-base(URL DOM)
eww-download()
eww-download-callback(STATUS URL DIR)
eww-end-of-text()
eww-follow-link(&optional EXTERNAL MOUSE-EVENT)
eww-form-checkbox(DOM)
eww-form-file(DOM)
eww-form-submit(DOM)
eww-form-text(DOM)
eww-forward-url()
eww-handle-link(DOM)
eww-highest-readability(NODE)
eww-history-browse()
eww-history-mode()
eww-html-p(CONTENT-TYPE)
eww-input-value(INPUT)
eww-inputs(FORM)
eww-isearch-next-buffer(&optional BUFFER WRAP)
eww-links-at-point()
eww-list-bookmarks(&optional BUILD-ONLY)
eww-list-buffers()
eww-list-histories()
eww-make-unique-file-name(FILE DIRECTORY)
eww-mode()
eww-next-bookmark()
eww-next-url()
eww-open-file(FILE &optional NEW-BUFFER)
eww-open-in-new-buffer(&optional NO-SELECT URL)
eww-previous-bookmark()
eww-previous-url()
eww-read-alternate-url()
eww-read-bookmarks(&optional ERROR-OUT)
eww-readable(&optional ARG)
eww-readable-dom(DOM)
eww-reload(&optional LOCAL ENCODE)
eww-remove-tracking(URL)
eww-render(STATUS URL &optional POINT BUFFER ENCODE)
eww-restore-desktop(FILE-NAME BUFFER-NAME MISC-DATA)
eww-restore-history(ELEM)
eww-retrieve(URL CALLBACK CBARGS)
eww-same-page-p(URL1 URL2)
eww-save-history()
eww-score-readability(NODE)
eww-search-words()
eww-select-display(SELECT)
eww-select-file(&optional EVENT)
eww-set-character-encoding(CHARSET)
eww-submit(&optional EVENT)
eww-suggested-uris()
eww-switch-to-buffer()
eww-tag-a(DOM)
eww-tag-form(DOM)
eww-tag-input(DOM)
eww-tag-link(DOM)
eww-tag-meta(DOM)
eww-tag-select(DOM)
eww-tag-textarea(DOM)
eww-tag-title(DOM)
eww-toggle-checkbox(&optional EVENT)
eww-toggle-colors()
eww-toggle-fonts()
eww-toggle-images()
eww-toggle-paragraph-direction()
eww-top-url()
eww-up-url()
eww-update-field(STRING &optional OFFSET)
eww-view-source()
eww-write-bookmarks()

Defined faces (8)

eww-form-checkboxFace for eww buffer buttons.
eww-form-fileFace for eww buffer buttons.
eww-form-selectFace for eww buffer buttons.
eww-form-submitFace for eww buffer buttons.
eww-form-textFace for eww text inputs.
eww-form-textareaFace for eww textarea inputs.
eww-invalid-certificateFace for web pages with invalid certificates.
eww-valid-certificateFace for web pages with valid certificates.