From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Robert Weiner Newsgroups: gmane.emacs.devel Subject: Re: Emacs 25.0.04: Feature Request: Make called-interactively-p's argument optional Date: Wed, 29 Jun 2016 17:39:28 -0400 Message-ID: References: Reply-To: rswgnu@gmail.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1467236458 27344 80.91.229.3 (29 Jun 2016 21:40:58 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 29 Jun 2016 21:40:58 +0000 (UTC) Cc: Richard Stallman , emacs-devel To: Drew Adams Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jun 29 23:40:53 2016 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1bINDw-0000iz-Nx for ged-emacs-devel@m.gmane.org; Wed, 29 Jun 2016 23:40:44 +0200 Original-Received: from localhost ([::1]:45884 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bINDv-0007ox-HX for ged-emacs-devel@m.gmane.org; Wed, 29 Jun 2016 17:40:43 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:58624) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bINDO-0007ma-1U for emacs-devel@gnu.org; Wed, 29 Jun 2016 17:40:10 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bINDL-00053t-E8 for emacs-devel@gnu.org; Wed, 29 Jun 2016 17:40:10 -0400 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:55929) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bINDL-00052H-BL for emacs-devel@gnu.org; Wed, 29 Jun 2016 17:40:07 -0400 Original-Received: from mail-ob0-f173.google.com ([209.85.214.173]:34149) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_128_CBC_SHA1:128) (Exim 4.82) (envelope-from ) id 1bINDC-000105-P7; Wed, 29 Jun 2016 17:39:59 -0400 Original-Received: by mail-ob0-f173.google.com with SMTP id ru5so44542167obc.1; Wed, 29 Jun 2016 14:39:58 -0700 (PDT) X-Gm-Message-State: ALyK8tKmxn4E3Xn4VU0YC7a4pENKWfRH6y42x/W+n+oi3myUK6S3zwrTr4nU3zlIjS5pekJuXjUcnSh699Yt0w== X-Received: by 10.157.35.87 with SMTP id k23mr7075236otd.138.1467236397926; Wed, 29 Jun 2016 14:39:57 -0700 (PDT) Original-Received: by 10.202.212.143 with HTTP; Wed, 29 Jun 2016 14:39:28 -0700 (PDT) In-Reply-To: X-Gmail-Original-Message-ID: X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:204955 Archived-At: On Wed, Jun 29, 2016 at 5:19 PM, Drew Adams wrote: > If (called-interactively-p 'interactive) is equivalent to > `interactive-p', and if "the call is for a function of no > arguments that does what `interactive-p' did" (and still does) > > ...then just use `interactive-p'. I would/did but the byte-compiler keeps telling me it is deprecated and I don't want to see that for this particular function. Is there a way to turn off such errors for particular functions? Bob