[9fans] Acme: spaces in file names

2014-08-20 Thread Riddler
Perhaps making the tagline a special case where acme will read from the
left to the bar | and use that for the file/directory name.

You would still have to chord it elsewhere but it might fix the most
annoying issue (inability to one click put etc)

Thoughts?
On 19 Aug 2014 21:40, Blake McBride bl...@mcbride.name wrote:

 B 'some directory name with spaces'

 does load the directory correctly.  But as soon as you put the cursor into
 the directory acme changes the buffer header from some directory name with
 spaces to some.  Not supporting space in file/directory names has been
 the single biggest impediment to my use of acme.

 I noticed Wily doesn't have this problem.  Of course it is missing win,
 Edit, Tab, etc

 Thanks.

 Blake


 On Sun, Dec 15, 2013 at 1:39 PM, andrey mirtchovski mirtchov...@gmail.com
  wrote:

 with the plumber running, issuing B /anyfile will open the file in
 acme, even if acme isn't running. this is very useful when you start
 scripting little tools.

 i think this covers everything about acme :)





Re: [9fans] The developers of Plan9 think there was no point in coding in binary code three years ago as they did or make the Riga Technical University and University of Latvia?

2014-08-20 Thread françai s
2014-08-14 19:30 GMT-03:00, Skip Tavakkolian skip.tavakkol...@gmail.com:
 i've forwarded your request to SP9SS (i may be missing an S in there
 somewhere) for their immediate attention. they assure me it will be taken
 up at the next special session of the central committee.

 personally i think binary is passé. i'm waiting for processors that are
 base some large prime -- preferably one that i can change on a whim. i
 think this class of modulo-large-prime processors would make systems very
 safe at the expense of a little work on the assembler every time the base
 changes. perhaps UoL and RTU should start preparing students for this next
 chapter in computing and help students avoid being SoL landing a dream tech
 job with a BBTC (big-behemoth-tech-company)



 On Thu, Aug 14, 2014 at 3:06 PM, françai s romaper...@gmail.com wrote:

 2014-08-13 14:48 GMT-03:00, Aleksandar Kuktin akuk...@gmail.com:

 
  Is there a reason Riga Technical University and University of
  Latvia are mentioned in every sentence? What exactly is the purpose of
  this e-mail? Advertising? Fishing? Is this an automated shotgun
  e-mail designed to extract some information from the 'Net? An AI test?


 I thought that never hear someone say  that there sense  currently
 uses of binary code.

 One person told me that there are three or more years ago the
 University of Latvia and Riga Technical University taught code in
 binary.

 I like both  this subject that is irresistible to me, who are better
 than the developers of Plan 9, the successor to Unix from AT  T to
 address this issue?

 I doubt if there is better people than the developers of Plan9 to answer
 that.






Skip Tavakkolian wrote:

i've forwarded your request to SP9SS (i may be missing an S in there 
somewhere) for their immediate attention. they assure me it will be taken up 
at the next special session of the central committee.


My topic has been moved to another list?

If my topic has been moved to another list, please give me the link of
my topic that was moved.



Re: [9fans] The developers of Plan9 think there was no point in coding in binary code three years ago as they did or make the Riga Technical University and University of Latvia?

2014-08-20 Thread andrey mirtchovski
 If my topic has been moved to another list, please give me the link of
 my topic that was moved.

sorry, we can't. it's secret.



Re: [9fans] Acme: spaces in file names

2014-08-20 Thread Blake McBride
Thanks for the suggestion.  I really wish acme were just fixed.  I find
acme a beautiful editor.  A small number of issues render the editor too
much of a hassle to use for me.  It is a shame because I really like it.
 It is clean, simple, easy to learn, and powerful.

Thanks.

Blake



On Wed, Aug 20, 2014 at 4:03 AM, Riddler riddler...@gmail.com wrote:

 Perhaps making the tagline a special case where acme will read from the
 left to the bar | and use that for the file/directory name.

 You would still have to chord it elsewhere but it might fix the most
 annoying issue (inability to one click put etc)

 Thoughts?
 On 19 Aug 2014 21:40, Blake McBride bl...@mcbride.name wrote:

 B 'some directory name with spaces'

 does load the directory correctly.  But as soon as you put the cursor
 into the directory acme changes the buffer header from some directory name
 with spaces to some.  Not supporting space in file/directory names has
 been the single biggest impediment to my use of acme.

 I noticed Wily doesn't have this problem.  Of course it is missing win,
 Edit, Tab, etc

 Thanks.

 Blake


 On Sun, Dec 15, 2013 at 1:39 PM, andrey mirtchovski 
 mirtchov...@gmail.com wrote:

 with the plumber running, issuing B /anyfile will open the file in
 acme, even if acme isn't running. this is very useful when you start
 scripting little tools.

 i think this covers everything about acme :)





Re: [9fans] The developers of Plan9 think there was no point in coding in binary code three years ago as they did or make the Riga Technical University and University of Latvia?

2014-08-20 Thread sl
 i've forwarded your request to SP9SS (i may be missing an S in there 
 somewhere) for their immediate attention. they assure me it will be taken 
 up at the next special session of the central committee.
 
 
 My topic has been moved to another list?
 
 If my topic has been moved to another list, please give me the link of
 my topic that was moved.
 
 this was an inside joke.  you are not expected to understand this.

these aren't the amd64 kernels you're looking for

sl



Re: [9fans] [gsoc] webdraw - wrapping up

2014-08-20 Thread erik quanstrom
On Wed Aug 20 16:12:47 EDT 2014, r...@davidrhoskin.com wrote:
 Hi everyone,
 I wound up spending way more time than I had predicted on the
 graphical side of the project, to the exclusion of all the other
 milestones.
 
 Rio with the new memlayer is mostly working.  Windows can be reshuffled
 to the front, and drawing on partially-obscured windows works
 perfectly.
 
 Acme windows do not work correctly; I believe this is because of a bug
 in attaching to ``named screens''.  The root window is also not
 repainted correctly, but all other windows are, so that will be a
 simple fix.
 
 I'm currently fighting a bug where the window order is corrupted when
 a window is hidden, but I've almost got it licked.
 
 I hope to have these bugs fixed soon, and then I'll start working on
 some of the features I had planned to complete this summer :).

i'm impressed by the progress of this project.  this project has been
a reminder that pass-by-reference is not such a good idea.  and makes
the progress more impressive to me.

- erik