From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/68527 Path: news.gmane.org!not-for-mail From: Ted Zlatanov Newsgroups: gmane.emacs.gnus.general Subject: Re: menu entry gnus-registry-set-article-Important-mark does not work Date: Fri, 08 May 2009 13:24:23 -0500 Organization: =?utf-8?B?0KLQtdC+0LTQvtGAINCX0LvQsNGC0LDQvdC+0LI=?= @ Cienfuegos Message-ID: <867i0rh2qw.fsf@lifelogs.com> References: <877i1bz8pv.fsf@mat.ucm.es> <87k55bxtql.fsf@mat.ucm.es> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Trace: ger.gmane.org 1241806776 3841 80.91.229.12 (8 May 2009 18:19:36 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 8 May 2009 18:19:36 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M16960@lists.math.uh.edu Fri May 08 20:19:27 2009 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.50) id 1M2UfK-0000F2-Jw for ding-account@gmane.org; Fri, 08 May 2009 20:19:22 +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 1M2UfE-0002n5-B2; Fri, 08 May 2009 13:19:16 -0500 Original-Received: from mx2.math.uh.edu ([129.7.128.33]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1M2UfC-0002ma-O3 for ding@lists.math.uh.edu; Fri, 08 May 2009 13:19:14 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtp (Exim 4.69) (envelope-from ) id 1M2Uf7-0006Gm-2i for ding@lists.math.uh.edu; Fri, 08 May 2009 13:19:14 -0500 Original-Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by quimby.gnus.org with esmtp (Exim 3.36 #1 (Debian)) id 1M2UfY-0000ph-00 for ; Fri, 08 May 2009 20:19:36 +0200 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1M2Uf5-000316-4V for ding@gnus.org; Fri, 08 May 2009 18:19:07 +0000 Original-Received: from 38.98.147.130 ([38.98.147.130]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 08 May 2009 18:19:07 +0000 Original-Received: from tzz by 38.98.147.130 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 08 May 2009 18:19:07 +0000 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 37 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 38.98.147.130 X-Face: bd.DQ~'29fIs`T_%O%C\g%6jW)yi[zuz6;d4V0`@y-~$#3P_Ng{@m+e4o<4P'#(_GJQ%TT= D}[Ep*b!\e,fBZ'j_+#"Ps?s2!4H2-Y"sx" User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/23.0.93 (gnu/linux) Cancel-Lock: sha1:wL2UXoMdyI94ESJKMEalVvUfVFQ= X-Spam-Score: -0.8 (/) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:68527 Archived-At: On Thu, 23 Apr 2009 17:41:38 +0200 Uwe Brauer wrote: UB> Here is the bug trace UB> --8<------------------------schnipp------------------------->8--- UB> Symbol's function definition is void: gnus-registry-set-article-Important-mark UB> Retrieving newsgroup: nntp+news.gmane.org:gmane.emacs.gnus.general... UB> --8<------------------------schnapp------------------------->8--- This works for me with Emacs from CVS and Gnus from CVS. My marks are as follows, but should be equivalent to what you have: (setq gnus-registry-marks '((Important :char ?ι :image "summary_important") (Work :char ?ω :image "summary_work") (Personal :char ?π :image "summary_personal") (To-Do :char ?τ :image "summary_todo") (Later :char ?λ :image "summary_later"))) Can you please run gnus-registry-install-shortcuts? What does `C-h f gnus-registry-set-article-Important-mark' show? Thanks Ted