From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/76135 Path: news.gmane.org!not-for-mail From: Steinar Bang Newsgroups: gmane.emacs.gnus.general Subject: Re: Proposed default change: Show the lapsed time instead of the date Date: Sun, 30 Jan 2011 15:08:23 +0100 Organization: Probably a good idea Message-ID: <87d3necwmg.fsf@dod.no> References: <87mxmpkdu2.fsf@gnus.org> <87k4htjmvk.fsf@keller.adm.naquadah.org> <87pqrkadi9.fsf@gnus.org> <87oc73uv10.fsf@gnus.org> <87ei7zuujm.fsf@gnus.org> <87hbcu2ao1.fsf@gnus.org> <871v3ved4d.fsf@dod.no> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1296396551 30659 80.91.229.12 (30 Jan 2011 14:09:11 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 30 Jan 2011 14:09:11 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M24487@lists.math.uh.edu Sun Jan 30 15:09:07 2011 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.69) (envelope-from ) id 1PjXxi-0000TJ-MH for ding-account@gmane.org; Sun, 30 Jan 2011 15:09:07 +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 1PjXxW-0002ZH-KR; Sun, 30 Jan 2011 08:08:54 -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 1PjXxU-0002Z7-SN for ding@lists.math.uh.edu; Sun, 30 Jan 2011 08:08:52 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtp (Exim 4.72) (envelope-from ) id 1PjXxH-0005wa-8r for ding@lists.math.uh.edu; Sun, 30 Jan 2011 08:08:52 -0600 Original-Received: from lo.gmane.org ([80.91.229.12]) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1PjXxG-0002yi-Go for ding@gnus.org; Sun, 30 Jan 2011 15:08:38 +0100 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1PjXxG-0000K8-25 for ding@gnus.org; Sun, 30 Jan 2011 15:08:38 +0100 Original-Received: from cm-84.208.226.192.getinternet.no ([84.208.226.192]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 30 Jan 2011 15:08:38 +0100 Original-Received: from sb by cm-84.208.226.192.getinternet.no with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 30 Jan 2011 15:08:38 +0100 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: ding@gnus.org Original-Lines: 43 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: cm-84.208.226.192.getinternet.no Mail-Copies-To: never User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/23.2 (gnu/linux) Cancel-Lock: sha1:pPSQZGIMPC7eOOn1fxj8NAlVq80= X-Spam-Score: -1.9 (-) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:76135 Archived-At: >>>>> Francis Moreau : > Steinar Bang writes: >>>>>>> Francis Moreau : >> >>> Ah... interesting, could you point out the revelant part of IMAP >>> search in the documentation ? >> >> (gnus) Top > Searching > nnir >> >> I got there with `C-h i gnus RET i nnir RET', but you should get there >> with `C-h i gnus RET searching RET nnir RET. > This what I can read: > FIXME: As a first step, convert the commentary of `nnir' to texi. Right. You will need to get git gnus, http://gnus.org/distribution.html and build at least the texi, and get it into the Info-directory-list. E.g. like this (sets load-path an Info-directory-list for a git gnus found in ~/git/gnus ): (defvar git-workspace (expand-file-name "~/git")) ;; Git version of Gnus: (let ((git-gnus-directory (if running-xemacs (concat git-workspace "/gnus.xemacs") (concat git-workspace "/gnus")))) (push (concat git-gnus-directory "/lisp") load-path) (let ((git-gnus-info-dir (concat git-gnus-directory "/texi"))) (if (boundp 'Info-directory-list) (push git-gnus-info-dir Info-directory-list) (setq Info-directory-list (append (list git-gnus-info-dir) Info-default-directory-list))))) It would be nice if an HTML version of the current git gnus manual could be found on http://gnus.org/