Re: Fonts in gtk programs (mozilla, evolution etc)

2003-11-06 Thread Benedict Verheyen
Op do 06-11-2003, om 12:18 schreef Robert Story:
> > gnome-control-center, the fonts in gtk apps stay small (I don't know
> > what the default size is, must be 10 or so). So long story short
> > question: How do I make the font size change permanent WITHOUT
> > gnome-session? This is also of interest for the gdm login screen...
> > Thanks

I could use the fonts i wanted by making a .gtkrc file with
follwing content:

style "gtk-default-iso-8859-15" { 
fontset ="-*-helvetica-medium-r-normal--10-*-*-*-*-*-iso8859-15,\ 
 -*-helvetica-medium-r-normal--12-*-*-*-*-*-iso8859-15,*-r-*"
}
widget_class "*" style "gtk-default-iso-8859-15"

For gtk 2 apps, the file name is .gtkrc-2.0
For that file i added a line gtk-font-name = "Verdana 8"
and those specified above

Regards,
Benedict




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Fonts in gtk programs (mozilla, evolution etc)

2003-11-06 Thread Tom
On Thu, Nov 06, 2003 at 07:18:43PM +0800, Robert Story wrote:
> 
> > gnome-control-center, the fonts in gtk apps stay small (I don't know
> > what the default size is, must be 10 or so). So long story short
> > question: How do I make the font size change permanent WITHOUT
> > gnome-session? This is also of interest for the gdm login screen...
> > Thanks

I missed the early part of this thread, so this may be off base:

Search google for a file called mkfontalias.py.  It has some "cheating" 
built in -- it creates font aliases for 6pt,7pt,8pt fonts to 9pt, 
specifically to help out Mozilla and GTK.  I found it last spring when 
reading old "font deuglification" guides.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Fonts in gtk programs (mozilla, evolution etc)

2003-11-06 Thread Robert Story

> gnome-control-center, the fonts in gtk apps stay small (I don't know
> what the default size is, must be 10 or so). So long story short
> question: How do I make the font size change permanent WITHOUT
> gnome-session? This is also of interest for the gdm login screen...
> Thanks

I can offer you a Mickey Mouse solution that I use, but it might not suit you. If 
instead of gdm you start X manually (with the "startx" command), you can pass these 
parameters to it:

  startx -- -dpi 100

or even larger...

  startx -- -dpi 120

You can put these settings into a script file so you don't have to type them each time.

Hope this helps.

 - Robert

 


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Fonts in gtk programs (mozilla, evolution etc)

2003-10-27 Thread Joerg Johannes
Am Mo, den 27.10.2003 schrieb Joris um 11:53:

> > So long story short
> > question: How do I make the font size change permanent WITHOUT
> > gnome-session? This is also of interest for the gdm login screen...
> 
> to load all your gnome settings, you should use gnome-settings-daemon.
> I have recently built an internet kiosk running galeon, using a custom gdm
> session (and deleting all others)
> 
> #!/bin/sh
> # /etc/gdm/Sessions/Kiosk
> gnome-settings-daemon &
> galeon -f &
> exec /etc/X11/Xsession /usr/bin/icewm-gnome
> # EOF
Works! The only problem is now: When I start mozilla, it does not
open really "full" screen, but leaves blank the part which would be
occupied by the panel, usually. Aargh!

> your gdm login screen has nothing to do with your user's settings, so just
> use the graphical greeter and write your own theme :-)
Again Aargh!

Thanks,
joerg

-- 
Gib GATES keine Chance!


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Fonts in gtk programs (mozilla, evolution etc)

2003-10-27 Thread Joris
> I'm using mozilla for browsing, and evolution for mailing and some other
> gtk programs. I have a high resolution laptop lcd and so I need large
> font sizes to read without my eyes getting tired. As far as I
> understand, I have to change the font settings in the gnome control
> center: As soon as I set all fonts to 14pt there, everything is fine, at
> least as long as I use gnome. But I don't like gnome as a desktop
> environment (I use plain IceWM), and without starting gnome-session or
> gnome-control-center, the fonts in gtk apps stay small (I don't know
> what the default size is, must be 10 or so). So long story short
> question: How do I make the font size change permanent WITHOUT
> gnome-session? This is also of interest for the gdm login screen...

to load all your gnome settings, you should use gnome-settings-daemon.
I have recently built an internet kiosk running galeon, using a custom gdm
session (and deleting all others)

#!/bin/sh
# /etc/gdm/Sessions/Kiosk
gnome-settings-daemon &
galeon -f &
exec /etc/X11/Xsession /usr/bin/icewm-gnome
# EOF

your gdm login screen has nothing to do with your user's settings, so just
use the graphical greeter and write your own theme :-)

greetings,

-- 
Joris

PS: is there anybody interested in a mini-howto? the kiosk is pretty
secure with icewm restricting many window operations and no xterm on the
box, and extremely robust mounting everything read-only and using tmpfs
(auto-resizing ramdisk) for /tmp /var and /home


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Fonts in GTK

2001-09-18 Thread Bill Shui
Hi,

>J. D. Kitch <[EMAIL PROTECTED]> Wrote:

>I had a working GNOME install from Woody.  I just updated to Sid,
>and everything seemed to go quite nicely, but now in GNOME, or
>rather anything that uses GTK, I see only a bunch of little squares
>where I should be seeing text.  Can anyone tell me what I hosed, and
>what I need to do to correct it?

I had he similar problem. Then I tried to use a true-type font server.

I installed xfs-xtt and then I changed the Fontpath in /etc/X11/XF86Config

from port 7100 7110.

Then restart the X server.

It appears to be working now.


regards.
Bill



>TIA,
>jdk


-- 
Everything you know is wrong!
-
Bill Shui   Email: [EMAIL PROTECTED]
   [EMAIL PROTECTED]
   [EMAIL PROTECTED]
   [EMAIL PROTECTED]
Bioinformatics Programmer



Re: Fonts in GTK

2001-09-16 Thread Tom Marshall
On Mon, Sep 03, 2001 at 10:47:40PM -0400, Hall Stevenson wrote:
> * J. D. Kitch ([EMAIL PROTECTED]) [010903 19:16]:
> > I had a working GNOME install from Woody. I just updated to Sid, and
> > everything seemed to go quite nicely, but now in GNOME, or rather
> > anything that uses GTK, I see only a bunch of little squares where I
> > should be seeing text. Can anyone tell me what I hosed, and what I
> > need to do to correct it?
> 
> I ran into this myself and tried about 1400 different things to fix it.
> I did... Problem is I'm not sure which did it ;-)
> 
> I'd suggest two fairly simple things:
> 
> -- Get rid of 'xfs' (if you don't need it -- you *don't* need it for
> local TrueType font support, for example)

This appears to be the fix.

I had this problem last night on several machines when I upgraded from 4.0.3
to 4.1.0.  I restarted X and the fonts were still all screwy.  Then I killed
xfs .. problem solved.  I also restarted xfs and it worked fine from then
on.

Perhaps there was some sort of protocol change between 4.0.3 and 4.1.0 and
the upgrade neglected to restart xfs?  I admit that I upgraded while I was
running X and xfs probably couldn't have been safely restarted, but it would
have been nice to have some sort of notice saying so.

> -- Choose either 75dpi or 100dpi xfonts and whichever you don't use,
> remove/purge the other. Then go through the various config files and
> manually remove the references to them.



Re: Quoting styles, cont (Was Re: Fonts in GTK)

2001-09-06 Thread Hall Stevenson
> > Note that they provide no left-margin quote marks,
> > nor any indication of where the original message ends,
> > and they leave a blank line or two at the top, implying
> > that your reply should go there (otherwise, why
> > put it there?).
>
> That's a configurable setting in Outlook Express. I use it
> every day...  I believe it's also configurable in regular
Outlook.
> I'll check it tomorrow.

Outlook (98 here) also has an option for prefixing the message
you're replying to with "fill in what you want to use here". I
have mine set with "> ", hopefully like a good netizen.

Hall



Re: Quoting styles, cont (Was Re: Fonts in GTK)

2001-09-06 Thread John Galt
On Wed, 5 Sep 2001, Nathan E Norman wrote:

