Re: [Ebib-users] 'ebib-file-search-dirs' documentation suggestion
Brought to you by:
joostkremers
From: Joost K. <joo...@fa...> - 2012-08-12 09:19:39
|
Hi Robbie, Yes, I see how this can be confusing... I'll fix the documentation to make this clearer. Or perhaps it would be even better to use ebib-file-search-dirs for ebib-preload-bib-files as well... Best, Joost -- Joost Kremers Life has its moments -----Original Message----- From: Robbie Morrison <ro...@ac...> To: ebib users <ebi...@li...> Sent: do, 09 aug. 2012 23:06 Subject: [Ebib-users] 'ebib-file-search-dirs' documentation suggestion Hello Joost, others I just spent a bit of time trying to get 'ebib' to read my BibTeX files. You'll see why shortly. With regard to the following documentation: File Search Dirs Default value: ~. List of directories that Ebib searches for files. Note that searching is not recursive: only the files listed here are searched, not their subdirectories. I took this to mean BibTeX files and duly set up the following: (setq ebib-file-search-dirs "~/path/to/bib/files") (setq ebib-preload-bib-files (list "1.bib" "2.bib")) This failed and after reading 'ebib.el' I can see why. For the record, what is needed is this: (setq ebib-preload-bib-files (list "~/path/to/bib/files/1.bib" "~/path/to/bib/files/2.bib")) Maybe the documentation could emphasis the files mentioned are files for viewing and not files for reading. Many thanks for offering this project. It suits my needs well and the code looks beautiful. Robbie --- Robbie Morrison PhD student -- policy-oriented energy system simulation Technical University of Berlin (TU-Berlin), Germany University email (redirected) : mor...@ie... Webmail (preferred) : ro...@ac... [from Webmail client] ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ Ebib-users mailing list Ebi...@li... https://lists.sourceforge.net/lists/listinfo/ebib-users |