From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Elena Newsgroups: gmane.emacs.help Subject: Re: "Anything" package requires w3m command... Date: Mon, 20 Dec 2010 01:18:58 -0800 (PST) Organization: http://groups.google.com Message-ID: <0cc97c59-70f0-4b7a-8508-3e943544e73b@y3g2000vbm.googlegroups.com> References: <80ipzazi33.fsf@missioncriticalit.com> <87d3picyah.fsf@fh-trier.de> <804oar16qv.fsf@missioncriticalit.com> <9e2a7518-2fc7-43dc-8dac-195805205968@k38g2000vbc.googlegroups.com> <80oc8ksa83.fsf@missioncriticalit.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: dough.gmane.org 1292838116 25872 80.91.229.12 (20 Dec 2010 09:41:56 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 20 Dec 2010 09:41:56 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Dec 20 10:41:52 2010 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1PUcFX-00069I-3j for geh-help-gnu-emacs@m.gmane.org; Mon, 20 Dec 2010 10:41:51 +0100 Original-Received: from localhost ([127.0.0.1]:47482 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PUcFO-0003JK-9H for geh-help-gnu-emacs@m.gmane.org; Mon, 20 Dec 2010 04:41:38 -0500 Original-Path: usenet.stanford.edu!postnews.google.com!y3g2000vbm.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 21 Original-NNTP-Posting-Host: 89.96.190.244 Original-X-Trace: posting.google.com 1292836738 5602 127.0.0.1 (20 Dec 2010 09:18:58 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Mon, 20 Dec 2010 09:18:58 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: y3g2000vbm.googlegroups.com; posting-host=89.96.190.244; posting-account=AFCLjAoAAABJAOf_HjgEEEi3ty-lG5m2 User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13,gzip(gfe) Original-Xref: usenet.stanford.edu gnu.emacs.help:183440 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:77686 Archived-At: On Dec 18, 6:56 am, Thierry Volpiatto wrote: > Please start with emacs -Q and (require 'anything-config) > No more. Thank you, Thierry, for helping us. Indeed, the issue is absent in "emacs -Q". I've found the offending line to be: (eval-when-compile (require 'w3m-bookmark nil t)) Both the original poster and I have downloaded the "emacs-w3m" interface, which contains "w3m-bookmark". Emacs fails to load this package on Windows, because the external app "w3m" is missing. I solved the issue by restarting Emacs without the "emacs-w3m" directory in its load-path.