From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: eww Date: Wed, 19 Jun 2013 08:35:14 -0400 Message-ID: References: <87d2rkb1pi.fsf@fleche.redhat.com> <87fvwfa3ev.fsf@fleche.redhat.com> <874ncucrlz@ch.ristopher.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1371645332 12487 80.91.229.3 (19 Jun 2013 12:35:32 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 19 Jun 2013 12:35:32 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jun 19 14:35:32 2013 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1UpHbn-0004tB-II for ged-emacs-devel@m.gmane.org; Wed, 19 Jun 2013 14:35:31 +0200 Original-Received: from localhost ([::1]:33679 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UpHbn-0007Xb-4d for ged-emacs-devel@m.gmane.org; Wed, 19 Jun 2013 08:35:31 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:45552) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UpHba-0007Cj-Sv for emacs-devel@gnu.org; Wed, 19 Jun 2013 08:35:23 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UpHbZ-0002Jk-Hw for emacs-devel@gnu.org; Wed, 19 Jun 2013 08:35:18 -0400 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.182]:28611) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UpHbZ-0002Jg-78 for emacs-devel@gnu.org; Wed, 19 Jun 2013 08:35:17 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Av4EABK/CFFFpZVy/2dsb2JhbABEvw4Xc4IeAQEEAVYzCzQSFBgNiEIGwS2NYYMpA6R6gV6DEw X-IPAS-Result: Av4EABK/CFFFpZVy/2dsb2JhbABEvw4Xc4IeAQEEAVYzCzQSFBgNiEIGwS2NYYMpA6R6gV6DEw X-IronPort-AV: E=Sophos;i="4.84,565,1355115600"; d="scan'208";a="16706998" Original-Received: from 69-165-149-114.dsl.teksavvy.com (HELO pastel.home) ([69.165.149.114]) by ironport2-out.teksavvy.com with ESMTP/TLS/ADH-AES256-SHA; 19 Jun 2013 08:35:11 -0400 Original-Received: by pastel.home (Postfix, from userid 20848) id 11E7862F1E; Wed, 19 Jun 2013 08:35:14 -0400 (EDT) In-Reply-To: <874ncucrlz@ch.ristopher.com> (Christopher Schmidt's message of "Wed, 19 Jun 2013 11:38:48 +0100 (BST)") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 206.248.154.182 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:160657 Archived-At: >> Also going back to a previously displayed page should be "immediate" >> and not require any network communication. > The Cache-Control header field of the response should be honoured, > though? That's for the case where you go the same URL. When I go back in my history, I don't just want to see the same web-page, I want to see it in the exact state I left it (e.g. with whatever text I had typed into the forms, with point at the same place, ...). And most importantly, I want to be able to see it even if the network connection went down. So, no, when going back in my history I do *not* want to honor stuff like Cache-Control. Stefan