unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Stefan Monnier <monnier@IRO.UMontreal.CA>
To: Reto Zimmermann <Reto.Zimmermann@synopsys.com>
Cc: paul r <paul.r.ml@gmail.com>, Emacs Devel <emacs-devel@gnu.org>
Subject: Re: Maintenance suggestion on an emacs mode
Date: Thu, 03 Apr 2008 18:13:19 -0400	[thread overview]
Message-ID: <jwvd4p637w9.fsf-monnier+emacs@gnu.org> (raw)
In-Reply-To: <47F212A0.3030107@synopsys.com> (Reto Zimmermann's message of "Tue, 01 Apr 2008 12:46:56 +0200")

> Please apply the following patch to vhdl-mode.el:

The patch was line-wrapped and failed.  Also please use (unified)
context diffs when sending patches.  And of course, please include
a ChangeLog entry along with the patch.  Thank you,


        Stefan


> 2726,2731c2726,2731
> <   (define-key vhdl-mode-map "\C-c\C-c\C-n" 'vhdl-compose-new-component)
> <   (define-key vhdl-mode-map "\C-c\C-c\C-p" 'vhdl-compose-place-component)
> <   (define-key vhdl-mode-map "\C-c\C-c\C-w" 'vhdl-compose-wire-components)
> <   (define-key vhdl-mode-map "\C-c\C-c\C-f" 'vhdl-compose-configuration)
> <   (define-key vhdl-mode-map "\C-c\C-c\C-k"
> vhdl-compose-components-package)
> <   (define-key vhdl-mode-map "\C-cc"       'vhdl-comment-uncomment-region)
> ---
>> (define-key vhdl-mode-map "\C-c\C-m\C-n" 'vhdl-compose-new-component)
>> (define-key vhdl-mode-map "\C-c\C-m\C-p" 'vhdl-compose-place-component)
>> (define-key vhdl-mode-map "\C-c\C-m\C-w" 'vhdl-compose-wire-components)
>> (define-key vhdl-mode-map "\C-c\C-m\C-f" 'vhdl-compose-configuration)
>> (define-key vhdl-mode-map "\C-c\C-m\C-k" 
> 'vhdl-compose-components-package)
>> (define-key vhdl-mode-map "\C-c\C-c" 
> 'vhdl-comment-uncomment-region)
> 2770,2771c2770,2771
> <   (define-key vhdl-mode-map "\C-cf"       'vhdl-fontify-buffer)
> <   (define-key vhdl-mode-map "\C-cs"       'vhdl-statistics-buffer)
> ---
>> (define-key vhdl-mode-map "\C-c\C-i\C-f" 'vhdl-fontify-buffer)
>> (define-key vhdl-mode-map "\C-c\C-i\C-s" 'vhdl-statistics-buffer)

> Reto


> paul r wrote:

>> Hello,
>> 
>> You are contacted because you are mentioned as the maintainer of a
>> mode now included in GNU Emacs, development version 23 as of today, on
>> which we suggest you to do some small modifications.
>> Those modifications concern some default key bindings on your mode
>> map, bound on the C-c[a-zA-Z] pattern, which is supposed to be
>> reserved for users, as explained in the last paragraph of the link
>> [1].
>> Each of you will receive an other email with the file to fix and the
>> matching lines. If possible, please send back a patch on emacs-devel
>> with those keybindings changed.
>> Thank you
>> 
>> -- Paul
>> 
>> [1] http://www.gnu.org/software/emacs/manual/html_node/emacs/Keymaps.html





  reply	other threads:[~2008-04-03 22:13 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
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 [this message]
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

  List information: https://www.gnu.org/software/emacs/

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

  git send-email \
    --in-reply-to=jwvd4p637w9.fsf-monnier+emacs@gnu.org \
    --to=monnier@iro.umontreal.ca \
    --cc=Reto.Zimmermann@synopsys.com \
    --cc=emacs-devel@gnu.org \
    --cc=paul.r.ml@gmail.com \
    /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 public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).