Ð
Sent via BlackBerry by AT&T

-----Original Message-----
From: Erik Christiansen <dva...@internode.on.net>
Date: Mon, 1 Aug 2011 16:36:21 
To: <emc-users@lists.sourceforge.net>
Reply-To: emc-users@lists.sourceforge.net
Subject: Re: [Emc-users] Old ssh -Y problem is back

On 01.08.11 00:47, gene heskett wrote:
> On Monday, August 01, 2011 12:45:31 AM Kyle Kerr did opine:
> > On Mon, Aug 1, 2011 at 12:04 AM, gene heskett <ghesk...@wdtv.com> wrote:
> > Ubuntu has a keyboard shortcut to access the terminal/konsole,
> > ctrl+alt+t.
>  
> And why has it taken me 8 or 9 years to hear that?  Thank you very much.

Gene, I'll +1 that. :-)

Despite preferring to use less effort than even ctrl+alt+t, with four
xterms being automatically started for me by gnome.

My ~/.gnomerc is:

#!/bin/bash
~/bin/xterms &    # A script which starts 4 xterms, tiled to please.

                         ----------------------

For just one, we could replace the xterms line with these:

col='-fg yellow -bg darkslategrey -cr red'         # Colours
f='-fn 10x20'                                      # 3 mm fontsize
w=100                                              # Width
l=50                                               # Length

/usr/bin/xterm $col $f $scroll -geometry ${w}x${l}+0+80 &

                         ----------------------

But if the additional script is used, it can also open mutt in an xterm
in the top right corner, with customised double-click character class
behaviour, so all of a URL is picked up by the mouse. (The left hand
terminal is made to pick up "Full pathnames, IPs, email addresses,
simple URLs, lhs or rhs of =", which suits me better for general use.
A third xterm for my on-line manual has other settings again, to better
pick up that kind of material.[1])

If a computer doesn't have at least one xterm open at all times, then
I'm at a loss to use it.

Erik

[1] Displayed/updated daily, using vim. Last night I added folding, so
    that the 20,200 lines now display as 150 section headings, like a
    TOC. That shows I could slightly tidy up what has accumulated over a
    couple of decades.

-- 
Knowing all truth is less than doing a little bit of good.
                                                  - Dr Albert Schweitzer


------------------------------------------------------------------------------
Got Input?   Slashdot Needs You.
Take our quick survey online.  Come on, we don't ask for help often.
Plus, you'll get a chance to win $100 to spend on ThinkGeek.
http://p.sf.net/sfu/slashdot-survey
_______________________________________________
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users
------------------------------------------------------------------------------
uberSVN's rich system and user administration capabilities and model 
configuration take the hassle out of deploying and managing Subversion and 
the tools developers use with it. Learn more about uberSVN and get a free 
download at:  http://p.sf.net/sfu/wandisco-dev2dev
_______________________________________________
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users

Reply via email to