help-emacs-windows
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [h-e-w] bbdb INSTALL (english->elisp translation)


From: Michael R. Wolf
Subject: Re: [h-e-w] bbdb INSTALL (english->elisp translation)
Date: 07 Dec 2001 12:01:10 -0500
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.1

Matt McClure <address@hidden> writes:

> On Thu Dec 06 2001, 08:23, "Michael R. Wolf"
> <address@hidden> wrote:
> 
> > >             iv)  Add the texinfo directory to the Info search path.
> > 
> > ; What goes here?--\     I'm assuming this is OK. --\
> > ;                  |                                |
> > ;                  V                                V
> > (add-to-list    'XXXXXXXXXX (expand-file-name "~/bbdb-2.32/texinfo"))
> 
> Info-default-directory-list

Thanks!  Here's what I got.

(add-to-list 'Info-default-directory-list 
                (expand-file-name "~/bbdb-2.32/texinfo"))


Then I went digging around -- I found Info-additional-directory-list.
It seems like it might be better?  Ideas?

(add-to-list 'Info-additional-directory-list 
                (expand-file-name "~/bbdb-2.32/texinfo"))


If I were to use the Info-default-directory-list, I've got a style
question.  It seems that "add-on" packages like this should be
appended (not pre-pended) to the list.  Is that so?  (It makes a
difference in the final optional argument to add-to-list.)

;;; prepend it
(add-to-list 'Info-default-directory-list 
                (expand-file-name "~/bbdb-2.32/texinfo"))

;;; append it -- preferred???
(add-to-list 'Info-default-directory-list 
                (expand-file-name "~/bbdb-2.32/texinfo") t)



-- 
Michael R. Wolf
    All mammals learn by playing!
       address@hidden




reply via email to

[Prev in Thread] Current Thread [Next in Thread]