[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [gNewSense-users] KFV Mode 0.6: new section input, legal language se
From: |
Bake Timmons |
Subject: |
Re: [gNewSense-users] KFV Mode 0.6: new section input, legal language search feature |
Date: |
Tue, 22 Apr 2008 09:17:40 -0400 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) |
> I first moved kernel files to /gNS-KFV/linux-2.6.24_12.22 and then
> removed ~/.gns-kfv to get rid of old configuration
>
> After that:
> - started emacs
> - M-x load-file /gNS-KFV/kfv.el
> - M-x kfv-start
> - Input directory name for writing temporary files: ~/.gns-kfv
> - Input directory to examine: /gNS-KFV/linux-2.6.24_12.22/fs/affs
>
> I then get error "Wrong type argument: arrayp, nil" and script ends.
My guess is that your .kfvrc file needs updating. It may have at least
one line like:
(setq kfv-default-path "/usr/src/linux-2.6.24_12.22/")
What matters is that the *final* such line has the updated value. So in
your case you would want:
(setq kfv-default-path "/gNS-KFV/linux-2.6.24_12.22/")
Then save the file and repeat your procedure above (e.g., start emacs,
etc.).
Please let me know if you have any problems here. I will try to make it
smarter about this in the future.