refdb-mode customization

These commands help you to set up RefDB in the first place and to adapt RefDB and refdb-mode to your needs.

Initialize System Database

refdb-init-refdb(void);

Initializes the system database. Use this command once to initialize your RefDB installation.

Warning

This command will destructively replace any existing RefDB system database.

Customize RefDB Mode

This menu command invokes the Emacs customization buffer for RefDB.

Edit RefDB Config Files

The commands in this submenu open one of the RefDB configuration files in Emacs to change the persistent configuration of the RefDB applications. User configuration files will be opened in a new window in the same Emacs frame. Global configuration files will be opened in another Emacs instance which is started using sudo to obtain the required permissions.

refdb-edit-refdbarc(void);

Edit the refdba user configuration file.

refdb-edit-refdbcrc(void);

Edit the refdbc user configuration file.

refdb-edit-refdbibrc(void);

Edit the refdbib user configuration file.

refdb-edit-global-refdbarc(void);

Edit the global refdba configuration file.

refdb-edit-global-refdbcrc(void);

Edit the global refdbc configuration file.

refdb-edit-global-refdbibrc(void);

Edit the global refdbib configuration file.

refdb-edit-global-refdbdrc(void);

Edit the global refdbd configuration file.