jde-gen @author @version patch

2002-12-12 Thread Peter Dobratz

Here a patch to get rid of some more literal text from the default
values for the following:

jde-gen-interface-buffer-template
jde-gen-console-buffer-template
jde-gen-jfc-app-buffer-template
jde-gen-junit-test-class-buffer-template

This way the following customizations are used for the class level
comments:

jde-javadoc-author-tag-template
jde-javadoc-version-tag-template
jde-javadoc-end-block-template




jde-gen-patch.txt
Description: patch to remove literal author and version tags


keybindings (was Re: JDEE installer?)

2002-12-04 Thread Peter Dobratz
Andrew Hyatt writes:
 > For example, what's with the C-c C-v keybindings?  This is only one key
 > off from the C-x C-c binding which exits emacs.  Not good.

I think the point of these keybindings is that they are easy to type.
In any case, you are right about C-x C-c being easy to inadvertantly
type.  It is quite easy to hit the c and x and the same time when
doing any number of commands that start with either C-x or C-c (which
most emacs modes make heavy use of).  One way to fix the problem of
inadvertently exiting emacs is to add set the variable
confirm-kill-emacs to something like y-or-n-p so that it always asks
you before exiting.

--Peter