From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: Capture the mouse-highlight help-text in a file? Date: Thu, 15 Mar 2012 13:06:10 -0400 Message-ID: <28642.1331831170@alphaville> References: Reply-To: nicholas.dokos@hp.com Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([208.118.235.92]:60203) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S8E85-0003w2-RW for emacs-orgmode@gnu.org; Thu, 15 Mar 2012 13:06:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S8E81-0004yq-2G for emacs-orgmode@gnu.org; Thu, 15 Mar 2012 13:06:21 -0400 Received: from g5t0006.atlanta.hp.com ([15.192.0.43]:44824) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S8E80-0004yf-Tw for emacs-orgmode@gnu.org; Thu, 15 Mar 2012 13:06:16 -0400 In-Reply-To: Message from brian powell of "Thu\, 15 Mar 2012 12\:49\:48 EDT." List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: brian powell Cc: nicholas.dokos@hp.com, emacs-orgmode@gnu.org brian powell wrote: > * I know that this will toggle the=C2=A0mouse-highlight "messages that po= p-up" when you move a mouse over > a "LINK: " in OrgMode: >=20 > (setq mouse-highlight (not mouse-highlight)) >=20 > ** Now, is there a simple way to send the=C2=A0"messages that pop-up" to = a file? >=20 They are already in a file: the org file that contains the link. A link like this [[file:foo.txt][foo]] pops up a LINK: file:foo.txt balloon, so a suitable grep/sed combination suffices. But I suspect that this is not a satisfactory answer: what exactly are you trying to do? Nick > *** Maybe to a FIFO? >=20 >=20 > ---------------------------------------------------- > Alternatives: >=20 > ----------------------------------------------------