Re: JDE key bindings
Wolfgang Pausch <[email protected]>
| Newsgroups | gmane.emacs.jdee |
|---|---|
| Message-ID | <[email protected]> |
Hello Peter,
On Friday 31 March 2006 04:01, Peter Su wrote:
> hi Wolfgang:
> i just define:
> (custom-set-variables
> '(jde-key-bindings (quote (("[f1]" . jde-compile) ("[f2]" . jde-build)
> ("[f3]" . jde-run) ("[f4]" . jde-debug) ("[(control ?.)]" . jde-complete)
> ))) )
>
> Is it your want?
Not really. This is just what the customize buffer writes into
the .emacs-file. And then I again get the "Invalid prefix character"-problem.
(when I load next time a java file).
And as a side note, I would be happier about a non customize-set-variables
solution, as I share my configuration using a subversion repository, having a
file structure as follows:
.emacs (local, loads commonCode, commonConfig, etc.)
files like commonCode, commonConfig in a ./emacs directory under version
control
And the customize-buffers of course write into the .emacs file, which is not
(and can't be) under version control.
Wolfgang