From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Chiyuan Zhang" Newsgroups: gmane.emacs.help Subject: Can't use tooltip of dictionary package in Emacs 23 Date: Sun, 18 Jun 2006 16:02:26 +0800 Message-ID: <12b893740606180102nd1a42b3oe96f060bbf118df3@mail.gmail.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1150617789 29746 80.91.229.2 (18 Jun 2006 08:03:09 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 18 Jun 2006 08:03:09 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Jun 18 10:03:07 2006 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1FrsFM-00046Y-Qt for geh-help-gnu-emacs@m.gmane.org; Sun, 18 Jun 2006 10:03:05 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FrsFM-000520-AH for geh-help-gnu-emacs@m.gmane.org; Sun, 18 Jun 2006 04:03:04 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FrsEo-00050o-KD for help-gnu-emacs@gnu.org; Sun, 18 Jun 2006 04:02:30 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FrsEm-0004zk-96 for help-gnu-emacs@gnu.org; Sun, 18 Jun 2006 04:02:29 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FrsEm-0004zd-0S for help-gnu-emacs@gnu.org; Sun, 18 Jun 2006 04:02:28 -0400 Original-Received: from [64.233.162.193] (helo=nz-out-0102.google.com) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FrsOn-0004tY-MM for help-gnu-emacs@gnu.org; Sun, 18 Jun 2006 04:12:49 -0400 Original-Received: by nz-out-0102.google.com with SMTP id i1so922906nzh for ; Sun, 18 Jun 2006 01:02:26 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=iKPzWiwSJtSFzMc4gA2boWYbPK8EkqhF4XY+U81KrgUKdh27cuPEZq3yRGYWEVqNIi6wvkPze+UYA/K+6oC+bACsRfcNbaY3PT3VEGgiZqDuEIQ/7okkZeeilu1UTwd8bgCpcBtgyj+9FQbaVRBqp0XCUEJaaMWr9aY3v160Jy0= Original-Received: by 10.37.15.20 with SMTP id s20mr5992357nzi; Sun, 18 Jun 2006 01:02:26 -0700 (PDT) Original-Received: by 10.36.56.9 with HTTP; Sun, 18 Jun 2006 01:02:26 -0700 (PDT) Original-To: help-gnu-emacs@gnu.org Content-Disposition: inline X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:35526 Archived-At: hello! I'm using cvs emacs-unicode-2, I have my own dictd installed and I use dictionary package to connect to it. There is a tooltip utility of dictionary: when you point to a word with your mouse for a moment, a tooltip is displayed to show the meaning of the word. My configure is ,----------[ dictionary config ] | (setq dictionary-tooltip-dictionary "wn") | (require 'dictionary) | (global-dictionary-tooltip-mode t) `---------- I tried emacs21 of Debian package, it works perfectly with the same config file. I want to use the xft utility of Emacs 23 but will anybody tell me what's wrong with the tooltip utility? BTW: My Emacs 23 can show tooltip perfectly when I invoke (tooltip-show "message") mannually , so I wonder is there anything other than tooltip wrong? Is it the timer or sth. else? Thanks! With, Regards Chiyuan Zhang