Charles Berry <ccbe...@ucsd.edu> writes: >> (6. Want more? >> - check the 'navi-menu' for more commands >> - type 'h' to see the (customizable) user-defined keyword-searches and >> their keybindings > > 'h' in the *Navi:myfile.org* buffer returns an error. > > underline-line-with is not found. I could not find it by rgrep'ing or > Googling. > > Commenting it out of navi-show-help results in display of the keybindings.
Yes, thanks a lot for the observation. I installed the `basic-edit-toolkit.el' (http://www.emacswiki.org/emacs/basic-edit-toolkit.el) long ago and forget about it. ,------------------------------------------------------- | underline-line-with is an interactive Lisp function in | `basic-edit-toolkit.el'. | | (underline-line-with CHAR) `------------------------------------------------------- I added 'navi-underline-line-with' to navi-mode.el and pushed the new version to github, let me if there are still problems. -- cheers, Thorsten