From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Lennart Borgman Newsgroups: gmane.emacs.devel Subject: insert-text-button button does not always work Date: Mon, 25 Jan 2010 16:20:57 +0100 Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1264432898 21063 80.91.229.12 (25 Jan 2010 15:21:38 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 25 Jan 2010 15:21:38 +0000 (UTC) To: Emacs-Devel devel Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jan 25 16:21:31 2010 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1NZQkr-0005B0-PY for ged-emacs-devel@m.gmane.org; Mon, 25 Jan 2010 16:21:30 +0100 Original-Received: from localhost ([127.0.0.1]:44505 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NZQks-00009C-Pk for ged-emacs-devel@m.gmane.org; Mon, 25 Jan 2010 10:21:30 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NZQkm-00005L-JA for emacs-devel@gnu.org; Mon, 25 Jan 2010 10:21:24 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NZQkh-0008Ne-OU for emacs-devel@gnu.org; Mon, 25 Jan 2010 10:21:24 -0500 Original-Received: from [199.232.76.173] (port=51037 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NZQkh-0008NM-JZ for emacs-devel@gnu.org; Mon, 25 Jan 2010 10:21:19 -0500 Original-Received: from gv-out-0910.google.com ([216.239.58.184]:6637) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NZQkh-0002qm-4n for emacs-devel@gnu.org; Mon, 25 Jan 2010 10:21:19 -0500 Original-Received: by gv-out-0910.google.com with SMTP id n29so144637gve.17 for ; Mon, 25 Jan 2010 07:21:17 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:from:date:message-id :subject:to:content-type; bh=2OAunYbA4jwiOUAVwjA8PM/ca7pmpaViYu3gu308Ies=; b=dKYuErcr9J43FWBnqKHORuX9zlmpSxoJbk+ipOttrbeL8r8TP+mtTqgyOrFZcPWroo +scxvJMOVxaqCQENRO0X5clQ46/tN+sSDmU1Wr0RYgZgFtYgkwtOVkQZ/dICKBlYTNGJ mmnxJb+HvoSHwRctuPgtbhhrvrjTI+bFgGd3o= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:from:date:message-id:subject:to:content-type; b=FIGbe48/zGAslT4sr5Emw47U/UrW/5DC+LU1mh4AtklI2k55t1e0bIqOLl3/0/dWJC lQmJDnWJlzNeuhcRsWw1XBnfUncn22g0k7GCqkW5pm+YHuLJVVLWh95qynSvCM85K/8O BKWk+kQVExQSuvfw483sVryU9uacKppTEbC/s= Original-Received: by 10.239.185.67 with SMTP id b3mr785467hbh.179.1264432877253; Mon, 25 Jan 2010 07:21:17 -0800 (PST) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:120374 Archived-At: I am hunting a bug related to insert-text-button. The button sometimes does not work when I press RET and sometimes it does. Clicking on it with the mouse seems to work always. Yesterday it looked liked it always worked if it did hit any key before the buffer with the button is shown. (The buffer is loaded from command line.) Today I can not reproduce this. Any bell ringing in someone's head about this?