Re: vim question...

2009-06-15 Thread Gary Kline
On Mon, Jun 15, 2009 at 07:12:01PM +0300, Giorgos Keramidas wrote: On Sun, 14 Jun 2009 19:46:45 -0700, Gary Kline kl...@thought.org wrote: the main reason i don't use vim is because of its [u]ndo command. as most of you can understand, there are a whole slew of times when i need to undo

Re: vim question...

2009-06-15 Thread Gary Kline
On Mon, Jun 15, 2009 at 01:14:44PM -0800, Mel Flynn wrote: On Monday 15 June 2009 12:45:54 Gary Kline wrote: On Mon, Jun 15, 2009 at 07:12:01PM +0300, Giorgos Keramidas wrote: In vim, with set compatible enabled, typing 'u' repeatedly toggles between the last two states of the buffer

100% Ot and self-serving...

2009-06-15 Thread Gary Kline
) ! -- Gary Kline kl...@thought.org http://www.thought.org Public Service Unix http://jottings.thought.org http://transfinite.thought.org For FBSD list: http://transfinite.thought.org/slicejourney.php The 4.98a release of Jottings: http://jottings.thought.org/index.php

Re: vim question...

2009-06-15 Thread Gary Kline
On Tue, Jun 16, 2009 at 12:01:17AM +0200, Polytropon wrote: On Mon, 15 Jun 2009 14:22:48 -0700, Gary Kline kl...@thought.org wrote: PS: if gvim ever evolves into a word-processor, life will be *perfect* ;-) If you load a LaTeX file in gvim, it will get ahead of a word

Re: vim question...

2009-06-15 Thread Gary Kline
On Mon, Jun 15, 2009 at 05:44:04PM -0600, Chad Perrin wrote: On Mon, Jun 15, 2009 at 01:00:30PM -0700, Gary Kline wrote: I feel like the original vi is insufficient for my needs, but that Vim's development doesn't exactly match my preferences. FreeBSD's nvi seems to have moved in exactly

feedback, comments on this php-delimiter scrubbing program?

2009-06-15 Thread Gary Kline
. i'll go more into my rationale later on. i'm pretty sure i can tighten up on this; getting it to work was my main goal. can any of you break this? gary Encl: dephp.c, test -- Gary Kline kl...@thought.org http://www.thought.org Public Service Unix $Id: dephp.c,v 1.6 2009/06/16 01:05:47

upgrade almost done on ns1.thought.org

2009-06-14 Thread Gary Kline
-- Gary Kline kl...@thought.org http://www.thought.org Public Service Unix http://jottings.thought.org http://transfinite.thought.org For FBSD list: http://transfinite.thought.org/slicejourney.php The 4.98a release of Jottings: http://jottings.thought.org/index.php

Re: upgrade almost done on ns1.thought.org

2009-06-14 Thread Gary Kline
On Sun, Jun 14, 2009 at 06:03:50PM -0500, Kevin Kinsey wrote: Gary Kline wrote: well, guys, i just pulled the trigger and install kernel and world. upon reboot most things worked. i'm having trouble with the ntp stuff and need help there. who can tell me what idiot

vim question...

2009-06-14 Thread Gary Kline
disaster. [[i have too many current/recent copies of my working files to do TOO much damage!]] Anyway, is there a means of setting the undo key to mimic vi/nvi? thanks, gary -- Gary Kline kl...@thought.org http://www.thought.org Public Service Unix

Re: vim question...

2009-06-14 Thread Gary Kline
many things in email now that require a gui reader. be nice to be able to read in evo and if i had to reply, use gvim. gary -- Gary Kline kl...@thought.org http://www.thought.org Public Service Unix http://jottings.thought.org http://transfinite.thought.org

Re: vim question...

2009-06-14 Thread Gary Kline
forget and use vim. it does indeed have some nice features. but if you have to reply using a gui mailer and your typing isn't flawlwss, it's keyboard - mouse. I'm as interested as you are now. -- Glen Barber -- Gary Kline kl...@thought.org http

Re: Advertising Inquiry

2009-06-10 Thread Gary Kline
is a general-purpose mailing list. Chances are that there is a someone with more knowledge of the Project. -- Gary Kline kl...@thought.org http://www.thought.org Public Service Unix http://jottings.thought.org http://transfinite.thought.org

Re: flaw found [in my own program]

