From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/71942 Path: news.gmane.org!not-for-mail From: Dan Christensen Newsgroups: gmane.emacs.gnus.general Subject: Re: gnus-group-jump-to-group completion bug Date: Sun, 26 Sep 2010 19:04:03 -0400 Message-ID: <8739swhzto.fsf@uwo.ca> References: <87aan49t3h.fsf@uwo.ca> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1285542289 20530 80.91.229.12 (26 Sep 2010 23:04:49 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 26 Sep 2010 23:04:49 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M20315@lists.math.uh.edu Mon Sep 27 01:04:48 2010 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1P00H1-0003up-Kg for ding-account@gmane.org; Mon, 27 Sep 2010 01:04:47 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1P00Gb-0004Dj-AF; Sun, 26 Sep 2010 18:04:21 -0500 Original-Received: from mx1.math.uh.edu ([129.7.128.32]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1P00GY-0004DP-1j for ding@lists.math.uh.edu; Sun, 26 Sep 2010 18:04:18 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtp (Exim 4.72) (envelope-from ) id 1P00GS-0002M7-VQ for ding@lists.math.uh.edu; Sun, 26 Sep 2010 18:04:17 -0500 Original-Received: from lo.gmane.org ([80.91.229.12]) by quimby.gnus.org with esmtp (Exim 3.36 #1 (Debian)) id 1P00GS-00075J-00 for ; Mon, 27 Sep 2010 01:04:12 +0200 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1P00GR-0003n8-3N for ding@gnus.org; Mon, 27 Sep 2010 01:04:11 +0200 Original-Received: from bas3-london14-1096786111.dsl.bell.ca ([65.95.160.191]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 27 Sep 2010 01:04:11 +0200 Original-Received: from jdc by bas3-london14-1096786111.dsl.bell.ca with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 27 Sep 2010 01:04:11 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 29 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: bas3-london14-1096786111.dsl.bell.ca User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/23.1.50 (gnu/linux) Cancel-Lock: sha1:9k80sQlKCD+sY876YUX7sc7glAg= X-Spam-Score: -1.9 (-) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:71942 Archived-At: Lars Magne Ingebrigtsen writes: > Dan Christensen writes: > >> If I hit `j' in the *Group* buffer, clear the minibuffer, enter `a d >> TAB', then I get the following backtrace. I suspect it is because I'm >> using an older emacs23 snapshot. (I found that I can't get the fonts to >> look as good with the released version of emacs23 so I'm sticking with >> the snapshot for now.) > > I would suspect that this is a bug in the completion code of the > snapshot you're using... It looks like the same thing happens with a released version of emacs23. Using this Ubuntu version: 23.2+1-4ubuntu1~ppa3~jaunty3 started with "emacs23 -q --no-site-file", if I do (push 'substring completion-styles) and then `C-x b t TAB', I get the same error: completion--some: Symbol's function definition is void: nil So maybe we need to check for a new enough version of emacs? Dan