>On Wed, Sep 05, 2001 at 04:07:40PM -0600, John Galt wrote:
>> >>  * You are not expected to understand this.
>> >> --comment from Unix system 6 source, credited to Lions and Johnson
>> >> Who is John Galt?  [EMAIL PROTECTED], that's who: finger me for GPG key
>> >
>> >Since you're such a fan of jeopardy style quoting, why is your sig
>> >always at the bottom?  Seems hypocritical.
>>
>> I think the sig said it all  You really aren't expected to understand.
>
>Wow, your rapier wit is amazing to behold.  I'm always impressed by
>people who raise a big fuss and then obfuscate the issue when asked a
>direct question.

No, YOU obfuscated the issue with a nonsensical question.

>*plonk*

Surprise!  bad logic and bad taste go hand in hand.

>

-- 
EMACS == Eight Megabytes And Constantly Swapping

Who is John Galt?  [EMAIL PROTECTED], that's who!



Re: Quoting styles, cont (Was Re: Fonts in GTK)

2001-09-06 Thread John Galt

Ahhh.  So the brokenness lies in the lack of quotation definers and the
implicit one line open (BTW, pine/pico leaves two, but angle-brackets
things in pretty well).  I just figured that the brokenness was an
artifact of where the cursor gets put, not having dealt with Lookout
(personal reasons, I know of the guy who wrote it and have nothing good to
say about him--if I was stuck in windoze, I'd prolly use a third party
app).  So the top-posting coupled with the microso~1 stuff is really a
no-op, since the non-quotation quotation can be dealt with in the process
of editing, since a bottom poster has to cursor through the old message,
there should be no problem adding in an angle-bracket on every line.
Perhaps in light of arguements like this, where the other side gets
demonized by micros~1 unfairly, there ought to be the Debian equivalent of
Godwin's razor: Since micros~1 is the functional equivalent of Nazis in
Debian, it follows that for uses inside Debian, that Godwin's razor cuts
on mentions of micros~1...

On Wed, 5 Sep 2001, Craig Dickson wrote:

>John Galt wrote:
>> Elm predates any microsoft email product...  Try to quote stuff in elm,
>> the cursor goes to the beginning of the text.
>
>Where the cursor starts out is beside the point. What matters is the
>structure of the message. Most traditional Internet email clients, such
>as elm or mutt, give you a document like this:
>
>___cut_here___
>John Galt wrote:
>> Elm predates any microsoft email product...  Try to quote stuff in elm,
>> the cursor goes to the beginning of the text.
>
>___cut_here___
>
>The use of angle-bracket quote marks on the left margin makes it easy to
>tell what text is new and what is quoted, facilitating proper replies.
>Moving the cursor to the bottom is trivial, and I think it's best that
>the client not do that automatically, as it would discourage the user
>from cutting out irrelevant material from the quoted message. (In fact,
>it is easily observed that most people who reply at the top fail to trim
>the quoted text.)
>
>Microsoft's mail clients, on the other hand, give you something like this:
>
>___cut_here___
>
>
>--- Original message ---
>From: John Galt
>
>Elm predates any microsoft email product...  Try to quote stuff in elm,
>the cursor goes to the beginning of the text.
>___cut_here___
>
>Note that they provide no left-margin quote marks, nor any indication of
>where the original message ends, and they leave a blank line or two at
>the top, implying that your reply should go there (otherwise, why put
>it there?).
>
>Craig
>
>
>

-- 
EMACS == Eight Megabytes And Constantly Swapping

Who is John Galt?  [EMAIL PROTECTED], that's who!



Re: Quoting styles, cont (Was Re: Fonts in GTK)

2001-09-05 Thread Nathan E Norman
On Wed, Sep 05, 2001 at 04:07:40PM -0600, John Galt wrote:
> >>  * You are not expected to understand this.
> >> --comment from Unix system 6 source, credited to Lions and Johnson
> >> Who is John Galt?  [EMAIL PROTECTED], that's who: finger me for GPG key
> >
> >Since you're such a fan of jeopardy style quoting, why is your sig
> >always at the bottom?  Seems hypocritical.
> 
> I think the sig said it all  You really aren't expected to understand.

Wow, your rapier wit is amazing to behold.  I'm always impressed by
people who raise a big fuss and then obfuscate the issue when asked a
direct question.

*plonk*

-- 
Nathan Norman - Staff Engineer | A good plan today is better
Micromuse Ltd. | than a perfect plan tomorrow.
mailto:[EMAIL PROTECTED]   |   -- Patton


pgpt7QdU2JPF7.pgp
Description: PGP signature


Re: Quoting styles, cont (Was Re: Fonts in GTK)

2001-09-05 Thread Hall Stevenson
* Craig Dickson ([EMAIL PROTECTED]) [010905 23:53]:
>
> Microsoft's mail clients, on the other hand, give you something like
> this:
>
> ___cut_here___
>
>
> --- Original message --- From: John Galt
>
> Elm predates any microsoft email product... Try to quote stuff in elm,
> the cursor goes to the beginning of the text. ___cut_here___
>
> Note that they provide no left-margin quote marks, nor any indication
> of where the original message ends, and they leave a blank line or two
> at the top, implying that your reply should go there (otherwise, why
> put it there?).

That's a configurable setting in Outlook Express. I use it every day...
I believe it's also configurable in regular Outlook. I'll check it
tomorrow.

The problem is that it's not the default. Hell, the default is to use
HTML vs plain-text.

Hall



Re: Quoting styles, cont (Was Re: Fonts in GTK)

2001-09-05 Thread dman
On Wed, Sep 05, 2001 at 04:51:20PM -0600, John Galt wrote:
| 
| Elm predates any microsoft email product...  Try to quote stuff in elm,
| the cursor goes to the beginning of the text.

Don't all editors start with the cursor at the beginning?  I used vim
in elm before I now use vim in mutt.  Regardless, vim starts with the
cursor at the beginning and I move down, trimming as necessary, when I
reply.

-D



Re: Quoting styles, cont (Was Re: Fonts in GTK)

2001-09-05 Thread Craig Dickson
John Galt wrote:
> Elm predates any microsoft email product...  Try to quote stuff in elm,
> the cursor goes to the beginning of the text.

Where the cursor starts out is beside the point. What matters is the
structure of the message. Most traditional Internet email clients, such
as elm or mutt, give you a document like this:

___cut_here___
John Galt wrote:
> Elm predates any microsoft email product...  Try to quote stuff in elm,
> the cursor goes to the beginning of the text.

___cut_here___

The use of angle-bracket quote marks on the left margin makes it easy to
tell what text is new and what is quoted, facilitating proper replies.
Moving the cursor to the bottom is trivial, and I think it's best that
the client not do that automatically, as it would discourage the user
from cutting out irrelevant material from the quoted message. (In fact,
it is easily observed that most people who reply at the top fail to trim
the quoted text.)

Microsoft's mail clients, on the other hand, give you something like this:

___cut_here___


--- Original message ---
From: John Galt

Elm predates any microsoft email product...  Try to quote stuff in elm,
the cursor goes to the beginning of the text.
___cut_here___

Note that they provide no left-margin quote marks, nor any indication of
where the original message ends, and they leave a blank line or two at
the top, implying that your reply should go there (otherwise, why put
it there?).

Craig



Re: Quoting styles, cont (Was Re: Fonts in GTK)

2001-09-05 Thread John Galt

Elm predates any microsoft email product...  Try to quote stuff in elm,
the cursor goes to the beginning of the text.

On Wed, 5 Sep 2001, Bud Rogers wrote:

>On Tuesday 04 September 2001 22:43 pm, Craig Dickson wrote:
>
>> Karsten is using the word as it is commonly used among computer
>> professionals. When some previously-common (or even not so common)
>> practice or standard is superseded and no longer recommended, it is said
>> to be "deprecated". One often sees a phrase such as "strongly deprecated"
>> in reference to something that is not merely no longer recommended, but
>> actively discouraged or considered a Very Bad Thing.
>
>Except that in this case we're not talking about a practice that was not
>previously common or even not so common.  We're talking about a practice that
>was virtually unknown until Microsoft flooded the market with badly broken
>mail and news clients that make it very difficult to properly quote or
>attribute anything.
>
>

-- 
 * You are not expected to understand this.
--comment from Unix system 6 source, credited to Lions and Johnson
Who is John Galt?  [EMAIL PROTECTED], that's who: finger me for GPG key





