From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dmitry Gutov Newsgroups: gmane.emacs.devel Subject: Re: [Emacs-diffs] master d940074: Unbreak `mouse-action' property in text buttons Date: Sun, 04 Jan 2015 14:45:59 +0300 Message-ID: <54A927F7.8030609@yandex.ru> References: <20150104002500.31023.73478@vcs.savannah.gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1420371986 6347 80.91.229.3 (4 Jan 2015 11:46:26 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 4 Jan 2015 11:46:26 +0000 (UTC) To: Glenn Morris , emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Jan 04 12:46:17 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 1Y7jdR-0004V2-4m for ged-emacs-devel@m.gmane.org; Sun, 04 Jan 2015 12:46:17 +0100 Original-Received: from localhost ([::1]:56683 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y7jdQ-0005fz-HV for ged-emacs-devel@m.gmane.org; Sun, 04 Jan 2015 06:46:16 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:33955) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y7jdF-0005fs-L1 for emacs-devel@gnu.org; Sun, 04 Jan 2015 06:46:06 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Y7jdC-0008HK-Gs for emacs-devel@gnu.org; Sun, 04 Jan 2015 06:46:05 -0500 Original-Received: from mail-la0-x22d.google.com ([2a00:1450:4010:c03::22d]:60903) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y7jdC-0008H9-8s; Sun, 04 Jan 2015 06:46:02 -0500 Original-Received: by mail-la0-f45.google.com with SMTP id gq15so17097535lab.32; Sun, 04 Jan 2015 03:46:01 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:message-id:date:from:user-agent:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=nFeXVrMPmYzEryGtokGEC6nr9WwCsN4tVuTJyGF1hI4=; b=kjMYWA7JheS+6axo5ro+9xTY7+698kFv0tGx6XYoOD+ZrM4ux6cHNZUBeKF39tdObv x1Pfn5yFa7lQxAHDcqaa/+ZFS20Puh0Bei5HXmvS4fMSjgru6Ok5Hcb47iedgLcRFGGe 9ACXsWuXGjI923afHyieOL4d31CVPWDd1xXTvbIh42/P5E7jLl61sP4WgMSY7zrYT/BT liWKVm/lyej7ptZHe7xYYDmnoFm6Ujrsr2fF3pXuhtRXc4HpdoJe9/0JTeTTg9B4ShiI zjsiWVblLq2tSx96t6UMrqfDGY9LXgC9togM3LYXQbjPYOLLjicVu7BHiHsQ93X2cSzV LFeA== X-Received: by 10.152.42.169 with SMTP id p9mr86211372lal.94.1420371961288; Sun, 04 Jan 2015 03:46:01 -0800 (PST) Original-Received: from [192.168.1.3] ([178.252.98.87]) by mx.google.com with ESMTPSA id ei11sm13946052lad.18.2015.01.04.03.46.00 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 04 Jan 2015 03:46:00 -0800 (PST) User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:33.0) Gecko/20100101 Thunderbird/33.0 In-Reply-To: X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4010:c03::22d 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:180958 Archived-At: On 01/04/2015 11:30 AM, Glenn Morris wrote: > Why not in emacs-24? Good point. Backported.