From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/55785 Path: main.gmane.org!not-for-mail From: Steve Youngs Newsgroups: gmane.emacs.gnus.general Subject: Re: No Gnus feature request: simpler file structure for synching Date: Wed, 07 Jan 2004 18:27:49 +1000 Organization: Linux Users - Fanatics Dept. Sender: ding-owner@lists.math.uh.edu Message-ID: References: <873casgr4f.fsf@naz.lickey.com> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha1; protocol="application/pgp-signature" X-Trace: sea.gmane.org 1073464118 7071 80.91.224.253 (7 Jan 2004 08:28:38 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 7 Jan 2004 08:28:38 +0000 (UTC) Keywords: nnml,matt,my-nnml-dir,home,setq,gnus-secondary-select-methods,expand-file-name Original-X-From: ding-owner+M4325@lists.math.uh.edu Wed Jan 07 09:28:35 2004 Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1Ae93L-0003FP-00 for ; Wed, 07 Jan 2004 09:28:35 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 1Ae92x-0005fe-00; Wed, 07 Jan 2004 02:28:11 -0600 Original-Received: from justine.libertine.org ([66.139.78.221] ident=postfix) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1Ae92o-0005fW-00 for ding@lists.math.uh.edu; Wed, 07 Jan 2004 02:28:02 -0600 Original-Received: from gizmo04ps.bigpond.com (gizmo04ps.bigpond.com [144.140.71.14]) by justine.libertine.org (Postfix) with SMTP id CF1983A0026 for ; Wed, 7 Jan 2004 02:28:00 -0600 (CST) Original-Received: (qmail 23476 invoked from network); 7 Jan 2004 08:25:01 -0000 Original-Received: from unknown (HELO psmam01.bigpond.com) (144.135.25.69) by gizmo04ps.bigpond.com with SMTP; 7 Jan 2004 08:25:01 -0000 Original-Received: from cpe-138-130-240-59.qld.bigpond.net.au ([138.130.240.59]) by psmam01.bigpond.com(MAM REL_3_4_2 71/14893821) with SMTP id 14893821; Wed, 07 Jan 2004 18:27:57 +1000 Original-Received: (from steve@localhost) by eicq.dnsalias.org (8.12.9/8.12.9) id i078RsLg020045; Wed, 7 Jan 2004 18:27:54 +1000 Mail-Copies-To: never Original-To: Gnus List X-Face: #/1'_-|5_1$xjR,mVKhpfMJcRh8"k}_a{EkIO:Ox<]@zl/Yr|H,qH#3jJi6Aw(Mg@"!+Z"C N_S3!3jzW^FnPeumv4l#,E}J.+e%0q(U>#b-#`~>l^A!_j5AEgpU)>t+VYZ$:El7hLa1:%%L=3%B>n K{^jU_{& X-URL: X-Request-PGP: X-OpenPGP-Fingerprint: 1659 2093 19D5 C06E D320 3A20 1D27 DB4B A94B 3003 X-Now-Playing: Chained To You --- [Savage Garden] X-Attribution: SY Mail-Followup-To: Gnus List In-Reply-To: <873casgr4f.fsf@naz.lickey.com> (Matt Armstrong's message of "Tue, 06 Jan 2004 23:22:24 -0800") User-Agent: Gnus/5.110002 (No Gnus v0.2) XEmacs/21.4 (Reasonable Discussion, linux) Precedence: bulk Xref: main.gmane.org gmane.emacs.gnus.general:55785 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:55785 --=-=-= |--==> "MA" == Matt Armstrong writes: MA> (setq gnus-secondary-select-methods MA> '((nnml "" MA> (nnml-directory "/home/matt/g/nnml") MA> (nnml-active-file "/home/matt/g/nnml/active") MA> (nnml-newsgroupsfile "/home/matt/g/nnml/newsgroups")))) MA> I haven't figured out the lispy magic required to use "~/g/nnml" MA> etc. in the gnus-secondary-select-methods setq above. How about... (defconst my-nnml-dir (file-name-as-directory (expand-file-name "g/nnml" (getenv "HOME"))) "My nnml directory") (setq gnus-secondary-select-methods '((nnml "" (nnml-directory my-nnml-dir) (nnml-active-file (expand-file-name "active" my-nnml-dir)) (nnml-newsgroupsfile (expand-file-name "newsgroups" my-nnml-dir))))) -- |---------------------| | Ashes to ashes, dust to dust. | | The proof of the pudding, is under the crust. | |---------------------------------| --=-=-= Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (GNU/Linux) Comment: Eicq - The XEmacs ICQ Client iEYEABECAAYFAj/7wwoACgkQHSfbS6lLMAOZ5ACgpjxLdI1KxJMRJkFNBx8/zq+1 dl8AoMSxRnvPHT3mD4jwube6RB9PvTuG =tjw0 -----END PGP SIGNATURE----- --=-=-=--