[9fans] documentation suggestion

2013-04-01 Thread trebol
On Mon, Apr 01, 2013 at 08:08:18AM +0200, Peter A. Cejchan wrote: > to save my time, could you, please, share that trick? Thanks, > > ++pac Hello Peter, I suppose my English is too bad. The trick I was talking about is the dragging feature itself, sorry.

Re: [9fans] documentation suggestion

2013-04-01 Thread Peter A. Cejchan
however, in native Plan9, scrolling goes too fast for multi-line tagline :-) [yes, I know that I should keep commands short, but, e.g., Edit requires newline between commands :(((] ++pac On Mon, Apr 1, 2013 at 9:11 AM, trebol wrote: > On Mon, Apr 01, 2013 at 08:08:18AM +0200, Peter A. Cejc

Re: [9fans] documentation suggestion

2013-04-01 Thread Rudolf Sykora
Hello, On 1 April 2013 10:24, Peter A. Cejchan wrote: > however, in native Plan9, scrolling goes too fast for multi-line tagline :-) > [yes, I know that I should keep commands short, but, e.g., Edit requires > newline between commands :(((] I found the way how it is in p9p acme better (allow

Re: [9fans] documentation suggestion

2013-04-01 Thread Bence Fábián
Do what i do. I have only "Edit" on the tagline and write the commands in a new window. And just highlight them and 2-1 click on the Edit on the window i want the changes to happen. Easier and reusable. 2013/4/1 Peter A. Cejchan > however, in native Plan9, scrolling goes too fast for multi-line

[9fans] 9FRONT ANNOUNCES INTEL WIFI DRIVER, WPA/WPA2 SUPPORT

2013-04-01 Thread sl
This seems like an appropriate time to announce that the following Intel wifi cards are now known working: Intel WiFi LINK 4965/5100/5300 AGN Intel Centrino Ultimate-N 6000 Intel Centrino Advanced-N 6205 It is likely other cards either already do or can be made to work with the current driver. I

Re: [9fans] cs syntax

2013-04-01 Thread Yaroslav
/sys/src/cmd/ndb/cs.c:/^rwrite/;/^}/ looks like a rather complete reference ☺

Re: [9fans] 9FRONT ANNOUNCES INTEL WIFI DRIVER, WPA/WPA2 SUPPORT

2013-04-01 Thread Yaroslav
Looking forward to a backport of this to the stock Plan 9.

Re: [9fans] Detecting keyup/keydown

2013-04-01 Thread Yaroslav
no, cons(3) interface abstracts away from key strokes and yields complete Runes.

Re: [9fans] 9FRONT ANNOUNCES INTEL WIFI DRIVER, WPA/WPA2 SUPPORT

2013-04-01 Thread andrey mirtchovski
> Looking forward to a backport of this to the stock Plan 9. ... and plan9port!

Re: [9fans] 9FRONT ANNOUNCES INTEL WIFI DRIVER, WPA/WPA2 SUPPORT

2013-04-01 Thread Sergey Zhilkin
Greate! And thanks! 01.04.2013 17:53 пользователь написал: > This seems like an appropriate time to announce that > the following Intel wifi cards are now known working: > > Intel WiFi LINK 4965/5100/5300 AGN > Intel Centrino Ultimate-N 6000 > Intel Centrino Advanced-N 6205 > > It is likely other

Re: [9fans] 9FRONT ANNOUNCES INTEL WIFI DRIVER, WPA/WPA2 SUPPORT

2013-04-01 Thread Skip Tavakkolian
would that include MacOSX? On Mon, Apr 1, 2013 at 7:13 AM, andrey mirtchovski wrote: > > Looking forward to a backport of this to the stock Plan 9. > > ... and plan9port! > >

Re: [9fans] 9FRONT ANNOUNCES INTEL WIFI DRIVER, WPA/WPA2 SUPPORT

2013-04-01 Thread erik quanstrom
On Mon Apr 1 10:03:18 EDT 2013, yari...@gmail.com wrote: > Looking forward to a backport of this to the stock Plan 9. the wifi driver is already in nix. it was a trivial port, so i would expect it to just work. - erik

Re: [9fans] cs syntax

2013-04-01 Thread erik quanstrom
On Mon Apr 1 09:57:11 EDT 2013, yari...@gmail.com wrote: > /sys/src/cmd/ndb/cs.c:/^rwrite/;/^}/ looks like a rather complete reference > > ☺ i don't accept code as documentation, even from plan 9. - erik

Re: [9fans] 9FRONT ANNOUNCES INTEL WIFI DRIVER, WPA/WPA2 SUPPORT

2013-04-01 Thread Aram Hăvărneanu
Great work. On Mon, Apr 1, 2013 at 5:13 PM, erik quanstrom wrote: > On Mon Apr 1 10:03:18 EDT 2013, yari...@gmail.com wrote: > >> Looking forward to a backport of this to the stock Plan 9. > > the wifi driver is already in nix. it was a trivial port, so i would > expect it to just work. > > - e

Re: [9fans] documentation suggestion

2013-04-01 Thread Peter A. Cejchan
Wow! That's it! I always wanted a 'command window', now I see why it is needless. Thanks! On Mon, Apr 1, 2013 at 2:01 PM, Bence Fábián wrote: > Do what i do. I have only "Edit" on the tagline and write the commands in a > new window. And just highlight them and 2-1 click on the Edit on the > wi

[9fans] Unexpected complaint

2013-04-01 Thread lucio
The following code triggers a warning: #include #include int main() { unsigned long long val = 0; print("VAL: %llu\n", val); return 0; } warning: llu.c:7 format mismatch llu UVLONG, arg 2 and pro