help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Publishing (slightly) modified contents with Muse


From: Sébastien Vauban
Subject: Re: Publishing (slightly) modified contents with Muse
Date: Fri, 24 Oct 2008 11:52:56 +0200
User-agent: Gnus/5.110009 (No Gnus v0.9) Emacs/23.0.60 (gnu/linux)

Hi Richard,

>> I would like to have a solution for publishing my `.gnus'
>> file, in particular, with some of its contents modified. I
>> don't want to replace every of my email addresses by the
>> unique `XXX' string, as I'm using several addresses, and it
>> can be interesting to see the different addresses used in the
>> `.gnus' file, with the use of personalities, and so.
>>
>>     o   how to do that best for publishing the contents of my
>>         `.gnus' file with Muse with such a markup:
>>         <include file="~/.gnus" markup="src" lang="emacs-lisp">
>>
>>     o   how to be able to have a link to a copy of the file, so
>>         that one does not have to copy/paste if he wanna use my
>>         config file?
>
> Maybe have defaults in the your .gnus file and override them
> later. If its posting styles in particular :
>
> At the end of your init file
> (load "personal.el")
>
> ,----
> | ;; -*-no-byte-compile: t; -*-
> |
> | (add-to-list `gnus-posting-styles `(
> |      ,(rx(or "private-group"))
> |      (name "Real Name")
> |      (address "x@x.com")
> |      (from "x <x@x.com>")
> |      ) t )
> |
> | (provide 'personal)
> `----
>
> Possibly this may work for you.

This approach seduces me a lot, and directly resolves my two
problems...

Thank you very much!

Seb

-- 
Sébastien Vauban


reply via email to

[Prev in Thread] Current Thread [Next in Thread]