all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Lars Ingebrigtsen <larsi@gnus.org>
To: Marien Zwart <marien.zwart@gmail.com>
Cc: 24106@debbugs.gnu.org
Subject: bug#24106: 25.1; Viper triggers warning about interactive-p at startup (cosmetic)
Date: Sat, 27 Jul 2019 17:40:50 +0200	[thread overview]
Message-ID: <87blxfbi4d.fsf@mouse.gnus.org> (raw)
In-Reply-To: <CAEWfL_QRKsGRT4hLDUEzhrEj=Z7WrqJMkhghfhwJFHtWGjdJ9A@mail.gmail.com> (Marien Zwart's message of "Fri, 29 Jul 2016 22:49:10 +1000")

Marien Zwart <marien.zwart@gmail.com> writes:

> With the following in ~/.emacs/init.el:
>
>   (package-initialize)
>
>   (setq viper-mode t
>         viper-inhibit-startup-message t
>         viper-expert-level 5
>         )
>
>   (require 'viper)
>
> Emacs pops up a *Compile-Log* buffer at startup, displaying:
>
> Warning (bytecomp): ‘interactive-p’ is an obsolete function (as of
> 23.2); use ‘called-interactively-p’ instead.
>
> Note this use of "require" in my init file is the normal way of loading Viper
> (according to its documentation).
>
> Loading Viper in a running Emacs did not trigger the error message.
> Only having it in my init file did.
>
> Removing the interactive-p call from the self-insert-command defadvice
> in viper.el removes the warning.

Looks like this has been fixed recently for Emacs 27 (viper.el no longer
uses interactive-p), so I'm closing this bug report.

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no





      reply	other threads:[~2019-07-27 15:40 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-07-29 12:49 bug#24106: 25.1; Viper triggers warning about interactive-p at startup (cosmetic) Marien Zwart
2019-07-27 15:40 ` Lars Ingebrigtsen [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=87blxfbi4d.fsf@mouse.gnus.org \
    --to=larsi@gnus.org \
    --cc=24106@debbugs.gnu.org \
    --cc=marien.zwart@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 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.