From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Vagn Johansen Newsgroups: gmane.emacs.help Subject: Re: dabbrev-hover.el v. 0.1 Date: Thu, 20 May 2004 17:46:29 +0200 Organization: TDC Totalloesninger Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: References: <87oeolvjyw.fsf@gnufans.net> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1085070119 28350 80.91.224.253 (20 May 2004 16:21:59 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 20 May 2004 16:21:59 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu May 20 18:21:40 2004 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1BQqIe-0000Jl-00 for ; Thu, 20 May 2004 18:21:40 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1BQpz8-0000k5-Im for geh-help-gnu-emacs@m.gmane.org; Thu, 20 May 2004 12:01:30 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!newsfeed.icl.net!newsfeed.fjserv.net!news.tele.dk!news.tele.dk!small.news.tele.dk!not-for-mail Original-Newsgroups: gnu.emacs.help User-Agent: Gnus/5.1002 (Gnus v5.10.2) Emacs/21.2 (windows-nt) Cancel-Lock: sha1:6f0SLbn3NEL0siSW/KF0e6EGNSw= Original-Lines: 31 Original-NNTP-Posting-Host: 80.196.132.34 Original-X-Trace: 1085068074 dread16.news.tele.dk 219 80.196.132.34:34821 Original-X-Complaints-To: abuse@post.tele.dk Original-Xref: shelby.stanford.edu gnu.emacs.help:123323 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.4 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:18619 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:18619 Enila Nero writes: > Vagn Johansen writes: > [...] >> I also think i would prefer if it did not fiddle with the RET keybinding >> (customizable?). > [...] > > Being in effect while in the minibuffer with the RET keybinding is a > bad recipe. Yes, I quickly ran into problems in Info mode. I pressed i (for Info-index), typed something and pressed RET. Expansion happened when I did not want it too. However the second t in dabbrev-hover-install is responsible for changing the RET binding, so it could be disabled: (dabbrev-hover-install t nil) ; first t means install globally I wonder if dh-complete *must* be used. dabbrev-expand seems work to just as well and I already have it bound to a convenient key. > Is it needed at all in the minibuffer? The tooltip feature? I don't think so. I rarely use dabbrev-expand / dabbrev-complete in the minibuffer. -- Vagn Johansen