2009-06-09 Thread Gary Kline
On Tue, Jun 09, 2009 at 06:19:21PM -0500, Jeffrey Goldberg wrote: On Jun 8, 2009, at 7:15 PM, Gary Kline wrote: not surprisingly, i found a fla w in my getc(fp) program that tried to read past ? and ? ... the example i added to my test file was simply the 2 bytes and ?. so

flaw found....

2009-06-08 Thread Gary Kline
. so, again, can anybody suggest a better example, in C, to get past two delimiters? one thought is how gcc parses the /* and */ comment delimiters. any compiler gurus out there who know where this code is? gary ? -- Gary Kline kl

Re: flaw found....

2009-06-08 Thread Gary Kline
that showed how to get past things like // comments thankee! -- Glen Barber http://www.dev-urandom.com http://www.linkedin.com/in/glenjbarber -- Gary Kline kl...@thought.org http://www.thought.org Public Service Unix http://jottings.thought.org

Re: enclose code and testfile.

2009-06-07 Thread Gary Kline
On Sun, Jun 07, 2009 at 04:52:10PM -0400, Karl Vogel wrote: On Sat, 6 Jun 2009 18:22:00 -0700, Gary Kline kl...@thought.org said: G I'm encloseing a brief C program that skips over php delimiters and a G 74-byte test file. Am wondering if there is a better way. tHanks

Re: is this getting thru?

2009-06-06 Thread Gary Kline
if this were simply some software snafu ... or something more sinister. (I don't know what.) -g -- Glen Barber http://www.dev-urandom.com http://www.linkedin.com/in/glenjbarber -- Gary Kline kl...@thought.org http://www.thought.org Public Service Unix http

enclose code and testfile.

2009-06-06 Thread Gary Kline
); } } return 0; } // the testfile: foo bar ? baz ? blah, blah blah, blah end of html src file HERE. -- Gary Kline kl...@thought.org http://www.thought.org Public Service Unix http://jottings.thought.org http://transfinite.thought.org For FBSD list

Re: how do i use gdb with input?

2009-06-06 Thread Gary Kline
On Fri, Jun 05, 2009 at 11:36:33PM -0700, Steven Schlansker wrote: On Jun 5, 2009, at 8:33 PM, Gary Kline wrote: i'm trying to walk thru a short program and see what's actually happening. can anybody remind me how to send a file file redirect to ./ a.out? gdb myprog

Re: Date representation as YY/DDD or YYYY/DDD

2009-06-05 Thread Gary Kline
-unsubscr...@freebsd.org -- Gary Kline kl...@thought.org http://www.thought.org Public Service Unix http://jottings.thought.org http://transfinite.thought.org For FBSD list: http://transfinite.thought.org/slicejourney.php ___ freebsd

is this getting thru?

2009-06-05 Thread Gary Kline
i got a bizarre bouch back saying that my post from last night had to be okayed.. like, say what:_) -- Gary Kline kl...@thought.org http://www.thought.org Public Service Unix http://jottings.thought.org http://transfinite.thought.org For FBSD list: http

Re: is this getting thru?

2009-06-05 Thread Gary Kline
On Fri, Jun 05, 2009 at 10:00:37PM -0400, Steve Bertrand wrote: Gary Kline wrote: i got a bizarre bouch back saying that my post from last night had to be okayed.. like, say what:_) What? sorry: should have been bounce back. when i responded to the middle

how do i use gdb with input?

2009-06-05 Thread Gary Kline
i'm trying to walk thru a short program and see what's actually happening. can anybody remind me how to send a file file redirect to ./a.out? thanks much, gary -- Gary Kline kl...@thought.org http://www.thought.org Public Service Unix http

time to ask for help... .

2009-06-04 Thread Gary Kline
... -- Gary Kline kl...@thought.org http://www.thought.org Public Service Unix http://jottings.thought.org http://transfinite.thought.org For FBSD list: http://transfinite.thought.org/slicejourney.php ___ freebsd-questions@freebsd.org mailing

Network help needed (was: Re: time to ask for help... .)

2009-06-04 Thread Gary Kline
On Thu, Jun 04, 2009 at 02:16:39PM -0700, Gary Kline wrote: Around 18 months ago when my network was disintegrating, one Jon Horne very thoughtfully came to my rescue and stuck with me until things were reorganized and then rebuilt. The way my site is now configured, my ISP

Re: Open_Source

2009-06-02 Thread Gary Kline
bit of commercial code could be open; people would still want/need/demand/pay-for *support*. gary -- Gary Kline kl...@thought.org www.thought.org Public Service Unix http://jottings.thought.org http://transfinite.thought.org For FBSD list: http

