[Date Prev][Date Next][Thread Prev][][Date Index][Thread Index]

make w3m-reload-this-page more friendly



    (defun w3m-reload-this-page (&optional arg no-popup)
      "Reload the current page, disregarding the cached contents.
    If the prefix arg ARG is given, it also clears forms and post data."

Mention that one also will get prompted asking...

              (when (and (setq post-data (w3m-history-plist-get :post-data))
                         (not (y-or-n-p "Repost form data? ")))

Give the user the full choice list (y, n, q, ?, ^G) and a help menu
for ? saying what each does.