Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Message from discussion Is there exist a way to set score preference without all.SCORE?
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Oleksandr Gavenko  
View profile  
 More options Aug 12 2012, 3:39 am
Newsgroups: gnu.emacs.gnus
From: Oleksandr Gavenko <gaven...@gmail.com>
Date: Sun, 12 Aug 2012 10:39:54 +0300
Local: Sun, Aug 12 2012 3:39 am
Subject: Re: Is there exist a way to set score preference without all.SCORE?
On 2012-08-12, Oleksandr Gavenko wrote:

> I have best experience with '.emacs' to spread my config across different
> hosts and store it in DVCS and install it with GNU Make and POSIX utilities.

> As I know 'all.SCORE' auto-updated by Emacs. So I can't just overwrite it (am
> I right?).

Still interesting...

> So I look for way to store setting from all.SCORE like:

>    (("from"
>     ("Oleksandr Gavenko" 200))
>    ("references"
>     ("@gavenkoa.example.com" 100)
>     ("@desktop.home.int" 100))

> in '.emacs' or hint how install that config by using usual POSIX utilities.

As I think storing this settings in '.emacs' file is not possible. I read
'gnus-score-load-file' function from lisp/gnus/gnus-score.el and found that
Emacs uses 'gnus-score-cache' variable for holding scores. Which is alist of
files and associated parsed content.

So I try make such thing in my Makefile in order to install my settings:

  install all.SCORE $HOME/.gnus/score

But see question in previous quotation.

--
Best regards!


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.