is there a program to joinlines?

2009-06-01 Thread Gary Kline
? gary -- Gary Kline kl...@thought.org http://www.thought.org Public Service Unix http://jottings.thought.org http://transfinite.thought.org The 4.91a release of Jottings: http://jottings.thought.org/index.php ___ freebsd

Re: is there a program to joinlines?

2009-06-01 Thread Gary Kline
online... . -- Gary Kline kl...@thought.org http://www.thought.org Public Service Unix http://jottings.thought.org http://transfinite.thought.org The 4.91a release of Jottings: http://jottings.thought.org/index.php ___ freebsd

how to i designate the current function...?

2009-05-31 Thread Gary Kline
to save o/wise time/effort/typing. gary -- Gary Kline kl...@thought.org http://www.thought.org Public Service Unix http://jottings.thought.org http://transfinite.thought.org The 4.91a release of Jottings: http://jottings.thought.org/index.php

Re: how to i designate the current function...?

2009-05-31 Thread Gary Kline
On Mon, Jun 01, 2009 at 12:53:39AM +0200, Ond??ej Majerech wrote: On Mon, 01 Jun 2009 00:31:40 +0200, Gary Kline kl...@thought.org wrote: I'm not sure this is std yet, but think it is available in gcc. If I'm calling funtion bar(char *, char) with one of the args incorrect

is there a macro that prints the incoming param list?

2009-05-31 Thread Gary Kline
, testinput, 47 i'm probably asking the impossible, but this is certainly the place to ask. thanks, gary ps: i'm looking to create a DEBUG header. -- Gary Kline kl...@thought.org http://www.thought.org Public Service Unix http

Re: is there a macro that prints the incoming param list?

2009-05-31 Thread Gary Kline
On Mon, Jun 01, 2009 at 10:23:01AM +0900, till plewe wrote: On Mon, Jun 1, 2009 at 10:06 AM, Gary Kline kl...@thought.org wrote: is there any marco that printfs the incoming list, or am i asking too much of the compiler at runtime? example: main (int argc, char *argv

Re: turning [x]html files into .odt files.

2009-05-27 Thread Gary Kline
On Wed, May 27, 2009 at 05:21:26PM +0100, Chris Rees wrote: 2009/5/26 Gary Kline kl...@thought.org: [[ ... ]] In a few days, I'll have a fair bit of spare time. I can make a port then, if no-one more experienced wants to snap it up. Like your Jottings, by the way

turning [x]html files into .odt files.

2009-05-26 Thread Gary Kline
it as a2oofile.odt. *) atom a2oofile [ creates a2oofile.html ] The a2oofile.html file is: !doctype html public '-//IETF//DTD HTML//EN' !-autotranslation from ASCII or ISO-8859.1 by Gary Kline, kl...@thought.org--- ! @(#) a2oofile.html translated from a2oofile ! HTML HEAD TITLE

OOo question re my novel...

2009-05-25 Thread Gary Kline
*this* into /this/, but still can't figure out how to have openoffice turn all the words i want italicized into actual italics. anybody know offhand? gary -- Gary Kline kl...@thought.org http://www.thought.org Public Service Unix http://jottings.thought.org http://transfinite.thought.org

Re: OOo question re my novel...

2009-05-25 Thread Gary Kline
On Mon, May 25, 2009 at 11:45:53PM +0100, Bruce Cran wrote: On Mon, 25 May 2009 14:46:07 -0700 Gary Kline kl...@thought.org wrote: guys, one thing i need to do before i submit my 600+ page tell-all novel is fihure out howto turn *this* into italics in Ooo-3.01. i don't think any

backspace-key and ^H when ssh -X remote.

2009-05-23 Thread Gary Kline
. has anybody seen this before? tia, gary -- Gary Kline kl...@thought.org http://www.thought.org Public Service Unix http://jottings.thought.org http://transfinite.thought.org The 4.91a release of Jottings: http://jottings.thought.org/index.php

Re: backspace-key and ^H when ssh -X remote.

2009-05-23 Thread Gary Kline
. I use the kde Konsole emulator on both desktop. The Keyboard setting of freebsd console works fine here on FBSD. 'Strange-but-true' -- Thomas E. Dickey http://invisible-island.net ftp://invisible-island.net -- Gary Kline kl...@thought.org http

ok, here is a more taional query involving NEW computers.

2009-05-16 Thread Gary Kline
pfSense. if either computer fails, i've lost contact with the rest of the world. any help will be much appreciated! gary -- Gary Kline kl...@thought.org http://www.thought.org Public Service Unix http://jottings.thought.org http://transfinite.thought.org The 2.41a release

craigslist for computers??

2009-05-15 Thread Gary Kline
-- Gary Kline kl...@thought.org http://www.thought.org Public Service Unix http://jottings.thought.org http://transfinite.thought.org The 2.41a release of Jottings: http://jottings.thought.org/index.php ___ freebsd-questions

a couple things....

2009-04-27 Thread Gary Kline
tia, gary -- Gary Kline kl...@thought.org http://www.thought.org Public Service Unix http://jottings.thought.org http://transfinite.thought.org The 2.41a release of Jottings: http://jottings.thought.org/index.php ___ freebsd

among my favorite equations....

2009-04-27 Thread Gary Kline
if anybody had OOO math 3.0.1 installed, they can see one of my favoriite equations. :-) -- Gary Kline kl...@thought.org http://www.thought.org Public Service Unix http://jottings.thought.org http://transfinite.thought.org The 2.41a release

