Re: Mark mail/news sent by myself as read?

2008-03-04 Thread Tassilo Horn
Reiner Steib <[EMAIL PROTECTED]> writes: Hi Reiner, >> On Mon, Mar 03 2008, Tassilo Horn wrote: >>> I've set this to t, but in *Group* the group which got an gcc'ed >>> article show it as new message. But when I hit RET on that group >>> it'll tell me that there are no new messages. >>> >>> Is t

Re: Cursoring in an article : want to add a hook.

2008-03-04 Thread Tassilo Horn
Richard G Riley <[EMAIL PROTECTED]> writes: Hi Richard, > I did this and it works well enough. I now have an auto updated > rdictcc buffer when scrolling around in w3m or article buffers. Thanks > for your help. Maybe some sort of timer would be nice so it only > updates the rdictcc buffer after

Re: Applying gnus-article-hide-signature to a group

2008-03-04 Thread WilliamX
Bastien <[EMAIL PROTECTED]> writes: > WilliamX <[EMAIL PROTECTED]> writes: > >> Ask an off topic question. How to set the quote like yours: >> ,[ (info "(gnus)Group Parameters") ] > > (require 'boxquote) > > M-x boxquote-region RET > M-x boxquote-title RET Got it! Thank you!:) > > -- > Bast

Re: How do I change where drafts are stored?

2008-03-04 Thread Aaron Hsu
William Xu <[EMAIL PROTECTED]> writes: > Aaron Hsu <[EMAIL PROTECTED]> writes: > >> I am having a bit of trouble cleaning up my home directory. Gnus is >> still creating a Mail folder where it contains empty folders `archives' >> and `drafts.' > > I had never been able to remove that Mail directo

Re: Cursoring in an article : want to add a hook.

2008-03-04 Thread Richard G Riley
Tassilo Horn <[EMAIL PROTECTED]> writes: > Richard G Riley <[EMAIL PROTECTED]> writes: > > Hi Richard, > >> I did this and it works well enough. I now have an auto updated >> rdictcc buffer when scrolling around in w3m or article buffers. Thanks >> for your help. Maybe some sort of timer would be

Re: How to speed up the nnrss rechieving? Too slow!

2008-03-04 Thread William Xu
William Xu <[EMAIL PROTECTED]> writes: > So in .gnus, only (setq nnrss-use-local t) should be enough? (updating > rss feeds in nnrss-directory is not gnus' business, right? ) > > While, i find gnus will still try to contact the web host, as shown in > minibuffer: "Contacting host: ... " (I have a

Re: Gnus gets stuck when network changes

2008-03-04 Thread William Xu
William Xu <[EMAIL PROTECTED]> writes: > I have configured Gnus to check news automatically every some minutes. > It works fine when I'm staying in one place, like company. While, when > after work, I go home by putting my notebook to sleep. Back home, when > I wake up the system, Gnus usually g

Re: Gnus gets stuck when network changes

2008-03-04 Thread Ted Zlatanov
On Tue, 04 Mar 2008 01:04:24 GMT Barutan Seijin <[EMAIL PROTECTED]> wrote: BS> On 3 Mar 2008, Ted Zlatanov wrote: >> You need to use telnet and ping during the "stuck" period. Also try a >> web browser during that time. That way you'll know if your OS or Emacs >> are the problem, and what kind

Re: Gnus gets stuck when network changes

2008-03-04 Thread Ted Zlatanov
On Tue, 04 Mar 2008 11:32:18 +0900 William Xu <[EMAIL PROTECTED]> wrote: WX> Ted Zlatanov <[EMAIL PROTECTED]> writes: >> Start a second Emacs and test in it. WX> Okay, I'll test next time. Try running a slave Gnus in it too, if everything works outside Gnus. Then try the same for your o

Re: Cursoring in an article : want to add a hook.

2008-03-04 Thread Tassilo Horn
Richard G Riley <[EMAIL PROTECTED]> writes: Hi Richard, > Works well. I'd already done this last night actually but used > setq. Is this bad? Not really. You will get compiler warnings when trying to byte-compile it and it's not a clean style. | (defun rdictcc-rgr-translate() | (interactive)

Re: Cursoring in an article : want to add a hook.

2008-03-04 Thread Richard G Riley
Richard G Riley <[EMAIL PROTECTED]> writes: > Tassilo Horn <[EMAIL PROTECTED]> writes: > >> Richard G Riley <[EMAIL PROTECTED]> writes: >> >> Hi Richard, >> >>> I did this and it works well enough. I now have an auto updated >>> rdictcc buffer when scrolling around in w3m or article buffers. Thank

Re: Cursoring in an article : want to add a hook.

2008-03-04 Thread Richard G Riley
Tassilo Horn <[EMAIL PROTECTED]> writes: > Richard G Riley <[EMAIL PROTECTED]> writes: > > Hi Richard, > >> Works well. I'd already done this last night actually but used >> setq. Is this bad? > > Not really. You will get compiler warnings when trying to byte-compile > it and it's not a clean sty

Re: How do I change where drafts are stored?

2008-03-04 Thread Richard G Riley
Aaron Hsu <[EMAIL PROTECTED]> writes: > William Xu <[EMAIL PROTECTED]> writes: > >> Aaron Hsu <[EMAIL PROTECTED]> writes: >> >>> I am having a bit of trouble cleaning up my home directory. Gnus is >>> still creating a Mail folder where it contains empty folders `archives' >>> and `drafts.' >> >>

Re: Cursoring in an article : want to add a hook.

2008-03-04 Thread Richard G Riley
Tassilo Horn <[EMAIL PROTECTED]> writes: > Richard G Riley <[EMAIL PROTECTED]> writes: > > Hi Richard, > >> Works well. I'd already done this last night actually but used >> setq. Is this bad? > > Not really. You will get compiler warnings when trying to byte-compile > it and it's not a clean sty

Re: Cursoring in an article : want to add a hook.

2008-03-04 Thread Tassilo Horn
Richard G Riley <[EMAIL PROTECTED]> writes: Hi Richard, > I followed your advice and used defvar and went a step further and > made tthe use of rdictcc in Gnus articles or w3m buffer > customisable. I include the code below in case you think its handy > enough to include on your wiki page. It is

Re: Cursoring in an article : want to add a hook.

2008-03-04 Thread Richard G Riley
Tassilo Horn <[EMAIL PROTECTED]> writes: > Richard G Riley <[EMAIL PROTECTED]> writes: > > Hi Richard, > >> I followed your advice and used defvar and went a step further and >> made tthe use of rdictcc in Gnus articles or w3m buffer >> customisable. I include the code below in case you think its

Re: Applying gnus-article-hide-signature to a group

2008-03-04 Thread Reiner Steib
On Tue, Mar 04 2008, Bastien wrote: > WilliamX <[EMAIL PROTECTED]> writes: >> Ask an off topic question. How to set the quote like yours: >> ,[ (info "(gnus)Group Parameters") ] > > (require 'boxquote) > > M-x boxquote-region RET `boxquote-yank'? > M-x boxquote-title RET Too complicated.

Re: Applying gnus-article-hide-signature to a group

2008-03-04 Thread Bastien
Reiner Steib <[EMAIL PROTECTED]> writes: >> M-x boxquote-region RET > > `boxquote-yank'? I didn't know about this, thanks! >> M-x boxquote-title RET > > Too complicated. I use `rs-info-boxquote' (`boxquote-info') from > `rs-info.el' >

Re: How do I change where drafts are stored?

2008-03-04 Thread anhnmncb
Richard G Riley <[EMAIL PROTECTED]> writes: > What is your setting for message-auto-save-directory ? > > I have no reference to that anywhere and it comes up as > ~/.emacs.d/Mail/drafts. > > I have no ~/Mail either. > Ah, good hint! Now I know why ~/Mail always reappears everytime I compose a mess

Re: howto define dynamic color with gnus-summary-line-format

2008-03-04 Thread haomiao
> Try > > [...] > (propertize date-time 'face 'my-red-face 'mouse-face 'my-blue-face > 'gnus-face t) > (propertize date-time 'face 'my-blue-face 'mouse-face 'my-red-face > 'gnus-face t) > It worked, thank you! _

Re: How do I change where drafts are stored?

2008-03-04 Thread Aaron Hsu
Richard G Riley <[EMAIL PROTECTED]> writes: >> William Xu <[EMAIL PROTECTED]> writes: >> >>> Aaron Hsu <[EMAIL PROTECTED]> writes: >>> I am having a bit of trouble cleaning up my home directory. Gnus is still creating a Mail folder where it contains empty folders `archives' and `dra

Re: Reply to Gmane articles (Re: No Gnus pgpmime ignores pgg-gpg-use-agent

2008-03-04 Thread Daiki Ueno
> In <[EMAIL PROTECTED]> > Daiki Ueno <[EMAIL PROTECTED]> wrote: > I usually type `S W' in the summary buffer but it doesn't pick the > address from "To: info-gnus-english@gnu.org". IIRC this happens on > Gmane groups only. Am I missing something? I tracked this and found the solution

Re: How to make thread hide in summary buffer by default?

2008-03-04 Thread Zhenqing Li
Bastien <[EMAIL PROTECTED]> writes: > Zhenqing Li <[EMAIL PROTECTED]> writes: > >> Each time I enter in one group, like this. The summary buffer expand >> the thread. Then I press T H to hide all thread because I like this >> format. Can somebody tell me how to set this by default in .gnus file? >

how to let fetchmail's output shown in minibar?

2008-03-04 Thread anhnmncb
Hi, list, I have these lines in .gnus (setq mail-sources '((file :path "/var/mail/anhnmncb" :prescript "fetchmail"))) When gnus rechieves mail, the fetchmail's output doesn't show anywhere, I can't know what status it's in, how to configure to let fetchmail's output echo into mi

Re: Cursoring in an article : want to add a hook.

2008-03-04 Thread Tassilo Horn
Richard G Riley <[EMAIL PROTECTED]> writes: Hi Richard, >> It is handy enough to include it in rdictcc.el. ;-) >> >> I'll refactor it a bit and then release a new version. Thanks for >> the contribution. > > Brilliant, my first Emacs contribution :-; ,[ ~/repos/rdictcc/rdictcc.el ] | ;;; r