From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: [PATCH 1/2] Add frame-pointer-visible-p Date: Mon, 18 Oct 2010 09:05:54 -0400 Message-ID: References: <1287067949-23750-1-git-send-email-julien@danjou.info> <1287067949-23750-2-git-send-email-julien@danjou.info> Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: dough.gmane.org 1287407169 4361 80.91.229.12 (18 Oct 2010 13:06:09 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 18 Oct 2010 13:06:09 +0000 (UTC) Cc: monnier@iro.umontreal.ca, emacs-devel@gnu.org To: Julien Danjou Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Oct 18 15:06:07 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 1P7pPj-00037h-7g for ged-emacs-devel@m.gmane.org; Mon, 18 Oct 2010 15:06:07 +0200 Original-Received: from localhost ([127.0.0.1]:41739 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P7pPh-0004ny-Py for ged-emacs-devel@m.gmane.org; Mon, 18 Oct 2010 09:06:05 -0400 Original-Received: from [140.186.70.92] (port=52723 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P7pPY-0004kU-Hi for emacs-devel@gnu.org; Mon, 18 Oct 2010 09:05:58 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P7pPX-0005vN-7S for emacs-devel@gnu.org; Mon, 18 Oct 2010 09:05:56 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]:53539) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1P7pPX-0005vJ-5V for emacs-devel@gnu.org; Mon, 18 Oct 2010 09:05:55 -0400 Original-Received: from eliz by fencepost.gnu.org with local (Exim 4.69) (envelope-from ) id 1P7pPW-0004s0-CI; Mon, 18 Oct 2010 09:05:54 -0400 In-reply-to: (message from Julien Danjou on Mon, 18 Oct 2010 14:12:01 +0200) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) 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:131803 Archived-At: > From: Julien Danjou > Cc: monnier@iro.umontreal.ca, emacs-devel@gnu.org > Date: Mon, 18 Oct 2010 14:12:01 +0200 > > >> +pointer in @var{frame}. This is useful when > >> +@code{make-pointer-invisible} is set to @code{t}: it allows to know if > > > > It is a good idea to have here a cross-reference to where > > make-pointer-invisible is described (in the Emacs User Manual). > > Ah, now you want me to learn Texinfo. ;) Just a little bit ;-) > I've added a @xref, hoping that's what you meant. Yes, that's what I meant. Thanks.