Re: maybe OT, but involves OOO its slideshow fmt, ``Impress''

2009-04-25 Thread Gary Kline
On Sat, Apr 25, 2009 at 11:08:59AM +0200, Polytropon wrote: On Fri, 24 Apr 2009 16:18:43 -0700, Gary Kline kl...@thought.org wrote: yes, the voices [from audio/festival] are pretty good; i use them to read boring stuff to me when i'm about brain-dead! but these voices just

Re: maybe OT, but involves OOO its slideshow fmt, ``Impress''

2009-04-25 Thread Gary Kline
On Sat, Apr 25, 2009 at 07:47:04AM -0500, Andrew Gould wrote: On Sat, Apr 25, 2009 at 4:08 AM, Polytropon free...@edvax.de wrote: On Fri, 24 Apr 2009 16:18:43 -0700, Gary Kline kl...@thought.org wrote: yes, the voices [from audio/festival] are pretty good; i use them to read

Re: maybe OT, but involves OOO its slideshow fmt, ``Impress''

2009-04-25 Thread Gary Kline
into complexity theory! so maybe in another 50-75 years... . gary -- Gary Kline kl...@thought.org http://www.thought.org Public Service Unix http://jottings.thought.org http://transfinite.thought.org The 2.41a release of Jottings: http://jottings.thought.org/index.php

Re: maybe OT, but involves OOO its slideshow fmt, ``Impress''

2009-04-24 Thread Gary Kline
On Fri, Apr 24, 2009 at 10:48:52AM +0200, Polytropon wrote: On Thu, 23 Apr 2009 14:36:25 -0700, Gary Kline kl...@thought.org wrote: tHat said: how can I experiment with translating my html into slideshow format? If this is a case of RTFM, where is the FM page website

Re: maybe OT, but involves OOO its slideshow fmt, ``Impress''

2009-04-24 Thread Gary Kline
On Fri, Apr 24, 2009 at 04:38:06AM -0400, John Nielsen wrote: On Friday 24 April 2009, Gary Kline wrote: This ought to help if I ever find a free speech synthesizer. I found one yesterday that must be a real human voice; unfortunately, commercial. audio/festival in the ports

Re: maybe OT, but involves OOO its slideshow fmt, ``Impress''

2009-04-24 Thread Gary Kline
On Fri, Apr 24, 2009 at 04:20:45PM -0500, Andrew Gould wrote: On Fri, Apr 24, 2009 at 3:16 PM, Gary Kline kl...@thought.org wrote: On Fri, Apr 24, 2009 at 10:48:52AM +0200, Polytropon wrote: On Thu, 23 Apr 2009 14:36:25 -0700, Gary Kline kl...@thought.org [[[ ... ]]] I've

Re: maybe OT, but involves OOO its slideshow fmt, ``Impress''

2009-04-23 Thread Gary Kline
On Wed, Apr 22, 2009 at 05:38:25PM +0200, Peter Ulrich Kruppa wrote: Am Mittwoch, den 22.04.2009, 00:23 -0700 schrieb Gary Kline: In any case, there are two questions for this list. The first, obviously, is subjective and is: would having my stuff in slideshow fmt gain

Re: maybe OT, but involves OOO its slideshow fmt, ``Impress''

2009-04-23 Thread Gary Kline
On Wed, Apr 22, 2009 at 10:47:44AM -0500, Andrew Gould wrote: On Wed, Apr 22, 2009 at 10:38 AM, Peter Ulrich Kruppa ulr...@pukruppa.netwrote: Am Mittwoch, den 22.04.2009, 00:23 -0700 schrieb Gary Kline: In any case, there are two questions for this list. The first