Re: Quoting styles, cont (Was Re: Fonts in GTK)

2001-09-05 Thread John Galt
On Wed, 5 Sep 2001, Nathan E Norman wrote:

>On Tue, Sep 04, 2001 at 09:34:05PM -0600, John Galt wrote:
>> On Tue, 4 Sep 2001, Nathan E Norman wrote:
>>
>> >On Tue, Sep 04, 2001 at 06:11:03PM -0700, Eric G. Miller wrote:
>> >> On Tue, Sep 04, 2001 at 03:10:27PM -0700, Karsten M. Self wrote:
>> >> > but this practice is strongly deprecated.
>> >>^^^
>> >>  Hell does that mean?
>> >>
>> >> Webster's Ninth Collegiate Dictionary has this to say...
>> >>
>> >> dep-re-cate  1. to express mild or regretful disapproval of  2.
>> >> DEPRECIATE
>> >>
>> >> I "strongly mildly dissapprove" of that quoting convention! Huh?
>> >
>> >"deprecate" is a common technical term (hang out at the IETF for a
>> >while).  When a standard is trached, it is marked "deprecated" so
>> >people know that though they might have to put up with it from others,
>> >they shouldn't implement or use it themselves.
>> >
>> >Perhaps Karsten should have used "discouraged" rather than deprecated,
>> >but close enough.
>>
>> Well that's the problem, isn't it?  Karsten (and yourself, variously)
>> isn't really "putting up" with it, now is he?
>
>Putting up with retarded behavior doesn't mean you are prohibited from
>discouraging said behavior.
>
>> --
>>  * You are not expected to understand this.
>> --comment from Unix system 6 source, credited to Lions and Johnson
>> Who is John Galt?  [EMAIL PROTECTED], that's who: finger me for GPG key
>
>Since you're such a fan of jeopardy style quoting, why is your sig
>always at the bottom?  Seems hypocritical.

I think the sig said it all  You really aren't expected to understand.

>Good luck,
>
>

-- 
 * You are not expected to understand this.
--comment from Unix system 6 source, credited to Lions and Johnson
Who is John Galt?  [EMAIL PROTECTED], that's who: finger me for GPG key





Re: Quoting styles, cont (Was Re: Fonts in GTK)

2001-09-05 Thread Bud Rogers
On Wednesday 05 September 2001 05:45 am, Bud Rogers wrote:

> Except that in this case we're not talking about a practice that was not
> previously common or even not so common. 

That's not a double negative, it's a brain fart.  I meant to say "We're not 
talking about a practice that was previously common or even not so common."

-- 
Bud Rogers <[EMAIL PROTECTED]>   http://www.sirinet.net/~budr
All things in moderation.  And not too much moderation either.



Re: Quoting styles, cont (Was Re: Fonts in GTK)

2001-09-05 Thread Craig Dickson
Rob Ransbottom wrote:

> If one watches for how misunderstandings occur and expand
> one can write so as to minimize them.

As someone once said, "You sadist! You're asking people to THINK!"

Much as I agree with everything you wrote, I think you're wasting your
breath. Written conversation is not really the sort of thing that most
people want to analyze and learn how to do better. In my experience,
most programmers can't be bothered to learn how to improve their coding
style so as to avoid certain common classes of bugs, and that's their
_job_, for which they presumably studied at university level. So how can
you expect the average mailing list subscriber -- someone who has not
been trained in problem solving -- to appreciate the sort of
engineer's-mindset arguments you're advancing?

The very idea that communication is a two-way street is strangely foreign
to most people, as far as I can tell. The general attitude seems to be,
"Well, what I said made sense to me, so there's something wrong with you
if you didn't understand it." Not everyone with this attitude is an
idiot either, at least, clinically speaking.

Craig



Re: Quoting styles, cont (Was Re: Fonts in GTK)

2001-09-05 Thread Rob Ransbottom

I agree.  See you don't know what part of whose post I agree with.

More in readable order follows. 


On Tue, 4 Sep 2001, Karsten M. Self wrote:

> on Tue, Sep 04, 2001 at 01:53:24PM -0600, John Galt ([EMAIL PROTECTED]) wrote:
> > 
> > In case nobody told you, this is a mailinglist, not usenet.  
> 
> Wrong, it's both:

I agree.  See you now know what part of Karsten's post I agree with.

It is obviously more readable to quote then reply.

The nature of usenet discourse is interesting to consider.  If you
watch carefully, you will find repetitious patterns of misunderstandings
and waste between the well intentioned.  Dialog looping and dialog floods 
within threads are a couple of simple examples.  

A flood is when I ask "How do I turn on my computer?" and 40 well
intentioned souls immediately say "Hey I know this one" and post
"There's a switch on the front or side. It may have an 'O' and
a '-' or 'I' intertwined or side by side labeling it."  Despite
the fact that the thread already has 20 responses.

A loop might happen when the thread broadens to discuss the proper 
location of power and reset switches and the meaning and history
of o-   An example:

  rir message:  power & reset switches shouldn't 
 be near drive buttons.

  karsten message:  (quote rir or not)  also they shouldn't 
  near the bottom where you might kick one 
  by accident

  john message:  true, but they should be away from the drive 
   bays too

If one watches for how misunderstandings occur and expand
one can write so as to minimize them.



Re: Quoting styles, cont (Was Re: Fonts in GTK)

2001-09-05 Thread ktb
On Wed, Sep 05, 2001 at 07:27:13PM +0200, Cliff Sarginson wrote:
> On Wed, Sep 05, 2001 at 11:52:27AM -0500, ktb wrote:
> > On Wed, Sep 05, 2001 at 08:48:22AM -0700, Craig Dickson wrote:
> > > Bud Rogers wrote:
> > > 
> > > > Except that in this case we're not talking about a practice that was
> > > > not previously common or even not so common. We're talking about a
> > > > practice that was virtually unknown until Microsoft flooded the market
> > > > with badly broken mail and news clients that make it very difficult to
> > > > properly quote or attribute anything.
> > > 
> > > True. In this situation, I wouldn't use the word "deprecated". I would
> > > just say that putting one's reply above the original message makes one
> > > look like an idiot.
> > 
> > I like that...lol.  I remember when I first started using linux I posted
> > to some list, probably this one.  I wanted to know how to set Netscape
> > mail to default, like outlook, to appending my text to the top of the
> > message.  You can imagine what response I got:D
> > kent
> > 
> Did they tell you cannot "append" something before something else..
> (just teasing)

Got me  :)
Lets start another definition thread. Kiddingjustkidding:)
kent

-- 
"The significant problems we face cannot be solved at the
   same level of thinking we were at when we created them."
 --Albert Einstein



Re: Quoting styles, cont (Was Re: Fonts in GTK)

2001-09-05 Thread Cliff Sarginson
On Wed, Sep 05, 2001 at 11:52:27AM -0500, ktb wrote:
> On Wed, Sep 05, 2001 at 08:48:22AM -0700, Craig Dickson wrote:
> > Bud Rogers wrote:
> > 
> > > Except that in this case we're not talking about a practice that was
> > > not previously common or even not so common. We're talking about a
> > > practice that was virtually unknown until Microsoft flooded the market
> > > with badly broken mail and news clients that make it very difficult to
> > > properly quote or attribute anything.
> > 
> > True. In this situation, I wouldn't use the word "deprecated". I would
> > just say that putting one's reply above the original message makes one
> > look like an idiot.
> 
> I like that...lol.  I remember when I first started using linux I posted
> to some list, probably this one.  I wanted to know how to set Netscape
> mail to default, like outlook, to appending my text to the top of the
> message.  You can imagine what response I got:D
> kent
> 
Did they tell you cannot "append" something before something else..
(just teasing)
Cliff



Re: Quoting styles, cont (Was Re: Fonts in GTK)

2001-09-05 Thread Colin Watson
On Tue, Sep 04, 2001 at 10:13:08PM -0600, John Galt wrote:
> On Tue, 4 Sep 2001, Karsten M. Self wrote:
> >The problem with suggesting prefix responses are suitable in any context
> >is that this leads almost immediately to bad practices:
> 
> Yeah, like the free exchange of ideas: can't have that.

Irrelevant. *shrug*

