From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Jay Belanger Newsgroups: gmane.emacs.devel Subject: Re: A silly little request... Date: Mon, 23 Jan 2006 12:24:13 -0600 Message-ID: <87acdmvm42.fsf@vh213602.truman.edu> References: <85slrfxno7.fsf@lola.goethe.zz> Reply-To: belanger@truman.edu NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1138047840 17104 80.91.229.2 (23 Jan 2006 20:24:00 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 23 Jan 2006 20:24:00 +0000 (UTC) Cc: belanger@truman.edu Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jan 23 21:23:43 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1F18DQ-0004ZP-JB for ged-emacs-devel@m.gmane.org; Mon, 23 Jan 2006 21:23:05 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1F18At-0004Lj-EO for ged-emacs-devel@m.gmane.org; Mon, 23 Jan 2006 15:20:27 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1F16P9-0006aR-Ui for emacs-devel@gnu.org; Mon, 23 Jan 2006 13:27:04 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1F16P7-0006Z6-0u for emacs-devel@gnu.org; Mon, 23 Jan 2006 13:27:03 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1F16P6-0006Yz-PD for emacs-devel@gnu.org; Mon, 23 Jan 2006 13:27:00 -0500 Original-Received: from [150.243.160.94] (helo=uranium.truman.edu) by monty-python.gnu.org with esmtp (Exim 4.34) id 1F16Ts-0008RY-T3 for emacs-devel@gnu.org; Mon, 23 Jan 2006 13:31:57 -0500 Original-Received: from uranium.truman.edu (localhost.localdomain [127.0.0.1]) by localhost (Postfix) with SMTP id 3AFED40DA0 for ; Mon, 23 Jan 2006 12:18:44 -0600 (CST) Original-Received: from vh213602.truman.edu.truman.edu (vh213602.truman.edu [150.243.64.2]) by uranium.truman.edu (Postfix) with ESMTP id 1203740D3B; Mon, 23 Jan 2006 12:18:44 -0600 (CST) Original-To: emacs-devel@gnu.org In-Reply-To: (Andreas Schwab's message of "Mon, 23 Jan 2006 16:40:21 +0100") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux) 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:49450 Archived-At: Andreas Schwab writes: > David Kastrup writes: > >> The reason is that I frequently mistype >> M-x gnu RET >> (for starting gnus) and just type >> M-x gu RET >> which then calls gud-tooltip-mode with the current set of autoloads. >> I don't even know what it does. > > How about setting minibuffer-completion-confirm? Or (defalias 'gu 'gnus) Jay