From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Tassilo Horn Newsgroups: gmane.emacs.help Subject: Re: Can't use tooltip of dictionary package in Emacs 23 Date: Sun, 18 Jun 2006 14:08:31 +0200 Organization: University Koblenz-Landau Campus Koblenz Message-ID: <87k67e64zk.fsf@baldur.nicundtas.de> References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1150634432 5669 80.91.229.2 (18 Jun 2006 12:40:32 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 18 Jun 2006 12:40:32 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Jun 18 14:40:26 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 1FrwZk-00028f-By for geh-help-gnu-emacs@m.gmane.org; Sun, 18 Jun 2006 14:40:24 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FrwZj-0002hO-N7 for geh-help-gnu-emacs@m.gmane.org; Sun, 18 Jun 2006 08:40:23 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!headwall.stanford.edu!newsfeed.news2me.com!newsfeed.icl.net!newsfeed.arcor.de!news.belwue.de!news.uni-kl.de!cache.uni-koblenz.de!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 25 Original-NNTP-Posting-Host: dslb-084-063-045-051.pools.arcor-ip.net Original-X-Trace: cache.uni-koblenz.de 1150632511 3018 84.63.45.51 (18 Jun 2006 12:08:31 GMT) Original-X-Complaints-To: news@cache.uni-koblenz.de Original-NNTP-Posting-Date: Sun, 18 Jun 2006 12:08:31 +0000 (UTC) Face: iVBORw0KGgoAAAANSUhEUgAAADAAAAAwBAMAAAClLOS0AAAAD1BMVEW2mhnXu0n26aD9/fXC t48P8QWWAAAACXBIWXMAAAsSAAALEgHS3X78AAAATnRFWHRSYXcgcHJvZmlsZSB0eXBlIGV4aWYA CmV4aWYKICAgICAgMjAKNDU3ODY5NjYwMDAwNGQ0ZDAwMmEwMDAwMDAwODAwMDAwMDAwMDAwMAqJ uBZbAAAACXZwQWcAAAAwAAAAMADO7oxXAAABkElEQVQ4y3WTDZKDIAyFgycA2gNI4gHahAN07d7/ TPsCWuuqjKMwX/Lyh2QnS1M26lsx/QITJWlAY7Zp3hwiBe6AiCPlFVQiyg50JF9BFlDmAjC9rYbY yLCCrAA1aAwJT1pdKgsDMEG9JAB8xZBC9aBM6uJasiA8LGaTBBBuQCGLwlaLR5pyQShGuhqT2NOL cJeABLN7CEHF7JdxkEKEQAHnJwB6IexKY+aU8ohuAOTekgkOMwXjzCV5Ax5LE39gn4hE1DTDyMYO NCMaQre2eZEKCT89mWPiQvLp7yANvIZEbIW2gaQOvGSktQFoN4C6PGKX8l1dQPSaEL9Zz2/0nTso LUVrE9S7tGx7HfIRwQXxusTsKxXp03NR3oHmUG7uJSdAWtN3oIqih77x1xd4qSYfnz33AAKY1O3o MQ2GG+S7kXfghQn2O7cHUOJYeB3oBh6DlGGbyAZe3Io7gOrX8X0CvIBRjkDjDVfAjqAG+feDLmDM dg7i+xzUYOcA/805iHzhcbcLMF8AlStgV1In6w8LTb3wgg1GGgAAABp6VFh0SlBFRy1Db2xvcnNw YWNlAAB42jMCAAAzADMRFn5jAAAAJ3pUWHRKUEVHLVNhbXBsaW5nLWZhY3RvcnMAAHjaM6ow0jGs MARhABGDAulkDxtiAAAAAElFTkSuQmCC User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/22.0.50 (gnu/linux) Cancel-Lock: sha1:YV8C3reFnaAu4ndg/x1BQ7r+4a4= Original-Xref: shelby.stanford.edu gnu.emacs.help:139904 Original-To: help-gnu-emacs@gnu.org 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:35528 Archived-At: "Chiyuan Zhang" writes: Hi Chiyuan, > [dictionary-tooltips don't work with emacs >= 22.] Two month ago I wrote a german-english translation app (in Ruby, RDictCc [1]) and tried to integrate it into GNU Emacs, so that I easily can translate the word at point or replace it with its translation. Then I thought those tooltips could be nice and had a look on how dictionary.el implements it. But it didn't work at all. I'm not sure if it's a bug in emacs 22, or if it was rather an intended change. So to make it short: Yes, dictionary.el's tooltips don't work with emacsen >= 22. Bye, Tassilo Footnotes: [1] http://www.uni-koblenz.de/%7Eheimdall/apps.php -- "Emacs is not a development tool but a way of life." - David Kastrup in alt.religion.emacs -