> >  - Excessive quoting, sigs and all.
> 
> How does appending rather than prepending change this?

Intelligent people who append are likely to read through the previous
text as they move down to compose their reply, and cut as they go.
Intelligent people who prepend are, in my experience, more likely to
forget. (Naturally, there are bad examples of both practices, but
well-snipped prefix responses are rare on both mailing lists and
Usenet.)

> >http://www.ptialaska.net/~kmorgan/nquote.html
> >
> >Q7: Why shouldn't I put my comments above the quoted material?
> 
> When you read your mail with rn, and have to send email over the "this
> message is about to be sent to millions of computers" warning of pnews,
> we'll talk.

For about the last two years, I read debian-* list mail with trn, and
followed up over that same warning. (I don't at the moment, but that's
due to losing much of that environment to a disk crash.)

Care to talk? Mailing lists and Usenet aren't much different, when you
get right down to it, as long as you stay out of Usenet's more annoying
cesspools.

[snip flamebait]

-- 
Colin Watson  [EMAIL PROTECTED]



Re: Quoting styles, cont (Was Re: Fonts in GTK)

2001-09-05 Thread ktb
On Wed, Sep 05, 2001 at 08:48:22AM -0700, Craig Dickson wrote:
> Bud Rogers wrote:
> 
> > Except that in this case we're not talking about a practice that was
> > not previously common or even not so common. We're talking about a
> > practice that was virtually unknown until Microsoft flooded the market
> > with badly broken mail and news clients that make it very difficult to
> > properly quote or attribute anything.
> 
> True. In this situation, I wouldn't use the word "deprecated". I would
> just say that putting one's reply above the original message makes one
> look like an idiot.

I like that...lol.  I remember when I first started using linux I posted
to some list, probably this one.  I wanted to know how to set Netscape
mail to default, like outlook, to appending my text to the top of the
message.  You can imagine what response I got:D
kent

-- 
"The significant problems we face cannot be solved at the
   same level of thinking we were at when we created them."
 --Albert Einstein



Re: Quoting styles, cont (Was Re: Fonts in GTK)

2001-09-05 Thread Nathan E Norman
On Tue, Sep 04, 2001 at 09:34:05PM -0600, John Galt wrote:
> On Tue, 4 Sep 2001, Nathan E Norman wrote:
> 
> >On Tue, Sep 04, 2001 at 06:11:03PM -0700, Eric G. Miller wrote:
> >> On Tue, Sep 04, 2001 at 03:10:27PM -0700, Karsten M. Self wrote:
> >> > but this practice is strongly deprecated.
> >>^^^
> >>   Hell does that mean?
> >>
> >> Webster's Ninth Collegiate Dictionary has this to say...
> >>
> >> dep-re-cate  1. to express mild or regretful disapproval of  2.
> >> DEPRECIATE
> >>
> >> I "strongly mildly dissapprove" of that quoting convention! Huh?
> >
> >"deprecate" is a common technical term (hang out at the IETF for a
> >while).  When a standard is trached, it is marked "deprecated" so
> >people know that though they might have to put up with it from others,
> >they shouldn't implement or use it themselves.
> >
> >Perhaps Karsten should have used "discouraged" rather than deprecated,
> >but close enough.
> 
> Well that's the problem, isn't it?  Karsten (and yourself, variously)
> isn't really "putting up" with it, now is he?

Putting up with retarded behavior doesn't mean you are prohibited from
discouraging said behavior.

> -- 
>  * You are not expected to understand this.
> --comment from Unix system 6 source, credited to Lions and Johnson
> Who is John Galt?  [EMAIL PROTECTED], that's who: finger me for GPG key

Since you're such a fan of jeopardy style quoting, why is your sig
always at the bottom?  Seems hypocritical.

Good luck,

-- 
Nathan Norman - Staff Engineer | A good plan today is better
Micromuse Ltd. | than a perfect plan tomorrow.
mailto:[EMAIL PROTECTED]   |   -- Patton


pgpB00bjN0bha.pgp
Description: PGP signature


Re: Quoting styles, cont (Was Re: Fonts in GTK)

2001-09-05 Thread Craig Dickson
Bud Rogers wrote:

> Except that in this case we're not talking about a practice that was
> not previously common or even not so common. We're talking about a
> practice that was virtually unknown until Microsoft flooded the market
> with badly broken mail and news clients that make it very difficult to
> properly quote or attribute anything.

True. In this situation, I wouldn't use the word "deprecated". I would
just say that putting one's reply above the original message makes one
look like an idiot.

Craig



Re: Quoting styles, cont (Was Re: Fonts in GTK)

2001-09-05 Thread Bud Rogers
On Tuesday 04 September 2001 22:43 pm, Craig Dickson wrote:

> Karsten is using the word as it is commonly used among computer
> professionals. When some previously-common (or even not so common)
> practice or standard is superseded and no longer recommended, it is said
> to be "deprecated". One often sees a phrase such as "strongly deprecated"
> in reference to something that is not merely no longer recommended, but
> actively discouraged or considered a Very Bad Thing.

Except that in this case we're not talking about a practice that was not 
previously common or even not so common.  We're talking about a practice that 
was virtually unknown until Microsoft flooded the market with badly broken 
mail and news clients that make it very difficult to properly quote or 
attribute anything.

-- 
Bud Rogers <[EMAIL PROTECTED]>   http://www.sirinet.net/~budr
All things in moderation.  And not too much moderation either.



Re: Fonts in GTK

2001-09-05 Thread J.H.M. Dassen \(Ray\)
Karsten and others have already explained the evils of jeopardy-style
quoting, so I won't go into that again. I have some other remarks though.

On Tue, Sep 04, 2001 at 13:53:24 -0600, John Galt wrote:
> In case nobody told you, this is a mailinglist, not usenet.

I'm well aware that debian-user is primarily a mailing list. I've been on it
since the time user support was just one of the topics on the single Debian
mail "channel". I'm also aware that it is not just accessed as a mailing
list, but also as a usenet group and as a webbased information resource;
contexts in which following threads is often less easy than it is with a
sophisticated MUA. (Not that sophisticated MUAs justify top-posting, as has
been pointed out already)

> To be more precise, this is a reliable method of ensuring that anything
> you reply to has already been read,

It is not. Email is not reliable; nothing forces anyone to read every
message in a thread (think e.g. of subthreads with changed subjects); people
or systems clean up mailboxes (in particular with lists of debian-user's
volume) etc.

> thus you shouldn't need to scroll through the question all of the time to
> get to the answer.

Appropriate quoting among other things entails trimming quoted text to a
right amount of context, which is typically less than a terminal full, so
there is not much scrolling involved.

> Needless to say, the best method is to let the replier define how their
> reply goes,

Grammatically I can parse this sentence, but I'm miffed as to what it is
supposed to mean.

> but you really didn't do that to Hall,

Hall asked what was meant by "use postfix response", and I explained what
Karsten (presumably) meant by that.

> so I feel justified in correcting you.

If feeling justified makes you happy, I'm glad to have contributed to your
happiness. Otherwise, I've seen nothing in your remarks that I consider a
valid correction.

Ray
-- 
POPULATION EXPLOSION  Unique in human experience, an event which happened 
yesterday but which everyone swears won't happen until tomorrow.  
- The Hipcrime Vocab by Chad C. Mulligan 



Re: Quoting styles, cont (Was Re: Fonts in GTK)

2001-09-05 Thread J.H.M. Dassen \(Ray\)
On Tue, Sep 04, 2001 at 18:11:03 -0700, Eric G. Miller wrote:
> Webster's Ninth Collegiate Dictionary has this to say...
> 
> dep-re-cate  1. to express mild or regretful disapproval of  2.
> DEPRECIATE

The Oxford Advanced Learner's Dictionary, 5th ed. says "to feel and express
disapproval of sth"; no "mild" there.

And dict(1) includes:
From WordNet (r) 1.6 [wn]:

  deprecate
   v 1: express strong disapproval of; deplore
   2: belittle; "The teacher should not deprecate his student's
  efforts" [syn: {depreciate}]

So we have the whole spectrum (mild, neutral/unspecified strength,
strong)... don't you just love the fluidity of natural language?

