RE: How to launch an xterm using "Monospace" font

2010-08-10 Thread JOHNER Jean 066030

Brian Timares wrote:
>Jean,

>I think this is what you want.  I have:
>XTerm*font: -*-courier-medium-r-*-*-*-100-*-*-*-*-*-*
>in my .Xdefaults

>Other than colors, here is my .Xdefaults (in my home directory, natch):
>XTerm*scrollBar: on
>XTerm*saveLines: 9
>XTerm*font: -*-courier-medium-r-*-*-*-140-*-*-*-*-*-*
>XTerm*visualBell: true
>XTerm*titeInhibit: true
>urxvt*secondaryScreen: false

>The most important part is the XTerm*titeInhibit: true, it is beyond me
>why that isn't the default everywhere (it prevents a screen clear when
>you're, say, done reading a man page).  I want to get rid of the title
>bar but haven't explored that as I launch most of my xterms from a
>script. Extract:

>nohup xterm -name $h -title $h -ls -mc none +tb +mb -vb -sb -sl 9
>-background grey95 -fg black -cr black -ms black -font
>"-*-lucidatypewriter-medium-*-*-*-*-100-*-*-*-*-*-*" -e ssh -Yq r...@$h
>/dev/null & 2>&1

>Naturally $h is the server :)

>To get the fonts I launched xfontsel and went through it and
>experimented.  Use the 'select' button to put the string into the
>buffer.


>Brian

Thank you, Brian.
It seems that full XLFD font name was necessary.
Best regards.
Jean Johner

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://x.cygwin.com/docs/
FAQ:   http://x.cygwin.com/docs/faq/



Re: How to launch an xterm using "Monospace" font

2010-08-06 Thread JOHNER Jean 066030
On Fri, 6 Aug 2010, Thomas Dickey wrote:
>> If you try
>> xterm -fa "foobar"
>> you also get the same result, for any "foobar" string.
>
> That sounds as if the strings you're giving don't match the available
> font family names.  If you have "fc-list", it can give a list of
names.

fc-list results in many fonts being listed but no Monospace!
"Times" is in the list. I tried:
xterm -fn "Times"
xterm -fn "Times-12"
xterm -fa "Times"
xterm -fa "Times-12"

Always the same result with the same default font.

Has anybody been able to launch xterm with a font (any is welcome) which
is not the default?

That would give a track before going in the details of unix fonts
literature.

Thank you for your help.

Jean Johner 

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://x.cygwin.com/docs/
FAQ:   http://x.cygwin.com/docs/faq/



Re: How to launch an xterm using "Monospace" font

2010-08-06 Thread JOHNER Jean 066030
On Thu, 5 Aug 2010, Thomas Dickey wrote:
>> I would like to launch an xterm terminal using "Monospace" font.
>> Monospace is the font used by default by gvim.
>> I tried:
>> xterm -fn "Monospace"

> xterm -fa "Monospace"

> is perhaps what you meant.

Thank you for your quick answer.
xterm -fa "Monospace"
gives no error message but open xterm with the same font (which is not
Monospace) as:
xterm

If you try
xterm -fa "foobar"
you also get the same result, for any "foobar" string.

Best regards.

Jean Johner

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://x.cygwin.com/docs/
FAQ:   http://x.cygwin.com/docs/faq/



Re: Using "konsole" in Cygwin

2010-08-06 Thread JOHNER Jean 066030
On Thu, 5 Aug 2010, Thomas Dickey wrote:
> iirc, cygwin has xterm, rxvt and rxvt-unicode

which are very nice tools. And also Mintty which is great.
But "console" has also interesting features (multiple shells in the same
window in different tabs for example).

From your answer, I conclude that "konsole" is not available in Cygwin.
I guess the answer is the same for GNOME-termimal.
Do you confirm?

Best regards.

Jean Johner

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://x.cygwin.com/docs/
FAQ:   http://x.cygwin.com/docs/faq/



Using "konsole" in Cygwin

2010-08-05 Thread JOHNER Jean 066030
Hello,
I often connect to a KDE Linux server so that I am familiar with
"konsole".
I tried the "konsole" command on Cygwin, which is unknown.
Is there a way to use KDE console on Cygwin.

Sorry if my questions look too much elementary. I am new to Cygwin. Do
not hesitate to redirect me towards FAQs or user guides.

Best regards.

Jean Johner 

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://x.cygwin.com/docs/
FAQ:   http://x.cygwin.com/docs/faq/



How to launch an xterm using "Monospace" font

2010-08-05 Thread JOHNER Jean 066030
Hello,

I would like to launch an xterm terminal using "Monospace" font.
Monospace is the font used by default by gvim.
I tried:
xterm -fn "Monospace"
which gives an error message.

Thank you for your help.

Jean Johner

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://x.cygwin.com/docs/
FAQ:   http://x.cygwin.com/docs/faq/