From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: John Williams Newsgroups: gmane.emacs.devel Subject: Re: eww Date: Sun, 04 Aug 2013 14:59:52 +1100 Message-ID: <8738qqksw7.fsf@otago.ac.nz> References: <87ehad4o63.fsf@otago.ac.nz> <87haf9aqor.fsf@otago.ac.nz> <878v0k5385.fsf@otago.ac.nz> <87txj7srgh.fsf@otago.ac.nz> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1375588821 32661 80.91.229.3 (4 Aug 2013 04:00:21 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 4 Aug 2013 04:00:21 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Aug 04 06:00:23 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 1V5pUV-0007S0-7G for ged-emacs-devel@m.gmane.org; Sun, 04 Aug 2013 06:00:23 +0200 Original-Received: from localhost ([::1]:47708 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V5pUU-0006ln-TX for ged-emacs-devel@m.gmane.org; Sun, 04 Aug 2013 00:00:22 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:50616) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V5pUM-0006aQ-Lh for emacs-devel@gnu.org; Sun, 04 Aug 2013 00:00:20 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1V5pUF-0000KP-Kc for emacs-devel@gnu.org; Sun, 04 Aug 2013 00:00:14 -0400 Original-Received: from plane.gmane.org ([80.91.229.3]:52028) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V5pUF-0000Ip-Eq for emacs-devel@gnu.org; Sun, 04 Aug 2013 00:00:07 -0400 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1V5pUB-0006nB-Sh for emacs-devel@gnu.org; Sun, 04 Aug 2013 06:00:03 +0200 Original-Received: from h093177035095.smr.dsl.sakhalin.ru ([93.177.35.95]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 04 Aug 2013 06:00:03 +0200 Original-Received: from john.williams by h093177035095.smr.dsl.sakhalin.ru with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 04 Aug 2013 06:00:03 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 45 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: h093177035095.smr.dsl.sakhalin.ru User-Agent: Gnus/5.110017 (No Gnus v0.17) Emacs/24.3.50 (gnu/linux) Cancel-Lock: sha1:BTL8TZBonVud2lyERq+U1l+bFtg= X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 80.91.229.3 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:162405 Archived-At: Lars Magne Ingebrigtsen writes: > John Williams writes: > >> Loading /home/john/.recentf...done >> Could not deduce mode name from keymap name [8 times] >> For information about GNU Emacs and the GNU system, type C-h C-a. >> Package assoc is obsolete! >> Contacting host: duckduckgo.com:443 >> gnutls.c: [1] Note that the security level of the Diffie-Hellman key >> exchange has been lowered to 256 bits and this may allow decryption of >> the session data >> ------------------- >> >> Is the message about assoc being obsolete relevant? > > Is it output by eww, or something before you call eww? By something I call before eww. > What does > > (url-retrieve "https://duckduckgo.com/" > (lambda (&rest ignore) > (switch-to-buffer (current-buffer)))) > > do for you? It retrieves and displays the requested page in its full HTML glory (i.e. as text, not rendered). As I mentioned, calling eww with my .emacs included produces an error, but `emacs -q` does not. I saved the two buffers and diffed them. The only difference was the timestamps ("Date" and "Expires"). But now something is different with the way the page is rendered. When I previously reported this (perhaps) bug, nothing was displayed at all. In the intervening time I've changed my .emacs (but don't have a changelog, sorry) and now the DDG page is _partially_ displayed. The top line of the buffer reads "https://duckduckgo.com/html/?q=" and the cursor is blinking on the next line. But I can't enter anything, and the text entry field is not displayed. The eww menu is displayed and works fine. Thanks for your help, John