Ray
-- 
RUMOUR  Believe all you hear. Your world may  not be a better one than the one
the blocks  live in but it'll be a sight more vivid.  
- The Hipcrime Vocab by Chad C. Mulligan  



Re: Quoting styles, cont (Was Re: Fonts in GTK)

2001-09-05 Thread Cliff Sarginson
On Tue, Sep 04, 2001 at 03:10:27PM -0700, Karsten M. Self wrote:
> on Tue, Sep 04, 2001 at 01:53:24PM -0600, John Galt ([EMAIL PROTECTED]) wrote:
> > 
> > In case nobody told you, this is a mailinglist, not usenet.  
> 
> Wrong, it's both:
> 
> news:muc.lists.debian.user
> 
> > To be more precise, this is a reliable method of ensuring that
> > anything you reply to has already been read, thus you shouldn't need
> > to scroll through the question all of the time to get to the answer.

I agree, but have found that more or less unconsciously I follow
the practise of the previous respondant...
While we are on this subject of mailing list etiquette may I make
another plea...if people insist on using attachments please make
sure that they are of type text and NOT HTML. In fact if at all
possible avoid attachments.
And the SUBJECT field, the text "HELP!!!" is not a subject, unless
you are failling out of a window and want someone to catch you.
I make extensive use of mail filters to sort my mail based on
subject, as I sure others do and with many hundreds of messages a
day you have to skip some of them. Mailers will get more response
I think if they follow a few simple rules.

I also subscribe to freebsd mailing lists and there from time to time
an advice on mailing is posted. It is sound sensible stuff. Maybe
we need such a thing here ?

Regards
Cliff

ps. Keep it polite !



Re: Quoting styles, cont (Was Re: Fonts in GTK)

2001-09-05 Thread Karsten M. Self
on Tue, Sep 04, 2001 at 06:11:03PM -0700, Eric G. Miller (egm2@jps.net) wrote:
> On Tue, Sep 04, 2001 at 03:10:27PM -0700, Karsten M. Self wrote:

<...>

> > Thanks to poor design of some PC-based mail agents, one will
> > occasionally see the entire quoted message after the response, like
> > this
> >  response to message
> >  > entire message
> > 
> > but this practice is strongly deprecated.
>^^^
>  Hell does that mean?
> 
> Webster's Ninth Collegiate Dictionary has this to say...
> 
> dep-re-cate  1. to express mild or regretful disapproval of  2.
> DEPRECIATE
> 
> I "strongly mildly dissapprove" of that quoting convention! Huh?

$ dict deprecate
From WordNet (r) 1.7 [wn]:

  deprecate
   v 1: express strong disapproval of; deplore
   2: belittle; "The teacher should not deprecate his student's
  efforts" [syn: {depreciate}]

Roughly a synonym for "discouraged" as used in technical contexts.
Another dictionary gives "express disaproval for" (Oxford Encyclopedic).

-- 
Karsten M. Self   http://kmself.home.netcom.com/
 What part of "Gestalt" don't you understand? There is no K5 cabal
  http://gestalt-system.sourceforge.net/   http://www.kuro5hin.org
   Free Dmitry! Boycott Adobe! Repeal the DMCA!http://www.freesklyarov.org
Geek for Hirehttp://kmself.home.netcom.com/resume.html


pgpgNFlItMbYg.pgp
Description: PGP signature


Re: Quoting styles, cont (Was Re: Fonts in GTK)

2001-09-05 Thread Paul D. Smith
%% Regarding Re: Quoting styles, cont (Was Re: Fonts in GTK);
%% "Eric G. Miller"  writes:

  >> but this practice is strongly deprecated.
  egm>^^^
  egm> Hell does that mean?

  egm> Webster's Ninth Collegiate Dictionary has this to say...

  egm> dep-re-cate  1. to express mild or regretful disapproval of  2.
  egm> DEPRECIATE

  egm> I "strongly mildly dissapprove" of that quoting convention! Huh?

Merriam-Webster's Collegiate Dictionary <http://www.m-w.com>:

  1 a archaic : to pray against (as an evil) b : to seek to avert
  

  2 : to express disapproval of

  3 a : PLAY DOWN : make little of  b : BELITTLE, DISPARAGE 

Webster's Dictionary (New Lexicon / Deluxe Encyclopedic Edition, 1988):

  v.t.  To express disapproval of

"Strongly deprecated" makes perfect sense.

-- 
---
 Paul D. Smith <[EMAIL PROTECTED]> HASMAT--HA Software Mthds & Tools
 "Please remain calm...I may be mad, but I am a professional." --Mad Scientist
---
   These are my opinions---Nortel Networks takes no responsibility for them.



Re: Quoting styles, cont (Was Re: Fonts in GTK)

2001-09-05 Thread Eric G. Miller
You top posted on purpose. Didn't you? Ahh, you rat bastard! ;)

On Tue, Sep 04, 2001 at 09:34:05PM -0600, John Galt wrote:
> 
> Well that's the problem, isn't it?  Karsten (and yourself, variously)
> isn't really "putting up" with it, now is he?
> 
> On Tue, 4 Sep 2001, Nathan E Norman wrote:
> 
> >On Tue, Sep 04, 2001 at 06:11:03PM -0700, Eric G. Miller wrote:
> >> On Tue, Sep 04, 2001 at 03:10:27PM -0700, Karsten M. Self wrote:
> >> > but this practice is strongly deprecated.
> >>^^^
> >>   Hell does that mean?
> >>
> >> Webster's Ninth Collegiate Dictionary has this to say...
> >>
> >> dep-re-cate  1. to express mild or regretful disapproval of  2.
> >> DEPRECIATE
> >>
> >> I "strongly mildly dissapprove" of that quoting convention! Huh?
> >
> >"deprecate" is a common technical term (hang out at the IETF for a
> >while).  When a standard is trached, it is marked "deprecated" so
> >people know that though they might have to put up with it from others,
> >they shouldn't implement or use it themselves.
> >
> >Perhaps Karsten should have used "discouraged" rather than deprecated,
> >but close enough.
> >
> >

-- 
Eric G. Miller 



Re: Quoting styles, cont (Was Re: Fonts in GTK)

2001-09-05 Thread Eric G. Miller
On Tue, Sep 04, 2001 at 08:43:02PM -0700, Craig Dickson wrote:
> Eric G. Miller wrote:
> 
> > > but this practice is strongly deprecated.
> >^^^
> >Hell does that mean?
> > 
> > Webster's Ninth Collegiate Dictionary has this to say...
> > 
> > dep-re-cate  1. to express mild or regretful disapproval of  2.
> > DEPRECIATE
> > 
> > I "strongly mildly dissapprove" of that quoting convention! Huh?
> 
> Karsten is using the word as it is commonly used among computer
> professionals. When some previously-common (or even not so common)
> practice or standard is superseded and no longer recommended, it is said
> to be "deprecated". One often sees a phrase such as "strongly deprecated"
> in reference to something that is not merely no longer recommended, but
> actively discouraged or considered a Very Bad Thing.

Well, I understand the meaning of deprecated.  And I understand it's
usage in technology.  The point was, "deprecate" should not be used in
the context where a stonger term is appropriate as it means "mild
disapproval".  It ranks with phrases like "pretty ugly"...

Oh, hell! Nevermind...

-- 
Eric G. Miller 



Re: Quoting styles, cont (Was Re: Fonts in GTK)

2001-09-05 Thread John Galt
On Tue, 4 Sep 2001, Karsten M. Self wrote:

>on Tue, Sep 04, 2001 at 01:53:24PM -0600, John Galt ([EMAIL PROTECTED]) wrote:
>>
>> In case nobody told you, this is a mailinglist, not usenet.
>
>Wrong, it's both:
>
>news:muc.lists.debian.user

mail to news gateways notwithstanding

>> To be more precise, this is a reliable method of ensuring that
>> anything you reply to has already been read, thus you shouldn't need
>> to scroll through the question all of the time to get to the answer.
>> However, for the people who wish to backstop, it's important that the
>> question be in the same message as the answer so that misteaks can be
>> corrected contextually. Thus top posting is more appropriate.
>
>My preference is that top posting never be considered appropriate.
>We've now got a situation in which I'm responding to a top-quoted post,
>in which prior content is now further down the list.

And you somehow are shriveling up?

>If a long response in which context is largely irrelevant is desired,
>quoting a line or two of context, and posting beneath it, is far
>preferable.

