emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Maintenance suggestion on an emacs mode


From: Paul R
Subject: Re: Maintenance suggestion on an emacs mode
Date: Wed, 09 Apr 2008 23:29:03 +0200
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (gnu/linux)

Some news, see below :

> FSF
> lisp/progmodes/delphi.el:1896: '("\C-cu" delphi-find-unit)
Patch sent, should be applied soon

> FSF
> lisp/textmodes/sgml-mode.el:1583: (define-key map "\C-co" 'html-ordered-list)
> (...)
> lisp/textmodes/sgml-mode.el:1590: (define-key map "\C-ci" 'html-image))
Patch sent, should be applied soon

> Michael Schmidt <address@hidden> , email adress does not work
> lisp/progmodes/modula2.el:78: (define-key map "\C-cb" 'm2-begin)
> (...)
> lisp/progmodes/modula2.el:97: (define-key map "\C-cy" 'm2-import)
Patch sent, should be applied soon

Vhdl-mode is fixed, its maintainer sent a patch now applied.

Concerning other modes :

,---- RefTex :
| lisp/textmodes/reftex.el:2409: '(("\C-ct" . reftex-toc)
| lisp/textmodes/reftex.el:2410: ("\C-cl" . reftex-label)
| lisp/textmodes/reftex.el:2411: ("\C-cr" . reftex-reference)
| lisp/textmodes/reftex.el:2412: ("\C-cc" . reftex-citation)
| lisp/textmodes/reftex.el:2413: ("\C-cv" . reftex-view-crossref)
| lisp/textmodes/reftex.el:2414: ("\C-cg" . reftex-grep-document)
| lisp/textmodes/reftex.el:2415: ("\C-cs" . reftex-search-document))
`----


Those bindings are not activated by default, in this sens they are
much like those of modula2 and html-mode. Should they be changed in
the same way ?

,---- Gnus-Diary 
| Someone wrote something about it but I can't remember what. Emacs 
| really needs its bug-tracking system :)
`----

,---- Inf-lisp
| lisp/progmodes/inf-lisp.el:126: (define-key lisp-mode-map "\C-ce"
|                                'lisp-eval-defun-and-go)
| lisp/progmodes/inf-lisp.el:127: (define-key lisp-mode-map "\C-cr"
|                                 'lisp-eval-region-and-go)
| lisp/progmodes/inf-lisp.el:128: (define-key lisp-mode-map "\C-cc"
|                                 'lisp-compile-defun-and-go)
| lisp/progmodes/inf-lisp.el:129: (define-key lisp-mode-map "\C-cz"
|                                 'switch-to-lisp)
| lisp/progmodes/inf-lisp.el:130: (define-key lisp-mode-map "\C-cl"
|                                 'lisp-load-file)
| lisp/progmodes/inf-lisp.el:131: (define-key lisp-mode-map "\C-ck"
|                                 'lisp-compile-file)
| lisp/progmodes/inf-lisp.el:132: (define-key lisp-mode-map "\C-ca"
|                                 'lisp-show-arglist)
| lisp/progmodes/inf-lisp.el:133: (define-key lisp-mode-map "\C-cd"
|                                 'lisp-describe-sym)
| lisp/progmodes/inf-lisp.el:134: (define-key lisp-mode-map "\C-cf"
|                                 'lisp-show-function-documentation)
| lisp/progmodes/inf-lisp.el:135: (define-key lisp-mode-map "\C-cv"
|                                 'lisp-show-variable-documentation)
| lisp/progmodes/inf-lisp.el:137: (define-key inferior-lisp-mode-map
|                                 "\C-cl" 'lisp-load-file)
| lisp/progmodes/inf-lisp.el:138: (define-key inferior-lisp-mode-map
|                                 "\C-ck" 'lisp-compile-file)
| lisp/progmodes/inf-lisp.el:139: (define-key inferior-lisp-mode-map
|                                 "\C-ca" 'lisp-show-arglist)
| lisp/progmodes/inf-lisp.el:140: (define-key inferior-lisp-mode-map
|                                 "\C-cd" 'lisp-describe-sym)
| lisp/progmodes/inf-lisp.el:141: (define-key inferior-lisp-mode-map
|                                 "\C-cf" 'lisp-show-function-documentation)
| lisp/progmodes/inf-lisp.el:142: (define-key inferior-lisp-mode-map "\C-cv"
`----
Maintainer did not answer, should we fix that ?

,---- Ada Mode
| isp/progmodes/ada-mode.el:4590: (define-key ada-mode-map "\C-co" 
'ff-find-other-file)
| lisp/progmodes/ada-mode.el:4595: (define-key ada-mode-map "\C-cc" 
'ada-change-prj)
| lisp/progmodes/ada-mode.el:4596: (define-key ada-mode-map "\C-cd" 
'ada-set-default-project-file)
| lisp/progmodes/ada-mode.el:4597: (define-key ada-mode-map "\C-cg" 
'ada-gdb-application)
| lisp/progmodes/ada-mode.el:4599: (define-key ada-mode-map "\C-cr" 
'ada-run-application)
| lisp/progmodes/ada-mode.el:4602: (define-key ada-mode-map "\C-cl" 
'ada-find-local-references)
| lisp/progmodes/ada-mode.el:4604: (define-key ada-mode-map "\C-cf" 
'ada-find-file)
| lisp/progmodes/ada-mode.el:4606: (define-key ada-mode-map "\C-cu" 
'ada-prj-edit)
| lisp/progmodes/ada-mode.el:4639: (define-key ada-mode-map "\C-ct" map))
`----
Same as above

,---- rmail-spam-filter
| lisp/mail/rmail-spam-filter.el:566:(define-key rmail-summary-mode-map 
"\C-cSg" 'rsf-customize-group)
| lisp/mail/rmail-spam-filter.el:567:(define-key rmail-mode-map "\C-cSg" 
'rsf-customize-group)
| lisp/mail/rmail-spam-filter.el:573:(define-key rmail-summary-mode-map 
"\C-cSd" 'rsf-customize-spam-definitions)
| lisp/mail/rmail-spam-filter.el:574:(define-key rmail-mode-map "\C-cSd" 
'rsf-customize-spam-definitions)
| lisp/mail/rmail-spam-filter.el:583:(define-key rmail-summary-mode-map 
"\C-cSa" 'rsf-custom-save-all)
| lisp/mail/rmail-spam-filter.el:584:(define-key rmail-mode-map "\C-cSa" 
'rsf-custom-save-all)
| lisp/mail/rmail-spam-filter.el:590:(define-key rmail-summary-mode-map 
"\C-cSn" 'rsf-add-region-to-spam-list)
| lisp/mail/rmail-spam-filter.el:591:(define-key rmail-mode-map "\C-cSn" 
'rsf-add-region-to-spam-list)
| lisp/mail/rmail-spam-filter.el:597:(define-key rmail-summary-mode-map 
"\C-cSr" 'rsf-add-sender-to-spam-list)
| lisp/mail/rmail-spam-filter.el:598:(define-key rmail-mode-map "\C-cSr" 
'rsf-add-sender-to-spam-list)
| lisp/mail/rmail-spam-filter.el:604:(define-key rmail-summary-mode-map 
"\C-cSt" 'rsf-add-subject-to-spam-list)
| lisp/mail/rmail-spam-filter.el:605:(define-key rmail-mode-map "\C-cSt" 
'rsf-add-subject-to-spam-list)
`----
Same as above

,---- mixal-mode
| lisp/progmodes/mixal-mode.el:82: (define-key map "\C-cc" 'compile)
| lisp/progmodes/mixal-mode.el:83: (define-key map "\C-cr" 'mixal-run)
| lisp/progmodes/mixal-mode.el:84: (define-key map "\C-cd" 'mixal-debug)
`----
Same as above


-- Paul




reply via email to

[Prev in Thread] Current Thread [Next in Thread]