to anyone who can assist

i am using the java development environment for 
emacs nt

upon starting emacs, when i open my first java
file everything is fine

however, when i open my next java file, with the
previous one still being open, i get the following
message

File mode specification error: (error "Key sequence
C-c C-v C-d uses invalid prefix characters")

Does anyone know what this might mean or points to ??

The file still opens okay and everything else, compiling
etc under jde, still seems to be fine

however, i am very interested to know what this message
may be alluding to

my current key bindings are

(global-set-key [f6] 'jde-compile)
(global-set-key [f7] 'jde-run)
(global-set-key [f8] 'shell)
(global-set-key [f9] 'nonincremental-search-forward)
(global-set-key [f10] 'goto-line)

(global-set-key "\C-s" 'save-buffer)
(global-set-key "\C-a" 'write-file)
(global-set-key [C-f4] 'kill-this-buffer)
(global-set-key [A-f4] 'save-buffers-kill-emacs)
(global-set-key "\C-o" 'dired)

;; these are my own macros dedicated for java editing
(global-set-key [A-f1] 'CreatingJavaText)
(global-set-key [A-f2] 'MiddleOfJavaText)
(global-set-key [A-f3] 'EndOfJavaText)
(global-set-key [A-f5] 'LineMakerForJavaText)
(global-set-key [A-f6] 'AlignmentOfJavaProgram)

thanks to anyone who can offer a suggestion

Reply via email to