Unless, of course the line or two are the wrong ones.

>> Needless to say, the best method is to let the replier define how
>> their reply goes, but you really didn't do that to Hall, so I feel
>> justified in correcting you.
>
>The problem with suggesting prefix responses are suitable in any context
>is that this leads almost immediately to bad practices:

Yeah, like the free exchange of ideas: can't have that.

>  - Prefix responses including the entire message body, sigs included,
>of the message replied to.  In one recent case, this was up to 600+
>lines of a list digest.  The *multiple* miscreants were roundly
>flamed.

Better than having to deal with 600+ lines of quote, then the response.
What makes you think that appending was going to change their quotation?

>  - Excessive quoting, sigs and all.

How does appending rather than prepending change this?

>  - Prefix responses where followups (and hence, mixed pre/postfix
>responses) are likely.  E.g.:  present case.

So?  Did someone hold a gun to anyone's heads to post the way they did?
(actually, I kind of got logically forced into at least one prepend
response: it's hard to argue a case you don't follow)

>  - Prefix responses in all contexts.

As opposed to postfix responses in all contexts?  It is much more often
the case that a postfixer screws up a nice prefix thread than the
opposite: often prefix threads devolve into point-by-point, while postfix
threads end up with lost context because of overzealous editing.

>The poster is requesting the favor of a reply from the readership.  This
>particular reader strongly deprecates prefix response, and tends to skip
>such posts.

THIS one thinks that the message is more important than the form.

>From "NNQ: Quoting Style in Newsgroup Postings"

WHAT DAMN NEWSGROUP?  Mail to news does NOT mean it's a newsgroup, anymore
than bit.listserv.coco is a mailinglist, even though Princeton has mirrored it
to a mailing list since it's inception.

>http://www.ptialaska.net/~kmorgan/nquote.html
>
>Q7: Why shouldn't I put my comments above the quoted material?

When you read your mail with rn, and have to send email over the "this
message is about to be sent to millions of computers" warning of pnews,
we'll talk.

>A7: Keep in mind that you're not writing just for the person whose
>posting you're responding to. (If you are, you should be e-mailing
>your response instead of posting it.) Thousands of other people may
>read what you write.  People who aren't directly involved in a
>discussion themselves, and who are probably following several
>discussions at once, usually follow the logic more easily when they
>can read the material in more-or-less chronological order.
>
>When you have just a single question and response, and they're both
>short, and the discussion doesn't develop any further, it really
>doesn't make that much difference in practice. But it's impossible
>to predict in advance whether a response will draw another response.
>So in general, it's best to put your response below the text that
>you're responding to.
>
>
>From "Email Quotes" in the Jargon File:
>http://www.tuxedo.org/~esr/jargon/html/Email-Quotes.html

No, the jargon file (THD) never had anything about posting at all.  It was
added in TNHD.

http://www.cs.ucl.ac.uk/external/p.dourish/jargon.html

Therefore, this is all the personal preference of ESR.

>Most netters view an inclusion as a promise that comment on it will
>immediately follow. The preferred, conversational style looks like
>this,
>> relevant excerpt 1
>response to excerpt
>> relevant excerpt 2
>response to excerpt
>> relevant excerpt 3
>response to excerpt
>
>or for short messages like this:
>> entire message
>response to message
>
>Thanks to poor

Re: Quoting styles, cont (Was Re: Fonts in GTK)

2001-09-05 Thread Craig Dickson
Eric G. Miller wrote:

> > but this practice is strongly deprecated.
>^^^
>  Hell does that mean?
> 
> Webster's Ninth Collegiate Dictionary has this to say...
> 
> dep-re-cate  1. to express mild or regretful disapproval of  2.
> DEPRECIATE
> 
> I "strongly mildly dissapprove" of that quoting convention! Huh?

Karsten is using the word as it is commonly used among computer
professionals. When some previously-common (or even not so common)
practice or standard is superseded and no longer recommended, it is said
to be "deprecated". One often sees a phrase such as "strongly deprecated"
in reference to something that is not merely no longer recommended, but
actively discouraged or considered a Very Bad Thing.

Craig



Re: Quoting styles, cont (Was Re: Fonts in GTK)

2001-09-05 Thread John Galt

Well that's the problem, isn't it?  Karsten (and yourself, variously)
isn't really "putting up" with it, now is he?

On Tue, 4 Sep 2001, Nathan E Norman wrote:

>On Tue, Sep 04, 2001 at 06:11:03PM -0700, Eric G. Miller wrote:
>> On Tue, Sep 04, 2001 at 03:10:27PM -0700, Karsten M. Self wrote:
>> > but this practice is strongly deprecated.
>>^^^
>> Hell does that mean?
>>
>> Webster's Ninth Collegiate Dictionary has this to say...
>>
>> dep-re-cate  1. to express mild or regretful disapproval of  2.
>> DEPRECIATE
>>
>> I "strongly mildly dissapprove" of that quoting convention! Huh?
>
>"deprecate" is a common technical term (hang out at the IETF for a
>while).  When a standard is trached, it is marked "deprecated" so
>people know that though they might have to put up with it from others,
>they shouldn't implement or use it themselves.
>
>Perhaps Karsten should have used "discouraged" rather than deprecated,
>but close enough.
>
>

-- 
 * You are not expected to understand this.
--comment from Unix system 6 source, credited to Lions and Johnson
Who is John Galt?  [EMAIL PROTECTED], that's who: finger me for GPG key






Re: Quoting styles, cont (Was Re: Fonts in GTK)

2001-09-05 Thread Nathan E Norman
On Tue, Sep 04, 2001 at 06:11:03PM -0700, Eric G. Miller wrote:
> On Tue, Sep 04, 2001 at 03:10:27PM -0700, Karsten M. Self wrote:
> > but this practice is strongly deprecated.
>^^^
>  Hell does that mean?
> 
> Webster's Ninth Collegiate Dictionary has this to say...
> 
> dep-re-cate  1. to express mild or regretful disapproval of  2.
> DEPRECIATE
> 
> I "strongly mildly dissapprove" of that quoting convention! Huh?

"deprecate" is a common technical term (hang out at the IETF for a
while).  When a standard is trached, it is marked "deprecated" so
people know that though they might have to put up with it from others,
they shouldn't implement or use it themselves.

Perhaps Karsten should have used "discouraged" rather than deprecated,
but close enough.

-- 
Nathan Norman - Staff Engineer | A good plan today is better
Micromuse Ltd. | than a perfect plan tomorrow.
mailto:[EMAIL PROTECTED]   |   -- Patton


pgpdqreECEGm0.pgp
Description: PGP signature


Re: Quoting styles, cont (Was Re: Fonts in GTK)

2001-09-04 Thread Eric G. Miller
On Tue, Sep 04, 2001 at 03:10:27PM -0700, Karsten M. Self wrote:
[snip]
> From "Email Quotes" in the Jargon File:
> http://www.tuxedo.org/~esr/jargon/html/Email-Quotes.html   
> 
> Most netters view an inclusion as a promise that comment on it will
> immediately follow. The preferred, conversational style looks like
> this,
>> relevant excerpt 1
>response to excerpt
>> relevant excerpt 2
>response to excerpt
>> relevant excerpt 3
>response to excerpt
> 
> or for short messages like this:
>> entire message
>response to message
> 
> Thanks to poor design of some PC-based mail agents, one will
> occasionally see the entire quoted message after the response, like
> this
>response to message
>> entire message
> 
> but this practice is strongly deprecated.
   ^^^
   Hell does that mean?

Webster's Ninth Collegiate Dictionary has this to say...

dep-re-cate  1. to express mild or regretful disapproval of  2.
DEPRECIATE

I "strongly mildly dissapprove" of that quoting convention! Huh?


-- 
Eric G. Miller 



Quoting styles, cont (Was Re: Fonts in GTK)

2001-09-04 Thread Karsten M. Self
on Tue, Sep 04, 2001 at 01:53:24PM -0600, John Galt ([EMAIL PROTECTED]) wrote:
> 
> In case nobody told you, this is a mailinglist, not usenet.  

Wrong, it's both:

news:muc.lists.debian.user

