"Daniel 'NebuchadnezzaR' Dehennin" <[EMAIL PROTECTED]>
writes:
> Le 4565 Septembre 1993, Matthieu Moy a tapoté:
>> Try with -debug-init to get more info in this case.
>
> It's during a -batch-compile...
>
>>
>> I've just fixed a number of XEmacs related bugs, see if it works for
>> you.
>
> After applying your changes and Stefan'ones I get this during loading,
> only for XEmacs, I had the DEBUG line
>
> DEBUG: load of dvc-status.el
> keysym char must be printable: ?
I have not yet merged the changes from Matthieu.
Look at dvc-status-mode-map in dvc-status.el:
(defvar dvc-status-mode-map
(let ((map (make-sparse-keymap)))
(define-key map dvc-keyvec-help 'describe-mode)
(define-key map [?g] 'dvc-status)
(define-key map [?e] 'xhg-export)
(define-key map [?l] 'dvc-log)
(define-key map [?a] 'dvc-add-files)
(define-key map [?c] 'dvc-log-edit)
(define-key map [?=] 'dvc-diff)
(define-key map (kbd "C-x C-j") 'dvc-dired-jump)
(define-key map dvc-keyvec-mark 'dvc-status-mark)
(define-key map dvc-keyvec-unmark 'dvc-status-unmark)
(define-key map dvc-keyvec-quit 'dvc-buffer-quit)
(define-key map [return] 'dvc-find-file-at-point)
(define-key map "\C-m" 'dvc-find-file-at-point)
(define-key map [?o] 'dvc-find-file-other-window)
(define-key map [?v] 'dvc-view-file)
(define-key map (dvc-prefix-tagging-method ?i) 'dvc-ignore-files)
(define-key map (dvc-prefix-tagging-method ?I) 'dvc-ignore-file-extensions)
(define-key map (dvc-prefix-tagging-method ?\C-i) 'dvc-edit-ignore-files)
;; working copy bindings
(define-key map (dvc-prefix-working-copy ?s) 'dvc-save-diff)
;; the merge group
(define-key map (dvc-prefix-merge ?u) 'dvc-update)
(define-key map (dvc-prefix-merge ?f) 'dvc-pull) ;; hint: fetch, p is
reserved for push
(define-key map (dvc-prefix-merge ?m) 'dvc-missing)
map)
"Keymap used in `dvc-status-mode'.")
Try to disable the define-key statements there to find the problem...
Stefan.
_______________________________________________
Xtla-el-dev mailing list
[email protected]
https://mail.gna.org/listinfo/xtla-el-dev