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 18:00:04 -0400 Message-ID: References: <57743BBC.2000104@gmail.com> <6d49bf97-a84e-81bb-0525-7d8c9548be3a@yandex.ru> Reply-To: rswgnu@gmail.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1467237660 14966 80.91.229.3 (29 Jun 2016 22:01:00 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 29 Jun 2016 22:01:00 +0000 (UTC) Cc: =?UTF-8?B?Q2zDqW1lbnQgUGl0LS1DbGF1ZGVs?= , emacs-devel To: Dmitry Gutov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jun 30 00:01:00 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 1bINXP-0007H7-5i for ged-emacs-devel@m.gmane.org; Thu, 30 Jun 2016 00:00:51 +0200 Original-Received: from localhost ([::1]:45955 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bINXO-00050O-BK for ged-emacs-devel@m.gmane.org; Wed, 29 Jun 2016 18:00:50 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:36366) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bINXH-0004se-Sq for emacs-devel@gnu.org; Wed, 29 Jun 2016 18:00:44 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bINXB-0001ds-Ty for emacs-devel@gnu.org; Wed, 29 Jun 2016 18:00:42 -0400 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:56250) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bINXB-0001dX-Qo for emacs-devel@gnu.org; Wed, 29 Jun 2016 18:00:37 -0400 Original-Received: from mail-ob0-f169.google.com ([209.85.214.169]:35916) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_128_CBC_SHA1:128) (Exim 4.82) (envelope-from ) id 1bINX8-0000E1-W2 for emacs-devel@gnu.org; Wed, 29 Jun 2016 18:00:35 -0400 Original-Received: by mail-ob0-f169.google.com with SMTP id mu6so45573191obc.3 for ; Wed, 29 Jun 2016 15:00:34 -0700 (PDT) X-Gm-Message-State: ALyK8tLmoQL329KXOvysyqEQfHFLn5zgin6sUeKmW5FyKne/2ySgUb6mxXgM+E+/pdUVFLHNl8XjD/UAqTXxcA== X-Received: by 10.202.83.9 with SMTP id h9mr7281261oib.25.1467237634129; Wed, 29 Jun 2016 15:00:34 -0700 (PDT) Original-Received: by 10.202.212.143 with HTTP; Wed, 29 Jun 2016 15:00:04 -0700 (PDT) In-Reply-To: <6d49bf97-a84e-81bb-0525-7d8c9548be3a@yandex.ru> 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:204958 Archived-At: On Wed, Jun 29, 2016 at 5:52 PM, Dmitry Gutov wrote: > On 06/30/2016 12:21 AM, Cl=C3=A9ment Pit--Claudel wrote: > >> Hyperbold is pretty large, so you could also define (hyp-interactive-p) = to >> alias (called-interactively-p 'interactive). > > If called-interactive-p is such a nuisance for Robert, this sounds like t= he > best option to me. This is not a bad idea but I think suppressing the warnings on (interactive-p) leaves me with the highest readability for now, so I am going to pursue that and we'll see how it goes. Bob