> To be more precise, this is a reliable method of ensuring that
> anything you reply to has already been read, thus you shouldn't need
> to scroll through the question all of the time to get to the answer.
> However, for the people who wish to backstop, it's important that the
> question be in the same message as the answer so that misteaks can be
> corrected contextually. Thus top posting is more appropriate.

My preference is that top posting never be considered appropriate.
We've now got a situation in which I'm responding to a top-quoted post,
in which prior content is now further down the list.

If a long response in which context is largely irrelevant is desired,
quoting a line or two of context, and posting beneath it, is far
preferable.

> Needless to say, the best method is to let the replier define how
> their reply goes, but you really didn't do that to Hall, so I feel
> justified in correcting you.

The problem with suggesting prefix responses are suitable in any context
is that this leads almost immediately to bad practices:

  - Prefix responses including the entire message body, sigs included,
of the message replied to.  In one recent case, this was up to 600+
lines of a list digest.  The *multiple* miscreants were roundly
flamed.

  - Excessive quoting, sigs and all.

  - Prefix responses where followups (and hence, mixed pre/postfix
responses) are likely.  E.g.:  present case.

  - Prefix responses in all contexts.

The poster is requesting the favor of a reply from the readership.  This
particular reader strongly deprecates prefix response, and tends to skip
such posts.  

From "NNQ: Quoting Style in Newsgroup Postings"

http://www.ptialaska.net/~kmorgan/nquote.html

Q7: Why shouldn't I put my comments above the quoted material?

A7: Keep in mind that you're not writing just for the person whose
posting you're responding to. (If you are, you should be e-mailing
your response instead of posting it.) Thousands of other people may
read what you write.  People who aren't directly involved in a
discussion themselves, and who are probably following several
discussions at once, usually follow the logic more easily when they
can read the material in more-or-less chronological order.

When you have just a single question and response, and they're both
short, and the discussion doesn't develop any further, it really
doesn't make that much difference in practice. But it's impossible
to predict in advance whether a response will draw another response.
So in general, it's best to put your response below the text that
you're responding to.


From "Email Quotes" in the Jargon File:
http://www.tuxedo.org/~esr/jargon/html/Email-Quotes.html   

Most netters view an inclusion as a promise that comment on it will
immediately follow. The preferred, conversational style looks like
this,
 > relevant excerpt 1
 response to excerpt
 > relevant excerpt 2
 response to excerpt
 > relevant excerpt 3
 response to excerpt

or for short messages like this:
 > entire message
 response to message

Thanks to poor design of some PC-based mail agents, one will
occasionally see the entire quoted message after the response, like
this
 response to message
 > entire message

but this practice is strongly deprecated.


From "Configuring your news reader to post to uk.*"

http://www.usenet.org.uk/ukpost.html#s3

Always put your reply text after the text you are quoting. Remember
that the purpose of quoted text is to provide a context for your
reply - if your reply comes first, forcing the reader to look
further down the message for what you are replying to, the purpose
of quoting (to make things easier for the reader) has been defeated.


Even the Microsoft NG guidelines suggest postfix response:

From: [EMAIL PROTECTED]
Subject: Welcome - read this first!

http://www.jsiinc.com/newsgroup_document.htm

In follow-ups, whether News or Mail, CUT headers & signatures, PRUNE
quotations, and preserve order.  That is to say, quote above each
part of your reply as much of the earlier stuff as is needed to put
the new material in context, but no more; most readers will be able
to refer to the earlier article itself, if need be. 

And for general reference (including pointers to the above references),
see "FAQ: Of quoting".

http://www.uwasa.fi/~ts/http/quote.html

> On Tue, 4 Sep 2001, J.H.M. Dassen (Ray) wrote:
> 
> >On Tue, Sep 04, 2001 at 08:26:35 -0400, Hall Stevenson wrote:
> >> Now, 'use postfix response' ??
> >
> >"Reply below the text you're responding to".
> >
> >To borrow a sig: "Ans

Quoting style (was Re: Fonts in GTK)

2001-09-04 Thread Karsten M. Self
on Tue, Sep 04, 2001 at 08:26:35AM -0400, Hall Stevenson ([EMAIL PROTECTED]) 
wrote:
> Karsten M. Self (kmself@ix.netcom.com) wrote:

> > Please use postfix response and appropriate quoting
> > style.
> 
> What the hell does that mean ?? 'appropriate quoting style' I
> understand, but asking someone to use it will likely get no
> where. If they knew 'the right way', they'd likely already be
> using it.

Line prefix characters indicating quoting depth, e.g.:  '> > ...',
accompanied with attribution lines at the top of the message (you'd
trimmed all of same) to allow association of quoted lines with author.

The "quoted message follows" style of quoting works for precisely one
generation of response.  Subsequently it's not possible to tell what the
original message was and what its reply was, particularly when multiple
postfix responses to points are made.

Postfix reply is, as mentioned elsewhere, answer-follows-question style.
AKA followup response.  Opposed to Jeopardy response.  Annoying enough
of itself, it inevitably leads to mixed-style response (QA, AQ), which
is impossible to follow.

Cheers.

-- 
Karsten M. Self   http://kmself.home.netcom.com/
 What part of "Gestalt" don't you understand? There is no K5 cabal
  http://gestalt-system.sourceforge.net/   http://www.kuro5hin.org
   Free Dmitry! Boycott Adobe! Repeal the DMCA!http://www.freesklyarov.org
Geek for Hirehttp://kmself.home.netcom.com/resume.html


pgpCNtguck7Rr.pgp
Description: PGP signature


Re: Fonts in GTK

2001-09-04 Thread Paul D. Smith
%% "J." Roger Jones <[EMAIL PROTECTED]> writes:

  >> I had a working GNOME install from Woody.  I just updated to Sid,
  >> and everything seemed to go quite nicely, but now in GNOME, or
  >> rather anything that uses GTK, I see only a bunch of little squares
  >> where I should be seeing text.  Can anyone tell me what I hosed, and
  >> what I need to do to correct it?

  j> I had the same problem a few weeks ago. I used KDE2 for a while,
  j> but didn't care for it. I tried researching the problem, but came
  j> up with few references. I then came across the Debian TrueType
  j> Mini-HOWTO, and installed xfs and xfstt, and then fiddled with the
  j> FontPath setting if the XF86Config file (following instructions in
  j> the mini-HOWTO). Needless to say, whatever I did works. Gnome, GTK,
  j> and X apps are now readable.

You don't need to use either xfs or xfstt when you're using XFree86 4.x,
which is the version in both Woody and Sid.

XFree86 4.x contains loadable module capability, and there are loadable
server modules for TrueType fonts.  Thus you do not need a separate font
server.

You might check out my TrueType info page:

  http://www.paulandlesley.org/linux/

-- 
---
 Paul D. Smith <[EMAIL PROTECTED]> HASMAT--HA Software Mthds & Tools
 "Please remain calm...I may be mad, but I am a professional." --Mad Scientist
---
   These are my opinions---Nortel Networks takes no responsibility for them.



Re: Fonts in GTK

2001-09-04 Thread John Galt

In case nobody told you, this is a mailinglist, not usenet.  To be more
precise, this is a reliable method of ensuring that anything you reply to
has already been read, thus you shouldn't need to scroll through the
question all of the time to get to the answer.  However, for the people
who wish to backstop, it's important that the question be in the same
message as the answer so that misteaks can be corrected contextually. Thus
top posting is more appropriate.  Needless to say, the best method is to
let the replier define how their reply goes, but you really didn't do
that to Hall, so I feel justified in correcting you.

On Tue, 4 Sep 2001, J.H.M. Dassen (Ray) wrote:

>On Tue, Sep 04, 2001 at 08:26:35 -0400, Hall Stevenson wrote:
>> Now, 'use postfix response' ??
>
>"Reply below the text you're responding to".
>
>To borrow a sig: "Answering above the the original message is called top
>posting. Sometimes also called the Jeopardy style. Usenet is Q & A not A &
>Q." -- Bob Gootee
>

-- 
Galt's sci-fi paradox:  Stormtroopers versus Redshirts to the death.

Who is John Galt?  [EMAIL PROTECTED], that's who!






Re: Fonts in GTK

2001-09-04 Thread J.H.M. Dassen \(Ray\)
On Tue, Sep 04, 2001 at 08:26:35 -0400, Hall Stevenson wrote:
> Now, 'use postfix response' ??

