all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Michael Heerdegen <michael_heerdegen@web.de>
To: help-gnu-emacs@gnu.org
Subject: Re: About the usage of `with-eval-after-load'.
Date: Sun, 19 Sep 2021 03:50:51 +0200	[thread overview]
Message-ID: <87k0jdxric.fsf@web.de> (raw)
In-Reply-To: CAGP6POLzRNbOeUsE1VPcovo_=OncLmxv5OhdOW-rfRxkebfdaQ@mail.gmail.com

Hongyi Zhao <hongyi.zhao@gmail.com> writes:

> > `macroexpand' your macro call.
>
> `C-j' gives the following:
>
> (macroexpand
> '(with-eval-after-load
>     'python
>      (progn
>       (define-key python-mode-map (kbd "C-c TAB") 'hs-toggle-hiding)
>       (add-to-list
> 'python-shell-completion-native-disabled-interpreters "jupyter"))
>
>     'elpy (pyvenv-activate "~/.pyenv/versions/datasci")))
> (eval-after-load 'python (lambda nil (progn (define-key
> python-mode-map ... ...) (add-to-list ... "jupyter")) 'elpy
> (pyvenv-activate "~/.pyenv/versions/datasci")))

... which shows that everything ends in one lambda, called after loading
"python".

Michael.




  reply	other threads:[~2021-09-19  1:50 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-09-18  9:51 About the usage of `with-eval-after-load' Hongyi Zhao
2021-09-18 10:28 ` Omar Polo
2021-09-18 10:40 ` Joost Kremers
2021-09-18 14:56   ` [External] : " Drew Adams
2021-09-19  3:41     ` Hongyi Zhao
2021-09-19  4:25       ` Drew Adams
2021-09-19  0:16 ` Michael Heerdegen
2021-09-19  1:16   ` Hongyi Zhao
2021-09-19  1:50     ` Michael Heerdegen [this message]
2021-09-19  1:55       ` Hongyi Zhao

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=87k0jdxric.fsf@web.de \
    --to=michael_heerdegen@web.de \
    --cc=help-gnu-emacs@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.