* [gentoo-user] gcc slots
@ 2007-01-09 23:29 Mick
2007-01-09 23:46 ` Dan
` (2 more replies)
0 siblings, 3 replies; 25+ messages in thread
From: Mick @ 2007-01-09 23:29 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 802 bytes --]
Hi All,
I just upgraded to gcc-4.1.1. gcc-config -l shows that gcc-3.4.5 is still
there:
# gcc-config -l
[1] i686-pc-linux-gnu-3.4.5
[2] i686-pc-linux-gnu-3.4.5-hardened
[3] i686-pc-linux-gnu-3.4.5-hardenednopie
[4] i686-pc-linux-gnu-3.4.5-hardenednopiessp
[5] i686-pc-linux-gnu-3.4.5-hardenednossp
[6] i686-pc-linux-gnu-4.1.1 *
When I try to remove gcc-3.4.5, it doesn't exist:
# emerge -C -p -v gcc-3.4.5
>>> These are the packages that would be unmerged:
--- Couldn't find 'gcc-3.4.5' to unmerge.
>>> No packages selected for removal by unmerge.
If it doesn't exist, why is it listed? There's most likely a good explanation
for this, but it's getting late and I must be too tired to understand it.
Could you please care to explain?
--
Regards,
Mick
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 25+ messages in thread
* Re: [gentoo-user] gcc slots
2007-01-09 23:29 [gentoo-user] gcc slots Mick
@ 2007-01-09 23:46 ` Dan
2007-01-10 0:52 ` Bruno Espinoza
` (3 more replies)
2007-01-10 1:40 ` [gentoo-user] gcc slots Bo Ørsted Andresen
2007-01-10 1:45 ` Luis Ortiz
2 siblings, 4 replies; 25+ messages in thread
From: Dan @ 2007-01-09 23:46 UTC (permalink / raw
To: gentoo-user
On Tue, 9 Jan 2007 23:29:15 +0000
Mick <michaelkintzios@gmail.com> wrote:
first of all, let me mention there's a short defense of top posting ...
at the bottom ;)
have you tried emerge --unmerge =gcc-3.4.5 ? note that equal sign,
it's usually necessary to include that when specifying a version.
I also wanted to make sure you're following the gcc 3.x -> 4.x upgrade
guide online, because you'll need to, if you don't want a borked
system.
best of luck,
--dan.
> Hi All,
>
> I just upgraded to gcc-4.1.1. gcc-config -l shows that gcc-3.4.5 is
> still there:
>
> # gcc-config -l
> [1] i686-pc-linux-gnu-3.4.5
> [2] i686-pc-linux-gnu-3.4.5-hardened
> [3] i686-pc-linux-gnu-3.4.5-hardenednopie
> [4] i686-pc-linux-gnu-3.4.5-hardenednopiessp
> [5] i686-pc-linux-gnu-3.4.5-hardenednossp
> [6] i686-pc-linux-gnu-4.1.1 *
>
> When I try to remove gcc-3.4.5, it doesn't exist:
>
> # emerge -C -p -v gcc-3.4.5
>
> >>> These are the packages that would be unmerged:
>
> --- Couldn't find 'gcc-3.4.5' to unmerge.
>
> >>> No packages selected for removal by unmerge.
>
> If it doesn't exist, why is it listed? There's most likely a good
> explanation for this, but it's getting late and I must be too tired
> to understand it. Could you please care to explain?
A defense of 'top posting' -- Caution, off topic!!!
Whether the reply text goes before or after the message to which it
replies depends entirely on personal preferance. Some people choose to
run their email clients at full screen and/or on a large display, and
perhaps can see the top of the email and the bottom at the same time;
thus they can look over the original post and then read the response.
However, if one hasn't a big display or a fullscreen mail client (hey,
I have lots of windows up that I want to see/switch between!) having
responses at the end means you need to scroll way down to the bottom of
each message to see the responses. Usually, if you're following a
thread closely, you'll already know the train of conversation, so all
the response-to quotations are just in the way. Even if you don't have
to scroll the text at all, you still have to wade through the question
to get to the answer. In time, as the response-to quotations get
longer and longer, much space is wasted by this section, and much
scrolltime is also wasted. Therefore, I conclude that although I
respect the opinions of those who choose to bottom-post, and agree with
the reasons it is nice, I also insist that there are also good reasons
to top-post, and that I think the only real solution is for us all to
live with each others preferences when we can't honor our own.
Friendily,
Dan.
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 25+ messages in thread
* Re: [gentoo-user] gcc slots
2007-01-09 23:46 ` Dan
@ 2007-01-10 0:52 ` Bruno Espinoza
2007-01-10 1:17 ` [gentoo-user] " Grant Edwards
2007-01-10 1:32 ` [gentoo-user] " Neil Bothwick
` (2 subsequent siblings)
3 siblings, 1 reply; 25+ messages in thread
From: Bruno Espinoza @ 2007-01-10 0:52 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 3202 bytes --]
Acording to Gentoo Documentation, Portage and Emerge never delete an
existing version of gcc. If you want to do so, simply unemerge it. But be
care. You have to modifiy certain files to make emerge compile with the new
version. See http://www.gentoo.org/doc/en/gcc-upgrading.xml (GCC Updating
Guide) for details.
2007/1/9, Dan <dan@spore.ath.cx>:
>
> On Tue, 9 Jan 2007 23:29:15 +0000
> Mick <michaelkintzios@gmail.com> wrote:
>
> first of all, let me mention there's a short defense of top posting ...
> at the bottom ;)
>
> have you tried emerge --unmerge =gcc-3.4.5 ? note that equal sign,
> it's usually necessary to include that when specifying a version.
>
> I also wanted to make sure you're following the gcc 3.x -> 4.x upgrade
> guide online, because you'll need to, if you don't want a borked
> system.
>
> best of luck,
>
> --dan.
>
> > Hi All,
> >
> > I just upgraded to gcc-4.1.1. gcc-config -l shows that gcc-3.4.5 is
> > still there:
> >
> > # gcc-config -l
> > [1] i686-pc-linux-gnu-3.4.5
> > [2] i686-pc-linux-gnu-3.4.5-hardened
> > [3] i686-pc-linux-gnu-3.4.5-hardenednopie
> > [4] i686-pc-linux-gnu-3.4.5-hardenednopiessp
> > [5] i686-pc-linux-gnu-3.4.5-hardenednossp
> > [6] i686-pc-linux-gnu-4.1.1 *
> >
> > When I try to remove gcc-3.4.5, it doesn't exist:
> >
> > # emerge -C -p -v gcc-3.4.5
> >
> > >>> These are the packages that would be unmerged:
> >
> > --- Couldn't find 'gcc-3.4.5' to unmerge.
> >
> > >>> No packages selected for removal by unmerge.
> >
> > If it doesn't exist, why is it listed? There's most likely a good
> > explanation for this, but it's getting late and I must be too tired
> > to understand it. Could you please care to explain?
>
> A defense of 'top posting' -- Caution, off topic!!!
>
> Whether the reply text goes before or after the message to which it
> replies depends entirely on personal preferance. Some people choose to
> run their email clients at full screen and/or on a large display, and
> perhaps can see the top of the email and the bottom at the same time;
> thus they can look over the original post and then read the response.
> However, if one hasn't a big display or a fullscreen mail client (hey,
> I have lots of windows up that I want to see/switch between!) having
> responses at the end means you need to scroll way down to the bottom of
> each message to see the responses. Usually, if you're following a
> thread closely, you'll already know the train of conversation, so all
> the response-to quotations are just in the way. Even if you don't have
> to scroll the text at all, you still have to wade through the question
> to get to the answer. In time, as the response-to quotations get
> longer and longer, much space is wasted by this section, and much
> scrolltime is also wasted. Therefore, I conclude that although I
> respect the opinions of those who choose to bottom-post, and agree with
> the reasons it is nice, I also insist that there are also good reasons
> to top-post, and that I think the only real solution is for us all to
> live with each others preferences when we can't honor our own.
>
> Friendily,
> Dan.
> --
> gentoo-user@gentoo.org mailing list
>
>
--
BrunoProg64
[-- Attachment #2: Type: text/html, Size: 4070 bytes --]
^ permalink raw reply [flat|nested] 25+ messages in thread
* [gentoo-user] Re: gcc slots
2007-01-10 0:52 ` Bruno Espinoza
@ 2007-01-10 1:17 ` Grant Edwards
0 siblings, 0 replies; 25+ messages in thread
From: Grant Edwards @ 2007-01-10 1:17 UTC (permalink / raw
To: gentoo-user
On 2007-01-10, Bruno Espinoza <bruno32@gmail.com> wrote:
> Acording to Gentoo Documentation, Portage and Emerge never delete an
> existing version of gcc.
Is that true even for minor upgrades?
It sure looks like it isn't (at least on my system). I'm
pretty sure that 3.4 has been updated at lest 4-5 times in the
past year, and 4.1 has been updated at least a couple times.
Yet I still only have two versions installed: 3.4.6 and 4.1.1
--
Grant Edwards grante Yow! Yow! I threw up on
at my window!
visi.com
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 25+ messages in thread
* Re: [gentoo-user] gcc slots
2007-01-09 23:46 ` Dan
2007-01-10 0:52 ` Bruno Espinoza
@ 2007-01-10 1:32 ` Neil Bothwick
2007-01-10 1:44 ` Mark Kirkwood
2007-01-10 1:44 ` Bo Ørsted Andresen
2007-01-10 3:07 ` Richard Fish
3 siblings, 1 reply; 25+ messages in thread
From: Neil Bothwick @ 2007-01-10 1:32 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 391 bytes --]
On Tue, 9 Jan 2007 17:46:21 -0600, Dan wrote:
> Whether the reply text goes before or after the message to which it
> replies depends entirely on personal preferance.
writer!
the
not
reader,
the
of
preference
personal
the
on
depends
it
but
Yes,
Top-post even Yoda wouldn't.
--
Neil Bothwick
I will always cherish the initial misconceptions I had about you.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 25+ messages in thread
* Re: [gentoo-user] gcc slots
2007-01-09 23:29 [gentoo-user] gcc slots Mick
2007-01-09 23:46 ` Dan
@ 2007-01-10 1:40 ` Bo Ørsted Andresen
2007-01-10 8:12 ` Mick
2007-01-10 1:45 ` Luis Ortiz
2 siblings, 1 reply; 25+ messages in thread
From: Bo Ørsted Andresen @ 2007-01-10 1:40 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 448 bytes --]
On Wednesday 10 January 2007 00:29, Mick wrote:
> # gcc-config -l
> [1] i686-pc-linux-gnu-3.4.5
[SNIP]
> --- Couldn't find 'gcc-3.4.5' to unmerge.
[SNIP]
> If it doesn't exist, why is it listed? There's most likely a good
> explanation for this, but it's getting late and I must be too tired to
> understand it. Could you please care to explain?
Maybe you have gcc-3.4.5-r1 ? `equery list -e gcc` will tell you.
--
Bo Andresen
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 25+ messages in thread
* Re: [gentoo-user] gcc slots
2007-01-10 1:32 ` [gentoo-user] " Neil Bothwick
@ 2007-01-10 1:44 ` Mark Kirkwood
0 siblings, 0 replies; 25+ messages in thread
From: Mark Kirkwood @ 2007-01-10 1:44 UTC (permalink / raw
To: gentoo-user
Neil Bothwick wrote:
> On Tue, 9 Jan 2007 17:46:21 -0600, Dan wrote:
>
>> Whether the reply text goes before or after the message to which it
>> replies depends entirely on personal preferance.
>
> writer!
> the
> not
> reader,
> the
> of
> preference
> personal
> the
> on
> depends
> it
> but
> Yes,
>
> Top-post even Yoda wouldn't.
>
>
What is really evil is when some folks have top posted and other's
bottom posted in the same message...
Hard
read
to
it
makes
it
That's why most mailing lists encourage folks to follow one *or* the
other exclusively.
Cheers
Mark
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 25+ messages in thread
* Re: [gentoo-user] gcc slots
2007-01-09 23:46 ` Dan
2007-01-10 0:52 ` Bruno Espinoza
2007-01-10 1:32 ` [gentoo-user] " Neil Bothwick
@ 2007-01-10 1:44 ` Bo Ørsted Andresen
2007-01-10 3:07 ` Richard Fish
3 siblings, 0 replies; 25+ messages in thread
From: Bo Ørsted Andresen @ 2007-01-10 1:44 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 499 bytes --]
On Wednesday 10 January 2007 00:46, Dan wrote:
> have you tried emerge --unmerge =gcc-3.4.5 ? note that equal sign,
> it's usually necessary to include that when specifying a version.
The equal sign isn't necessary for unmerges.
> Usually, if you're following a thread closely, you'll already know the train
> of conversation, so all the response-to quotations are just in the way.
That's why you're supposed to snip everything that isn't relevant to your
reply.
--
Bo Andresen
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 25+ messages in thread
* Re: [gentoo-user] gcc slots
2007-01-09 23:29 [gentoo-user] gcc slots Mick
2007-01-09 23:46 ` Dan
2007-01-10 1:40 ` [gentoo-user] gcc slots Bo Ørsted Andresen
@ 2007-01-10 1:45 ` Luis Ortiz
2 siblings, 0 replies; 25+ messages in thread
From: Luis Ortiz @ 2007-01-10 1:45 UTC (permalink / raw
To: gentoo-user
Mick wrote:
> Hi All,
>
> I just upgraded to gcc-4.1.1. gcc-config -l shows that gcc-3.4.5 is still
> there:
>
> # gcc-config -l
> [1] i686-pc-linux-gnu-3.4.5
> [2] i686-pc-linux-gnu-3.4.5-hardened
> [3] i686-pc-linux-gnu-3.4.5-hardenednopie
> [4] i686-pc-linux-gnu-3.4.5-hardenednopiessp
> [5] i686-pc-linux-gnu-3.4.5-hardenednossp
> [6] i686-pc-linux-gnu-4.1.1 *
>
> When I try to remove gcc-3.4.5, it doesn't exist:
>
> # emerge -C -p -v gcc-3.4.5
>
>>>> These are the packages that would be unmerged:
>
> --- Couldn't find 'gcc-3.4.5' to unmerge.
>
>>>> No packages selected for removal by unmerge.
>
> If it doesn't exist, why is it listed? There's most likely a good explanation
> for this, but it's getting late and I must be too tired to understand it.
> Could you please care to explain?
As to why they weren't removed when you unmerged gcc-3.4.5, I've
no idea, but gcc-config -l will list whatever is in this directory:
/etc/env.d/gcc
Except the file 'config', which holds the default value.
Now, if you _really_ don't want to see them, remove them manually
_at your own risk_.
I doubt anything will break, but if I'm wrong someone will correct
me and you may get a better answer.
I hope I'm wrong :D
-Luis
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 25+ messages in thread
* Re: [gentoo-user] gcc slots
2007-01-09 23:46 ` Dan
` (2 preceding siblings ...)
2007-01-10 1:44 ` Bo Ørsted Andresen
@ 2007-01-10 3:07 ` Richard Fish
2007-01-10 7:55 ` [gentoo-user] [OT] Top/Bottom Posting Nelson, David (ED, PAR&D)
3 siblings, 1 reply; 25+ messages in thread
From: Richard Fish @ 2007-01-10 3:07 UTC (permalink / raw
To: gentoo-user
On 1/9/07, Dan <dan@spore.ath.cx> wrote:
> scrolltime is also wasted. Therefore, I conclude that although I
> respect the opinions of those who choose to bottom-post, and agree with
> the reasons it is nice, I also insist that there are also good reasons
> to top-post, and that I think the only real solution is for us all to
> live with each others preferences when we can't honor our own.
The established community standard on this list is bottom posting. I
can't recall anybody complaining about bottom-posting....on any mail
list....*ever*. This is reason enough to adhere to the standard.
-Richard
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 25+ messages in thread
* RE: [gentoo-user] [OT] Top/Bottom Posting
2007-01-10 3:07 ` Richard Fish
@ 2007-01-10 7:55 ` Nelson, David (ED, PAR&D)
2007-01-10 8:28 ` Dirk Heinrichs
0 siblings, 1 reply; 25+ messages in thread
From: Nelson, David (ED, PAR&D) @ 2007-01-10 7:55 UTC (permalink / raw
To: gentoo-user
> -----Original Message-----
> From: richard.j.fish@gmail.com [mailto:richard.j.fish@gmail.com]On
> Behalf Of Richard Fish
> Sent: 10 January 2007 03:08
> To: gentoo-user@lists.gentoo.org
> Subject: Re: [gentoo-user] gcc slots
>
>
> The established community standard on this list is bottom posting. I
> can't recall anybody complaining about bottom-posting....on any mail
> list....*ever*. This is reason enough to adhere to the standard.
>
> -Richard
Either suits me - my email client (Outlook, I don't have the choice at work. I asked for a *nix workstation rather than a Windows 2000 one and was greeted with laughter) automagically wants to top post but it's no work to click down a bit.
I would say that most replies only reply to maybe a few lines of the preceeding message and so should usually fit on a reasonably sized window. I do have to admit to having a rather nice 17in 1280x1024 monitor though so .... :>
Is there perhaps a way to make an email client jump down to the first line not preceeded with a > if it makes it easier for some people? Or perhaps a project for the KMail/Thunderbird/Evolution devs? :)
David
Note: These views are my own, advice is provided with no guarantee of success. I do not represent anyone else in any emails I send to this list.
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 25+ messages in thread
* Re: [gentoo-user] gcc slots
2007-01-10 1:40 ` [gentoo-user] gcc slots Bo Ørsted Andresen
@ 2007-01-10 8:12 ` Mick
2007-01-10 23:09 ` Bo Ørsted Andresen
0 siblings, 1 reply; 25+ messages in thread
From: Mick @ 2007-01-10 8:12 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 2145 bytes --]
On Wednesday 10 January 2007 01:40, Bo Ørsted Andresen wrote:
> On Wednesday 10 January 2007 00:29, Mick wrote:
> > # gcc-config -l
> > [1] i686-pc-linux-gnu-3.4.5
> [SNIP]
>
> > --- Couldn't find 'gcc-3.4.5' to unmerge.
> [SNIP]
>
> > If it doesn't exist, why is it listed? There's most likely a good
> > explanation for this, but it's getting late and I must be too tired to
> > understand it. Could you please care to explain?
>
> Maybe you have gcc-3.4.5-r1 ? `equery list -e gcc` will tell you.
Thank you. equery only lists the latest gcc:
========================================
# equery list -e gcc
[ Searching for package 'gcc' in all categories among: ]
* installed packages
[I--] [ -] sys-devel/gcc-4.1.1-r3 (4.1)
========================================
Under /etc/env.d/gcc I see the same that gcc-config -l shows:
========================================
# ls -la /etc/env.d/gcc
total 29
drwxr-xr-x 2 root root 368 Jan 9 20:17 .
drwxr-xr-x 4 root root 888 Jan 9 20:19 ..
-rw-r--r-- 1 root root 32 Jan 9 20:17 config
-rw-r--r-- 1 root root 292 Mar 30 2006 i686-pc-linux-gnu-3.4.5
-rw-r--r-- 1 root root 356 Mar 30 2006 i686-pc-linux-gnu-3.4.5-hardened
-rw-r--r-- 1 root root 361 Mar 30 2006 i686-pc-linux-gnu-3.4.5-hardenednopie
-rw-r--r-- 1 root root 364 Mar 30 2006
i686-pc-linux-gnu-3.4.5-hardenednopiessp
-rw-r--r-- 1 root root 361 Mar 30 2006 i686-pc-linux-gnu-3.4.5-hardenednossp
-rw-r--r-- 1 root root 292 Jan 9 20:17 i686-pc-linux-gnu-4.1.1
========================================
I think I'm sure it's not installed:
========================================
# equery list -i --full-regex 'gcc-3.4.*'
[ Searching for package 'gcc-3.4.*' in all categories among: ]
* installed packages
#
========================================
I haven't remerged system or world, because this was a minor update from:
Wed Nov 15 19:22:39 2006 >>> sys-devel/gcc-4.1.1-r1
to:
Tue Jan 9 20:18:55 2007 >>> sys-devel/gcc-4.1.1-r3
I notice that there are no hardened 3.4.1 packages, but don't know if it is
relevant. Any more ideas?
--
Regards,
Mick
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 25+ messages in thread
* Re: [gentoo-user] [OT] Top/Bottom Posting
2007-01-10 7:55 ` [gentoo-user] [OT] Top/Bottom Posting Nelson, David (ED, PAR&D)
@ 2007-01-10 8:28 ` Dirk Heinrichs
2007-01-10 8:42 ` Kent Fredric
2007-01-10 9:40 ` Neil Bothwick
0 siblings, 2 replies; 25+ messages in thread
From: Dirk Heinrichs @ 2007-01-10 8:28 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 1016 bytes --]
Am Mittwoch, 10. Januar 2007 08:55 schrieb ext Nelson, David (ED, PAR&D):
> I would say that most replies only reply to maybe a few lines of the
> preceeding message and so should usually fit on a reasonably sized
> window.
Then one should delete the irrelevant parts anyway.
> Is there perhaps a way to make an email client jump down to the first
> line not preceeded with a > if it makes it easier for some people? Or
> perhaps a project for the KMail/Thunderbird/Evolution devs? :)
Why? Instead of putting the whole answer above the whole original text,
people would put it below, then. This would be somehow better, but still
far from good.
Bye...
Dirk
--
Dirk Heinrichs | Tel: +49 (0)162 234 3408
Configuration Manager | Fax: +49 (0)211 47068 111
Capgemini Deutschland | Mail: dirk.heinrichs@capgemini.com
Hambornerstraße 55 | Web: http://www.capgemini.com
D-40472 Düsseldorf | ICQ#: 110037733
GPG Public Key C2E467BB | Keyserver: www.keyserver.net
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 25+ messages in thread
* Re: [gentoo-user] [OT] Top/Bottom Posting
2007-01-10 8:28 ` Dirk Heinrichs
@ 2007-01-10 8:42 ` Kent Fredric
2007-01-10 8:53 ` Dirk Heinrichs
2007-01-10 9:13 ` Uwe Thiem
2007-01-10 9:40 ` Neil Bothwick
1 sibling, 2 replies; 25+ messages in thread
From: Kent Fredric @ 2007-01-10 8:42 UTC (permalink / raw
To: gentoo-user
On 1/10/07, Dirk Heinrichs <ext-dirk.heinrichs@nokia.com> wrote:
> Am Mittwoch, 10. Januar 2007 08:55 schrieb ext Nelson, David (ED, PAR&D):
>
> > I would say that most replies only reply to maybe a few lines of the
> > preceeding message and so should usually fit on a reasonably sized
> > window.
>
> Then one should delete the irrelevant parts anyway.
> > Is there perhaps a way to make an email client jump down to the first
> > line not preceeded with a > if it makes it easier for some people? Or
> > perhaps a project for the KMail/Thunderbird/Evolution devs? :)
>
> Why? Instead of putting the whole answer above the whole original text,
> people would put it below, then. This would be somehow better, but still
> far from good.
>
> Bye...
>
> Dirk
> --
> Dirk Heinrichs | Tel: +49 (0)162 234 3408
> Configuration Manager | Fax: +49 (0)211 47068 111
> Capgemini Deutschland | Mail: dirk.heinrichs@capgemini.com
> Hambornerstraße 55 | Web: http://www.capgemini.com
> D-40472 Düsseldorf | ICQ#: 110037733
> GPG Public Key C2E467BB | Keyserver: www.keyserver.net
>
>
>
Or use GMail for emaill, its great, it does 'diff' like working and
masks the nasties of both posting styles. I find gmail great for
thread tracking, it auto groups converstations.
That said, im in favour of bottom posting, logically it makes more
sence. answers after questions, not before. :)
--
/<ent Fredric
(aka theJackal)
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 25+ messages in thread
* Re: [gentoo-user] [OT] Top/Bottom Posting
2007-01-10 8:42 ` Kent Fredric
@ 2007-01-10 8:53 ` Dirk Heinrichs
2007-01-10 13:33 ` Kent Fredric
2007-01-10 9:13 ` Uwe Thiem
1 sibling, 1 reply; 25+ messages in thread
From: Dirk Heinrichs @ 2007-01-10 8:53 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 1285 bytes --]
Am Mittwoch, 10. Januar 2007 09:42 schrieb ext Kent Fredric:
> > Bye...
> >
> > Dirk
> > --
> > Dirk Heinrichs | Tel: +49 (0)162 234 3408
> > Configuration Manager | Fax: +49 (0)211 47068 111
> > Capgemini Deutschland | Mail: dirk.heinrichs@capgemini.com
> > Hambornerstraße 55 | Web: http://www.capgemini.com
> > D-40472 Düsseldorf | ICQ#: 110037733
> > GPG Public Key C2E467BB | Keyserver: www.keyserver.net
>
> Or use GMail for emaill, its great, it does 'diff' like working and
> masks the nasties of both posting styles. I find gmail great for
> thread tracking, it auto groups converstations.
>
> That said, im in favour of bottom posting, logically it makes more
> sence. answers after questions, not before. :)
But to what part of my mail did you answer to? To the sig? *SCNR*. Placing
an answer below the whole original mail w/o thinking is as bad as top
posting.
Bye...
Dirk
--
Dirk Heinrichs | Tel: +49 (0)162 234 3408
Configuration Manager | Fax: +49 (0)211 47068 111
Capgemini Deutschland | Mail: dirk.heinrichs@capgemini.com
Hambornerstraße 55 | Web: http://www.capgemini.com
D-40472 Düsseldorf | ICQ#: 110037733
GPG Public Key C2E467BB | Keyserver: www.keyserver.net
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 25+ messages in thread
* Re: [gentoo-user] [OT] Top/Bottom Posting
2007-01-10 8:42 ` Kent Fredric
2007-01-10 8:53 ` Dirk Heinrichs
@ 2007-01-10 9:13 ` Uwe Thiem
1 sibling, 0 replies; 25+ messages in thread
From: Uwe Thiem @ 2007-01-10 9:13 UTC (permalink / raw
To: gentoo-user
On 10 January 2007 10:42, Kent Fredric wrote:
> That said, im in favour of bottom posting, logically it makes more
> sence. answers after questions, not before. :)
I am for pruning the original mail and posting in context. ;-)
Uwe
--
A fast and easy generator of fractals for KDE:
http://www.SysEx.com.na/iwy-1.0.tar.bz2
Proof of concept of a TSP solver for KDE:
http://www.SysEx.com.na/epat-0.1.tar.bz2
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 25+ messages in thread
* Re: [gentoo-user] [OT] Top/Bottom Posting
2007-01-10 8:28 ` Dirk Heinrichs
2007-01-10 8:42 ` Kent Fredric
@ 2007-01-10 9:40 ` Neil Bothwick
2007-01-10 13:15 ` Boyd Stephen Smith Jr.
1 sibling, 1 reply; 25+ messages in thread
From: Neil Bothwick @ 2007-01-10 9:40 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 719 bytes --]
On Wed, 10 Jan 2007 09:28:00 +0100, Dirk Heinrichs wrote:
> > Is there perhaps a way to make an email client jump down to the first
> > line not preceeded with a > if it makes it easier for some people? Or
> > perhaps a project for the KMail/Thunderbird/Evolution devs? :)
Claws Mail has this option.
> Why? Instead of putting the whole answer above the whole original text,
> people would put it below, then.
And this is why I don't use it.
Most decent mail clients have a far better option, highlight the part of
the message you wish to reply to before hitting Reply and only that text
will be quoted.
--
Neil Bothwick
Like an atheist in a grave: all dressed up and no place to go.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 25+ messages in thread
* Re: [gentoo-user] [OT] Top/Bottom Posting
2007-01-10 9:40 ` Neil Bothwick
@ 2007-01-10 13:15 ` Boyd Stephen Smith Jr.
2007-01-10 13:35 ` Neil Bothwick
0 siblings, 1 reply; 25+ messages in thread
From: Boyd Stephen Smith Jr. @ 2007-01-10 13:15 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 1708 bytes --]
On Wednesday 10 January 2007 03:40, Neil Bothwick <neil@digimed.co.uk>
wrote about 'Re: [gentoo-user] [OT] Top/Bottom Posting':
> Most decent mail clients have a far better option, highlight the part of
> the message you wish to reply to before hitting Reply and only that text
> will be quoted.
I generally don't use this feature either, because I try to put my reply
text as close as possible to what I'm replying to, resulting in an
interleaved message. In the case there's a single piece of text I'm
replying to, it is nice to have.
Sans this highlight relevant part(s) feature, the proper behavior for an
email client to to start at the top with the entire body of the email
being replied to quoted (the RFC that covers text/plain;format=flowed
discusses HOW to quote) below the cursor, and any signature below the
quoted text, separated from the rest of the email with the text "-- " on a
line by itself (this specific "signature separator" is specified in some
RFC).
As this point, a responsible users scan down the message removing the
irrelevant part(s) and putting his/her reply below the relevant part(s).
In the future, it may be possible that emails are sent in a language that
has a bottom-to-top page order (I don't know of any languages that do this
currently). In that case, the cursor should start at the "beginning of
page" and replies should go "after" their relevant parts as the user
scans "through" the email.
--
"If there's one thing we've established over the years,
it's that the vast majority of our users don't have the slightest
clue what's best for them in terms of package stability."
-- Gentoo Developer Ciaran McCreesh
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 25+ messages in thread
* Re: [gentoo-user] [OT] Top/Bottom Posting
2007-01-10 8:53 ` Dirk Heinrichs
@ 2007-01-10 13:33 ` Kent Fredric
2007-01-10 13:40 ` Arturo 'Buanzo' Busleiman
0 siblings, 1 reply; 25+ messages in thread
From: Kent Fredric @ 2007-01-10 13:33 UTC (permalink / raw
To: gentoo-user
On 1/10/07, Dirk Heinrichs <ext-dirk.heinrichs@nokia.com> wrote:
> Am Mittwoch, 10. Januar 2007 09:42 schrieb ext Kent Fredric:
>
> > > Bye...
> > >
> > > Dirk
> > > --
> > > Dirk Heinrichs | Tel: +49 (0)162 234 3408
> > > Configuration Manager | Fax: +49 (0)211 47068 111
> > > Capgemini Deutschland | Mail: dirk.heinrichs@capgemini.com
> > > Hambornerstraße 55 | Web: http://www.capgemini.com
> > > D-40472 Düsseldorf | ICQ#: 110037733
> > > GPG Public Key C2E467BB | Keyserver: www.keyserver.net
> >
> > Or use GMail for emaill, its great, it does 'diff' like working and
> > masks the nasties of both posting styles. I find gmail great for
> > thread tracking, it auto groups converstations.
> >
> > That said, im in favour of bottom posting, logically it makes more
> > sence. answers after questions, not before. :)
>
> But to what part of my mail did you answer to? To the sig? *SCNR*. Placing
> an answer below the whole original mail w/o thinking is as bad as top
> posting.
>
I'll put it here to keep you happy, but IMO, if the body of the
message discusses a singular idea, then replying after the signature
should be somewhat imo acceptable. But admittedly, you do have quite a
sizable signature ;) ( compensating for something? :P jk ) .
Admittedly, I think how you handle interleave/bottom posting should be
case dependent.
Im still debating with myself at what stage (if at all) you cull out
the old message when it gets deep in reply chains in order to
economize on message size for clients which don't automatically hide
that which is irrelevant in context by automatic comparison to the
previous message :), or whether stripping out a signature from a
message is potentially damaging intellectual property :)
> Bye...
>
> Dirk
> --
> Dirk Heinrichs | Tel: +49 (0)162 234 3408
> Configuration Manager | Fax: +49 (0)211 47068 111
> Capgemini Deutschland | Mail: dirk.heinrichs@capgemini.com
> Hambornerstraße 55 | Web: http://www.capgemini.com
> D-40472 Düsseldorf | ICQ#: 110037733
> GPG Public Key C2E467BB | Keyserver: www.keyserver.net
>
>
>
--
Kent
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 25+ messages in thread
* Re: [gentoo-user] [OT] Top/Bottom Posting
2007-01-10 13:15 ` Boyd Stephen Smith Jr.
@ 2007-01-10 13:35 ` Neil Bothwick
0 siblings, 0 replies; 25+ messages in thread
From: Neil Bothwick @ 2007-01-10 13:35 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 1078 bytes --]
On Wed, 10 Jan 2007 07:15:58 -0600, Boyd Stephen Smith Jr. wrote:
> > Most decent mail clients have a far better option, highlight the part
> > of the message you wish to reply to before hitting Reply and only
> > that text will be quoted.
>
> I generally don't use this feature either, because I try to put my
> reply text as close as possible to what I'm replying to, resulting in
> an interleaved message. In the case there's a single piece of text I'm
> replying to, it is nice to have.
So you highlight the block of mail containing the parts you wish to reply
to.
> Sans this highlight relevant part(s) feature, the proper behavior for
> an email client to to start at the top with the entire body of the
> email being replied to quoted
Then type your replies in the appropriate places, removing any parts you
don't need. it's still easier than starting with the whole mail and
removing huge swathes, especially if the previous mail used excessive
quoting.
--
Neil Bothwick
We secretly replaced the dilithium with Folgers Crystals
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 25+ messages in thread
* Re: [gentoo-user] [OT] Top/Bottom Posting
2007-01-10 13:33 ` Kent Fredric
@ 2007-01-10 13:40 ` Arturo 'Buanzo' Busleiman
2007-01-11 11:53 ` Iain Buchanan
0 siblings, 1 reply; 25+ messages in thread
From: Arturo 'Buanzo' Busleiman @ 2007-01-10 13:40 UTC (permalink / raw
To: gentoo-user
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Kent Fredric wrote:
> I'll put it here to keep you happy, but IMO, if the body of the
> message discusses a singular idea, then replying after the signature
> should be somewhat imo acceptable.
Many mail readers (e.g Thunderbird) put the signature (that means, the text after a \r\n--\r\n
token) in a different, lighter color. Thus, replying below the signature may put your reply in the
same color, potentially rendering it invisible to some eyes.
- --
Arturo "Buanzo" Busleiman - Consultor Independiente en Seguridad Informatica
¿No sabés a dónde ir a comer o tomar algo? Visitá www.vivamoslavida.com.ar
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iD8DBQFFpOzCAlpOsGhXcE0RAmEgAJ9Tn3AdPAwf7rx0mRItU+Nz3qZJowCggP52
uvN/yqilNHdry2+IrLEgWQo=
=eR2V
-----END PGP SIGNATURE-----
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 25+ messages in thread
* Re: [gentoo-user] gcc slots
2007-01-10 8:12 ` Mick
@ 2007-01-10 23:09 ` Bo Ørsted Andresen
0 siblings, 0 replies; 25+ messages in thread
From: Bo Ørsted Andresen @ 2007-01-10 23:09 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 1183 bytes --]
On Wednesday 10 January 2007 09:12, Mick wrote:
> # equery list -e gcc
[SNIP]
> [I--] [ -] sys-devel/gcc-4.1.1-r3 (4.1)
> ========================================
>
> Under /etc/env.d/gcc I see the same that gcc-config -l shows:
[SNIP]
> -rw-r--r-- 1 root root 292 Mar 30 2006 i686-pc-linux-gnu-3.4.5
> -rw-r--r-- 1 root root 356 Mar 30 2006 i686-pc-linux-gnu-3.4.5-hardened
> -rw-r--r-- 1 root root 361 Mar 30 2006 i686-pc-linux-gnu-3.4.5-hardenednopie
> -rw-r--r-- 1 root root 364 Mar 30 2006 i686-pc-linux-gnu-3.4.5-hardenednopiessp
> -rw-r--r-- 1 root root 361 Mar 30 2006 i686-pc-linux-gnu-3.4.5-hardenednossp
> -rw-r--r-- 1 root root 292 Jan 9 20:17 i686-pc-linux-gnu-4.1.1
[SNIP]
/etc/env.d isn't under CONFIG_PROTECT by default (due to /etc/make.globals) so
those files really should have been removed when gcc-3.4.5 was unmerged. I
think the most likely cause would be if they were altered after they were
installed. Either way they are orphans so as others have suggested it should
be safe to just delete them.
> I notice that there are no hardened 3.4.1 packages, but don't know if it is
> relevant.
It's irrelevant.
--
Bo Andresen
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 25+ messages in thread
* Re: [gentoo-user] [OT] Top/Bottom Posting
2007-01-10 13:40 ` Arturo 'Buanzo' Busleiman
@ 2007-01-11 11:53 ` Iain Buchanan
2007-01-11 13:00 ` Arturo 'Buanzo' Busleiman
2007-01-12 16:33 ` Mikko Ruuska
0 siblings, 2 replies; 25+ messages in thread
From: Iain Buchanan @ 2007-01-11 11:53 UTC (permalink / raw
To: gentoo-user
On Wed, 2007-01-10 at 10:40 -0300, Arturo 'Buanzo' Busleiman wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> Kent Fredric wrote:
> > I'll put it here to keep you happy, but IMO, if the body of the
> > message discusses a singular idea, then replying after the signature
> > should be somewhat imo acceptable.
>
> Many mail readers (e.g Thunderbird) put the signature (that means, the
> text after a \r\n--\r\n
> token) in a different, lighter color.
actually, I think that's supposed to be dash-dash-space-newline.
> Thus, replying below the signature may put your reply in the
> same color, potentially rendering it invisible to some eyes.
evolution automatically deletes everything including and below the
dash-dash-space-newline when you reply.
cya,
--
Iain Buchanan <iaindb at netspace dot net dot au>
We must believe in free will. We have no choice. -Isaac B. Singer
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 25+ messages in thread
* Re: [gentoo-user] [OT] Top/Bottom Posting
2007-01-11 11:53 ` Iain Buchanan
@ 2007-01-11 13:00 ` Arturo 'Buanzo' Busleiman
2007-01-12 16:33 ` Mikko Ruuska
1 sibling, 0 replies; 25+ messages in thread
From: Arturo 'Buanzo' Busleiman @ 2007-01-11 13:00 UTC (permalink / raw
To: gentoo-user
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Iain Buchanan wrote:
> evolution automatically deletes everything including and below the
> dash-dash-space-newline when you reply.
There we go...
PS: newline-dash-dash-space-newline, - Without the first newline, any line that contains "-- " would
be a signature from there on. - I'll see what happens after I press "send" and re-read it.
- --
Arturo "Buanzo" Busleiman - Consultor Independiente en Seguridad Informatica
¿No sabés a dónde ir a comer o tomar algo? Visitá www.vivamoslavida.com.ar
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iD8DBQFFpjT/AlpOsGhXcE0RAqobAJ4oozdA7a8eWwhjm5qiZim/IpnZ2QCfc1cq
GTd/ECbcZPLQLvioSHxGYMo=
=KlVK
-----END PGP SIGNATURE-----
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 25+ messages in thread
* Re: [gentoo-user] [OT] Top/Bottom Posting
2007-01-11 11:53 ` Iain Buchanan
2007-01-11 13:00 ` Arturo 'Buanzo' Busleiman
@ 2007-01-12 16:33 ` Mikko Ruuska
1 sibling, 0 replies; 25+ messages in thread
From: Mikko Ruuska @ 2007-01-12 16:33 UTC (permalink / raw
To: gentoo-user
On Thu, 11 Jan 2007, Iain Buchanan wrote:
> On Wed, 2007-01-10 at 10:40 -0300, Arturo 'Buanzo' Busleiman wrote:
> > Many mail readers (e.g Thunderbird) put the signature (that means, the
> > text after a \r\n--\r\n
> > token) in a different, lighter color.
>
> actually, I think that's supposed to be dash-dash-space-newline.
>
> > Thus, replying below the signature may put your reply in the
> > same color, potentially rendering it invisible to some eyes.
>
> evolution automatically deletes everything including and below the
> dash-dash-space-newline when you reply.
>
Which is handy because signatures really should not be quoted in the
first place. Quote only what is needed. Text is attributed at the
beginning of the quote.
Mikko
--
Mikko Ruuska, R & D
Solid Information Technology -- http://www.solidtech.com
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 25+ messages in thread
end of thread, other threads:[~2007-01-12 16:39 UTC | newest]
Thread overview: 25+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-01-09 23:29 [gentoo-user] gcc slots Mick
2007-01-09 23:46 ` Dan
2007-01-10 0:52 ` Bruno Espinoza
2007-01-10 1:17 ` [gentoo-user] " Grant Edwards
2007-01-10 1:32 ` [gentoo-user] " Neil Bothwick
2007-01-10 1:44 ` Mark Kirkwood
2007-01-10 1:44 ` Bo Ørsted Andresen
2007-01-10 3:07 ` Richard Fish
2007-01-10 7:55 ` [gentoo-user] [OT] Top/Bottom Posting Nelson, David (ED, PAR&D)
2007-01-10 8:28 ` Dirk Heinrichs
2007-01-10 8:42 ` Kent Fredric
2007-01-10 8:53 ` Dirk Heinrichs
2007-01-10 13:33 ` Kent Fredric
2007-01-10 13:40 ` Arturo 'Buanzo' Busleiman
2007-01-11 11:53 ` Iain Buchanan
2007-01-11 13:00 ` Arturo 'Buanzo' Busleiman
2007-01-12 16:33 ` Mikko Ruuska
2007-01-10 9:13 ` Uwe Thiem
2007-01-10 9:40 ` Neil Bothwick
2007-01-10 13:15 ` Boyd Stephen Smith Jr.
2007-01-10 13:35 ` Neil Bothwick
2007-01-10 1:40 ` [gentoo-user] gcc slots Bo Ørsted Andresen
2007-01-10 8:12 ` Mick
2007-01-10 23:09 ` Bo Ørsted Andresen
2007-01-10 1:45 ` Luis Ortiz
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox