From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dmitri Paduchikh Newsgroups: gmane.emacs.devel Subject: Re: Brittleness of called-interactively-p Date: Sat, 18 Jul 2015 10:16:52 +0500 Message-ID: <87615irqnv.fsf@gmail.com> References: <871tgeufzt.fsf@gmail.com> <87r3odtngi.fsf@gmail.com> <87380st7c1.fsf@gmail.com> <56ffd903-483b-49cf-acf1-f17c1231537e@default> <21927.61661.861463.374658@retriever.mtv.corp.google.com> <87oajbs7wt.fsf@gmail.com> <87k2tysy6y.fsf@gmail.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1437196639 24040 80.91.229.3 (18 Jul 2015 05:17:19 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 18 Jul 2015 05:17:19 +0000 (UTC) Cc: emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Jul 18 07:17:14 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 1ZGKUr-0005f5-Uw for ged-emacs-devel@m.gmane.org; Sat, 18 Jul 2015 07:17:14 +0200 Original-Received: from localhost ([::1]:47174 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZGKUr-0000vA-6e for ged-emacs-devel@m.gmane.org; Sat, 18 Jul 2015 01:17:13 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:59350) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZGKUd-0000v3-5Q for emacs-devel@gnu.org; Sat, 18 Jul 2015 01:17:00 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZGKUZ-0003YS-BR for emacs-devel@gnu.org; Sat, 18 Jul 2015 01:16:59 -0400 Original-Received: from mail-la0-x22c.google.com ([2a00:1450:4010:c03::22c]:34637) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZGKUZ-0003XL-3e for emacs-devel@gnu.org; Sat, 18 Jul 2015 01:16:55 -0400 Original-Received: by lahe2 with SMTP id e2so8523726lah.1 for ; Fri, 17 Jul 2015 22:16:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version:content-type; bh=F6z/sXdGhmploBuUwJKHkkqV3RsCzZolZ/5ysevrRJk=; b=YwY1oI8S9xC/u94tz3C8EQo48Cx900mEgpqS4rkA+TtTMGQAZ2uqv2IZFqzKNUbi96 s2YUYTWviVS1qB/PSUQFvypRgN/zYYV8MNOJZJifDtBqpodQEpRxZLkY0QQyUj+CFmeT vCwa6JNaR6Ds6OL7cwV4/1ZUlt4voNr5XFxOpmZ5Zi3s6QtugLj2eRS75xLgFpVZVfh5 69Yve70nrAplo8dm/ZYJDg07HVGAuWN0Q7agoFDDQNwqfL2KBub7u0j/Q0YPYO9/IDvO 0P1Lwg4wi65DEYTtOcLNWVxx9s9YUrmC6EeNJuSeRBChsuXIf2TVNdjw6UE+YIHaARqV NNSw== X-Received: by 10.112.25.39 with SMTP id z7mr17908073lbf.102.1437196613491; Fri, 17 Jul 2015 22:16:53 -0700 (PDT) Original-Received: from gmail.com ([46.48.49.226]) by smtp.gmail.com with ESMTPSA id j1sm3375570lbc.15.2015.07.17.22.16.52 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 17 Jul 2015 22:16:52 -0700 (PDT) In-Reply-To: (Stefan Monnier's message of "Fri, 17 Jul 2015 21:01:23 -0400") User-Agent: Gnus/5.13 (Gnus v5.13) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4010:c03::22c 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:187943 Archived-At: Stefan Monnier writes: SM> Could you send this via M-x report-emacs-bug instead of here, so we get SM> a tracking number for this bug? OK, it's accessible at http://debbugs.gnu.org/cgi/bugreport.cgi?bug=21083