Custom cite-prefix

2010-05-15 Thread giglio robbo' d'acciaio
I use the standard message-cite-prefix-regexp ,[ C-h v message-cite-prefix-regexp RET ] | "\\([ ]*:[-_.[:word:]]+>+\\|[ ]*[]>|}+]\\)+" ` I'd like to customizie it in order to match rows starting with `:' in this way : blah blah (should match) :: blah blah (should match)

Re: Improving xface insertion

2009-08-05 Thread giglio robbo' d'acciaio
Ted Zlatanov writes: > I think you want `message-replace-header' instead of the excursion, it > will simplify the code. I will try. I didn't write that code. -- Daniele Giglio Dona i tuoi cicli di clock alla ricerca! http://boinc.berkeley.edu/

Improving xface insertion

2009-08-04 Thread giglio robbo' d'acciaio
Hi, I use the following lisp function to insert a random face header pic in my posts. , | (defun random-face-header-insert () | (let* ((faces (directory-files "~/News/xfaces" t "\\.png\\(\\.0\\)?$")) |(face (nth (random (length faces)) faces))) | (save-excursion | (goto-c

Re: gnus scoring insanity

2009-07-02 Thread giglio robbo' d'acciaio
Tassilo Horn writes: > Tassilo Horn writes: > > Hi again! > >> You can, but there's interactive support for that, too. When reading >> some very interesting article hit `I', if it's stupid hit `D' >> (increase/decrease score) and some scoring wizard will ask you on what >> to score. > > Ups, th

Re: Store .newsrc on server (and load it again)

2009-04-29 Thread giglio robbo' d'acciaio
Sebastian Kaps writes: > // Ted Zlatanov writes: > >> Meanwhile, you can just use the Tramp syntax for the file name: >> /host:/path/to/file > > Thanks! This seems to work great! Can you post an example? I'm not so accustomed with syntax. Thanks in advance. -- Dona i tuoi

GroupLens?

2008-10-21 Thread giglio robbo' d'acciaio
Is GroupLens still active? I've visited their website and didn't find much informations about the project? Moreover the link reported in Gnus manual seems to be broken. In this case could anybody be so kind to suggest me another collaborative filtering project? Thanks in advance. -- Daniel

BBDB records

2008-10-16 Thread giglio robbo' d'acciaio
I want reformat the BBDB records which appear in the bottom buffers from this --8<---cut here---start->8--- *** net: [EMAIL PROTECTED] creation-date: 10 set 2008 timestamp: 10 set 2008 --8<---cut here---end---

Re: starting with gnus

2008-10-13 Thread giglio robbo&#x27; d&#x27;acciaio
harven <[EMAIL PROTECTED]> writes: > 3) The default color theme is a bit rough on my eyes. Do seasoned >gnus users have some alternative set of faces to share ? Dark text on bright background do you mean? Maybe color-theme.el will fit. -- Daniele Giglio Dona i tuoi cicli di clock

Re: Marking spam with GMail

2008-05-07 Thread giglio robbo&#x27; d&#x27;acciaio
[EMAIL PROTECTED] (Paulo Jorge de O. C. de Matos) writes: > Hello all, > > If I get spam on my Gmail inbox how can I mark it as SPAM? Should I > just move it to the SPAM folder? GMail should mark junk as spam by itself, and consequently move it in the spam folder. -- Daniele Giglio D

Re: killfiles are bad?

2008-05-01 Thread giglio robbo&#x27; d&#x27;acciaio
Bob Fry <[EMAIL PROTECTED]> writes: > F a e p Isn't 'F' folloup-with-yank? -- Daniele Giglio Dona i tuoi cicli di clock alla ricerca! email in ROT13 http://boinc.berkeley.edu/ [EMAIL PROTECTED] Che se io saprei che m

Improving faces inserting

2008-05-01 Thread giglio robbo&#x27; d&#x27;acciaio
I use the following function in order to insert a random faces: , | (defun random-face-header-insert () | (let* ((faces (directory-files "~/News/xfaces" t "\\.png\\(\\.0\\)?$")) |(face (nth (random (length faces)) faces))) | (save-excursion | (goto-char (point-min)) |

Delete an entry from the server buffer

2008-04-29 Thread giglio robbo&#x27; d&#x27;acciaio
I don't know how but now in my server buffer there's an odd entry (ftp.hpc.uh.edu). But this server seems to be offline and this results in a long delay at each start up of Gnus. How can I erase this entry from my list? Thanks -- Intervento Polacco: Il Papa verra' sottoposto a una operazi

Re: mailing list and reply-to header

2008-04-15 Thread giglio robbo&#x27; d&#x27;acciaio
Sven Joachim <[EMAIL PROTECTED]> writes: > On 2008-04-15 12:28 +0200, giglio robbo' d'acciaio wrote: > >> I'd like to set the reply-to header accordingly to the group I'm in. For >> example if I'm in the group “gmane.linux.debian.user.italian” t

mailing list and reply-to header

2008-04-15 Thread giglio robbo&#x27; d&#x27;acciaio
etch-field or message-fetch-reply-field to fetch the value of the header, but I don't know where to fetch the value from. For example, theese are the header of this group take from a previous message of mine. , | Path: news.gmane.org!not-for-mail | Message-ID: <[EMAIL PROTECTED]>

Re: Refreshing groups

2008-03-30 Thread giglio robbo&#x27; d&#x27;acciaio
giglio robbo' d'acciaio <[EMAIL PROTECTED]> writes: > Same old problem: sometime Gnus marks as old new messages and doesn't display > correctly the summary buffer. The problem seems related with the Agent, in > facts often I find the news server plugged

Refreshing groups

2008-03-29 Thread giglio robbo&#x27; d&#x27;acciaio
Same old problem: sometime Gnus marks as old new messages and doesn't display correctly the summary buffer. The problem seems related with the Agent, in facts often I find the news server plugged with Agent in the sever buffer, unplugging it seems make things work. Oh, I fetch news through leafnod

emacs-nw and non ASCII characters

2008-03-10 Thread giglio robbo&#x27; d&#x27;acciaio
Sometimes I use emacs through ssh or in pure console thus without X support, and I can't correctly insert chars like àèéìòù and so on (I'm italian). Is there any workaround? Thanks in advance. -- La fotosintesi e' quel processo che, di giorno, permette alle piante di crearsi il cibo. Di notte, i

Per group settings.

2008-02-18 Thread giglio robbo&#x27; d&#x27;acciaio
Where does Gnus stores per group settings modifies through "G c"? Thanks in advance. -- 4. Per andare all'estero dovrete attraversare una dogana, e i vostri bagagli verranno accuratamente ispezionati. Se volete evitare figure imbarazzanti, non mettete in valigia foto nude di Rosanna Cancellieri.

Re: Custom message-cite-prefix-regexp

2007-05-24 Thread giglio robbo&#x27; d&#x27;acciaio
Katsumi Yamaoka <[EMAIL PROTECTED]> writes: > : This line is highlighted with a certain color. > :: This line is highlighted with another color. > These lines are not highlighted: > http://www.gnu.org/ is the GNU home page. > The Gnus home page is http://www.gnus.org/. Yes, you're right. Maybe it

Re: Custom message-cite-prefix-regexp

2007-05-23 Thread giglio robbo&#x27; d&#x27;acciaio
Katsumi Yamaoka <[EMAIL PROTECTED]> writes: > What situation did you write about? I couldn't reproduce the > problem in hilighting citations in the article buffer. Because > the regexp used then is the one that the value of `m-c-p-r' is > surrounded with "^\\(" ... "\\)" I'm not sure I had unte

