[Orgmode] Re: Gnus link BUGS

2006-12-24 Thread Leo
* Leo (2006-12-22 03:11 +) said: ^^^ > .1. > > C-c l (bound to org-store-link) in Gnus summary buffer will store > the link but also has the side-effect of reading the article. This > is quite distracting. This one is still open. -- Leo (GPG Key: 9283AA3F)

[Orgmode] Re: Gnus link BUGS

2006-12-24 Thread Leo
* Bastien (2006-12-24 09:37 +0100) said: ^^^ >> I'd suggest drop gnus-fetch-group and use gnus-group-read-group so >> that it will work in Gnus 5.11 as well. gnus-group-select-group >> should also be dropped. It will interrupt user when the group is >> too big. > > That's fine for me. BTW, i

Re: [Orgmode] Re: Gnus link BUGS

2006-12-24 Thread Bastien
Leo <[EMAIL PROTECTED]> writes: > Thanks for the feedback. The backtrace is purely caused by the > change in gnus-fetch-group in NoGnus 0.6 (the development version of > Gnus, which might be included in Emacs 23). Right - i suspected something like this. > I'd suggest drop gnus-fetch-group and u

[Orgmode] Re: Gnus link BUGS

2006-12-23 Thread Leo
* Bastien (2006-12-24 01:54 +0100) said: ^^^ > Hi Leo, > > Leo <[EMAIL PROTECTED]> writes: > >> It handles the case when article number is invalid. > > The patch you provided didn't work for me (see the backtrace below), > but this one against org.el 4.60 does the job, please give it a try. >

Re: [Orgmode] Re: Gnus link BUGS

2006-12-23 Thread Bastien
Hi Leo, Leo <[EMAIL PROTECTED]> writes: > It handles the case when article number is invalid. The patch you provided didn't work for me (see the backtrace below), but this one against org.el 4.60 does the job, please give it a try. Note that i'm not using `org-gnus-group-articles'.

[Orgmode] Re: Gnus link BUGS

2006-12-23 Thread Leo
Please try this one. It handles the case when article number is invalid. --- org.el 2006/12/23 14:59:06 1.1 +++ org.el 2006/12/23 18:20:40 @@ -9041,19 +9041,21 @@ (Info-find-node (match-string 1 name) "Top"))) (message (concat "Could not open: " name +(defvar o

[Orgmode] Re: Gnus link BUGS

2006-12-23 Thread Leo
Hi Carsten and Bastien, Merry Christmas! * Bastien (2006-12-22 04:39 +0100) said: ^^^ > I spent some time trying to circumvent this behavior and the easiest > (but temporary) solution i've found is this one: > > (setq gnus-large-newsgroup 1) * Carsten Dominik (2006-12-23 08:38 +0100) s

Re: [Orgmode] Re: Gnus link BUGS

2006-12-22 Thread Carsten Dominik
Thanks, I will use this approach in org-mode as well. (I am in no way a gnus expert - so if there is other stuff to fix in the gnus interface, please go ahead, maybe even send me patches). - Carsten On Dec 22, 2006, at 6:44, Leo wrote: * Leo (2006-12-22 03:11 +) said: ^^^ .2. Opening

[Orgmode] Re: Gnus link BUGS

2006-12-21 Thread Leo
* Leo (2006-12-22 03:11 +) said: ^^^ > .2. > > Opening gnus article link will prompt the user for how many articles > to read, for example if a group has more than 200 > (`gnus-large-ephemeral-newsgroup') articles. This is unnecessary and > obtrusive instead it should just go to that article