Next: , Previous: , Up: Getting page information   [Contents][Index]


3.5.2 Mini-buffer

Show information about the current page in the mini-buffer by typing these keybindings.

o c’ (‘wwe-show-response-status-code’)

Show the page’s HTTP response status code.

o d’ (‘wwe-show-doctype’)

Show the page’s doctype.

o e’ (‘wwe-show-refresh-url’)

Show the meta refresh URL if there is one.

o f’ (‘wwe-show-form’)

Show the form structure. Warning: password fields will be shown in clear text.

o h’ (‘wwe-show-headers’)

Show the HTTP headers of the current page.

o i’ (‘wwe-show-image-title’)

Show title of image at point.

o l’ (‘wwe-show-link-url’)

If there’s a link button at point, show its link URL. If it’s a link on an image press a prefix argument like ‘C-u o l’ to show its src URL. If there’s an image that’s not a link show its image src URL. If there’s a form button show its form action URL. If it’s a section show the section name. If it’s an abbreviation show the abbreviation text.

o r’ (‘wwe-show-render-time’)

Show the amount of time it took to render the page.

o t’ (‘wwe-show-title’)

Show the page’s title.

o u’ (‘wwe-show-url’)

Show the page’s URL.