Custom message-cite-prefix-regexp

2007-05-23 Thread giglio robbo&#x27; d&#x27;acciaio
My value is "\\([ ]*[-_.[:word:]]+>+\\|[ ]*[]>|}:+]\\)+" as suggested ^ in order to parse as quoting also rows starting with `:', but it doesn't work correctly since it parse also `:'s in the middle of rows, (i.e. "http: ..."). Is it pos

custom message-cite-prefix-regexp

2007-04-30 Thread giglio robbo&#x27; d&#x27;acciaio
Would be anyone so kind to help me to customize this variable? The standard value is: "\\([ ]*[-_.[:word:]]+[>]+\\|[]*[]>|}+]\\)+" I'd like edit it in order to parse as quotes line starting with an arbitrary number of ':' too. Thank's in advance. -- Ieri sera ad una festa una ragazza b

Re: Deleting signatures in followups/replies

2007-02-10 Thread giglio robbo&#x27; d&#x27;acciaio
Thank you very much! ___ info-gnus-english mailing list info-gnus-english@gnu.org http://lists.gnu.org/mailman/listinfo/info-gnus-english

Re: Weird number of messages on server

2007-02-10 Thread giglio robbo&#x27; d&#x27;acciaio
Ted Zlatanov <[EMAIL PROTECTED]> writes: > include the NNTP log I can't find it. Where is it? -- Arnold Schoenberg (1874-1951): Vero pioniere dell'era post-romantica, dedico' tutta la sua vita all'emancipazione della dissonanza. Ci manca molto il suo senso di quieta autorita', la sua ca

Re: Weird number of messages on server

2007-02-05 Thread giglio robbo&#x27; d&#x27;acciaio
[EMAIL PROTECTED] (Mark T.B. Carroll) writes: > I sometimes see something similar - see my report at > http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=393546 I have read it few days ago. > I find that removing all mention of the afflicted groups from Gnus' > files, then resubscribing, etc. fixe

