From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/15987 Path: main.gmane.org!not-for-mail From: Francisco Solsona Newsgroups: gmane.emacs.gnus.general Subject: Re: nnir better than chocolate Date: 12 Aug 1998 09:48:04 -0500 Sender: owner-ding@hpc.uh.edu Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no X-Trace: main.gmane.org 1035154930 25176 80.91.224.250 (20 Oct 2002 23:02:10 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 23:02:10 +0000 (UTC) Cc: ding@gnus.org Return-Path: Original-Received: from gwyn.tux.org (gwyn.tux.org [207.96.122.8]) by altair.xemacs.org (8.9.1/8.9.1) with ESMTP id IAA17553 for ; Wed, 12 Aug 1998 08:01:58 -0700 Original-Received: from gizmo.hpc.uh.edu (gizmo.hpc.uh.edu [129.7.102.31]) by gwyn.tux.org (8.8.8/8.8.8) with ESMTP id KAA25794 for ; Wed, 12 Aug 1998 10:55:51 -0400 Original-Received: from sina.hpc.uh.edu (sina.hpc.uh.edu [129.7.3.5]) by gizmo.hpc.uh.edu (8.7.6/8.7.3) with ESMTP id JAT04154; Wed, 12 Aug 1998 09:25:44 -0500 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Wed, 12 Aug 1998 09:52:57 -0500 (CDT) Original-Received: from sclp3.sclp.com (root@sclp3.sclp.com [209.195.19.139]) by sina.hpc.uh.edu (8.7.3/8.7.3) with ESMTP id JAA13547 for ; Wed, 12 Aug 1998 09:52:34 -0500 (CDT) Original-Received: from deprof.fciencias.unam.mx (solsona@deprof.fciencias.unam.mx [132.248.133.202]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id KAA19935 for ; Wed, 12 Aug 1998 10:52:16 -0400 (EDT) Original-Received: (from solsona@localhost) by deprof.fciencias.unam.mx (8.8.7/8.8.7) id JAA18359; Wed, 12 Aug 1998 09:48:05 -0500 Mail-Copies-To: never Original-To: Harry Putnam In-Reply-To: Harry Putnam's message of "11 Aug 1998 20:41:00 -0700" X-Face: "e<&PCSuDeI>Wnz0s(fk:UP((Y'&0**fKwX:LL\,e"-5AS4+1|fdTE!(r,"&eLI}x(aQy-j M(jT(KvDbG@:bC<#KFDy}}*'Y8V7@DGOy39Ze@8P@tN)a%m/+'#Z?[+V&XUibbO writes: > Kai Grossjohann writes: [...] > Args out of range: ["can't open glimpse index-file .home.reader..glimpse_index > (use -H to give an index-directory or run 'glimpseindex' to make an index) > " 1000], 2 > Is the ".home.reader..glimpse_index" notation, an indication of a problem? Yes. Those "." are actually "/" (they get substituted by nnir), so the path actually is: /home/reader//glimpse_index ^^ then your "glimpse-m" is not there. This is the part in nnir.el from where glimpse gets called: (call-process nnir-glimpse-program nil ; input from /dev/null t ; output nil ; don't redisplay "-H" nnir-glimpse-home ; search home dir ^^^^^^^^^^^^^^^^^^ ... note that the value of nnir-glimpse-home is inserted "as is". Your problem then can only reside on the setting of that variable. I have, (require 'nnir) (setq nnir-glimpse-home "/path/to/index") ... and it works fine. Why don't you load nnir.el (not nnir.elc) and then edebug nnir-run-glimpse, that way you'll be sure of what value of nnir-glimpse-home is using (and why). hth, Francisco -- When people post source code in gnu.emacs.sources, please do not curse at them. Please just keep silent. --Richard Stallman