From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Andreas Politz Newsgroups: gmane.emacs.help Subject: Re: please help me! Date: Mon, 26 Oct 2009 08:12:46 +0100 Message-ID: <87ljiy1vdd.fsf@fh-trier.de> References: <87my3f1nn9.fsf@debian.localhost> 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 1256541232 29556 80.91.229.12 (26 Oct 2009 07:13:52 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 26 Oct 2009 07:13:52 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Oct 26 08:13:45 2009 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1N2Jlw-0000Vx-LW for geh-help-gnu-emacs@m.gmane.org; Mon, 26 Oct 2009 08:13:44 +0100 Original-Received: from localhost ([127.0.0.1]:55626 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N2Jlw-0006GW-4k for geh-help-gnu-emacs@m.gmane.org; Mon, 26 Oct 2009 03:13:44 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1N2JlX-0006GE-7B for help-gnu-emacs@gnu.org; Mon, 26 Oct 2009 03:13:19 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1N2JlS-0006Ey-N5 for help-gnu-emacs@gnu.org; Mon, 26 Oct 2009 03:13:18 -0400 Original-Received: from [199.232.76.173] (port=35141 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N2JlS-0006Eu-H6 for help-gnu-emacs@gnu.org; Mon, 26 Oct 2009 03:13:14 -0400 Original-Received: from lo.gmane.org ([80.91.229.12]:32805) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1N2JlS-0002cG-4M for help-gnu-emacs@gnu.org; Mon, 26 Oct 2009 03:13:14 -0400 Original-Received: from list by lo.gmane.org with local (Exim 4.50) id 1N2JlP-0000O7-58 for help-gnu-emacs@gnu.org; Mon, 26 Oct 2009 08:13:11 +0100 Original-Received: from dslb-088-068-221-011.pools.arcor-ip.net ([88.68.221.11]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 26 Oct 2009 08:13:11 +0100 Original-Received: from politza by dslb-088-068-221-011.pools.arcor-ip.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 26 Oct 2009 08:13:11 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 22 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: dslb-088-068-221-011.pools.arcor-ip.net User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux) Cancel-Lock: sha1:5CQEq80+xXdV1ZjlU1m/skjQ+ss= X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:69233 Archived-At: qkbeyond@gmail.com (waterloo) writes: > Hi, now i use gnus to read newsgroup . > i want to display Post time of article in the Summary buffer . > How will I set up? > thank you :-) (setq gnus-summary-line-format (concat "%0{%U%R%}" ;; date "%10{│%}" "%10{%d%}" "%10{│%}" ;; From: or To: "%(%-20,20f %)" "%10{│%}" ;; thread and subject "%10{%*%B%}" "%s\n")) Read the help of `gnus-summary-line-format' and, of course, the manual. -ap