From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/64186 Path: news.gmane.org!not-for-mail From: Norbert Koch Newsgroups: gmane.emacs.gnus.general Subject: Re: Highlighting of different citation levels in message-mode Date: Fri, 29 Dec 2006 22:45:39 +0100 Message-ID: <87tzze74vw.fsf@arafel.viteno.net> References: NNTP-Posting-Host: dough.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 X-Trace: sea.gmane.org 1167430075 21371 80.91.229.10 (29 Dec 2006 22:07:55 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 29 Dec 2006 22:07:55 +0000 (UTC) Original-X-From: ding-owner+M12709@lists.math.uh.edu Fri Dec 29 23:07:53 2006 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by dough.gmane.org with esmtp (Exim 4.50) id 1H0PtH-0003tS-Mw for ding-account@gmane.org; Fri, 29 Dec 2006 23:07:51 +0100 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 1H0PsL-0006sr-5D; Fri, 29 Dec 2006 16:06:53 -0600 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 1H0PXu-0006gQ-F3 for ding@lists.math.uh.edu; Fri, 29 Dec 2006 15:45:46 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtp (Exim 4.63) (envelope-from ) id 1H0PXr-0003D9-LQ for ding@lists.math.uh.edu; Fri, 29 Dec 2006 15:45:46 -0600 Original-Received: from mail.lf.net ([212.9.160.2]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1H0PXq-0004M9-00 for ; Fri, 29 Dec 2006 22:45:42 +0100 Original-Received: from arafel.viteno.net ([213.178.172.254] helo=localhost.localdomain.viteno.net) by mail.lf.net with esmtp (Exim 4.63) (envelope-from ) id 1H0PXg-000NDA-56 for ding@gnus.org; Fri, 29 Dec 2006 22:45:32 +0100 Original-To: ding@gnus.org X-Face: 5*nyF1\39:,h6Sk1<}(t1O5x!y5y6@XzBRq5LAYj;Xzb*Ak,]@$HL@>: c&#dUFU=U8O(+/6T0k{j{1~uS@GVk4zurEEb.~MoSbG2pM4z!~/<@.tcd `uD`fNR+TM\@++x@!/Bq)24"xD_kGn,jqwVQa|R'|FFxgWa+$0x]p>KE9E /Xk0$%a*2*K]"zOtbk9v0sNgwb2H"IOaEjCVolb5&yW`o#w2}!w!M{Dn&{K0t Mail-Followup-To: ding@gnus.org In-Reply-To: (Reiner Steib's message of "Thu\, 28 Dec 2006 15\:15\:29 +0100") User-Agent: Gnus/5.110006 (No Gnus v0.6) SXEmacs/22.1.7 (linux) X-Spam-Score: -2.6 (--) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:64186 Archived-At: * Reiner Steib : Hello Reiner, > I've added code from Oliver Scholz to highlight different citation > levels in message-mode, see `gnus-message-highlight-citation' in the > trunk. I'm not sure this change has caused it, but I now get a Debugger entered--Lisp error: (void-variable gnus-message-citation-mode) byte-code("..." [gnus-message-citation-mode define-minor-mode "Toggle `gnus-message-citation-mode' in current buffer.\nThis buffer local minor mode provides additional font-lock support for\nnested citations.\nWith prefix ARG, turn `gnus-message-citation-mode' on if and only if ARG is\npositive." nil "" gnus-message-add-citation-keywords gnus-message-remove-citation-keywords font-lock-fontify-buffer] 8) load-internal("gnus-cite" nil nil nil binary) load("gnus-cite" nil nil nil) gnus-article-highlight-citation() gnus-treat-article(nil 1 1) gnus-display-mime() gnus-article-prepare-display() gnus-article-prepare(19806 nil) gnus-summary-display-article(19806 nil) gnus-summary-select-article(nil nil pseudo) gnus-summary-scroll-up(1) call-interactively(gnus-summary-scroll-up) when I look at a message. Best regards, norbert.