all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Yves Baumes <ybaumes@gmail.com>
To: Stefan Monnier <monnier@iro.umontreal.ca>
Cc: 13625@debbugs.gnu.org
Subject: bug#13625: 24.1; Enable 'package-menu-execute being non-interactive
Date: Mon, 4 Feb 2013 12:18:29 +0100	[thread overview]
Message-ID: <E451E366-F57B-46C5-8549-668E40A1740B@gmail.com> (raw)
In-Reply-To: <jwvy5f43g1n.fsf-monnier+emacs@gnu.org>


Le 4 févr. 2013 à 04:39, Stefan Monnier a écrit :
> Better would be to move those questions to the `interactive' spec, so
> you don't even need called-interactively-p.

Ok. I've read the Emacs Lisp Reference manual. As you told, they say an alternative to `called-interactively-p' is possible with `interactive'. Note sure if I understand it all with this example:

(defun test (&optional print-msg)
  (interactive "p")
  (if print-msg
      (message "IS INTERACTIVE")
    (message "IS *NOT* INTERACTIVE")))

So, if I understand it all, it would imply to add an extra argument to the `package-menu-execute' function, right? To me it sounds weird, but then it may be an usual idiom in Emacs Lisp I am not used to. If so just confirm me please :-).


> But you'd also want to check if there are callers of this function that
> would need to be adjusted.
> 
I've checked inside the package.el file. And this function is never called. It is only defined, and referenced (when building the keymap). 
As a side note: I didn't checked in other Elpa/Marmalade/etc packages. I guess it doesn't make sense to try to research potential callers everywhere in the world. I don't even know if there is a simple way to do that.

I am checking right now the emacs savannah homepage for contribution. How to checkout the latest bazzar code and what to provide along the patch. I will try to find an issue in the bug tracker corrrectly formatted. I keep you in touch :-)

Regards
Yves  






  reply	other threads:[~2013-02-04 11:18 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-02-03 23:49 bug#13625: 24.1; Enable 'package-menu-execute being non-interactive Yves Baumes
2013-02-04  3:39 ` Stefan Monnier
2013-02-04 11:18   ` Yves Baumes [this message]
2013-02-04 15:13     ` Stefan Monnier
2013-02-04 17:59       ` Yves Baumes
2013-02-04 19:44         ` Stefan Monnier
2013-02-04 22:09           ` Yves Baumes
2013-02-05 16:38 ` bug#13625: Rép : " Yves Baumes
2013-02-13  5:01   ` Glenn Morris

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=E451E366-F57B-46C5-8549-668E40A1740B@gmail.com \
    --to=ybaumes@gmail.com \
    --cc=13625@debbugs.gnu.org \
    --cc=monnier@iro.umontreal.ca \
    /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.