all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Drew Adams" <drew.adams@oracle.com>
Subject: RE: Q on shell-mode-map
Date: Sat, 22 Jul 2006 16:23:56 -0700	[thread overview]
Message-ID: <EIENLHALHGIMHGDOLMIMOEPFCJAA.drew.adams@oracle.com> (raw)
In-Reply-To: <yoijslktfcyj.fsf@iota250.dd.chalmers.se>

    > Well, I see now that the nconc should make it so that shell-mode-map
    > shares a tail with comint-mode-map
    
    Drew is referring to this line in shell.el:
    
        (setq shell-mode-map (nconc (make-sparse-keymap) comint-mode-map))
    
    The manual says
    
        The proper way to construct a keymap with a parent is to use
        `set-keymap-parent'; if you have code that directly constructs a
        keymap with a parent, please convert the program to use
        `set-keymap-parent' instead.
    
    so maybe that should be cleaned up.
    
Ah, good catch.
    

      reply	other threads:[~2006-07-22 23:23 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-07-22 18:11 Q on shell-mode-map Drew Adams
2006-07-22 18:15 ` Drew Adams
2006-07-22 18:40   ` Drew Adams
2006-07-22 23:15   ` Johan Bockgård
2006-07-22 23:23     ` Drew Adams [this message]

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=EIENLHALHGIMHGDOLMIMOEPFCJAA.drew.adams@oracle.com \
    --to=drew.adams@oracle.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 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.