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: Fri, 02 Aug 2013 11:46:34 +1100 Message-ID: <878v0k5385.fsf@otago.ac.nz> References: <87ehad4o63.fsf@otago.ac.nz> <87haf9aqor.fsf@otago.ac.nz> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1375404424 7221 80.91.229.3 (2 Aug 2013 00:47:04 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 2 Aug 2013 00:47:04 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Aug 02 02:47:07 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 1V53WJ-00008o-II for ged-emacs-devel@m.gmane.org; Fri, 02 Aug 2013 02:47:03 +0200 Original-Received: from localhost ([::1]:56433 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V53WJ-0002zr-3m for ged-emacs-devel@m.gmane.org; Thu, 01 Aug 2013 20:47:03 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:58697) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V53WA-0002zE-Qb for emacs-devel@gnu.org; Thu, 01 Aug 2013 20:47:01 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1V53W5-0002DN-Kt for emacs-devel@gnu.org; Thu, 01 Aug 2013 20:46:54 -0400 Original-Received: from plane.gmane.org ([80.91.229.3]:56052) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V53W5-0002Cy-Dk for emacs-devel@gnu.org; Thu, 01 Aug 2013 20:46:49 -0400 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1V53W2-0007j7-Er for emacs-devel@gnu.org; Fri, 02 Aug 2013 02:46:46 +0200 Original-Received: from h091147019227.ys.dsl.sakhalin.ru ([91.147.19.227]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 02 Aug 2013 02:46:46 +0200 Original-Received: from john.williams by h091147019227.ys.dsl.sakhalin.ru with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 02 Aug 2013 02:46:46 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 49 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: h091147019227.ys.dsl.sakhalin.ru User-Agent: Gnus/5.110017 (No Gnus v0.17) Emacs/24.3.50 (gnu/linux) Cancel-Lock: sha1:TmDGf3KWP5vxYLoHNRe8ctuLHjI= 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:162353 Archived-At: Lars Magne Ingebrigtsen writes: > John Williams writes: > >> But when I say "M-x eww RET http://www.gnu.org RET" I get a totally >> blank buffer. > > I don't get a blank buffer. Have you compiled your Emacs with libxml > support? Yes, AFAICT. When I ran `sh autogen.sh && configure' I get the result below. Thanks so much for your quick reply, Lars. You are amazing, and I really appreciate your work on Gnus and Gmane. Configured for `x86_64-unknown-linux-gnu'. Where should the build process find the source code? /home/john/Downloads/emacs What compiler should emacs be built with? gcc -std=gnu99 -g3 -O2 Should Emacs use the GNU version of malloc? yes (Using Doug Lea's new malloc from the GNU C Library.) Should Emacs use a relocating allocator for buffers? no Should Emacs use mmap(2) for buffer allocation? no What window system should Emacs use? x11 What toolkit should Emacs use? GTK3 Where do we find X Windows header files? Standard dirs Where do we find X Windows libraries? Standard dirs Does Emacs use -lXaw3d? no Does Emacs use -lXpm? yes Does Emacs use -ljpeg? yes Does Emacs use -ltiff? yes Does Emacs use a gif library? yes -lgif Does Emacs use -lpng? yes Does Emacs use -lrsvg-2? no Does Emacs use imagemagick? no Does Emacs support sound? yes Does Emacs use -lgpm? no Does Emacs use -ldbus? yes Does Emacs use -lgconf? no Does Emacs use GSettings? yes Does Emacs use a file notification library? yes -lgio (gfile) Does Emacs use access control lists? no Does Emacs use -lselinux? no Does Emacs use -lgnutls? yes Does Emacs use -lxml2? yes Does Emacs use -lfreetype? yes Does Emacs use -lm17n-flt? no Does Emacs use -lotf? no Does Emacs use -lxft? yes Does Emacs use toolkit scroll bars? yes