Re: Disk usage analysis

2009-04-22 Thread Gary Kline
moi ennepe, Mousa, ... ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org -- Gary Kline kl...@thought.org http

maybe OT, but involves OOO its slideshow fmt, ``Impress''

2009-04-22 Thread Gary Kline
in on this stuff? gary -- Gary Kline kl...@thought.org http://www.thought.org Public Service Unix http://jottings.thought.org http://transfinite.thought.org The 2.41a release of Jottings: http://jottings.thought.org/index.php

Re: from very early this morning...

2009-04-15 Thread Gary Kline
On Tue, 2009-04-14 at 19:23 -0400, Steve Bertrand wrote: Gary Kline wrote: [...big snip...] if i've made any sense so far, great! if not,i'm open for questions. i'm also open for suggestions on how to alter this network configuration. thanks for reading

Re: from very early this morning...

2009-04-15 Thread Gary Kline
years--possibly a quad with lots of disk and memory. (But if a dual or a quad sucks up too many watts, that blows much of the original purpose of cutting my footprint. gary Carl On Tue, Apr 14, 2009 at 7:23 PM, Steve Bertrand st...@ibctech.ca wrote: Gary Kline wrote: [...big snip

Re: from very early this morning...

2009-04-15 Thread Gary Kline
-questions To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org -- Gary Kline kl...@thought.org www.thought.org Public Service Unix http://jottings.thought.org http://transfinite.thought.org ___ freebsd-questions

Re: is there a way to upgrade Only ports that need it??

2009-04-14 Thread Gary Kline
On Mon, Apr 13, 2009 at 09:22:25AM +0200, Roland Smith wrote: On Sun, Apr 12, 2009 at 10:54:29PM -0700, Gary Kline wrote: is there any way t o not upgrade all installed ports, but only those that are not current? portmaster -a -B -d tired of having my main box grinding

xset quirk....

2009-04-14 Thread Gary Kline
e consoleand typed the above command. i'll try to rebuild xset now if i can find it! tx, gary -- Gary Kline kl...@thought.org http://www.thought.org Public Service Unix http://jottings.thought.org http://transfinite.thought.org The 2.41a release

from very early this morning...

2009-04-14 Thread Gary Kline
/DOT/[directories on my mailserver. [?] Date: Tue, 14 Apr 2009 01:56:46 -0700 From: Gary Kline kl...@thought.org To: Polytropon free...@edvax.de Cc: FreeBSD Mailing List freebsd-questions@freebsd.org Subject: Re: mayday, mayday X-Organization: Thought Unlimited. Public service Unix since 1986. X

is there a way to upgrade Only ports that need it??

2009-04-13 Thread Gary Kline
is there any way t o not upgrade all installed ports, but only those that are not current? tired of having my main box grinding away for endless days gary -- Gary Kline kl...@thought.org http://www.thought.org Public Service Unix http

mayday, mayday

2009-04-13 Thread Gary Kline
having unknown networking problems. cannot ping anyone. is this going anywhere? -- Gary Kline kl...@thought.org www.thought.org Public Service Unix http://jottings.thought.org http://transfinite.thought.org ___ freebsd-questions

Re: anybody know about a 3.01 package *With* browser?

2009-04-06 Thread Gary Kline
On Sun, Apr 05, 2009 at 10:14:58PM -0400, Glen Barber wrote: On Sun, Apr 5, 2009 at 10:10 PM, Gary Kline kl...@thought.org wrote:        well, it wouldve if there were a 3.0.1 d/load for 7.1, but nope.        so far, none of us has been willing to volunteer the months/years        to build

Re: anybody know about a 3.01 package *With* browser?

2009-04-06 Thread Gary Kline
On Sun, Apr 05, 2009 at 09:51:24PM -0600, Tim Judd wrote: On Sun, Apr 5, 2009 at 8:10 PM, Gary Kline kl...@thought.org wrote: On Sun, Apr 05, 2009 at 09:41:36PM -0400, Glen Barber wrote: Hi, Gary On Sun, Apr 5, 2009 at 6:49 PM, Gary Kline kl...@thought.org wrote

Re: anybody know about a 3.01 package *With* browser?

2009-04-06 Thread Gary Kline
computer to be not only powerful but with diskspace to burn. -- Gary Kline kl...@thought.org http://www.thought.org Public Service Unix http://jottings.thought.org http://transfinite.thought.org The 2.41a release of Jottings: http://jottings.thought.org/index.php

anybody know about a 3.01 package *With* browser?

2009-04-05 Thread Gary Kline
URL? I'll burn it into my forearm this time! I want any/all the addons or plugins, and the mozilla browser would be a plus. thanks, gary -- Gary Kline kl...@thought.org http://www.thought.org Public Service Unix http://jottings.thought.org http

Re: anybody know about a 3.01 package *With* browser?

2009-04-05 Thread Gary Kline
On Sun, Apr 05, 2009 at 09:41:36PM -0400, Glen Barber wrote: Hi, Gary On Sun, Apr 5, 2009 at 6:49 PM, Gary Kline kl...@thought.org wrote:        Somebody thoughtfully posted a location where we could download a        package of OOo-3.01 for the i386 recently.  I thought that I had

Re: Why?? (prog question)

2009-03-31 Thread Gary Kline
! :-) -- Polytropon From Magdeburg, Germany Happy FreeBSD user since 4.0 Andra moi ennepe, Mousa, ... -- Gary Kline kl...@thought.org http://www.thought.org Public Service Unix http://jottings.thought.org http://transfinite.thought.org The 2.41a release of Jottings: http

Re: Why?? (prog question)

2009-03-31 Thread Gary Kline
to gcc -Wall; but somehow it got lost. It's back. gary -- Gary Kline kl...@thought.org http://www.thought.org Public Service Unix http://jottings.thought.org http://transfinite.thought.org The 2.41a release of Jottings: http://jottings.thought.org/index.php

Re: Why?? (prog question)

2009-03-31 Thread Gary Kline
On Tue, Mar 31, 2009 at 09:01:42PM +0200, Polytropon wrote: On Tue, 31 Mar 2009 08:54:17 -0700, Gary Kline kl...@thought.org wrote: 1. Use the tab character for indentation. You can set its length with your favourite editor (e. g. mcedit: F9, Options, General; joe: ^TD). Don't

Why?? (prog question)

2009-03-30 Thread Gary Kline
); } while (fgets(buf, sizeof buf, stdin) ) { if (*buf == '\n') { fprintf(stdout, \n\n); } else { buf[strlen(buf)-1] = ' '; fputs(buf, stdout); } } } -- Gary Kline kl...@thought.org http://www.thought.org Public Service Unix

