[#14614] 大小文字を無視した比較で ' 帰 ' == ' 蟻 ' ? — "K.Umakoshi" <pegacorn@...>

こんにちは。

18 messages 2001/09/02
[#14615] Re: 大小文字を無視した比較で ' 帰 ' == ' 蟻 ' ? — matz@... (Yukihiro Matsumoto) 2001/09/02

まつもと ゆきひろです

[#14662] How to abondon saved uid privilege — nobu.nakada@...

なかだです。

60 messages 2001/09/05
[#14663] Re: How to abondon saved uid privilege — nagai@... 2001/09/05

永井@知能.九工大です.

[#14672] Re: How to abondon saved uid privilege — nobu.nakada@... 2001/09/05

なかだです。

[#14677] Re: How to abondon saved uid privilege — nagai@... 2001/09/05

永井@知能.九工大です.

[#14678] Re: How to abondon saved uid privilege — matz@... (Yukihiro Matsumoto) 2001/09/05

まつもと ゆきひろです

[#14680] Re: How to abondon saved uid privilege — nagai@... 2001/09/05

永井@知能.九工大です.

[#14685] Re: How to abondon saved uid privilege — Takahiro Kambe <taca@...> 2001/09/05

In message <20010905184635H.nagai@ai.kyutech.ac.jp>

[#14687] Re: How to abondon saved uid privilege — "Akinori MUSHA" <knu@...> 2001/09/05

 ちょっと脱線します。 :)

[#14688] Re: How to abondon saved uid privilege — Takahiro Kambe <taca@...> 2001/09/05

In message <86ofopevkv.wl@archon.local.idaemons.org>

[#14691] Re: How to abondon saved uid privilege — matz@... (Yukihiro Matsumoto) 2001/09/05

まつもと ゆきひろです

[#14693] Re: How to abondon saved uid privilege — Takahiro Kambe <taca@...> 2001/09/05

In message <999700675.662743.18683.nullmailer@ev.netlab.jp>

[#14703] Re: How to abondon saved uid privilege — nagai@... 2001/09/06

永井@知能.九工大です.

[#14707] Re: How to abondon saved uid privilege — Takahiro Kambe <taca@...> 2001/09/06

In message <20010906111828R.nagai@ai.kyutech.ac.jp>

[#14708] Re: How to abondon saved uid privilege — nagai@... 2001/09/06

永井@知能.九工大です.

[#14709] Re: How to abondon saved uid privilege — Takahiro Kambe <taca@...> 2001/09/06

In message <20010906132656Z.nagai@ai.kyutech.ac.jp>

[#14728] Re: How to abondon saved uid privilege — nagai@... 2001/09/06

永井@知能.九工大です.

[#14729] Re: How to abondon saved uid privilege — Takahiro Kambe <taca@...> 2001/09/06

In message <20010906174440D.nagai@ai.kyutech.ac.jp>

[#14732] Re: How to abondon saved uid privilege — nagai@... 2001/09/06

永井@知能.九工大です.

[#14774] Re: How to abondon saved uid privilege — nagai@... 2001/09/12

永井@知能.九工大です.

[#14841] Re: How to abondon saved uid privilege — nagai@... 2001/10/02

永井@知能.九工大です.

[#15026] setuid and seteuid — nagai@... 2001/11/02

永井@知能.九工大です.

[#15030] Re: setuid and seteuid — Tanaka Akira <akr@...17n.org> 2001/11/03

In article <20011102175733K.nagai@ai.kyutech.ac.jp>,

[#15032] Re: setuid and seteuid — nagai@... 2001/11/03

永井@知能.九工大です.

[#14743] [BUG] $_ on thread switching — nobu.nakada@...

なかだです。

24 messages 2001/09/07
[#14746] Re: [BUG] $_ on thread switching — nobu.nakada@... 2001/09/07

なかだです。

[#14747] Re: [BUG] $_ on thread switching — matz@... (Yukihiro Matsumoto) 2001/09/07

まつもと ゆきひろです

[#14748] Re: [BUG] $_ on thread switching — nobu.nakada@... 2001/09/08

なかだです。

[#14750] Re: [BUG] $_ on thread switching — matz@... (Yukihiro Matsumoto) 2001/09/08

まつもと ゆきひろです

[#14752] Re: [BUG] $_ on thread switching — nobu.nakada@... 2001/09/08

なかだです。

[#14753] Re: [BUG] $_ on thread switching — matz@... (Yukihiro Matsumoto) 2001/09/08

まつもと ゆきひろです

[#14755] Re: [BUG] $_ on thread switching — nobu.nakada@... 2001/09/08

なかだです。

[ruby-dev:14742] Forward: [ruby-talk:20964] Re: Is Ruby/Tk being maintained?

From: matz@... (Yukihiro Matsumoto)
Date: 2001-09-07 08:50:21 UTC
List: ruby-dev #14742
まつもと ゆきひろです

これもフォワード。

------- Start of forwarded message -------
Date: Fri, 7 Sep 2001 09:44:00 +0900
Posted: Thu, 6 Sep 2001 19:44:30 -0500
From: Albert Wagner <alwagner@tcac.net>
Subject: [ruby-talk:20964] Re: Is Ruby/Tk being maintained?
To: ruby-talk@ruby-lang.org (ruby-talk ML)
In-Reply-To: <999756887.047188.23474.nullmailer@ev.netlab.jp>

OK. Here's the rest of the info:  I'm running SuSe7.1 with the standard rpm 
Tcl/Tk 8.3.2-5 installed;  ruby1.6.4 compiled from tarball on gcc 2.95.2-149.
Attached is a sample.rb script that duplicates the problem with -rdebug.  
BTW, trying to run the tkDemo widget with -rdebug simply prints "Killed" 
after starting with the c debug command.

module SampleModule

require 'tk'

#==========================================================
class Sample

    def initialize(parent)
        
        # Define master frame to hold table and scrollbars        
        @bigGrid = TkFrame.new(parent)
        @bigGrid.pack(
            'expand' => 'yes',
            'fill'   => 'both',
            'padx'   => 1,
            'pady'   => 1
            )
        TkGrid.rowconfigure(@bigGrid, 0,
            'weight'  => 1,
            'minsize' => 0
            )
        TkGrid.columnconfigure(@bigGrid, 0,
            'weight'  => 1,
            'minsize' => 0
            )
            
        @courierItalicBold12   = '-*-Courier-Bold-O-Normal--*-120-*-*-*-*-*-*'
        @courier12             = '-*-Courier-*-R-Normal--*-120-*-*-*-*-*-*'        
        @courierBold14         = '-*-Courier-Bold-R-Normal--*-140-*-*-*-*-*-*'
        @helveticaBold24       = '-*-Helvetica-Bold-R-Normal--*-240-*-*-*-*-*-*'
        @adobeHelveticaBold10  = '-Adobe-Helvetica-Bold-R-Normal-*-100-*'
        @adobeHelveticaBold10a = '-Adobe-Helvetica-Bold-R-Normal-*-100-*'
       
        # Define text widget
        @doc = TkText.new(parent,
            'relief'        => 'sunken',
            'bd'            => '2',
            'font'          => @courier12,
            'wrap'          => 'none'
            )
        @doc.grid(\
            'in'        => @bigGrid,
            'padx'      => 1,
            'pady'      => 1,
            'row'       => 0,
            'col'       => 0,
            'rowspan'   => 1,
            'columnspan'=> 1,
            'sticky'    => 'news'
           )
           
        20.times {|i|
            @doc.insert('end', "Sample text line #{i}\n")
        }

        # Define Vertical Scrollbar            
        @vbar = TkScrollbar.new(parent,
            'orient'  => 'vertical',
            'command' => proc{|*args|@doc.yview(*args)} 
            )
        @vbar.grid(\
            'in' => @bigGrid,
            'padx'      => 1,
            'pady'      => 1,
            'row'       => 0,
            'col'       => 1,
            'rowspan'   => 1,
            'columnspan'=> 1,
            'sticky'    => 'news'
            )
        @doc.yscrollcommand(proc{|first, last| @vbar.set first, last})
        
        # Define Horizontal Scrollbar            
        @hbar = TkScrollbar.new(parent, 
            'orient'  => 'horizontal',
            'command' => proc{|*args|@doc.xview(*args)}
            )
        @hbar.grid('in' => @bigGrid,
            'padx'      => 1,
            'pady'      => 1,
            'row'       => 1,
            'col'       => 0,
            'rowspan'   => 1,
            'columnspan'=> 1,
            'sticky'    => 'news'
            )
        @doc.xscrollcommand(proc{|first, last| @hbar.set first, last})
            

    end # initialization ================================
    

end # class Sample

end # module SampleModule
#=============================================================
#  Test
#=============================================================

root = TkRoot.new {title 'Sample Test'}
SampleModule::Sample.new(root)
Tk.mainloop
------- End of forwarded message -------

In This Thread

Prev Next