From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/60956 Path: news.gmane.org!not-for-mail From: Uwe Brauer Newsgroups: gmane.emacs.gnus.general Subject: Re: how to generate the summary when gnus-summary-line-format is changed Date: Thu, 15 Sep 2005 12:11:50 +0200 Message-ID: <873bo68wt5.fsf@mat.ucm.es> References: <877jdju4wy.fsf@mat.ucm.es> Reply-To: Uwe Brauer NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1126779587 20648 80.91.229.2 (15 Sep 2005 10:19:47 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 15 Sep 2005 10:19:47 +0000 (UTC) Original-X-From: ding-owner+m9488@lists.math.uh.edu Thu Sep 15 12:19:44 2005 Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by ciao.gmane.org with esmtp (Exim 4.43) id 1EFqq1-00045Z-La for ding-account@gmane.org; Thu, 15 Sep 2005 12:19:29 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu ident=lists) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 1EFqpu-0008EH-00; Thu, 15 Sep 2005 05:19:22 -0500 Original-Received: from nas02.math.uh.edu ([129.7.128.40]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1EFqmy-0008EB-00 for ding@lists.math.uh.edu; Thu, 15 Sep 2005 05:16:20 -0500 Original-Received: from quimby.gnus.org ([80.91.224.244]) by nas02.math.uh.edu with esmtp (Exim 4.52) id 1EFqmv-0002te-Tz for ding@lists.math.uh.edu; Thu, 15 Sep 2005 05:16:20 -0500 Original-Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1EFqmv-0008P5-00 for ; Thu, 15 Sep 2005 12:16:17 +0200 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1EFqlG-000304-Qz for ding@gnus.org; Thu, 15 Sep 2005 12:14:34 +0200 Original-Received: from maportatil10.quim.ucm.es ([147.96.7.218]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 15 Sep 2005 12:14:34 +0200 Original-Received: from oub by maportatil10.quim.ucm.es with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 15 Sep 2005 12:14:34 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-To: ding@gnus.org Original-Lines: 23 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: maportatil10.quim.ucm.es X-Hashcash: 1:20:050915:gmane.emacs.gnus.general::xNpXh400PXc8M+9k:00000000000000000000000000000000000000f4e User-Agent: Gnus/5.110003 (No Gnus v0.3) XEmacs/21.4.17 (linux) Cancel-Lock: sha1:3hznvpfuh2st4nGa3vqeYIG6SOw= X-Spam-Score: -2.6 (--) Precedence: bulk Original-Sender: ding-owner@lists.math.uh.edu Xref: news.gmane.org gmane.emacs.gnus.general:60956 Archived-At: >>>>> "Nelson" == Nelson Ferreira writes: Nelson> Have you tried M-g to update the summary buffer ? No, now I did but it does not work. More in detail, in that summary I fire up the function. (defun my-set-line-format-spam () (interactive) (message "Now the spam line setting is on") (set-variable 'gnus-summary-line-format "%N%z%I%(%A %) %s\n")) Indeed describe variable returns `gnus-summary-line-format' is a variable declared in Lisp. -- loaded from "gnus" Value: "%N%z%I%(%A %) %s\n" So tried M-g but no change in the summary buffer!!! Uwe