From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/60687 Path: news.gmane.org!not-for-mail From: Sebastian Luque Newsgroups: gmane.emacs.gnus.general Subject: mule-ucs Date: Thu, 04 Aug 2005 01:30:53 -0500 Organization: Memorial University of Newfoundland Message-ID: <877jf2rz6q.fsf@mun.ca> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1123137213 10694 80.91.229.2 (4 Aug 2005 06:33:33 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 4 Aug 2005 06:33:33 +0000 (UTC) Original-X-From: ding-owner+M9217=ding+2Daccount=gmane.org@lists.math.uh.edu Thu Aug 04 08:33:31 2005 Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by ciao.gmane.org with esmtp (Exim 4.43) id 1E0ZI5-00033H-Ej for ding-account@gmane.org; Thu, 04 Aug 2005 08:33:17 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu ident=lists) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 1E0ZI4-0008R3-02 for ding-account@gmane.org; Thu, 04 Aug 2005 01:33:16 -0500 Original-Received: from util2.math.uh.edu ([129.7.128.23]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1E0ZI0-0008Qv-00 for ding@lists.math.uh.edu; Thu, 04 Aug 2005 01:33:12 -0500 Original-Received: from quimby.gnus.org ([80.91.224.244]) by util2.math.uh.edu with esmtp (Exim 4.30) id 1E0ZHz-0007dk-Lh for ding@lists.math.uh.edu; Thu, 04 Aug 2005 01:33:11 -0500 Original-Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1E0YLu-0007Jm-00 for ; Thu, 04 Aug 2005 07:33:10 +0200 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1E0ZGr-0002xg-4F for ding@gnus.org; Thu, 04 Aug 2005 08:32:01 +0200 Original-Received: from s0106001111ddbc6e.wp.shawcable.net ([24.77.74.208]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 04 Aug 2005 08:32:01 +0200 Original-Received: from spluque by s0106001111ddbc6e.wp.shawcable.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 04 Aug 2005 08:32:01 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-To: ding@gnus.org Original-Lines: 24 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: s0106001111ddbc6e.wp.shawcable.net User-Agent: Gnus/5.110004 (No Gnus v0.4) Emacs/21.4 (gnu/linux) Cancel-Lock: sha1:gqQasb3gLxFfeMZuVBWiNIKpPmc= X-Spam-Score: -4.7 (----) Precedence: bulk Original-Sender: ding-owner@lists.math.uh.edu Xref: news.gmane.org gmane.emacs.gnus.general:60687 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:60687 Hi, Following the recommendations in the w3m manual, I installed mule-ucs in order to be able to display some special characters. I changed the value of w3m-use-mule-ucs accordingly, but there are problems loading w3m-ucs. When starting Emacs with this variable with that value, Emacs stops with the message ("Cannot open load file" "w3m-ucs"). So I removed this customization, and tried loading w3m-ucs with load-library, which resulted in this backtrace: Debugger entered--Lisp error: (file-error "Cannot open load file" "w3m-ucs") load("w3m-ucs") load-library("w3m-ucs") * call-interactively(load-library) execute-extended-command(nil) call-interactively(execute-extended-command) I'd be grateful for any pointers on this problem. Thanks in advance, -- Sebastian P. Luque