Author: Drew Adams
Date: Sep 19, 2008 23:19
... I do not want to interactive call a function but call it like pressing a key. for example, press tab in help-mode will cause forward-button function which has a parameter, however I do not... (call-interactively #'button) will provide the needed arguments (by default, N=1, WRAP=(point), DISPLAY-MESSAGE=(point), which I think will do just what you...
|