public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] Ruby's rdoc
@ 2005-08-07 18:11 David Corbin
  2005-08-07 19:05 ` Michael Crute
  2005-08-07 19:11 ` David Corbin
  0 siblings, 2 replies; 6+ messages in thread
From: David Corbin @ 2005-08-07 18:11 UTC (permalink / raw
  To: gentoo-user

Is Ruby's rdoc documentation installed with the ruby ebuild?  ri18 doesn't 
seem to be able to find it.

David
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-user] Ruby's rdoc
  2005-08-07 18:11 [gentoo-user] Ruby's rdoc David Corbin
@ 2005-08-07 19:05 ` Michael Crute
  2005-08-07 19:11 ` David Corbin
  1 sibling, 0 replies; 6+ messages in thread
From: Michael Crute @ 2005-08-07 19:05 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 548 bytes --]

Only with the doc use flag. Make sure you had that in there when you emerged 
ruby or re-emerge ruby with it.

-Mike

On 8/7/05, David Corbin <gentoo.org@machturtle.com> wrote:
> 
> Is Ruby's rdoc documentation installed with the ruby ebuild? ri18 doesn't
> seem to be able to find it.
> 
> David
> --
> gentoo-user@gentoo.org mailing list
> 
> 


-- 
________________________________
Michael E. Crute
Software Developer
SoftGroup Development Corporation

"In a world without walls and fences, who needs windows and gates?"

[-- Attachment #2: Type: text/html, Size: 920 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-user] Ruby's rdoc
  2005-08-07 18:11 [gentoo-user] Ruby's rdoc David Corbin
  2005-08-07 19:05 ` Michael Crute
@ 2005-08-07 19:11 ` David Corbin
  2005-08-07 20:29   ` [gentoo-user] Google or Firefox problem? Ryan
  2005-08-07 23:54   ` [gentoo-user] Ruby's rdoc Michael Crute
  1 sibling, 2 replies; 6+ messages in thread
From: David Corbin @ 2005-08-07 19:11 UTC (permalink / raw
  To: gentoo-user

On Sunday 07 August 2005 02:11 pm, David Corbin wrote:
> Is Ruby's rdoc documentation installed with the ruby ebuild?  ri18 doesn't
> seem to be able to find it.
>

I noticed that USE flags were "-doc".  I assume correcting this will make 
things better...
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 6+ messages in thread

* [gentoo-user] Google or Firefox problem?
  2005-08-07 19:11 ` David Corbin
@ 2005-08-07 20:29   ` Ryan
  2005-08-07 20:40     ` [gentoo-user] " Ryan
  2005-08-07 23:54   ` [gentoo-user] Ruby's rdoc Michael Crute
  1 sibling, 1 reply; 6+ messages in thread
From: Ryan @ 2005-08-07 20:29 UTC (permalink / raw
  To: gentoo-user

Over the past few days I've noticed that Firefox is having problems with
the + symbol on google.  If I do a search for "test this"  The 1st
results page is correct.  But, if I scroll down to the bottom and click
on Next or one of the numbers to go to a certain page, it will only
search for the 1st word in the phrase.  Here is a screenshot of the problem:

http://crystaldawn.net/ff-messingup.png

If you take a look, you'll see I searched for test this.  I then clicked
on the properties for the Page 2 link, and you can see that it clearly
shows only "this" in the search.  I just tested this on a Windows
machine with FF 1.06, and it does NOT have this problem.  So I guess
that pretty much rules out FF or Google as the cause.  The only thing I
can think of is that something is funky with something else.  But what
that something else is, I have NO idea.  Also, I have IE installed with
wine, and IE does not have this problem.

http://crystaldawn.net/ie-works.png

Is anyone else having this same problem?  Not being able to go through
more than 1 page on google is REALLY terrible.  I'd like to find out
what is causing this.

David Corbin wrote:

>On Sunday 07 August 2005 02:11 pm, David Corbin wrote:
>  
>
>>Is Ruby's rdoc documentation installed with the ruby ebuild?  ri18 doesn't
>>seem to be able to find it.
>>
>>    
>>
>
>I noticed that USE flags were "-doc".  I assume correcting this will make 
>things better...
>  
>

-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 6+ messages in thread

* [gentoo-user] Re: Google or Firefox problem?
  2005-08-07 20:29   ` [gentoo-user] Google or Firefox problem? Ryan
@ 2005-08-07 20:40     ` Ryan
  0 siblings, 0 replies; 6+ messages in thread
From: Ryan @ 2005-08-07 20:40 UTC (permalink / raw
  Cc: gentoo-user

Ryan wrote:

>Over the past few days I've noticed that Firefox is having problems with
>the + symbol on google.  If I do a search for "test this"  The 1st
>results page is correct.  But, if I scroll down to the bottom and click
>on Next or one of the numbers to go to a certain page, it will only
>search for the 1st word in the phrase.  Here is a screenshot of the problem:
>
>http://crystaldawn.net/ff-messingup.png
>
>If you take a look, you'll see I searched for test this.  I then clicked
>on the properties for the Page 2 link, and you can see that it clearly
>shows only "this" in the search.  I just tested this on a Windows
>machine with FF 1.06, and it does NOT have this problem.  So I guess
>that pretty much rules out FF or Google as the cause.  The only thing I
>can think of is that something is funky with something else.  But what
>that something else is, I have NO idea.  Also, I have IE installed with
>wine, and IE does not have this problem.
>
>http://crystaldawn.net/ie-works.png
>
>Is anyone else having this same problem?  Not being able to go through
>more than 1 page on google is REALLY terrible.  I'd like to find out
>what is causing this.
>
>  
>

Well, I figured it out.  Simple cookie problem, clearing cookies seems
to have fixed it.  I've never encountered a problem like that before
with googlieshmooglie.
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-user] Ruby's rdoc
  2005-08-07 19:11 ` David Corbin
  2005-08-07 20:29   ` [gentoo-user] Google or Firefox problem? Ryan
@ 2005-08-07 23:54   ` Michael Crute
  1 sibling, 0 replies; 6+ messages in thread
From: Michael Crute @ 2005-08-07 23:54 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 604 bytes --]

Indeed it should.

On 8/7/05, David Corbin <gentoo.org@machturtle.com> wrote:
> 
> On Sunday 07 August 2005 02:11 pm, David Corbin wrote:
> > Is Ruby's rdoc documentation installed with the ruby ebuild? ri18 
> doesn't
> > seem to be able to find it.
> >
> 
> I noticed that USE flags were "-doc". I assume correcting this will make
> things better...
> --
> gentoo-user@gentoo.org mailing list
> 
> 


-- 
________________________________
Michael E. Crute
Software Developer
SoftGroup Development Corporation

"In a world without walls and fences, who needs windows and gates?"

[-- Attachment #2: Type: text/html, Size: 998 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2005-08-07 23:59 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-08-07 18:11 [gentoo-user] Ruby's rdoc David Corbin
2005-08-07 19:05 ` Michael Crute
2005-08-07 19:11 ` David Corbin
2005-08-07 20:29   ` [gentoo-user] Google or Firefox problem? Ryan
2005-08-07 20:40     ` [gentoo-user] " Ryan
2005-08-07 23:54   ` [gentoo-user] Ruby's rdoc Michael Crute

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox