From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Alexander Shukaev Newsgroups: gmane.emacs.devel Subject: Reimplementation of `called-interactively-p' Date: Thu, 3 Sep 2015 02:18:04 +0200 Message-ID: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1441240209 15043 80.91.229.3 (3 Sep 2015 00:30:09 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 3 Sep 2015 00:30:09 +0000 (UTC) To: emacs-devel Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Sep 03 02:30:07 2015 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 1ZXIPn-0005zk-9y for ged-emacs-devel@m.gmane.org; Thu, 03 Sep 2015 02:30:07 +0200 Original-Received: from localhost ([::1]:42773 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZXIPn-00024S-CN for ged-emacs-devel@m.gmane.org; Wed, 02 Sep 2015 20:30:07 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:34402) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZXIEB-0001Ka-Ax for emacs-devel@gnu.org; Wed, 02 Sep 2015 20:18:08 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZXIEA-0006PZ-4D for emacs-devel@gnu.org; Wed, 02 Sep 2015 20:18:07 -0400 Original-Received: from mail-la0-x231.google.com ([2a00:1450:4010:c03::231]:36157) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZXIE9-0006PN-TG for emacs-devel@gnu.org; Wed, 02 Sep 2015 20:18:06 -0400 Original-Received: by lanb10 with SMTP id b10so17889043lan.3 for ; Wed, 02 Sep 2015 17:18:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=EsTmqyGga/Zj4xrD1Xxqu3a+gqNLJ398pKnDWCb3Jro=; b=PeN3CdbOH7JjhJU/gECQK4KIgKfpLceBleZNYlrtLilEICiVZ4e1YWUZvVI+A1sfDa sljLi+388myoZHT+kswM7AsQ1zTgCRiHbPiCVq/XwXOd7t+8PYRp9Ft+IIFPXCSAIxYU NIOadbNw9BHDVd3NAfquLnOTq6Bpaea4efPlE+Z5joC8HlpRE+74xpsHl0lkOA69ask2 IHpN/pLKGr2fYqiJFMt0cBJC/wu99gTwVKinZw2tFSFCTdVqem/3UrjyOvAniTxIQXqS SZWRRn1udf1x2dXD5PrSzS2IhyaJGFFvbGuZDholevg4Oxj2LuXG8bgqRpoNvEiMfhm8 vxwQ== X-Received: by 10.152.207.10 with SMTP id ls10mr6067818lac.80.1441239484799; Wed, 02 Sep 2015 17:18:04 -0700 (PDT) Original-Received: by 10.112.34.10 with HTTP; Wed, 2 Sep 2015 17:18:04 -0700 (PDT) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4010:c03::231 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 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-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:189491 Archived-At: Hello, I found [1] quite interesting. Was this already incorporated into Emacs at some point or not? I guess it would be reasonable to address those bugs. [1] https://gist.github.com/DarwinAwardWinner/6517641