From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: mah@everybody.org (Mark A. Hershberger) Newsgroups: gmane.emacs.devel Subject: Making w3 better Date: Wed, 28 Jul 2004 11:27:25 -0400 Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Message-ID: <87vfg8m9sy.fsf@weblog.localhost> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0499346072==" X-Trace: sea.gmane.org 1091029529 26737 80.91.224.253 (28 Jul 2004 15:45:29 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 28 Jul 2004 15:45:29 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jul 28 17:45:16 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1BpqcF-0006rO-00 for ; Wed, 28 Jul 2004 17:45:15 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BpqfO-0007yl-9B for ged-emacs-devel@m.gmane.org; Wed, 28 Jul 2004 11:48:30 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1BpqfE-0007yK-2a for emacs-devel@gnu.org; Wed, 28 Jul 2004 11:48:20 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1BpqfD-0007xx-4m for emacs-devel@gnu.org; Wed, 28 Jul 2004 11:48:19 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BpqfD-0007xu-0l for emacs-devel@gnu.org; Wed, 28 Jul 2004 11:48:19 -0400 Original-Received: from [80.91.224.249] (helo=main.gmane.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1Bpqbm-0002dh-OA for emacs-devel@gnu.org; Wed, 28 Jul 2004 11:44:46 -0400 Original-Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 1Bpqbi-0004jK-00 for ; Wed, 28 Jul 2004 17:44:45 +0200 Original-Received: from 24.152.207.156 ([24.152.207.156]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 28 Jul 2004 17:44:42 +0200 Original-Received: from mah by 24.152.207.156 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 28 Jul 2004 17:44:42 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-To: emacs-devel@gnu.org Original-Lines: 40 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: 24.152.207.156 X-URL: http://mah.everybody.org/weblog/ User-Agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3.50 (gnu/linux) Cancel-Lock: sha1:fQxqSci91CC46ejo955+kLzqm40= X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 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 Xref: main.gmane.org gmane.emacs.devel:26053 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:26053 --===============0499346072== Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha1; protocol="application/pgp-signature" --=-=-= w3 is looking a little better, but it still lacks a lot. I'd like to use it instead of w3m for viewing text/html parts in emails (and for posting to weblogs from with Emacs), but I'm running into the following two problems. 1) Empty element tags are not properly supported. For example, http://www.intertwingly.net/blog/ has 7 empty elements in the . These are displayed as ">" before everything else on the page. 2) Image support is minimal. Whenever gnus attempts to display a message that contains an tag, it reverts to display the html itself instead rendering the html. Web pages that contain images do not display those images at all. I can take care of 1), but 2) is another issue. I don't understand how Emacs handles images well enough to do much with them. If someone could point me in the right direction, that would help. Mark. -- A choice between one man and a shovel, or a dozen men with teaspoons is clear to me, and I'm sure it is clear to you also. -- Zimran Ahmed --=-=-= Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (GNU/Linux) iD8DBQBBB8Xjc17xCi38v/URAooLAKCN/ejsds2x0/bdbG/gR2A0W+GLkwCfdYXV YWddJuwGCfXFBqRBI7axXP0= =4p29 -----END PGP SIGNATURE----- --=-=-=-- --===============0499346072== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Emacs-devel mailing list Emacs-devel@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-devel --===============0499346072==-- From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Alan Shutko Newsgroups: gmane.emacs.devel Subject: Re: Making w3 better Date: Wed, 28 Jul 2004 11:30:14 -0500 Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Message-ID: <87d62gaycp.fsf@wesley.springies.com> References: <87vfg8m9sy.fsf@weblog.localhost> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1091032447 2410 80.91.224.253 (28 Jul 2004 16:34:07 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 28 Jul 2004 16:34:07 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jul 28 18:33:58 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1BprNN-00032V-00 for ; Wed, 28 Jul 2004 18:33:57 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BprQW-0002nj-49 for ged-emacs-devel@m.gmane.org; Wed, 28 Jul 2004 12:37:12 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1BprQQ-0002ne-A6 for emacs-devel@gnu.org; Wed, 28 Jul 2004 12:37:06 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1BprQP-0002nL-LJ for emacs-devel@gnu.org; Wed, 28 Jul 2004 12:37:06 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BprQP-0002nI-Ic for emacs-devel@gnu.org; Wed, 28 Jul 2004 12:37:05 -0400 Original-Received: from [216.162.125.102] (helo=simon.springies.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1BprN7-0006MF-Vx for emacs-devel@gnu.org; Wed, 28 Jul 2004 12:33:42 -0400 Original-Received: from wesley.springies.com (wesley.springies.com [192.168.1.2]) by simon.springies.com (Postfix) with ESMTP id 40E0D3E9B for ; Wed, 28 Jul 2004 11:33:41 -0500 (CDT) Original-Received: by wesley.springies.com (Postfix, from userid 1000) id B3AAC4041; Wed, 28 Jul 2004 11:33:39 -0500 (CDT) Original-To: emacs-devel@gnu.org In-Reply-To: <87vfg8m9sy.fsf@weblog.localhost> (Mark A. Hershberger's message of "Wed, 28 Jul 2004 11:27:25 -0400") User-Agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3.50 (gnu/linux) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 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 Xref: main.gmane.org gmane.emacs.devel:26059 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:26059 mah@everybody.org (Mark A. Hershberger) writes: > 2) Image support is minimal. Whenever gnus attempts to display a > message that contains an tag, it reverts to display the html > itself instead rendering the html. Web pages that contain images > do not display those images at all. The problem here is that by the time that w3 has download the images and trys to place them (this is done asynchronously) Gnus has set the buffer to read-only. (It may have also copied the results to another buffer, I can't remember.) I think this is more an Gnus problem than a W3 problem, so you might want to ask on the gnus list. -- Alan Shutko - I am the rocks. Closets are made for clothes. From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: mah@everybody.org (Mark A. Hershberger) Newsgroups: gmane.emacs.devel Subject: Re: Making w3 better Date: Wed, 28 Jul 2004 15:45:01 -0400 Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Message-ID: <87zn5jkjb6.fsf@weblog.localhost> References: <87vfg8m9sy.fsf@weblog.localhost> <87d62gaycp.fsf@wesley.springies.com> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0462202445==" X-Trace: sea.gmane.org 1091043958 532 80.91.224.253 (28 Jul 2004 19:45:58 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 28 Jul 2004 19:45:58 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jul 28 21:45:51 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1BpuN4-0003Ah-00 for ; Wed, 28 Jul 2004 21:45:50 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BpuQD-0004Qm-QG for ged-emacs-devel@m.gmane.org; Wed, 28 Jul 2004 15:49:05 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1BpuPm-0004LU-4C for emacs-devel@gnu.org; Wed, 28 Jul 2004 15:48:38 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1BpuPk-0004L2-Rk for emacs-devel@gnu.org; Wed, 28 Jul 2004 15:48:37 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BpuPk-0004Kw-Kp for emacs-devel@gnu.org; Wed, 28 Jul 2004 15:48:36 -0400 Original-Received: from [80.91.224.249] (helo=main.gmane.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1BpuMQ-0006sM-GL for emacs-devel@gnu.org; Wed, 28 Jul 2004 15:45:10 -0400 Original-Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 1BpuMP-0002E6-00 for ; Wed, 28 Jul 2004 21:45:09 +0200 Original-Received: from 24.152.207.156 ([24.152.207.156]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 28 Jul 2004 21:45:09 +0200 Original-Received: from mah by 24.152.207.156 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 28 Jul 2004 21:45:09 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-To: emacs-devel@gnu.org Original-Lines: 36 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: 24.152.207.156 X-URL: http://mah.everybody.org/weblog/ User-Agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3.50 (gnu/linux) Cancel-Lock: sha1:h2IpP6FbQ/C5zgdZXrmhB78d36k= X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 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 Xref: main.gmane.org gmane.emacs.devel:26066 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:26066 --===============0462202445== Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha1; protocol="application/pgp-signature" --=-=-= Alan Shutko writes: > The problem here is that by the time that w3 has download the images > and trys to place them (this is done asynchronously) Gnus has set the > buffer to read-only. (It may have also copied the results to another > buffer, I can't remember.) > > I think this is more an Gnus problem than a W3 problem, so you might > want to ask on the gnus list. Maybe, but even when I try to use w3 to view various websites, images are not placed correctly. How would I go about debugging that? I admit that I'm a little intimidated by the asynchronous aspect of it. Mark. -- A choice between one man and a shovel, or a dozen men with teaspoons is clear to me, and I'm sure it is clear to you also. -- Zimran Ahmed --=-=-= Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (GNU/Linux) iD8DBQBBCAJCc17xCi38v/URAqzUAKDiMsw1ue0gGrxYsZLuleNOWkwvxgCgyLzZ Hcxi2HtqsPxzGeJhjzndtYo= =7wHP -----END PGP SIGNATURE----- --=-=-=-- --===============0462202445== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Emacs-devel mailing list Emacs-devel@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-devel --===============0462202445==-- From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: storm@cua.dk (Kim F. Storm) Newsgroups: gmane.emacs.devel Subject: Re: Making w3 better Date: 28 Jul 2004 23:24:07 +0200 Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Message-ID: References: <87vfg8m9sy.fsf@weblog.localhost> <87d62gaycp.fsf@wesley.springies.com> <87zn5jkjb6.fsf@weblog.localhost> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1091049855 8682 80.91.224.253 (28 Jul 2004 21:24:15 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 28 Jul 2004 21:24:15 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jul 28 23:23:54 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1Bpvtx-0002Xa-00 for ; Wed, 28 Jul 2004 23:23:53 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1Bpvx7-0000RK-GN for ged-emacs-devel@m.gmane.org; Wed, 28 Jul 2004 17:27:09 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1Bpvx0-0000RF-8R for emacs-devel@gnu.org; Wed, 28 Jul 2004 17:27:02 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1Bpvwy-0000Qu-Dx for emacs-devel@gnu.org; Wed, 28 Jul 2004 17:27:02 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1Bpvwy-0000Qk-5a for emacs-devel@gnu.org; Wed, 28 Jul 2004 17:27:00 -0400 Original-Received: from [195.41.46.236] (helo=pfepb.post.tele.dk) by monty-python.gnu.org with esmtp (Exim 4.34) id 1BpvtV-0003jw-68 for emacs-devel@gnu.org; Wed, 28 Jul 2004 17:23:25 -0400 Original-Received: from kfs-l.imdomain.dk.cua.dk (0x503e2644.bynxx3.adsl-dhcp.tele.dk [80.62.38.68]) by pfepb.post.tele.dk (Postfix) with SMTP id 834BD5EE00A; Wed, 28 Jul 2004 23:23:23 +0200 (CEST) Original-To: mah@everybody.org (Mark A. Hershberger) In-Reply-To: <87zn5jkjb6.fsf@weblog.localhost> Original-Lines: 19 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 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 Xref: main.gmane.org gmane.emacs.devel:26067 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:26067 mah@everybody.org (Mark A. Hershberger) writes: > Alan Shutko writes: > > Maybe, but even when I try to use w3 to view various websites, images > are not placed correctly. > > How would I go about debugging that? I admit that I'm a little > intimidated by the asynchronous aspect of it. Maybe the new support for sliced images and the flexible line-spacing available in CVS emacs (see the NEWS file) can be used to properly align images and allow text to flow around images. For example use, look at the function insert-sliced-image in lisp/image.c -- Kim F. Storm http://www.cua.dk From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Masatake YAMATO Newsgroups: gmane.emacs.devel Subject: Re: Making w3 better Date: Fri, 30 Jul 2004 00:58:36 +0900 (JST) Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Message-ID: <20040730.005836.155821920.jet@gyve.org> References: <87vfg8m9sy.fsf@weblog.localhost> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1091117071 15145 80.91.224.253 (29 Jul 2004 16:04:31 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 29 Jul 2004 16:04:31 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jul 29 18:04:10 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1BqDO6-0000Rj-00 for ; Thu, 29 Jul 2004 18:04:10 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BqDRI-0001hX-QW for ged-emacs-devel@m.gmane.org; Thu, 29 Jul 2004 12:07:28 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1BqDNT-0008TC-2c for emacs-devel@gnu.org; Thu, 29 Jul 2004 12:03:31 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1BqDNP-0008RP-3C for emacs-devel@gnu.org; Thu, 29 Jul 2004 12:03:30 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BqDNO-0008Qw-Ji for emacs-devel@gnu.org; Thu, 29 Jul 2004 12:03:26 -0400 Original-Received: from [210.130.136.40] (helo=r-maa.spacetown.ne.jp) by monty-python.gnu.org with esmtp (Exim 4.34) id 1BqDK8-0000SZ-39 for emacs-devel@gnu.org; Thu, 29 Jul 2004 12:00:04 -0400 Original-Received: from localhost (h219-110-074-037.catv01.itscom.jp [219.110.74.37]) by r-maa.spacetown.ne.jp (8.11.6) with ESMTP id i6TFxvX00790; Fri, 30 Jul 2004 00:59:57 +0900 (JST) Original-To: mah@everybody.org In-Reply-To: <87vfg8m9sy.fsf@weblog.localhost> X-Mailer: Mew version 4.0.62 on Emacs 21.3.50 / Mule 5.0 (SAKAKI) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 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 Xref: main.gmane.org gmane.emacs.devel:26105 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:26105 > w3 is looking a little better, but it still lacks a lot. I'd like to > use it instead of w3m for viewing text/html parts in emails (and for > posting to weblogs from with Emacs), but I'm running into the > following two problems. Do you mean that "w3m" is emacs-w3m or not? About emacs-w3m, as a heavy emacs, I cannot find any strong weakness. From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: mah@everybody.org (Mark A. Hershberger) Newsgroups: gmane.emacs.devel Subject: Re: Making w3 better Date: Thu, 29 Jul 2004 12:13:49 -0400 Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Message-ID: <87u0vqiyf6.fsf@weblog.localhost> References: <87vfg8m9sy.fsf@weblog.localhost> <20040730.005836.155821920.jet@gyve.org> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0453823695==" X-Trace: sea.gmane.org 1091119403 21493 80.91.224.253 (29 Jul 2004 16:43:23 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 29 Jul 2004 16:43:23 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jul 29 18:43:13 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1BqDzs-00046a-00 for ; Thu, 29 Jul 2004 18:43:12 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BqE34-00046h-Tb for ged-emacs-devel@m.gmane.org; Thu, 29 Jul 2004 12:46:30 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1BqE2x-00046R-24 for emacs-devel@gnu.org; Thu, 29 Jul 2004 12:46:23 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1BqE2v-000468-Qa for emacs-devel@gnu.org; Thu, 29 Jul 2004 12:46:22 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BqE2v-00045x-PK for emacs-devel@gnu.org; Thu, 29 Jul 2004 12:46:21 -0400 Original-Received: from [64.124.179.97] (helo=superman.everybody.org) by monty-python.gnu.org with esmtp (TLSv1:RC4-SHA:128) (Exim 4.34) id 1BqDzY-0007X8-Rn for emacs-devel@gnu.org; Thu, 29 Jul 2004 12:42:52 -0400 Original-Received: from [24.152.207.156] (helo=weblog.localhost) by superman.everybody.org with asmtp (Exim 4.32) id 1BqDzS-0005g0-F9; Thu, 29 Jul 2004 11:42:46 -0500 Original-To: Masatake YAMATO X-URL: http://mah.everybody.org/weblog/ In-Reply-To: <20040730.005836.155821920.jet@gyve.org> (Masatake YAMATO's message of "Fri, 30 Jul 2004 00:58:36 +0900 (JST)") User-Agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3.50 (gnu/linux) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 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 Xref: main.gmane.org gmane.emacs.devel:26107 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:26107 --===============0453823695== Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha1; protocol="application/pgp-signature" --=-=-= Masatake YAMATO writes: > Do you mean that "w3m" is emacs-w3m or not? > About emacs-w3m, as a heavy emacs, I cannot find any strong weakness. I agree that emacs-w3m is very nice. I just wanted to have something in elisp. -- A choice between one man and a shovel, or a dozen men with teaspoons is clear to me, and I'm sure it is clear to you also. -- Zimran Ahmed --=-=-= Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (GNU/Linux) iD8DBQBBCSJFc17xCi38v/URAuHBAKDPt5wWMGlNZzi3wMFGJK6kjS0LrACgykHB dN1h+ffSO7OlHBuuvQ6qwXw= =3UpV -----END PGP SIGNATURE----- --=-=-=-- --===============0453823695== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Emacs-devel mailing list Emacs-devel@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-devel --===============0453823695==--