From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Christopher Schmidt Newsgroups: gmane.emacs.devel Subject: Re: eww Date: Wed, 19 Jun 2013 11:38:48 +0100 (BST) Message-ID: <874ncucrlz@ch.ristopher.com> References: <87d2rkb1pi.fsf@fleche.redhat.com> <87fvwfa3ev.fsf@fleche.redhat.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1371638340 1549 80.91.229.3 (19 Jun 2013 10:39:00 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 19 Jun 2013 10:39:00 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jun 19 12:39:02 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 1UpFn1-0003oH-Gy for ged-emacs-devel@m.gmane.org; Wed, 19 Jun 2013 12:38:59 +0200 Original-Received: from localhost ([::1]:55570 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UpFn1-0003bT-3V for ged-emacs-devel@m.gmane.org; Wed, 19 Jun 2013 06:38:59 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:46679) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UpFmw-0003bM-Ar for emacs-devel@gnu.org; Wed, 19 Jun 2013 06:38:56 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UpFmt-00067s-Rt for emacs-devel@gnu.org; Wed, 19 Jun 2013 06:38:54 -0400 Original-Received: from ristopher.com ([146.185.21.93]:46638 helo=saturn.ch.ristopher.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UpFmt-00067m-Ly for emacs-devel@gnu.org; Wed, 19 Jun 2013 06:38:51 -0400 Original-Received: by saturn.ch.ristopher.com (Postfix, from userid 0) id F15C2206A9; Wed, 19 Jun 2013 11:38:48 +0100 (BST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=ch.ristopher.com; s=mail; t=1371638328; bh=OzxvzQwUZ3uQ76huoWHW1SromZ+kJfBGDCdxlO6fSX0=; h=From:To:Subject:In-Reply-To:Message-ID:References:MIME-Version: Content-Type:Date; b=SpUr8IEeKaoDW/mHw7VsowP5xrxiM7eX2W3KsbcnpKpmZI8ANU5pvleCetIoDZrAb f6evp2UwkHmKSWZQ8RP0fBAiJiXjRm6F4gvxhW6tZOlPP7zOmGUxiMZK9xBBDoWSZs MwBt47jHaDFT27vINr0HOTyg6+Uupz/HuB3vLbTU= In-Reply-To: (Stefan Monnier's message of "Tue, 18 Jun 2013 16:19:21 -0400") Mail-Followup-To: emacs-devel@gnu.org X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x [generic] X-Received-From: 146.185.21.93 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:160651 Archived-At: Stefan Monnier writes: > 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? Christopher