Re: [dev] [surf] clipboard vs. primary

2009-11-04 Thread Peter John Hartman
Hi, Here's a patch that fixes what I think is a "problem". Others might disagree. This allows me to paste into firefox the urls which I "yank" in surf. Peter On Wed, 4 Nov 2009, Anders Andersson wrote: I've always thought there was something wrong with pasting in Firefox, maybe this is the

Re: [dev] JOE editor was: a little bit of vi+zsh magic

2009-11-04 Thread pancake
Sirius companies are sirius On Nov 4, 2009, at 8:30 PM, Jack Woehr wrote: hiro wrote: Today I was forced to use the joe editor for java. Perhaps I should hang myself... Perhaps 'joe' was written by the Sirius Cybernetics Company. -- Jack J. Woehr# «'I know what "it" means w

Re: [dev] [surf] Bookmarks patch for 0.2

2009-11-04 Thread Nico Golde
Hi, * Tadeusz So??nierz [2009-11-02 09:39]: > On 2-11-2009 02:15:25, Nico Golde wrote: > > * Tadeusz So??nierz [2009-10-20 16:36]: > > [...] > > > +showbmarks(Client *c, const Arg *arg) { > > > + /* I wonder if 4 kB is too much or not enough */ > > > + char html[4096] = ""; > > > + /* same here

Re: [dev] JOE editor was: a little bit of vi+zsh magic

2009-11-04 Thread hiro
Perhaps next time I may use notepad if I manage to stay nice and calm. But you're right, if I was any rational I would bomb away this whole fucking building. On Wed, Nov 4, 2009 at 9:02 PM, Kris Maglione wrote: > On Wed, Nov 04, 2009 at 08:33:13PM +0100, hiro wrote: >> >> Today I was forced to us

Re: [dev] JOE editor was: a little bit of vi+zsh magic

2009-11-04 Thread hiro
Thanks, I plan to add this to all my upcoming great java software :) On Wed, Nov 4, 2009 at 9:00 PM, Uriel wrote: > On Wed, Nov 4, 2009 at 8:30 PM, Jack Woehr wrote: >> hiro wrote: >>> >>> Today I was forced to use the joe editor for java. >>> >>> Perhaps I should hang myself... >>> >> >> Perhap

Re: [dev] JOE editor was: a little bit of vi+zsh magic

2009-11-04 Thread Moritz Wilhelmy
On Wed, Nov 04, 2009 at 12:30:16PM -0700, Jack Woehr wrote: > hiro wrote: >> Today I was forced to use the joe editor for java. >> >> Perhaps I should hang myself... >> > > Perhaps 'joe' was written by the Sirius Cybernetics Company. or by the Illuminati?

Re: [dev] JOE editor was: a little bit of vi+zsh magic

2009-11-04 Thread Antoni Grzymala
Jack Woehr dixit (2009-11-04, 12:30): > > Today I was forced to use the joe editor for java. > > > > Perhaps I should hang myself... > > > > Perhaps 'joe' was written by the Sirius Cybernetics Company. After Wikipedia: The only profitable division of the company is its Complaints division, w

Re: [dev] JOE editor was: a little bit of vi+zsh magic

2009-11-04 Thread Kris Maglione
On Wed, Nov 04, 2009 at 12:30:16PM -0700, Jack Woehr wrote: hiro wrote: Today I was forced to use the joe editor for java. Perhaps I should hang myself... Perhaps 'joe' was written by the Sirius Cybernetics Company. I just have to be a pedant and point out that it's the Serius Cybernetics

Re: [dev] JOE editor was: a little bit of vi+zsh magic

2009-11-04 Thread Kris Maglione
On Wed, Nov 04, 2009 at 08:33:13PM +0100, hiro wrote: Today I was forced to use the joe editor for java. In the search-and-replace dialog (see s in ed) joe seemed to change my input to upper case automatically. Eventually I found out it was just auto-completion. If you don't want auto-completion

Re: [dev] JOE editor was: a little bit of vi+zsh magic

2009-11-04 Thread Uriel
On Wed, Nov 4, 2009 at 8:30 PM, Jack Woehr wrote: > hiro wrote: >> >> Today I was forced to use the joe editor for java. >> >> Perhaps I should hang myself... >> > > Perhaps 'joe' was written by the Sirius Cybernetics Company. This reminds me that besides the "not suitable for nuclear reactors" d

Re: [dev] Re: a little bit of vi+zsh magic

2009-11-04 Thread Enno Boland (Gottox)
amazing punchcard magic. 2009/11/4 Uriel : > On Wed, Nov 4, 2009 at 1:39 PM, Anselm R Garbe wrote: >> 2009/11/4 Sven Guckes : >>>  [... snip] >> Should also work with ed: >> >> r !ls >> v/\.js d >> g//s/^/echo / >> w !sh >> >> Kind regards, >> Anselm > > More evidence that Unix software has not p

Re: [dev] JOE editor was: a little bit of vi+zsh magic

2009-11-04 Thread Jack Woehr
hiro wrote: Today I was forced to use the joe editor for java. Perhaps I should hang myself... Perhaps 'joe' was written by the Sirius Cybernetics Company. -- Jack J. Woehr# «'I know what "it" means well enough, when I find http://www.well.com/~jax # a thing,' said the Duck: 'i

Re: [dev] [surf] clipboard vs. primary

2009-11-04 Thread Anders Andersson
I've always thought there was something wrong with pasting in Firefox, maybe this is the reason. I'm not really using surf so I don't know what the problem is, care to explain? // Anders On Tue, Nov 3, 2009 at 4:20 PM, Peter John Hartman wrote: > Hi, > > I find that Firefox and perhaps others l

[dev] JOE editor was: a little bit of vi+zsh magic

2009-11-04 Thread hiro
Today I was forced to use the joe editor for java. In the search-and-replace dialog (see s in ed) joe seemed to change my input to upper case automatically. Eventually I found out it was just auto-completion. If you don't want auto-completion you can add rare characters and delete them when you are

Re: [dev] Re: a little bit of vi+zsh magic

2009-11-04 Thread Uriel
On Wed, Nov 4, 2009 at 1:39 PM, Anselm R Garbe wrote: > 2009/11/4 Sven Guckes : >>  [... snip] > Should also work with ed: > > r !ls > v/\.js d > g//s/^/echo / > w !sh > > Kind regards, > Anselm More evidence that Unix software has not progressed much in the last forty years. But I'm sure that i

Re: [dev] [tabbed] Autostarting apps

2009-11-04 Thread Tadeusz Sośnierz
Better than patching. Kind thanks. Regards, Ted On 4-11-2009 15:12:33, Enno Boland (Gottox) wrote: > cat > $HOME/bin/browser > #!/bin/sh > tabbed=`tabbed -d` > surf -e $tabbed "$@" & > ^D > browser > > regards > > 2009/11/4 Tadeusz Sośnierz : > > Hello, > > Any idea how to achieve this? I'd rea

Re: [dev] [tabbed] Autostarting apps

2009-11-04 Thread Enno Boland (Gottox)
cat > $HOME/bin/browser #!/bin/sh tabbed=`tabbed -d` surf -e $tabbed "$@" & ^D browser regards 2009/11/4 Tadeusz Sośnierz : > Hello, > Any idea how to achieve this? I'd really like to make it start an > instance of surf on startup, I believe this will need some nice patch. > Any idea anyone? > >

[dev] [tabbed] Autostarting apps

2009-11-04 Thread Tadeusz Sośnierz
Hello, Any idea how to achieve this? I'd really like to make it start an instance of surf on startup, I believe this will need some nice patch. Any idea anyone? Regards, Ted -- === () ascii ribbon campaign - against html e-mail /\ www.asci

Re: [dev] Re: a little bit of vi+zsh magic

2009-11-04 Thread Anselm R Garbe
2009/11/4 Sven Guckes : > * Kris Maglione [2009-11-04 08:03]: >> On Sun, Nov 01, 2009 at 02:01:06PM -0500, John Yates wrote: >>> What made this mechanism so pleasant to use was that all >>> text areas in the screen (editing buffers, input panes, >>> and output transcripts) shared a common set of e

Re: [dev] multiple fonts in wmii

2009-11-04 Thread Yuval Hager
On Wednesday 04 November 2009, Kris Maglione wrote: > On Mon, Nov 02, 2009 at 02:09:07PM +0200, Yuval Hager wrote: > >I've tried this, and it looks like it is not working. > >Running > >$ wmiir xwrite /ctl font 'xft:Arial' > >presents the Hebrew characters correctly (in windows title, and mpd > > s

[dev] Re: a little bit of vi+zsh magic

2009-11-04 Thread Sven Guckes
* Kris Maglione [2009-11-04 08:03]: > On Sun, Nov 01, 2009 at 02:01:06PM -0500, John Yates wrote: >> What made this mechanism so pleasant to use was that all >> text areas in the screen (editing buffers, input panes, >> and output transcripts) shared a common set of editing key >> bindings, simila