Re: Why?? (prog question)

2009-03-30 Thread Gary Kline
On Mon, Mar 30, 2009 at 11:08:57PM -0400, Josh Carroll wrote: On Mon, Mar 30, 2009 at 10:57 PM, Gary Kline kl...@thought.org wrote: people, i've been under the weather for days and will probably be for a few more. new  and TEMPORARY meds dont like me, ugh. can anybody clue me in why

Re: networked audio

2009-03-23 Thread Gary Kline
to the origin. thanks much, gary -- Gary Kline kl...@thought.org http://www.thought.org Public Service Unix http://jottings.thought.org http://transfinite.thought.org The 2.41a release of Jottings: http://jottings.thought.org/index.php

Re: networked audio

2009-03-23 Thread Gary Kline
On Mon, Mar 23, 2009 at 09:50:27PM +0100, Roland Smith wrote: On Mon, Mar 23, 2009 at 12:17:44PM -0700, Gary Kline wrote: On Mon, Mar 23, 2009 at 11:13:17AM +0100, Wojciech Puchar wrote: This ought to be a fast, binary question: are there any [relatively] simple ways to set up a utility

Re: networked audio

2009-03-23 Thread Gary Kline
On Mon, Mar 23, 2009 at 11:01:42PM +0100, Polytropon wrote: On Mon, 23 Mar 2009 14:54:06 -0700, Gary Kline kl...@thought.org wrote: Be great to have some utimate setup (*sigh...*). You'll never have. At the moment you've setup something, just after bringing it home from the shop

Re: networked audio

2009-03-23 Thread Gary Kline
On Tue, Mar 24, 2009 at 12:41:40AM +0100, Polytropon wrote: On Mon, 23 Mar 2009 16:29:36 -0700, Gary Kline kl...@thought.org wrote: I thought you were kidding about the ogg123, but no! Is there a wav123, an au123, c? :_) wait, I just checked and there *is* a flac123

networked audio

2009-03-22 Thread Gary Kline
office? The only suite I tried was NAS but that was years ago. I've found MuSe and NMM on both FreeBSD and Linux, but still need some clues. thanks in advance, gary -- Gary Kline kl...@thought.org http://www.thought.org Public Service Unix http://jottings.thought.org http