Re: Weird number of messages on server

2007-02-05 Thread giglio robbo&#x27; d&#x27;acciaio
Ted Zlatanov <[EMAIL PROTECTED]> writes: > I hope that works. I've never seen this bug. If you can replicate it > reliably, turn on the NNTP log, and try to submit a bug You may need > to send us your newsrc.eld and other bits. How can I turn on the nntp log? -- Sanremo ['97]: Present

Re: Weird number of messages on server

2007-02-04 Thread giglio robbo&#x27; d&#x27;acciaio
Ted Zlatanov <[EMAIL PROTECTED]> writes: > On 27 Jan 2007, [EMAIL PROTECTED] wrote: > >> Well, I did as you suggested me but the result doesn't satisfy me yet. When >> I finally enter in the summary buffer it's empty but the cached articles. >> >> What's strange is that the problem regards only fe

Re: Weird number of messages on server

2007-01-27 Thread giglio robbo&#x27; d&#x27;acciaio
Well, I did as you suggested me but the result doesn't satisfy me yet. When I finally enter in the summary buffer it's empty but the cached articles. What's strange is that the problem regards only few groups. -- "101 frasi da evitare quando si vuole rimorchiare una ragazza": (72) Ho un tatuaggi

Re: Weird number of messages on server

2007-01-27 Thread giglio robbo&#x27; d&#x27;acciaio
Ted Zlatanov <[EMAIL PROTECTED]> writes: > C-u 200 Enter C-u Enter 200 Maybe. -- "101 frasi da evitare quando si vuole rimorchiare una ragazza": (88) Sto partendo per le vacanze. Posso lasciarti il cane? (90) Ok, hai 40 anni e hai vissuto meta' della tua vita. Ma guarda il lato positiv

Re: Weird number of messages on server

2007-01-27 Thread giglio robbo&#x27; d&#x27;acciaio
Ted Zlatanov <[EMAIL PROTECTED]> writes: >> I think that no group in the whole solar system has nearly 6 millions of >> messages, > > Maybe there was a Felini vs. Antonioni thread ;) ROTFL! Indeed it's a very high traffic group :-D > Catch up with it (`c') and then you can look at the last N ar

Re: Weird number of messages on server

2007-01-26 Thread giglio robbo&#x27; d&#x27;acciaio
Moreover, if I browse the active file of my news server throught the server buffer, the entry of that groups shows the correct number of messages. This is strange indeed. ___ info-gnus-english mailing list info-gnus-english@gnu.org http://lists.gnu.org/ma

Weird number of messages on server

2007-01-26 Thread giglio robbo&#x27; d&#x27;acciaio
Maybe a gnus bug, i don't konw. By the way, when I try to subscribe a new group from my server here it is what I get in th summary buffer: 5843864: it.arti.cinema I think that no group in the whole solar system has nearly 6 millions of messages, moreover if I try to browse this groups gnus h

Too many headers

2006-12-25 Thread giglio robbo&#x27; d&#x27;acciaio
Maybe due an incorrect server configuration, gnus gets too many headers per group, and it systematically hangs up when trying to create the summary buffer. How can I override this annoyng problem? Thank you very much. ___ info-gnus-english mailing list

Re: newbie question

2006-09-07 Thread giglio robbo&#x27; d&#x27;acciaio
Jens Theisen ha scritto: Hello all, is it possible to increase score (or otherwise hightlight messages) that are replies to own postings? Is it possible to hightlight groups in the group buffer that contain such? This is what I use, and it works great: all.SCORE =

Group tha doesn't fetch new articles

2006-09-06 Thread giglio robbo&#x27; d&#x27;acciaio
I use gnus 5.10.6-0.CVS.20050317-1 plus leafnode. Gnus doesn't display the new articles of one of the group I subscribed. It seems it marks all new articles automatically as read whitout I made any particular customization on that group. What could it be? Which parameters should I check first?

Highlighting followups

2006-08-07 Thread giglio robbo&#x27; d&#x27;acciaio
I've edited my .gnus.el to automatically highlight my posts and the their followups. But something gone wrong, and since my.gnus.org doesn't exists anymore I can't check this code: (require 'gnus-sum) (defface dz-gnus-own-posting-face nil "Use this face to display own postings in Summary

Treating custom quote marks

2006-03-06 Thread giglio robbo&#x27; d&#x27;acciaio
Some people don't use the standard quote mark '>'. How to make gnus parsing differen chars as quote marks and hightlight text properly? Thanks in advance. -- Questa settimana, un grande film: "Cadillac man", con Robin Williams: vicissitudini di un venditore di automobili che vengono brillantement