From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: happy@vole.com (mr.sparkle) Newsgroups: gmane.emacs.help Subject: emacs-w3m namazu problem Date: 21 Nov 2002 19:24:14 -0500 Organization: Posted via Supernews, http://www.supernews.com Sender: help-gnu-emacs-admin@gnu.org Message-ID: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Trace: main.gmane.org 1037924756 16601 80.91.224.249 (22 Nov 2002 00:25:56 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Fri, 22 Nov 2002 00:25:56 +0000 (UTC) Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18F1dr-0004Jd-00 for ; Fri, 22 Nov 2002 01:25:55 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 18F1eD-0002Zj-00; Thu, 21 Nov 2002 19:26:17 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!cyclone.bc.net!newsfeed.telusplanet.net!rip!c02.atl3!news.webusenet.com!telocity-west!DIRECTV!sn-xit-03!sn-xit-01!sn-post-01!supernews.com!corp.supernews.com!not-for-mail Original-Newsgroups: gnu.emacs.help User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 Original-X-Complaints-To: abuse@supernews.com Original-Lines: 24 Original-Xref: shelby.stanford.edu gnu.emacs.help:107294 Original-To: help-gnu-emacs@gnu.org Errors-To: help-gnu-emacs-admin@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.help:3849 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:3849 Using emacs-w3m plus namazu to search local files I've indexed works great if I only have one page of results. If, however, I get more than one page of results I can't visit the other pages! That is, at the bottom of the first results page there will be links for the other results pages like so: [1] [2] [3] etc When I click on [2] or any other link I get the following error: Debugger entered--Lisp error: (wrong-type-argument stringp nil) string-match("+\\|%\\(0D%0A\\|\\([0-9a-fA-F][0-9a-fA-F]\\)\\)" nil 0) w3m-url-decode-string(nil) w3m-about-namazu("about://namazu/?&whence=180" nil nil nil "about://namazu/?index=/home/vitas/NMZ/Documents/&query=emacs&whence=0" (lambda (type) ((lambda ... ...) type (lambda ... ...) #>))) w3m-retrieve("about://namazu/?&whence=180" nil nil nil "about://namazu/?index=/home/vitas/NMZ/Documents/&query=emacs&whence=0" (lambda (type) ((lambda ... ...) type (lambda ... ...) #>))) w3m-retrieve-and-render("about://namazu/?&whence=180" nil nil nil nil "about://namazu/?index=/home/vitas/NMZ/Documents/&query=emacs&whence=0" (lambda (action) ((lambda ... ...) action (lambda ... ...)))) w3m-goto-url("about://namazu/?&whence=180" nil nil nil "about://namazu/?index=/home/vitas/NMZ/Documents/&query=emacs&whence=0" (lambda (success) ((lambda ... ...) success nil))) byte-code("Ä ʼn\n &‡" [url reload w3m-current-url handler w3m-goto-url nil] 7) w3m-view-this-url(nil nil) call-interactively(w3m-view-this-url) Any ideas? Thanks