Re: best archiver? (for music)

2009-03-14 Thread Gary Kline
On Sat, Mar 14, 2009 at 08:26:02AM +0100, Roland Smith wrote: On Fri, Mar 13, 2009 at 08:05:59PM -0700, Gary Kline wrote: lame -h -V 3 - nobody could tell the difference, it gives 200kbps bitrate lame -h -b 192 - as above lame -h -b 128 - they were able to tell difference, but not on all

Re: best archiver? (for music)

2009-03-14 Thread Gary Kline
can't really tell. anybody? gary -- Gary Kline kl...@thought.org http://www.thought.org Public Service Unix http://jottings.thought.org http://transfinite.thought.org The 2.23a release of Jottings: http://jottings.thought.org/index.php

Re: best archiver? (for music)

2009-03-14 Thread Gary Kline
. Anyway, given 4k or whatever bits/sec, built in a single chip into each new phone to compress and uncompress. And up the quality of the speaker! -- Gary Kline kl...@thought.org http://www.thought.org Public Service Unix http://jottings.thought.org http

best archiver?

2009-03-13 Thread Gary Kline
over and help me. for now, i just want to be as sure as possible that my files are saved on at least two systems. thanks for any insights here. gary -- Gary Kline kl...@thought.org http://www.thought.org Public Service Unix http

Re: best archiver? (for music)

2009-03-13 Thread Gary Kline
compresses these file to 1482404 blocks very very slowly. it probably makes sense to just burn the mp3 files to a dvd and be safe. -- Gary Kline kl...@thought.org http://www.thought.org Public Service Unix http://jottings.thought.org http://transfinite.thought.org

USENET?

2009-03-08 Thread Gary Kline
are there any ports that offer an interface to USENET? I think mozilla did, but that was a long time ago ... . gary -- Gary Kline kl...@thought.org http://www.thought.org Public Service Unix http://jottings.thought.org http://transfinite.thought.org The 2.23a release

Re: Ports on Macbook

2009-03-04 Thread Gary Kline
___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org -- Gary Kline kl...@thought.org http://www.thought.org Public

is there an OOo-3 package Anywhere?

2009-02-27 Thread Gary Kline
of large files; is this a possibility? thanks for some clues! gary -- Gary Kline kl...@thought.org http://www.thought.org Public Service Unix http://jottings.thought.org http://transfinite.thought.org The 2.23a release of Jottings: http

Re: is there an OOo-3 package Anywhere?

2009-02-27 Thread Gary Kline
On Fri, Feb 27, 2009 at 10:23:33PM +0200, Ghirai wrote: On Fri, 27 Feb 2009 11:51:05 -0800 Gary Kline kl...@thought.org wrote: Ihave the src for openoffice-3.0.1 but lack the space to build it. Before I d/loaded the tarballs I did check for a pre-built version-3 package. Couldn't

Re: flashplugin9?

2009-02-23 Thread Gary Kline
On Mon, Feb 23, 2009 at 11:05:48AM +0100, Marc Fonvieille wrote: On Sun, Feb 22, 2009 at 03:54:03PM -0800, Gary Kline wrote: On Mon, Feb 23, 2009 at 12:02:57AM +0200, Manolis Kiagias wrote: Gary Kline wrote: Guys, If I stick with FreeBSD as my main desktop, I want firefox

Re: flashplugin9?

2009-02-23 Thread Gary Kline
On Mon, Feb 23, 2009 at 06:15:35AM -0600, ec...@casasponti.net wrote: Quoting Gary Kline kl...@thought.org: On Sun, Feb 22, 2009 at 11:22:50PM +0100, herbert langhans wrote: Hi Gary, ff3 should work as well as ff2. May depend on the version of the pluginwrapper and the flash version. I

flashplugin9?

2009-02-22 Thread Gary Kline
. Is there an all-linix port or set of ports to use? Or is there another way of getting both audio+video? gary -- Gary Kline kl...@thought.org http://www.thought.org Public Service Unix http://jottings.thought.org http://transfinite.thought.org The 2.23a release of Jottings

Re: flashplugin9?

2009-02-22 Thread Gary Kline
On Sun, Feb 22, 2009 at 02:07:08PM -0800, prad wrote: On Sun, 22 Feb 2009 13:47:23 -0800 Gary Kline kl...@thought.org wrote: If I stick with FreeBSD as my main desktop, I want firefox and flashplugin-9. So far, no joy. I have firefox2, and when I try to pkg_delete, I find gnome2

