all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Paul R <paul.r.ml@gmail.com>
To: "Emacs Devel" <emacs-devel@gnu.org>
Subject: Re: Maintenance suggestion on an emacs mode
Date: Wed, 09 Apr 2008 23:29:03 +0200	[thread overview]
Message-ID: <87wsn667kw.fsf@gmail.com> (raw)
In-Reply-To: <e30f0f320803291515r5e59e86bp2d64661b2d1bce18@mail.gmail.com> (paul r.'s message of "Sat\, 29 Mar 2008 23\:15\:56 +0100")


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 <michael@pbinfo.UUCP> , 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




  parent reply	other threads:[~2008-04-09 21:29 UTC|newest]

Thread overview: 43+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-03-29 22:06 Maintenance suggestion on an emacs mode paul r
2008-03-29 22:15 ` paul r
2008-03-30  5:50   ` Richard Stallman
2008-03-30 15:13     ` paul r
2008-03-30 19:55       ` Richard Stallman
2008-03-30 21:50       ` Mathias Dahl
2008-03-30 22:18         ` Stefan Monnier
2008-03-30 22:24           ` Mathias Dahl
2008-03-30 22:41             ` paul r
2008-03-31  1:57               ` Stefan Monnier
2008-03-31  8:02                 ` Mathias Dahl
2008-03-30 22:21       ` Stefan Monnier
2008-03-31 19:04         ` paul r
2008-04-03 22:20           ` Stefan Monnier
2008-04-03 22:31             ` paul r
2008-04-04  1:08           ` Stefan Monnier
2008-04-04 11:45             ` paul r
2008-04-04 11:54               ` Andreas Schwab
2008-04-04 12:04                 ` Paul Rivier
2008-04-04 13:54               ` Stefan Monnier
2008-04-09 21:29   ` Paul R [this message]
2008-04-21 17:29     ` Paul R
2008-04-22 20:28       ` Ralf Angeli
2008-04-22 20:53         ` Paul R
2008-04-23  5:28           ` Chong Yidong
2008-04-23 19:57             ` Stefan Monnier
2008-04-23 20:19               ` Ralf Angeli
2008-04-23 21:05                 ` Stefan Monnier
2008-04-23 21:20                   ` Lennart Borgman (gmail)
2008-04-24 20:23                   ` Ralf Angeli
2008-04-24 20:36                     ` Lennart Borgman (gmail)
2008-04-23 21:07                 ` Paul R
2008-04-24 20:12                   ` Ralf Angeli
2008-04-24 21:30       ` Reiner Steib
2008-03-30  5:50 ` Richard Stallman
2008-03-30 11:54 ` User reserved keybindings in `gnus-diary.el' (was: Maintenance suggestion on an emacs mode) Reiner Steib
2008-03-30 13:17   ` paul r
2008-03-30 13:23     ` paul r
2008-03-31  2:52     ` Stephen J. Turnbull
2008-04-01 10:46 ` Maintenance suggestion on an emacs mode Reto Zimmermann
2008-04-03 22:13   ` Stefan Monnier
2008-04-04  9:43     ` Reto Zimmermann
2008-04-05  3:43       ` Stefan Monnier

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87wsn667kw.fsf@gmail.com \
    --to=paul.r.ml@gmail.com \
    --cc=emacs-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.