From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/58137 Path: main.gmane.org!not-for-mail From: Simon Josefsson Newsgroups: gmane.emacs.gnus.general Subject: Re: Improve G m to make it more user friendly? Date: Mon, 19 Jul 2004 00:54:29 +0200 Sender: ding-owner@lists.math.uh.edu Message-ID: References: <86r7reiu65.fsf@rumba.de.uu.net> <86iscmoddn.fsf@rumba.de.uu.net> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1090191531 1576 80.91.224.253 (18 Jul 2004 22:58:51 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 18 Jul 2004 22:58:51 +0000 (UTC) Original-X-From: ding-owner+M6678@lists.math.uh.edu Mon Jul 19 00:58:42 2004 Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1BmKcE-0000df-00 for ; Mon, 19 Jul 2004 00:58:42 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 1BmKYO-0000HW-00; Sun, 18 Jul 2004 17:54:44 -0500 Original-Received: from util2.math.uh.edu ([129.7.128.23]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1BmKYG-0000HO-00 for ding@lists.math.uh.edu; Sun, 18 Jul 2004 17:54:36 -0500 Original-Received: from justine.libertine.org ([66.139.78.221] ident=postfix) by util2.math.uh.edu with esmtp (Exim 4.30) id 1BmKYF-0000IE-EP for ding@lists.math.uh.edu; Sun, 18 Jul 2004 17:54:35 -0500 Original-Received: from main.gmane.org (main.gmane.org [80.91.224.249]) by justine.libertine.org (Postfix) with ESMTP id BD9C03A003F for ; Sun, 18 Jul 2004 17:54:33 -0500 (CDT) Original-Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 1BmKYC-0005DH-00 for ; Mon, 19 Jul 2004 00:54:32 +0200 Original-Received: from c494102a.s-bi.bostream.se ([217.215.27.65]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 19 Jul 2004 00:54:32 +0200 Original-Received: from jas by c494102a.s-bi.bostream.se with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 19 Jul 2004 00:54:32 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-To: ding@gnus.org Original-Lines: 18 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: c494102a.s-bi.bostream.se User-Agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3.50 (gnu/linux) Cancel-Lock: sha1:67Hdi7APFq7tmFKx42HTsI9lSPw= Precedence: bulk Xref: main.gmane.org gmane.emacs.gnus.general:58137 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:58137 Marcus Frings writes: > * Simon Josefsson wrote: > >>>> How about making it just G m nnimap+bar:INBOX.foo RET, making sure the >>>> auto completion is smart enough to notice what field the user want to >>>> complete? > >> Yup. How about what's in CVS now? I didn't really test it. > > Doesn't seem to work. There's no tab-completion when I want to enter > something after "Group name:" in the mini buffer. Did you recompile Gnus and restart Emacs? The prompt in the new code should be "Group:" and not "Group name:". If not, (setq debug-on-signal t) and C-g at the prompt and post the backtrace. Did you invoke it by `G m'?