Re: [Ebib-users] Ebib not showing any menus
Brought to you by:
joostkremers
From: Joost K. <joo...@fa...> - 2017-03-15 13:18:46
|
Hi Erich, > I've installed ebib via Melpa and it works when I load a .bib > file and > use the shortcut keys. However, it does not show any menus in > Emacs and > I cannot find any customization options. Does anyone have an > idea > what's gone wrong? Not sure what might have gone wrong. There should be a customisation group 'ebib' (M-x customize-group RET ebib RET) and a number of subgroups. The menu only appears when Ebib is active, perhaps that's confusing you? Otherwise all I can suggest is to uninstall and reinstall Ebib, and carefully check the output of the reinstallation (or post it here). > Second question (related to the first): Since I cannot find the > customization options, how do I set the preload-bib-files option > programmatically in .emacs? You can simply use `setq': (setq ebib-preload-bib-files '("/path/to/file1.bib" "/path/to/file2.bib")) Note the single quote before the list of paths and the lack of a comma between the paths. HTH Joost -- Joost Kremers Life has its moments |