"Reply below the text you're responding to".

To borrow a sig: "Answering above the the original message is called top
posting. Sometimes also called the Jeopardy style. Usenet is Q & A not A &
Q." -- Bob Gootee
-- 
RUMOUR  Believe all you hear. Your world may  not be a better one than the one
the blocks  live in but it'll be a sight more vivid.  
- The Hipcrime Vocab by Chad C. Mulligan  



Re: Fonts in GTK

2001-09-04 Thread Hall Stevenson
> > > See locale issues discussed here variously.  I
> > > don't know a current fix, but the problem's definitely
> > > been identified.
> >
> > Try changing the character set.
>
> Please use postfix response and appropriate quoting
> style.

What the hell does that mean ?? 'appropriate quoting style' I
understand, but asking someone to use it will likely get no
where. If they knew 'the right way', they'd likely already be
using it.

Now, 'use postfix response' ??

Hall



RE: Fonts in GTK

2001-09-04 Thread William Leese
> -Original Message-
> From: Karsten M. Self [mailto:[EMAIL PROTECTED]
> Sent: dinsdag 4 september 2001 10:25
> To: 'Debian List'
> Subject: Re: Fonts in GTK
>
>
> on Tue, Sep 04, 2001 at 09:02:18AM +0200, William Leese
> ([EMAIL PROTECTED]) wrote:
> > From: Karsten M. Self [mailto:[EMAIL PROTECTED]
> > Sent: dinsdag 4 september 2001 0:14
> > >
> > > on Mon, Sep 03, 2001 at 03:03:35PM -0700, J. D. Kitch
> ([EMAIL PROTECTED]) wrote:
> > > > I had a working GNOME install from Woody.  I just
> updated to Sid,
> > > > and everything seemed to go quite nicely, but now in GNOME, or
> > > > rather anything that uses GTK, I see only a bunch of little
> > > > squares where I should be seeing text.  Can anyone tell
> me what I
> > > > hosed, and what I need to do to correct it?
> > >
> > > See locale issues discussed here variously.  I don't know
> a current
> > > fix, but the problem's definitely been identified.
>
> > Try changing the character set.
>
> Please use postfix response and appropriate quoting style.
>
> Could you provide more specificity on how and/or where?
>

mm, didn't bother to reconfigure Outlook to use 'standard' formatting of
this list. Hope i didn't offend anybody. (sarcasm)

This is really just temporarily solution: open gnomecc and go to themes,
there check the option 'use this font' (for something similar) and select a
nice font, but make sure the charset is xx59(/58? not sure which one, but
you'll know when you see the dreaded squares :)



Re: Fonts in GTK

2001-09-04 Thread Karsten M. Self
on Tue, Sep 04, 2001 at 09:02:18AM +0200, William Leese ([EMAIL PROTECTED]) 
wrote:
> From: Karsten M. Self [mailto:[EMAIL PROTECTED]
> Sent: dinsdag 4 september 2001 0:14
> > 
> > on Mon, Sep 03, 2001 at 03:03:35PM -0700, J. D. Kitch ([EMAIL PROTECTED]) 
> > wrote:
> > > I had a working GNOME install from Woody.  I just updated to Sid,
> > > and everything seemed to go quite nicely, but now in GNOME, or
> > > rather anything that uses GTK, I see only a bunch of little
> > > squares where I should be seeing text.  Can anyone tell me what I
> > > hosed, and what I need to do to correct it?
> > 
> > See locale issues discussed here variously.  I don't know a current
> > fix, but the problem's definitely been identified.

> Try changing the character set.

Please use postfix response and appropriate quoting style.

Could you provide more specificity on how and/or where?

-- 
Karsten M. Self   http://kmself.home.netcom.com/
 What part of "Gestalt" don't you understand? There is no K5 cabal
  http://gestalt-system.sourceforge.net/   http://www.kuro5hin.org
   Free Dmitry! Boycott Adobe! Repeal the DMCA!http://www.freesklyarov.org
Geek for Hirehttp://kmself.home.netcom.com/resume.html


pgpsvp8oqtzCp.pgp
Description: PGP signature


RE: Fonts in GTK

2001-09-04 Thread William Leese
Try changing the character set.

-Original Message-
From: Karsten M. Self [mailto:[EMAIL PROTECTED]
Sent: dinsdag 4 september 2001 0:14
To: Debian List
Subject: Re: Fonts in GTK


on Mon, Sep 03, 2001 at 03:03:35PM -0700, J. D. Kitch ([EMAIL PROTECTED]) wrote:
> I had a working GNOME install from Woody.  I just updated to Sid,
> and everything seemed to go quite nicely, but now in GNOME, or
> rather anything that uses GTK, I see only a bunch of little squares
> where I should be seeing text.  Can anyone tell me what I hosed, and
> what I need to do to correct it?

See locale issues discussed here variously.  I don't know a current fix,
but the problem's definitely been identified.

--
Karsten M. Self 
http://kmself.home.netcom.com/
 What part of "Gestalt" don't you understand? There is no K5
cabal
  http://gestalt-system.sourceforge.net/
http://www.kuro5hin.org
   Free Dmitry! Boycott Adobe! Repeal the DMCA!
http://www.freesklyarov.org
Geek for Hire
http://kmself.home.netcom.com/resume.html



Re: Fonts in GTK

2001-09-03 Thread J . Roger Jones
On Mon, 3 Sep 2001 15:03:35 -0700
"J. D. Kitch" <[EMAIL PROTECTED]> wrote:

> I had a working GNOME install from Woody.  I just updated to Sid,
> and everything seemed to go quite nicely, but now in GNOME, or
> rather anything that uses GTK, I see only a bunch of little squares
> where I should be seeing text.  Can anyone tell me what I hosed, and
> what I need to do to correct it?
> 
> TIA,
> jdk

I had the same problem a few weeks ago. I used KDE2 for a while, but
didn't care for it. I tried researching the problem, but came up with few
references. I then came across the Debian TrueType Mini-HOWTO, and
installed xfs and xfstt, and then fiddled with the FontPath setting if the
XF86Config file (following instructions in the mini-HOWTO). Needless to
say, whatever I did works. Gnome, GTK, and X apps are now readable.

Try xfs and xfstt, and the HOWTO can be found through a google search.
They are small packages, and setup takes 5-10 minutes. And let me know if
it works for you.


_
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com




Re: Fonts in GTK

2001-09-03 Thread Hall Stevenson
* J. D. Kitch ([EMAIL PROTECTED]) [010903 19:16]:
> I had a working GNOME install from Woody. I just updated to Sid, and
> everything seemed to go quite nicely, but now in GNOME, or rather
> anything that uses GTK, I see only a bunch of little squares where I
> should be seeing text. Can anyone tell me what I hosed, and what I
> need to do to correct it?

I ran into this myself and tried about 1400 different things to fix it.
I did... Problem is I'm not sure which did it ;-)

I'd suggest two fairly simple things:

-- Get rid of 'xfs' (if you don't need it -- you *don't* need it for
local TrueType font support, for example)

-- Choose either 75dpi or 100dpi xfonts and whichever you don't use,
remove/purge the other. Then go through the various config files and
manually remove the references to them.

Hall



Re: Fonts in GTK

2001-09-03 Thread Karsten M. Self
on Mon, Sep 03, 2001 at 03:03:35PM -0700, J. D. Kitch ([EMAIL PROTECTED]) wrote:
> I had a working GNOME install from Woody.  I just updated to Sid,
> and everything seemed to go quite nicely, but now in GNOME, or
> rather anything that uses GTK, I see only a bunch of little squares
> where I should be seeing text.  Can anyone tell me what I hosed, and
> what I need to do to correct it?

See locale issues discussed here variously.  I don't know a current fix,
but the problem's definitely been identified.

-- 
Karsten M. Self   http://kmself.home.netcom.com/
 What part of "Gestalt" don't you understand? There is no K5 cabal
  http://gestalt-system.sourceforge.net/   http://www.kuro5hin.org
   Free Dmitry! Boycott Adobe! Repeal the DMCA!http://www.freesklyarov.org
Geek for Hirehttp://kmself.home.netcom.com/resume.html


pgpQnWcHBT9q5.pgp
Description: PGP signature