From: David F. <da...@d2...> - 2002-09-17 23:29:17
|
Hi, I use a fairly narrow gaim window, and have run into the annoyance that the editpane doesn't have a horizontal scrollbar - the attached patch fixes it for the gtk 1.2 branch, and I can figure one out for the HEAD branch if necessary. This seems to have been a deliberate decision - I hope whoever made it is willing to compromise, as the patch makes it automaticly appear/dissapear as necessarty. :) thanks... -- dave Systems x2131 |
From: Luke S. <lsc...@re...> - 2002-09-18 00:06:32
|
On Tue, Sep 17, 2002 at 04:29:14PM -0700, David Fallon wrote: > Hi, I use a fairly narrow gaim window, and have run into the annoyance > that the editpane doesn't have a horizontal scrollbar - the attached > patch fixes it for the gtk 1.2 branch, and I can figure one out for the > HEAD branch if necessary. This seems to have been a deliberate decision > - I hope whoever made it is willing to compromise, as the patch makes it > automaticly appear/dissapear as necessarty. :) thanks... it was indeed made deliberately, instead of scrolling horizontally, gaim's edit box forces the text to wrap. thus, if you expand your narrow edit pane vertically, you will see more of the text. the only way we could acceptably move to having a horizonaly scroll bar is if the behavior was made optional. luke > > -- > > dave > Systems > x2131 > > > > ------------------------------------------------------- > This SF.NET email is sponsored by: AMD - Your access to the experts > on Hammer Technology! Open Source & Linux Developers, register now > for the AMD Developer Symposium. Code: EX8664 > http://www.developwithamd.com/developerlab > _______________________________________________ > Gaim-devel mailing list > Gai...@li... > https://lists.sourceforge.net/lists/listinfo/gaim-devel -- -This email is made of 100% recycled electrons. -If something can go wrong.... FIX IT! If it's Microsoft...delete it. -There are three ways to get something done: (1) Do it yourself. (2) Hire someone to do it for you. (3) Forbid your kids to do it. |
From: David F. <da...@d2...> - 2002-09-18 00:13:56
|
On Tue, 2002-09-17 at 17:06, Luke Schierer wrote: > On Tue, Sep 17, 2002 at 04:29:14PM -0700, David Fallon wrote: > > Hi, I use a fairly narrow gaim window, and have run into the annoyance > > that the editpane doesn't have a horizontal scrollbar - the attached > > patch fixes it for the gtk 1.2 branch, and I can figure one out for the > > HEAD branch if necessary. This seems to have been a deliberate decision > > - I hope whoever made it is willing to compromise, as the patch makes it > > automaticly appear/dissapear as necessarty. :) thanks... > > it was indeed made deliberately, instead of scrolling horizontally, gaim's edit box forces > the text to wrap. thus, if you expand your narrow edit pane vertically, you will see more > of the text. the only way we could acceptably move to having a horizonaly scroll bar is if > the behavior was made optional. > luke Erm. I believe we're discussing 2 different things. I'm referring to the "Edit Buddies" tab on the main gaim window, where it lists the contacts in a gtktree grouped by im system then group - this is where the horz. scroll bar is missing (the text doesn't wrap, and shouldn't). I agree entirely with the design decisions of the "edit box" for messages, where there's no need for a horz. scroll since the text wraps. My apologies, of course, if we indeed are discussing the same thing. -- dave Systems x2131 |
From: Luke S. <lsc...@re...> - 2002-09-18 00:17:32
|
On Tue, Sep 17, 2002 at 05:13:53PM -0700, David Fallon wrote: > On Tue, 2002-09-17 at 17:06, Luke Schierer wrote: > > On Tue, Sep 17, 2002 at 04:29:14PM -0700, David Fallon wrote: > > > Hi, I use a fairly narrow gaim window, and have run into the annoyance > > > that the editpane doesn't have a horizontal scrollbar - the attached > > > patch fixes it for the gtk 1.2 branch, and I can figure one out for the > > > HEAD branch if necessary. This seems to have been a deliberate decision > > > - I hope whoever made it is willing to compromise, as the patch makes it > > > automaticly appear/dissapear as necessarty. :) thanks... > > > > it was indeed made deliberately, instead of scrolling horizontally, gaim's edit box forces > > the text to wrap. thus, if you expand your narrow edit pane vertically, you will see more > > of the text. the only way we could acceptably move to having a horizonaly scroll bar is if > > the behavior was made optional. > > luke > > Erm. I believe we're discussing 2 different things. I'm referring to the > "Edit Buddies" tab on the main gaim window, where it lists the contacts > in a gtktree grouped by im system then group - this is where the horz. > scroll bar is missing (the text doesn't wrap, and shouldn't). I agree > entirely with the design decisions of the "edit box" for messages, where > there's no need for a horz. scroll since the text wraps. My apologies, > of course, if we indeed are discussing the same thing. OH, we were indeed discussing different things. yes, a horizontal scroll bar would be acceptable there. luke > > -- > > dave > Systems > x2131 -- -This email is made of 100% recycled electrons. -If something can go wrong.... FIX IT! If it's Microsoft...delete it. -There are three ways to get something done: (1) Do it yourself. (2) Hire someone to do it for you. (3) Forbid your kids to do it. |
From: Sean E. <bj...@bi...> - 2002-09-18 00:14:13
|
No Luke. This is for the edit tree. I'll accept this patch. Thanks. -s. On Tue, 2002-09-17 at 20:06, Luke Schierer wrote: > it was indeed made deliberately, instead of scrolling horizontally, gaim's edit box forces > the text to wrap. thus, if you expand your narrow edit pane vertically, you will see more > of the text. the only way we could acceptably move to having a horizonaly scroll bar is if > the behavior was made optional. |
From: David F. <da...@d2...> - 2002-09-18 00:21:43
|
awesome! Will this work for both branches, or should I figure out how to fix it for head as well? Awesome proggie, btw - I used gabber for a long time, but it never really worked well for me. This has just worked.... On a separate note, I'd recommend turning on "Show aliases in tabs/titles/ticker" by default - I almost ran off and coded something for this until I noticed the option while digging in the source. Much more useful on, as by definition the alias is what you want to know about. On Tue, 2002-09-17 at 17:14, Sean Egan wrote: > No Luke. This is for the edit tree. I'll accept this patch. Thanks. > > -s. > > On Tue, 2002-09-17 at 20:06, Luke Schierer wrote: > > it was indeed made deliberately, instead of scrolling horizontally, gaim's edit box forces > > the text to wrap. thus, if you expand your narrow edit pane vertically, you will see more > > of the text. the only way we could acceptably move to having a horizonaly scroll bar is if > > the behavior was made optional. > > > > ------------------------------------------------------- > This SF.NET email is sponsored by: AMD - Your access to the experts > on Hammer Technology! Open Source & Linux Developers, register now > for the AMD Developer Symposium. Code: EX8664 > http://www.developwithamd.com/developerlab > _______________________________________________ > Gaim-devel mailing list > Gai...@li... > https://lists.sourceforge.net/lists/listinfo/gaim-devel > > -- dave Systems x2131 |
From: Ben N. <ne...@th...> - 2002-09-18 00:25:31
|
On 17 Sep 2002 17:21:32 -0700 David Fallon <da...@d2...> wrote: > awesome! Will this work for both branches, or should I figure out how to > fix it for head as well? Awesome proggie, btw - I used gabber for a long > time, but it never really worked well for me. This has just worked.... > > On a separate note, I'd recommend turning on "Show aliases in > tabs/titles/ticker" by default - I almost ran off and coded something > for this until I noticed the option while digging in the source. Much > more useful on, as by definition the alias is what you want to know > about. Heh...as I recall, it took a great deal of needling the [former] developer to even get this feature in gaim in optional form. |
From: Luke S. <lsc...@re...> - 2002-09-18 00:30:50
|
On Tue, Sep 17, 2002 at 08:27:30PM -0400, Ben Neuman wrote: > On 17 Sep 2002 17:21:32 -0700 > David Fallon <da...@d2...> wrote: > > > awesome! Will this work for both branches, or should I figure out how to > > fix it for head as well? Awesome proggie, btw - I used gabber for a long > > time, but it never really worked well for me. This has just worked.... > > > > On a separate note, I'd recommend turning on "Show aliases in > > tabs/titles/ticker" by default - I almost ran off and coded something > > for this until I noticed the option while digging in the source. Much > > more useful on, as by definition the alias is what you want to know > > about. > > Heh...as I recall, it took a great deal of needling the [former] developer to even get this feature in gaim in optional form. eric liked making people know the screenname ;-) luke > > > ------------------------------------------------------- > This SF.NET email is sponsored by: AMD - Your access to the experts > on Hammer Technology! Open Source & Linux Developers, register now > for the AMD Developer Symposium. Code: EX8664 > http://www.developwithamd.com/developerlab > _______________________________________________ > Gaim-devel mailing list > Gai...@li... > https://lists.sourceforge.net/lists/listinfo/gaim-devel -- -This email is made of 100% recycled electrons. -If something can go wrong.... FIX IT! If it's Microsoft...delete it. -There are three ways to get something done: (1) Do it yourself. (2) Hire someone to do it for you. (3) Forbid your kids to do it. |
From: Sean E. <bj...@bi...> - 2002-09-18 01:02:00
|
I agree with Eric on this... so sod off, the lot of you. -s. On Tue, 2002-09-17 at 20:30, Luke Schierer wrote: > On Tue, Sep 17, 2002 at 08:27:30PM -0400, Ben Neuman wrote: > > On 17 Sep 2002 17:21:32 -0700 > > David Fallon <da...@d2...> wrote: > > > > > awesome! Will this work for both branches, or should I figure out how to > > > fix it for head as well? Awesome proggie, btw - I used gabber for a long > > > time, but it never really worked well for me. This has just worked.... > > > > > > On a separate note, I'd recommend turning on "Show aliases in > > > tabs/titles/ticker" by default - I almost ran off and coded something > > > for this until I noticed the option while digging in the source. Much > > > more useful on, as by definition the alias is what you want to know > > > about. > > > > Heh...as I recall, it took a great deal of needling the [former] developer to even get this feature in gaim in optional form. > > eric liked making people know the screenname ;-) > luke > > > > > > > ------------------------------------------------------- > > This SF.NET email is sponsored by: AMD - Your access to the experts > > on Hammer Technology! Open Source & Linux Developers, register now > > for the AMD Developer Symposium. Code: EX8664 > > http://www.developwithamd.com/developerlab > > _______________________________________________ > > Gaim-devel mailing list > > Gai...@li... > > https://lists.sourceforge.net/lists/listinfo/gaim-devel > > -- > -This email is made of 100% recycled electrons. > -If something can go wrong.... FIX IT! > If it's Microsoft...delete it. > -There are three ways to get something done: > (1) Do it yourself. > (2) Hire someone to do it for you. > (3) Forbid your kids to do it. > > > ------------------------------------------------------- > This SF.NET email is sponsored by: AMD - Your access to the experts > on Hammer Technology! Open Source & Linux Developers, register now > for the AMD Developer Symposium. Code: EX8664 > http://www.developwithamd.com/developerlab > _______________________________________________ > Gaim-devel mailing list > Gai...@li... > https://lists.sourceforge.net/lists/listinfo/gaim-devel > |
From: Luke S. <lsc...@re...> - 2002-09-18 01:06:06
|
On Tue, Sep 17, 2002 at 09:01:21PM -0400, Sean Egan wrote: > I agree with Eric on this... so sod off, the lot of you. > "sod off" now you sound like robot101 :-P luke > -s. > > On Tue, 2002-09-17 at 20:30, Luke Schierer wrote: > > On Tue, Sep 17, 2002 at 08:27:30PM -0400, Ben Neuman wrote: > > > On 17 Sep 2002 17:21:32 -0700 > > > David Fallon <da...@d2...> wrote: > > > > > > > awesome! Will this work for both branches, or should I figure out how to > > > > fix it for head as well? Awesome proggie, btw - I used gabber for a long > > > > time, but it never really worked well for me. This has just worked.... > > > > > > > > On a separate note, I'd recommend turning on "Show aliases in > > > > tabs/titles/ticker" by default - I almost ran off and coded something > > > > for this until I noticed the option while digging in the source. Much > > > > more useful on, as by definition the alias is what you want to know > > > > about. > > > > > > Heh...as I recall, it took a great deal of needling the [former] developer to even get this feature in gaim in optional form. > > > > eric liked making people know the screenname ;-) > > luke > > > > > > > > > > > ------------------------------------------------------- > > > This SF.NET email is sponsored by: AMD - Your access to the experts > > > on Hammer Technology! Open Source & Linux Developers, register now > > > for the AMD Developer Symposium. Code: EX8664 > > > http://www.developwithamd.com/developerlab > > > _______________________________________________ > > > Gaim-devel mailing list > > > Gai...@li... > > > https://lists.sourceforge.net/lists/listinfo/gaim-devel > > > > -- > > -This email is made of 100% recycled electrons. > > -If something can go wrong.... FIX IT! > > If it's Microsoft...delete it. > > -There are three ways to get something done: > > (1) Do it yourself. > > (2) Hire someone to do it for you. > > (3) Forbid your kids to do it. > > > > > > ------------------------------------------------------- > > This SF.NET email is sponsored by: AMD - Your access to the experts > > on Hammer Technology! Open Source & Linux Developers, register now > > for the AMD Developer Symposium. Code: EX8664 > > http://www.developwithamd.com/developerlab > > _______________________________________________ > > Gaim-devel mailing list > > Gai...@li... > > https://lists.sourceforge.net/lists/listinfo/gaim-devel > > > > > > ------------------------------------------------------- > This SF.NET email is sponsored by: AMD - Your access to the experts > on Hammer Technology! Open Source & Linux Developers, register now > for the AMD Developer Symposium. Code: EX8664 > http://www.developwithamd.com/developerlab > _______________________________________________ > Gaim-devel mailing list > Gai...@li... > https://lists.sourceforge.net/lists/listinfo/gaim-devel -- -This email is made of 100% recycled electrons. -If something can go wrong.... FIX IT! If it's Microsoft...delete it. -There are three ways to get something done: (1) Do it yourself. (2) Hire someone to do it for you. (3) Forbid your kids to do it. |
From: Robert M. <rob...@de...> - 2002-09-19 01:16:13
|
On Tue, Sep 17, 2002 at 09:06:02PM -0400, Luke Schierer wrote: > On Tue, Sep 17, 2002 at 09:01:21PM -0400, Sean Egan wrote: > > I agree with Eric on this... so sod off, the lot of you. > > > "sod off" > now you sound like robot101 :-P > luke Sod off! I can default these options to on in Debian. =) Rob p.s. You should all delete all but the relevant parts of quoted messages you're replying to. |
From: Christian H. <ch...@gn...> - 2002-09-18 01:06:36
|
On Tue, Sep 17, 2002 at 09:01:21PM -0400, Sean Egan wrote: > I agree with Eric on this... so sod off, the lot of you. > > -s. *gasp!* I've never seen such disrespect! I'm quitting to work on Everybuddy. Goodbye! Christian -- Christian Hammond <> The GNUpdate Project ch...@gn... <> http://www.gnupdate.org/ Murphy's 7th Law: If everything seems to be going well, you have obviously overlooked something. |
From: Adam F. <ad...@sn...> - 2002-09-18 01:10:48
|
It does make sense, in ICQ, to use the alias and not the number though. Do you really remember everyones ICQ numbers? (for people who actually have ICQ contacts :) ). I didn't see the original discussion about this, and I dont really care cuz I dont use the ticker, but.. i know it makes sense :) [yes, I know I should stick my response at the bottom :) ] On Tue, Sep 17, 2002 at 09:01:21PM -0400, Sean Egan wrote: > I agree with Eric on this... so sod off, the lot of you. > > -s. > > On Tue, 2002-09-17 at 20:30, Luke Schierer wrote: > > On Tue, Sep 17, 2002 at 08:27:30PM -0400, Ben Neuman wrote: > > > On 17 Sep 2002 17:21:32 -0700 > > > David Fallon <da...@d2...> wrote: > > > > > > > awesome! Will this work for both branches, or should I figure out how to > > > > fix it for head as well? Awesome proggie, btw - I used gabber for a long > > > > time, but it never really worked well for me. This has just worked.... > > > > > > > > On a separate note, I'd recommend turning on "Show aliases in > > > > tabs/titles/ticker" by default - I almost ran off and coded something > > > > for this until I noticed the option while digging in the source. Much > > > > more useful on, as by definition the alias is what you want to know > > > > about. > > > > > > Heh...as I recall, it took a great deal of needling the [former] developer to even get this feature in gaim in optional form. > > > > eric liked making people know the screenname ;-) > > luke > > > > > > > > > > > ------------------------------------------------------- > > > This SF.NET email is sponsored by: AMD - Your access to the experts > > > on Hammer Technology! Open Source & Linux Developers, register now > > > for the AMD Developer Symposium. Code: EX8664 > > > http://www.developwithamd.com/developerlab > > > _______________________________________________ > > > Gaim-devel mailing list > > > Gai...@li... > > > https://lists.sourceforge.net/lists/listinfo/gaim-devel > > > > -- > > -This email is made of 100% recycled electrons. > > -If something can go wrong.... FIX IT! > > If it's Microsoft...delete it. > > -There are three ways to get something done: > > (1) Do it yourself. > > (2) Hire someone to do it for you. > > (3) Forbid your kids to do it. > > > > > > ------------------------------------------------------- > > This SF.NET email is sponsored by: AMD - Your access to the experts > > on Hammer Technology! Open Source & Linux Developers, register now > > for the AMD Developer Symposium. Code: EX8664 > > http://www.developwithamd.com/developerlab > > _______________________________________________ > > Gaim-devel mailing list > > Gai...@li... > > https://lists.sourceforge.net/lists/listinfo/gaim-devel > > > > > > ------------------------------------------------------- > This SF.NET email is sponsored by: AMD - Your access to the experts > on Hammer Technology! Open Source & Linux Developers, register now > for the AMD Developer Symposium. Code: EX8664 > http://www.developwithamd.com/developerlab > _______________________________________________ > Gaim-devel mailing list > Gai...@li... > https://lists.sourceforge.net/lists/listinfo/gaim-devel -- Adam ad...@sn... |
From: David F. <da...@d2...> - 2002-09-18 01:15:42
|
Since I use icq for 90% of my buddies, that was indeed why I turned the option on (and was thankful it was there). I don't really see a downside to having it on (and/or the default), since presumably for the users who don't have aliases, it just substitutes the actual username. On Tue, 2002-09-17 at 18:10, Adam Feakin wrote: > It does make sense, in ICQ, to use the alias and not the number though. > Do you really remember everyones ICQ numbers? (for people who actually > have ICQ contacts :) ). I didn't see the original discussion about > this, and I dont really care cuz I dont use the ticker, but.. i know it > makes sense :) > > [yes, I know I should stick my response at the bottom :) ] > > > On Tue, Sep 17, 2002 at 09:01:21PM -0400, Sean Egan wrote: > > I agree with Eric on this... so sod off, the lot of you. > > > > -s. > > > > On Tue, 2002-09-17 at 20:30, Luke Schierer wrote: > > > On Tue, Sep 17, 2002 at 08:27:30PM -0400, Ben Neuman wrote: > > > > On 17 Sep 2002 17:21:32 -0700 > > > > David Fallon <da...@d2...> wrote: > > > > > > > > > awesome! Will this work for both branches, or should I figure out how to > > > > > fix it for head as well? Awesome proggie, btw - I used gabber for a long > > > > > time, but it never really worked well for me. This has just worked.... > > > > > > > > > > On a separate note, I'd recommend turning on "Show aliases in > > > > > tabs/titles/ticker" by default - I almost ran off and coded something > > > > > for this until I noticed the option while digging in the source. Much > > > > > more useful on, as by definition the alias is what you want to know > > > > > about. > > > > > > > > Heh...as I recall, it took a great deal of needling the [former] developer to even get this feature in gaim in optional form. > > > > > > eric liked making people know the screenname ;-) > > > luke > > > > > > > > > > > > > > > ------------------------------------------------------- > > > > This SF.NET email is sponsored by: AMD - Your access to the experts > > > > on Hammer Technology! Open Source & Linux Developers, register now > > > > for the AMD Developer Symposium. Code: EX8664 > > > > http://www.developwithamd.com/developerlab > > > > _______________________________________________ > > > > Gaim-devel mailing list > > > > Gai...@li... > > > > https://lists.sourceforge.net/lists/listinfo/gaim-devel > > > > > > -- > > > -This email is made of 100% recycled electrons. > > > -If something can go wrong.... FIX IT! > > > If it's Microsoft...delete it. > > > -There are three ways to get something done: > > > (1) Do it yourself. > > > (2) Hire someone to do it for you. > > > (3) Forbid your kids to do it. > > > > > > > > > ------------------------------------------------------- > > > This SF.NET email is sponsored by: AMD - Your access to the experts > > > on Hammer Technology! Open Source & Linux Developers, register now > > > for the AMD Developer Symposium. Code: EX8664 > > > http://www.developwithamd.com/developerlab > > > _______________________________________________ > > > Gaim-devel mailing list > > > Gai...@li... > > > https://lists.sourceforge.net/lists/listinfo/gaim-devel > > > > > > > > > > > ------------------------------------------------------- > > This SF.NET email is sponsored by: AMD - Your access to the experts > > on Hammer Technology! Open Source & Linux Developers, register now > > for the AMD Developer Symposium. Code: EX8664 > > http://www.developwithamd.com/developerlab > > _______________________________________________ > > Gaim-devel mailing list > > Gai...@li... > > https://lists.sourceforge.net/lists/listinfo/gaim-devel > > -- > Adam > ad...@sn... > > > ------------------------------------------------------- > This SF.NET email is sponsored by: AMD - Your access to the experts > on Hammer Technology! Open Source & Linux Developers, register now > for the AMD Developer Symposium. Code: EX8664 > http://www.developwithamd.com/developerlab > _______________________________________________ > Gaim-devel mailing list > Gai...@li... > https://lists.sourceforge.net/lists/listinfo/gaim-devel > > -- dave Systems x2131 |
From: Sean E. <bj...@bi...> - 2002-09-18 01:22:00
|
On Tue, 2002-09-17 at 21:15, David Fallon wrote: > Since I use icq for 90% of my buddies, that was indeed why I turned the > option on (and was thankful it was there). I don't really see a downside > to having it on (and/or the default), since presumably for the users who > don't have aliases, it just substitutes the actual username. > > On Tue, 2002-09-17 at 18:10, Adam Feakin wrote: > > It does make sense, in ICQ, to use the alias and not the number though. > > Do you really remember everyones ICQ numbers? (for people who actually > > have ICQ contacts :) ). I didn't see the original discussion about > > this, and I dont really care cuz I dont use the ticker, but.. i know it > > makes sense :) > > > > [yes, I know I should stick my response at the bottom :) ] Yes, it is useful for Gadu-gadu and for ICQ. The problem with it is that it can be very easy to have no clue whom you're talking to when the feature is turned on. I'm seanegn on AIM and se...@ja... on Jabber. Perhaps you have both aliased to "Sean Egan." Now you double click "Sean Egan" on your buddy list and open up a conversation. You accidentally change the "Send message as:" menu. You have no way of knowing what to change it back to. > > On Tue, Sep 17, 2002 at 09:01:21PM -0400, Sean Egan wrote: > > > I agree with Eric on this... so sod off, the lot of you. > > > > > > -s. > > > > > > On Tue, 2002-09-17 at 20:30, Luke Schierer wrote: > > > > On Tue, Sep 17, 2002 at 08:27:30PM -0400, Ben Neuman wrote: > > > > > On 17 Sep 2002 17:21:32 -0700 > > > > > David Fallon <da...@d2...> wrote: > > > > > > > > > > > awesome! Will this work for both branches, or should I figure out how to > > > > > > fix it for head as well? Awesome proggie, btw - I used gabber for a long > > > > > > time, but it never really worked well for me. This has just worked.... > > > > > > > > > > > > On a separate note, I'd recommend turning on "Show aliases in > > > > > > tabs/titles/ticker" by default - I almost ran off and coded something > > > > > > for this until I noticed the option while digging in the source. Much > > > > > > more useful on, as by definition the alias is what you want to know > > > > > > about. > > > > > > > > > > Heh...as I recall, it took a great deal of needling the [former] developer to even get this feature in gaim in optional form. > > > > > > > > eric liked making people know the screenname ;-) > > > > luke > > > > > > > > > > > > > > > > > > > ------------------------------------------------------- > > > > > This SF.NET email is sponsored by: AMD - Your access to the experts > > > > > on Hammer Technology! Open Source & Linux Developers, register now > > > > > for the AMD Developer Symposium. Code: EX8664 > > > > > http://www.developwithamd.com/developerlab > > > > > _______________________________________________ > > > > > Gaim-devel mailing list > > > > > Gai...@li... > > > > > https://lists.sourceforge.net/lists/listinfo/gaim-devel > > > > > > > > -- > > > > -This email is made of 100% recycled electrons. > > > > -If something can go wrong.... FIX IT! > > > > If it's Microsoft...delete it. > > > > -There are three ways to get something done: > > > > (1) Do it yourself. > > > > (2) Hire someone to do it for you. > > > > (3) Forbid your kids to do it. > > > > > > > > > > > > ------------------------------------------------------- > > > > This SF.NET email is sponsored by: AMD - Your access to the experts > > > > on Hammer Technology! Open Source & Linux Developers, register now > > > > for the AMD Developer Symposium. Code: EX8664 > > > > http://www.developwithamd.com/developerlab > > > > _______________________________________________ > > > > Gaim-devel mailing list > > > > Gai...@li... > > > > https://lists.sourceforge.net/lists/listinfo/gaim-devel > > > > > > > > > > > > > > > > ------------------------------------------------------- > > > This SF.NET email is sponsored by: AMD - Your access to the experts > > > on Hammer Technology! Open Source & Linux Developers, register now > > > for the AMD Developer Symposium. Code: EX8664 > > > http://www.developwithamd.com/developerlab > > > _______________________________________________ > > > Gaim-devel mailing list > > > Gai...@li... > > > https://lists.sourceforge.net/lists/listinfo/gaim-devel > > > > -- > > Adam > > ad...@sn... > > > > > > ------------------------------------------------------- > > This SF.NET email is sponsored by: AMD - Your access to the experts > > on Hammer Technology! Open Source & Linux Developers, register now > > for the AMD Developer Symposium. Code: EX8664 > > http://www.developwithamd.com/developerlab > > _______________________________________________ > > Gaim-devel mailing list > > Gai...@li... > > https://lists.sourceforge.net/lists/listinfo/gaim-devel > > > > > -- > > dave > Systems > x2131 > > > > ------------------------------------------------------- > This SF.NET email is sponsored by: AMD - Your access to the experts > on Hammer Technology! Open Source & Linux Developers, register now > for the AMD Developer Symposium. Code: EX8664 > http://www.developwithamd.com/developerlab > _______________________________________________ > Gaim-devel mailing list > Gai...@li... > https://lists.sourceforge.net/lists/listinfo/gaim-devel > |
From: Luke S. <lsc...@re...> - 2002-09-18 01:48:46
|
On Tue, Sep 17, 2002 at 09:21:54PM -0400, Sean Egan wrote: > On Tue, 2002-09-17 at 21:15, David Fallon wrote: > > Since I use icq for 90% of my buddies, that was indeed why I turned the > > option on (and was thankful it was there). I don't really see a downside > > to having it on (and/or the default), since presumably for the users who > > don't have aliases, it just substitutes the actual username. > > > > On Tue, 2002-09-17 at 18:10, Adam Feakin wrote: > > > It does make sense, in ICQ, to use the alias and not the number though. > > > Do you really remember everyones ICQ numbers? (for people who actually > > > have ICQ contacts :) ). I didn't see the original discussion about > > > this, and I dont really care cuz I dont use the ticker, but.. i know it > > > makes sense :) > > > > > > [yes, I know I should stick my response at the bottom :) ] > > Yes, it is useful for Gadu-gadu and for ICQ. The problem with it is > that it can be very easy to have no clue whom you're talking to when the > feature is turned on. > > I'm seanegn on AIM and se...@ja... on Jabber. Perhaps you have > both aliased to "Sean Egan." Now you double click "Sean Egan" on your > buddy list and open up a conversation. You accidentally change the > "Send message as:" menu. You have no way of knowing what to change it > back to. > hence we make it so that you don't have to worry about it with person support ;-) now if only i could find more time and make some significant progress. i hate school. luke > > > > On Tue, Sep 17, 2002 at 09:01:21PM -0400, Sean Egan wrote: > > > > I agree with Eric on this... so sod off, the lot of you. > > > > > > > > -s. > > > > > > > > On Tue, 2002-09-17 at 20:30, Luke Schierer wrote: > > > > > On Tue, Sep 17, 2002 at 08:27:30PM -0400, Ben Neuman wrote: > > > > > > On 17 Sep 2002 17:21:32 -0700 > > > > > > David Fallon <da...@d2...> wrote: > > > > > > > > > > > > > awesome! Will this work for both branches, or should I figure out how to > > > > > > > fix it for head as well? Awesome proggie, btw - I used gabber for a long > > > > > > > time, but it never really worked well for me. This has just worked.... > > > > > > > > > > > > > > On a separate note, I'd recommend turning on "Show aliases in > > > > > > > tabs/titles/ticker" by default - I almost ran off and coded something > > > > > > > for this until I noticed the option while digging in the source. Much > > > > > > > more useful on, as by definition the alias is what you want to know > > > > > > > about. > > > > > > > > > > > > Heh...as I recall, it took a great deal of needling the [former] developer to even get this feature in gaim in optional form. > > > > > > > > > > eric liked making people know the screenname ;-) > > > > > luke > > > > > > > > > > > > > > > > > > > > > > > ------------------------------------------------------- > > > > > > This SF.NET email is sponsored by: AMD - Your access to the experts > > > > > > on Hammer Technology! Open Source & Linux Developers, register now > > > > > > for the AMD Developer Symposium. Code: EX8664 > > > > > > http://www.developwithamd.com/developerlab > > > > > > _______________________________________________ > > > > > > Gaim-devel mailing list > > > > > > Gai...@li... > > > > > > https://lists.sourceforge.net/lists/listinfo/gaim-devel > > > > > > > > > > -- > > > > > -This email is made of 100% recycled electrons. > > > > > -If something can go wrong.... FIX IT! > > > > > If it's Microsoft...delete it. > > > > > -There are three ways to get something done: > > > > > (1) Do it yourself. > > > > > (2) Hire someone to do it for you. > > > > > (3) Forbid your kids to do it. > > > > > > > > > > > > > > > ------------------------------------------------------- > > > > > This SF.NET email is sponsored by: AMD - Your access to the experts > > > > > on Hammer Technology! Open Source & Linux Developers, register now > > > > > for the AMD Developer Symposium. Code: EX8664 > > > > > http://www.developwithamd.com/developerlab > > > > > _______________________________________________ > > > > > Gaim-devel mailing list > > > > > Gai...@li... > > > > > https://lists.sourceforge.net/lists/listinfo/gaim-devel > > > > > > > > > > > > > > > > > > > > > ------------------------------------------------------- > > > > This SF.NET email is sponsored by: AMD - Your access to the experts > > > > on Hammer Technology! Open Source & Linux Developers, register now > > > > for the AMD Developer Symposium. Code: EX8664 > > > > http://www.developwithamd.com/developerlab > > > > _______________________________________________ > > > > Gaim-devel mailing list > > > > Gai...@li... > > > > https://lists.sourceforge.net/lists/listinfo/gaim-devel > > > > > > -- > > > Adam > > > ad...@sn... > > > > > > > > > ------------------------------------------------------- > > > This SF.NET email is sponsored by: AMD - Your access to the experts > > > on Hammer Technology! Open Source & Linux Developers, register now > > > for the AMD Developer Symposium. Code: EX8664 > > > http://www.developwithamd.com/developerlab > > > _______________________________________________ > > > Gaim-devel mailing list > > > Gai...@li... > > > https://lists.sourceforge.net/lists/listinfo/gaim-devel > > > > > > > > -- > > > > dave > > Systems > > x2131 > > > > > > > > ------------------------------------------------------- > > This SF.NET email is sponsored by: AMD - Your access to the experts > > on Hammer Technology! Open Source & Linux Developers, register now > > for the AMD Developer Symposium. Code: EX8664 > > http://www.developwithamd.com/developerlab > > _______________________________________________ > > Gaim-devel mailing list > > Gai...@li... > > https://lists.sourceforge.net/lists/listinfo/gaim-devel > > > > > > ------------------------------------------------------- > This SF.NET email is sponsored by: AMD - Your access to the experts > on Hammer Technology! Open Source & Linux Developers, register now > for the AMD Developer Symposium. Code: EX8664 > http://www.developwithamd.com/developerlab > _______________________________________________ > Gaim-devel mailing list > Gai...@li... > https://lists.sourceforge.net/lists/listinfo/gaim-devel -- -This email is made of 100% recycled electrons. -If something can go wrong.... FIX IT! If it's Microsoft...delete it. -There are three ways to get something done: (1) Do it yourself. (2) Hire someone to do it for you. (3) Forbid your kids to do it. |
From: Adam F. <ad...@sn...> - 2002-09-18 02:06:11
|
On Tue, Sep 17, 2002 at 09:48:38PM -0400, Luke Schierer wrote: > On Tue, Sep 17, 2002 at 09:21:54PM -0400, Sean Egan wrote: > > I'm seanegn on AIM and se...@ja... on Jabber. Perhaps you have > > both aliased to "Sean Egan." Now you double click "Sean Egan" on your > > buddy list and open up a conversation. You accidentally change the > > "Send message as:" menu. You have no way of knowing what to change it > > back to. > > hence we make it so that you don't have to worry about it with person support ;-) > now if only i could find more time and make some significant progress. i hate school. > luke Oh, I didnt actually think of it like that :) First thing I thought of was people setting their aliases to try and confuse you, say someone made a new MSN account and set their 'Friendly Name' to Sean Egan (I assume there is nothing stopping them doing that - not that I have any idea where the friendly name comes from :) ) and they then sent you a few messages, and managed to get you to add them to your contact list. If you accidentally poked that "reset friendly name" option on that MSN user, and their alias was shown in the ticker, you wouldnt know which Sean it was. -- Adam |
From: Felipe C. <al5...@ma...> - 2002-09-18 03:48:32
|
That's why I always tought that there should be two aliases, the local alias, and the remote alias. The remote alias is the one your friend has set, and the local is the one you set, obviously the local one is more important. I even did a patch for that. PS. Sorry about mailing with Outlook Express, I don't have a linux box, does anyone know of a decent email program? ----- Original Message ----- From: "Adam Feakin" <ad...@sn...> To: <gai...@li...> Sent: Tuesday, September 17, 2002 8:06 PM Subject: Re: [Gaim-devel] patch to add horz. scroll for editpane > On Tue, Sep 17, 2002 at 09:48:38PM -0400, Luke Schierer wrote: > > On Tue, Sep 17, 2002 at 09:21:54PM -0400, Sean Egan wrote: > > > I'm seanegn on AIM and se...@ja... on Jabber. Perhaps you have > > > both aliased to "Sean Egan." Now you double click "Sean Egan" on your > > > buddy list and open up a conversation. You accidentally change the > > > "Send message as:" menu. You have no way of knowing what to change it > > > back to. > > > > hence we make it so that you don't have to worry about it with person support ;-) > > now if only i could find more time and make some significant progress. i hate school. > > luke > > Oh, I didnt actually think of it like that :) First thing I thought of > was people setting their aliases to try and confuse you, say someone > made a new MSN account and set their 'Friendly Name' to Sean Egan (I > assume there is nothing stopping them doing that - not that I have any > idea where the friendly name comes from :) ) and they then sent you > a few messages, and managed to get you to add them to your contact list. > If you accidentally poked that "reset friendly name" option on that MSN > user, and their alias was shown in the ticker, you wouldnt know which > Sean it was. > > > -- > Adam > > > ------------------------------------------------------- > This SF.NET email is sponsored by: AMD - Your access to the experts > on Hammer Technology! Open Source & Linux Developers, register now > for the AMD Developer Symposium. Code: EX8664 > http://www.developwithamd.com/developerlab > _______________________________________________ > Gaim-devel mailing list > Gai...@li... > https://lists.sourceforge.net/lists/listinfo/gaim-devel > |
From: Luke S. <lsc...@re...> - 2002-09-18 04:00:52
|
On Tue, Sep 17, 2002 at 11:07:27PM -0600, Felipe Contreras wrote: > That's why I always tought that there should be two aliases, the local > alias, and the remote alias. The remote alias is the one your friend has > set, and the local is the one you set, obviously the local one is more > important. or you could simply not update the aliases in msn or what have you. i know winicq used to reset the nicknames i gave periodically.... > > I even did a patch for that. > > PS. Sorry about mailing with Outlook Express, I don't have a linux box, does > anyone know of a decent email program? pcpine. eudora. netscape mail even. i've heard there is even a version of mutt for windows. luke > > ----- Original Message ----- > From: "Adam Feakin" <ad...@sn...> > To: <gai...@li...> > Sent: Tuesday, September 17, 2002 8:06 PM > Subject: Re: [Gaim-devel] patch to add horz. scroll for editpane > > > > On Tue, Sep 17, 2002 at 09:48:38PM -0400, Luke Schierer wrote: > > > On Tue, Sep 17, 2002 at 09:21:54PM -0400, Sean Egan wrote: > > > > I'm seanegn on AIM and se...@ja... on Jabber. Perhaps you have > > > > both aliased to "Sean Egan." Now you double click "Sean Egan" on your > > > > buddy list and open up a conversation. You accidentally change the > > > > "Send message as:" menu. You have no way of knowing what to change it > > > > back to. > > > > > > hence we make it so that you don't have to worry about it with person > support ;-) > > > now if only i could find more time and make some significant progress. i > hate school. > > > luke > > > > Oh, I didnt actually think of it like that :) First thing I thought of > > was people setting their aliases to try and confuse you, say someone > > made a new MSN account and set their 'Friendly Name' to Sean Egan (I > > assume there is nothing stopping them doing that - not that I have any > > idea where the friendly name comes from :) ) and they then sent you > > a few messages, and managed to get you to add them to your contact list. > > If you accidentally poked that "reset friendly name" option on that MSN > > user, and their alias was shown in the ticker, you wouldnt know which > > Sean it was. > > > > > > -- > > Adam > > > > > > ------------------------------------------------------- > > This SF.NET email is sponsored by: AMD - Your access to the experts > > on Hammer Technology! Open Source & Linux Developers, register now > > for the AMD Developer Symposium. Code: EX8664 > > http://www.developwithamd.com/developerlab > > _______________________________________________ > > Gaim-devel mailing list > > Gai...@li... > > https://lists.sourceforge.net/lists/listinfo/gaim-devel > > > > > > > ------------------------------------------------------- > This SF.NET email is sponsored by: AMD - Your access to the experts > on Hammer Technology! Open Source & Linux Developers, register now > for the AMD Developer Symposium. Code: EX8664 > http://www.developwithamd.com/developerlab > _______________________________________________ > Gaim-devel mailing list > Gai...@li... > https://lists.sourceforge.net/lists/listinfo/gaim-devel -- -This email is made of 100% recycled electrons. -If something can go wrong.... FIX IT! If it's Microsoft...delete it. -There are three ways to get something done: (1) Do it yourself. (2) Hire someone to do it for you. (3) Forbid your kids to do it. |
From: Luke S. <lsc...@re...> - 2002-09-18 01:22:04
|
On Tue, Sep 17, 2002 at 06:15:39PM -0700, David Fallon wrote: > Since I use icq for 90% of my buddies, that was indeed why I turned the > option on (and was thankful it was there). I don't really see a downside > to having it on (and/or the default), since presumably for the users who > don't have aliases, it just substitutes the actual username. there isn't a downside. its entirely a philosophical issue, personally i tend to agree it should be on. luke > > On Tue, 2002-09-17 at 18:10, Adam Feakin wrote: > > It does make sense, in ICQ, to use the alias and not the number though. > > Do you really remember everyones ICQ numbers? (for people who actually > > have ICQ contacts :) ). I didn't see the original discussion about > > this, and I dont really care cuz I dont use the ticker, but.. i know it > > makes sense :) > > > > [yes, I know I should stick my response at the bottom :) ] > > > > > > On Tue, Sep 17, 2002 at 09:01:21PM -0400, Sean Egan wrote: > > > I agree with Eric on this... so sod off, the lot of you. > > > > > > -s. > > > > > > On Tue, 2002-09-17 at 20:30, Luke Schierer wrote: > > > > On Tue, Sep 17, 2002 at 08:27:30PM -0400, Ben Neuman wrote: > > > > > On 17 Sep 2002 17:21:32 -0700 > > > > > David Fallon <da...@d2...> wrote: > > > > > > > > > > > awesome! Will this work for both branches, or should I figure out how to > > > > > > fix it for head as well? Awesome proggie, btw - I used gabber for a long > > > > > > time, but it never really worked well for me. This has just worked.... > > > > > > > > > > > > On a separate note, I'd recommend turning on "Show aliases in > > > > > > tabs/titles/ticker" by default - I almost ran off and coded something > > > > > > for this until I noticed the option while digging in the source. Much > > > > > > more useful on, as by definition the alias is what you want to know > > > > > > about. > > > > > > > > > > Heh...as I recall, it took a great deal of needling the [former] developer to even get this feature in gaim in optional form. > > > > > > > > eric liked making people know the screenname ;-) > > > > luke > > > > > > > > > > > > > > > > > > > ------------------------------------------------------- > > > > > This SF.NET email is sponsored by: AMD - Your access to the experts > > > > > on Hammer Technology! Open Source & Linux Developers, register now > > > > > for the AMD Developer Symposium. Code: EX8664 > > > > > http://www.developwithamd.com/developerlab > > > > > _______________________________________________ > > > > > Gaim-devel mailing list > > > > > Gai...@li... > > > > > https://lists.sourceforge.net/lists/listinfo/gaim-devel > > > > > > > > -- > > > > -This email is made of 100% recycled electrons. > > > > -If something can go wrong.... FIX IT! > > > > If it's Microsoft...delete it. > > > > -There are three ways to get something done: > > > > (1) Do it yourself. > > > > (2) Hire someone to do it for you. > > > > (3) Forbid your kids to do it. > > > > > > > > > > > > ------------------------------------------------------- > > > > This SF.NET email is sponsored by: AMD - Your access to the experts > > > > on Hammer Technology! Open Source & Linux Developers, register now > > > > for the AMD Developer Symposium. Code: EX8664 > > > > http://www.developwithamd.com/developerlab > > > > _______________________________________________ > > > > Gaim-devel mailing list > > > > Gai...@li... > > > > https://lists.sourceforge.net/lists/listinfo/gaim-devel > > > > > > > > > > > > > > > > ------------------------------------------------------- > > > This SF.NET email is sponsored by: AMD - Your access to the experts > > > on Hammer Technology! Open Source & Linux Developers, register now > > > for the AMD Developer Symposium. Code: EX8664 > > > http://www.developwithamd.com/developerlab > > > _______________________________________________ > > > Gaim-devel mailing list > > > Gai...@li... > > > https://lists.sourceforge.net/lists/listinfo/gaim-devel > > > > -- > > Adam > > ad...@sn... > > > > > > ------------------------------------------------------- > > This SF.NET email is sponsored by: AMD - Your access to the experts > > on Hammer Technology! Open Source & Linux Developers, register now > > for the AMD Developer Symposium. Code: EX8664 > > http://www.developwithamd.com/developerlab > > _______________________________________________ > > Gaim-devel mailing list > > Gai...@li... > > https://lists.sourceforge.net/lists/listinfo/gaim-devel > > > > > -- > > dave > Systems > x2131 > > > > ------------------------------------------------------- > This SF.NET email is sponsored by: AMD - Your access to the experts > on Hammer Technology! Open Source & Linux Developers, register now > for the AMD Developer Symposium. Code: EX8664 > http://www.developwithamd.com/developerlab > _______________________________________________ > Gaim-devel mailing list > Gai...@li... > https://lists.sourceforge.net/lists/listinfo/gaim-devel -- -This email is made of 100% recycled electrons. -If something can go wrong.... FIX IT! If it's Microsoft...delete it. -There are three ways to get something done: (1) Do it yourself. (2) Hire someone to do it for you. (3) Forbid your kids to do it. |