zsh-users
 help / color / mirror / code / Atom feed
From: Bart Schaefer <schaefer@brasslantern.com>
To: Zsh Users <zsh-users@sunsite.dk>
Subject: Re: How to execute a command upon loading a module
Date: Thu, 9 Oct 2003 16:41:10 +0000	[thread overview]
Message-ID: <1031009164110.ZM10435@candle.brasslantern.com> (raw)
In-Reply-To: <20031009150907.GA847@DervishD>

On Oct 9,  5:09pm, DervishD wrote:
} 
}     I want to modify the listscroll and menuselect keymaps when
} zsh/complist (this is the module which defines it, isn't it?

Yes.

}     Since the keymaps doesn't exist until the module is loaded, I
} cannot modify them to my likings :(( Can I execute shell code just
} after a module is loaded?

No, there is no emacs-like eval-after-load hook.

} Can I *create* those keymaps, modify them and expect the corresponding
} modules doesn't modify them again?

No, the module forcibly re-creates and initializes the keymap, discarding
any existing keymap by that name -- and unloading the module deletes the
keymap.  It'd be nice if complist were a little more careful about this,
i.e., check whether the keymap exists and selectively update it, but no.

The only thing you can do is explicitly load the module and then change
the bindings.


  parent reply	other threads:[~2003-10-09 16:41 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-10-09 15:09 DervishD
2003-10-09 15:44 ` Peter Stephenson
2003-10-09 18:25   ` DervishD
2003-10-09 16:41 ` Bart Schaefer [this message]
2003-10-09 18:26   ` DervishD

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=1031009164110.ZM10435@candle.brasslantern.com \
    --to=schaefer@brasslantern.com \
    --cc=zsh-users@sunsite.dk \
    /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.vuxu.org/mirror/zsh/

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 NNTP newsgroup(s).