From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/68725 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: Wed, 15 Jul 2009 11:19:40 -0500 Organization: =?utf-8?B?0KLQtdC+0LTQvtGAINCX0LvQsNGC0LDQvdC+0LI=?= @ Cienfuegos Message-ID: <87vdltuder.fsf@lifelogs.com> References: <877i1bz8pv.fsf@mat.ucm.es> <87k55bxtql.fsf@mat.ucm.es> <867i0rh2qw.fsf@lifelogs.com> 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 1247674821 21707 80.91.229.12 (15 Jul 2009 16:20:21 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 15 Jul 2009 16:20:21 +0000 (UTC) Cc: Uwe Brauer To: ding@gnus.org Original-X-From: ding-owner+M17150@lists.math.uh.edu Wed Jul 15 18:20:14 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 1MR7DG-0001Ze-Iw for ding-account@gmane.org; Wed, 15 Jul 2009 18:20:10 +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 1MR7DC-000291-2f; Wed, 15 Jul 2009 11:20:06 -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 1MR7DA-00028m-U7 for ding@lists.math.uh.edu; Wed, 15 Jul 2009 11:20:04 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtp (Exim 4.69) (envelope-from ) id 1MR7D9-0002Q1-SU for ding@lists.math.uh.edu; Wed, 15 Jul 2009 11:20:04 -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 1MR7Dh-0002C7-00 for ; Wed, 15 Jul 2009 18:20:37 +0200 Original-Received: from root by ciao.gmane.org with local (Exim 4.43) id 1MR7D8-0007Gt-Ax for ding@gnus.org; Wed, 15 Jul 2009 16:20:02 +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 ; Wed, 15 Jul 2009 16:20:02 +0000 Original-Received: from tzz by 38.98.147.130 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 15 Jul 2009 16:20:02 +0000 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 40 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.1.50 (gnu/linux) Cancel-Lock: sha1:CLm5xxHYTWT2qp2BkqXXem+mEUM= X-Spam-Score: -1.5 (-) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:68725 Archived-At: On Fri, 08 May 2009 13:24:23 -0500 Ted Zlatanov wrote: TZ> 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--- TZ> This works for me with Emacs from CVS and Gnus from CVS. TZ> My marks are as follows, but should be equivalent to what you have: TZ> (setq gnus-registry-marks TZ> '((Important TZ> :char ?ι TZ> :image "summary_important") TZ> (Work TZ> :char ?ω TZ> :image "summary_work") TZ> (Personal TZ> :char ?π TZ> :image "summary_personal") TZ> (To-Do TZ> :char ?τ TZ> :image "summary_todo") TZ> (Later TZ> :char ?λ TZ> :image "summary_later"))) TZ> Can you please run gnus-registry-install-shortcuts? TZ> What does `C-h f gnus-registry-set-article-Important-mark' show? Uwe, did you ever see my response? Has the problem gone away for you? Thansk Ted