Re: [dev] [surf] shell script to do bookmarks, history, and other things

2010-04-02 Thread Nibble
On Thu, 1 Apr 2010 21:41:48 -0400 (EDT) Peter John Hartman wrote: > The code looks even better. Here's some more additions and some > subtractions. > > * I didn't like the "tag" business with the bmarks. It complicates > with little payoff. > > * You never in fact had entries being written to

Re: [dev] [surf] shell script to do bookmarks, history, and other things

2010-04-02 Thread Peter John Hartman
Hi nibbles (and pancake et al): Looks even better (once more)! But you still don't store stuff to a local history file, except when one explicitly bookmarks the page. Two of the goals of the script, I think, are to: (1) store all find transactions to a find.history.txt file. (2) store all set

Re: [dev] [surf] shell script to do bookmarks, history, and other things

2010-04-02 Thread Nibble
On Fri, 2 Apr 2010 09:32:41 -0400 (EDT) Peter John Hartman wrote: > Hi nibbles (and pancake et al): Hi Peter, (it is *nibble* ;) > Looks even better (once more)! But you still don't store stuff to a > local history file, except when one explicitly bookmarks the page. > Two of the goals of the

[dev] [surf] segfault

2010-04-02 Thread Peter John Hartman
Hi, Sorry to report without much more analysis. Attached is the output of gdb /usr/local/bin/surf core. I'm running the latest surf hg tip. webkit is 1.1.15.4. system is gentoo. Here are the conditions under which (more often than not) one can generate the segfault. NB: sometimes it segfaul

Re: [dev] [surf] segfault

2010-04-02 Thread Alexander Surma
Cannot reproduce, sorry. Works over here

Re: [dev] [dwm] [patch] Hide window border if window is only one visible, and bar is hidden

2010-04-02 Thread julien steinhauser
On Sat, Mar 27, 2010 at 06:27:52PM -0400, Jeremiah Dow wrote: >If anyone else is interested in this kind of border handling - this is >my patch. > >Not quite the same behavior as Sean's - I just wanted to set the border >width to zero anytime there was only one client visible, so o

Re: [dev] [surf] shell script to do bookmarks, history, and other things

2010-04-02 Thread Peter John Hartman
Hi, I modified your original surf.sh because it makes two xprop calls every time it is invoked, which is unnecessary overhead. I also attach below my own surf2.sh which implements as minimally as I can figure out how the history functions mentioned in the last e-mail. = surf

Re: [dev] [surf] segfault

2010-04-02 Thread Peter John Hartman
I should stress that it is, even for me, intermittent, but intermittent without any change in the environment (that's what makes it odd). E.g. I run these two commands back to back. One time it works, the next it doesn't. pete...@trilleee2 ~/bin $ surf -x file:///home/peterjh/.surf/startpage2.h

Re: [dev] [surf] segfault

2010-04-02 Thread Connor Lane Smith
Hey, On 2 April 2010 15:55, Peter John Hartman wrote: > I should stress that it is, even for me, intermittent, but intermittent > without any change in the environment (that's what makes it odd).  E.g. > I run these two commands back to back.  One time it works, the next it > doesn't. I have lib