From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/76216 Path: news.gmane.org!not-for-mail From: Philipp Haselwarter Newsgroups: gmane.emacs.gnus.general Subject: Re: Proposed default change: Show the lapsed time instead of the date Date: Tue, 01 Feb 2011 13:46:29 +0100 Message-ID: <87bp2vudlm.fsf@nzebook.haselwarter.org> 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> <87d3necwmg.fsf@dod.no> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1296564625 24875 80.91.229.12 (1 Feb 2011 12:50:25 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 1 Feb 2011 12:50:25 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M24568@lists.math.uh.edu Tue Feb 01 13:50:20 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 1PkFgW-0002tf-Vz for ding-account@gmane.org; Tue, 01 Feb 2011 13:50:17 +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 1PkFgQ-0006zm-HB; Tue, 01 Feb 2011 06:50:10 -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 1PkFgP-0006zV-9J for ding@lists.math.uh.edu; Tue, 01 Feb 2011 06:50:09 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtp (Exim 4.72) (envelope-from ) id 1PkFgL-0006Mf-3A for ding@lists.math.uh.edu; Tue, 01 Feb 2011 06:50:09 -0600 Original-Received: from lo.gmane.org ([80.91.229.12]) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1PkFgK-0003w3-CD for ding@gnus.org; Tue, 01 Feb 2011 13:50:04 +0100 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1PkFgK-0002lp-7m for ding@gnus.org; Tue, 01 Feb 2011 13:50:04 +0100 Original-Received: from mna75-3-89-83-43-131.dsl.club-internet.fr ([89.83.43.131]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 01 Feb 2011 13:50:04 +0100 Original-Received: from philipp.haselwarter by mna75-3-89-83-43-131.dsl.club-internet.fr with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 01 Feb 2011 13:50:04 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 49 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: mna75-3-89-83-43-131.dsl.club-internet.fr X-NSA-Fodder: Audiotel Saudi Arabia Axis of Evil Hugo Chavez X-Meat: Spruce grouse User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/24.0.50 (gnu/linux) Cancel-Lock: sha1:++celdmAdV40q8ALq9ZDALKViWs= X-Spam-Score: -1.9 (-) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:76216 Archived-At: Steinar Bang writes: >>>>>> 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/ How do you actually add the icons (well, the stuff in "/share/emacs/etc")? -- Philipp Haselwarter