Re: flashplugin9?

2009-02-22 Thread Gary Kline
On Mon, Feb 23, 2009 at 12:02:57AM +0200, Manolis Kiagias wrote: Gary Kline wrote: Guys, If I stick with FreeBSD as my main desktop, I want firefox and flashplugin-9. So far, no joy. I have firefox2, and when I try to pkg_delete, I find gnome2 is just one of the dependicies. linux

Re: flashplugin9?

2009-02-22 Thread Gary Kline
and too little data on how to get everything working. gary On Sun, 22 Feb 2009 13:47:23 -0800 Gary Kline kl...@thought.org wrote: Guys, If I stick with FreeBSD as my main desktop, I want firefox and flashplugin-9. So far, no joy. I have firefox2, and when I try

Well, almost back to normal....

2009-02-19 Thread Gary Kline
Konsole; whenever I ssh in from elsewhere, I get the Xlib missing on display 0.0 errs.What' is still not right? [back to thesis. hope some of you knows what's going on with this! tia, gary -- Gary Kline kl...@thought.org http://www.thought.org Public Service Unix http

Re: confontation

2009-02-13 Thread Gary Kline
, send any mail to freebsd-questions-unsubscr...@freebsd.org -- Gary Kline kl...@thought.org http://www.thought.org Public Service Unix http://jottings.thought.org http://transfinite.thought.org The 2.23a release of Jottings: http://jottings.thought.org/index.php

Re: How-to erase a DVD-RW

2009-02-12 Thread Gary Kline
On Thu, Feb 12, 2009 at 09:44:03AM +0200, Manolis Kiagias wrote: Gary Kline wrote: iS there an easy way (by cmd-line) to erase a used DVD-RW? I tried K3B and can't figure out where to click! tia, gary Try something like dvd+rw-format /dev/cd0 -blank dvd+rw-format comes

Re: trouble rebuilding kdelibs3.....

2009-02-11 Thread Gary Kline
On Wed, Feb 11, 2009 at 01:06:34PM +1000, Warren Liddell wrote: Gary Kline wrote: Hi Guys, I am trying to rebuild things-KDE [3] and got this from kdelibs3. [[ ... ]] *** Error code 1 r...@tao:/usr/ports/x11/kdelibs3/work/kdelibs-3.5.10# tail -20 config.log #define

is there a portupgrade equiv of portmanager -u -p -l?

2009-02-11 Thread Gary Kline
, mail, web, and FBSD 7.2 [or whatever]. can't beat FBSD for stability. until then i'd like the best means of keeping things current. as auto-magically as possible with FBSD here. tia, gary -- Gary Kline kl...@thought.org http://www.thought.org Public

How-to erase a DVD-RW

2009-02-11 Thread Gary Kline
iS there an easy way (by cmd-line) to erase a used DVD-RW? I tried K3B and can't figure out where to click! tia, gary ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send

trouble rebuilding kdelibs3.....

2009-02-10 Thread Gary Kline
1 #define HAVE_SNPRINTF 1 #define HAVE_LIBZ 1 #define HAVE_LIBPNG 1 #define HAVE_LIBJPEG 1 #define HAVE_LIBPTHREAD 1 configure: exit 1 Anybody have a clue? gary -- Gary Kline kl...@thought.org http://www.thought.org Public Service Unix http://jottings.thought.org http

lpr fixed, but the wrong-way... [?]

2009-02-06 Thread Gary Kline
with printing with unix. and linux, and sun, and godknows only dos/windoze sees to yhave this stuff automated. Any insights here are v welcome!! -- Gary Kline kl...@thought.org http://www.thought.org Public Service Unix http://jottings.thought.org

Re: lpr fixed, but the wrong-way... [?]

2009-02-06 Thread Gary Kline
On Fri, Feb 06, 2009 at 02:10:23PM -0600, David Kelly wrote: On Fri, Feb 06, 2009 at 11:17:13AM -0800, Gary Kline wrote: % lpr /etc/fstab works. from the apsfilter log, it lookas as tho i need to upgrade this libgs.so.8 shared library. but *how* do i find who/what build

Re: OCR...

2009-01-28 Thread Gary Kline
-- Gary Kline kl...@thought.org http://www.thought.org Public Service Unix http://jottings.thought.org http://transfinite.thought.org The 2.23a release of Jottings: http://jottings.thought.org/index.php ___ freebsd-questions

<    5   6   7   8   9   10   11   12   13   14   >