From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: [PATCH 1/2] Add frame-pointer-visible-p Date: Mon, 18 Oct 2010 17:08:35 -0400 Message-ID: References: <1287067949-23750-1-git-send-email-julien@danjou.info> <1287067949-23750-2-git-send-email-julien@danjou.info> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1287436130 20286 80.91.229.12 (18 Oct 2010 21:08:50 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 18 Oct 2010 21:08:50 +0000 (UTC) Cc: emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Oct 18 23:08:47 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.69) (envelope-from ) id 1P7wwo-0003gL-Ut for ged-emacs-devel@m.gmane.org; Mon, 18 Oct 2010 23:08:47 +0200 Original-Received: from localhost ([127.0.0.1]:49088 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P7wwo-00015w-9b for ged-emacs-devel@m.gmane.org; Mon, 18 Oct 2010 17:08:46 -0400 Original-Received: from [140.186.70.92] (port=48807 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P7wwg-00015M-Q7 for emacs-devel@gnu.org; Mon, 18 Oct 2010 17:08:39 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P7wwg-00024E-0q for emacs-devel@gnu.org; Mon, 18 Oct 2010 17:08:38 -0400 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.183]:64980 helo=ironport2-out.pppoe.ca) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1P7wwf-00023o-1q; Mon, 18 Oct 2010 17:08:37 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AjALANxTvExMCpO7/2dsb2JhbACgUnlywDqFSQSSGQ X-IronPort-AV: E=Sophos;i="4.57,346,1283745600"; d="scan'208";a="80053010" Original-Received: from 76-10-147-187.dsl.teksavvy.com (HELO pastel.home) ([76.10.147.187]) by ironport2-out.pppoe.ca with ESMTP/TLS/ADH-AES256-SHA; 18 Oct 2010 17:08:35 -0400 Original-Received: by pastel.home (Postfix, from userid 20848) id 4CF7BA822C; Mon, 18 Oct 2010 17:08:35 -0400 (EDT) In-Reply-To: (Julien Danjou's message of "Mon, 18 Oct 2010 14:12:01 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. 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:131820 Archived-At: > Fixed. Thanks, installed (with minor changes: a few ". " converted to ". " and the "Returns" changed to the imperative "Return"). Stefan