Re: XWin.exe <--> xinit link

2002-11-18 Thread Pavel Holejsovsky
I think you are looking for $HOME/.xserverrc file. E.g. mine contains:

#! /bin/sh
X -nowinkill -nodecoration -lesspointer -rootless

BTW, this all seems to be documented in xinit man page, as pointed out 
by Thomas.

Pavel

[EMAIL PROTECTED] wrote:
Thanks Thomas,

	The thing is, no matter what I put in those files, it either starts XWin
with a border, or not at all.

	And when I do get it to start up, there is always a console mode window
hanging around until I close it, and that closes XWin...

	*sigh* I AM trying to understand how all this stuff fits together, but I'm
not having very much luck.


-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On
Behalf Of Thomas Chadwick
Sent: Sunday, November 17, 2002 10:41 PM
To: [EMAIL PROTECTED]
Subject: RE: XWin.exe <--> xinit link

RTFM!  Do "man xinit" from the Cygwin command-line and read the 1st 3
paragraphs.



From: Jean-Claude Gervais <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: RE: XWin.exe <--> xinit link
Date: Sat, 16 Nov 2002 10:08:07 -0500

Thanks Artur,

 But that's not quite the info I was looking for;

 You see, when I type startxwin.bat or startxwin.sh, I get a


DIFFERENT


result than from starting xinit by itself.

 Yet, xinit does start XWin, only it is starting it in windowed


mode...


Which is OK, but I'm just wondering WHERE does xinit get this from? Is it
executing a script?


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On
Behalf Of Artur Hefczyc
Sent: Saturday, November 16, 2002 9:56 AM
To: [EMAIL PROTECTED]
Subject: Re: XWin.exe <--> xinit link



What parameters does it use to start XWin? Where does it get the


parameters?
You can find manual and parameters for XWin from command:
man XWin



Is it executing a script?


/usr/X11R6/bin/startxwin.bat
/usr/X11R6/bin/startxwin.sh

Artur Hefczyc
--
Artur Hefczyc
http://wttools.sf.net/




_
Add photos to your e-mail with MSN 8. Get 2 months FREE*.
http://join.msn.com/?page=features/featuredemail






Re: XWin.exe <--> xinit link

2002-11-19 Thread Pavel Holejsovsky
Thanks for the detailed explanation. But I think you can avoid even that 
console for Xserver. I'm starting my Xserver using shortcut with this 
commandline:

C:\cygwin\bin\cygstart.exe --hide -- bash --login -i -c startx

This way, console window just flashes for a small moment and then it is 
hidden by cygstart (its '--hide' option).

Pavel

[EMAIL PROTECTED] wrote:
xinit does 2 things - it launches the X server and then one or more X 
clients.

If you want to customize the X client part (including the Window Manager), 
create/modify/edit the file $HOME/.xinitrc.

If you want to customize the X server part, create/modify/edit the file 
$HOME/.xserverrc.

Alternatively, you can pass command-line options to the X server by 
specifying them on xinit's command-line after "--".  For example, "xinit -- 
-rootless" will cause XWin to startup in rootless mode.


As for the console window, there is no way to avoid it being there until 
xinit completes, which doesn't happen until after the X server shuts down.  
This is really no different than if you use a  Windows batchfile to fire up 
XWin and one or more local X clients.  It's a "necessary evil".




Re: GNU emacs 21.2-12 is available

2003-01-29 Thread Pavel Holejsovsky
Harold,

I'm able to make mouse wheel working by starting mouse-wheel-mode minor 
mode (M-x mouse-wheel-mode). I don't know why it is not on by default, 
but I think that minor tweaking of .emacs file could do it...

Pavel

[EMAIL PROTECTED] wrote:
Joe,

Any ideas on why the X11 version of the eamcs package does not process the
mouse wheel messages?  I believe we are sending them as presses of the
defacto standard buttons 5 and 6... but all you get when you scroll is just
beeps.  I know that the mouse wheel is a pain-in-the-___ in emacs, but are
there any compil-time flags you can set to tell emacs that by default you
want 5 and 6 to scroll up and down?

If you don't have any ideas off the top of your head, don't worry about it,
I will look at the emacs source later.  Later probably means about 4 months,
so I figured I would ask you first :)

Harold

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Joe Buehler
Sent: Friday, January 24, 2003 2:06 PM
To: [EMAIL PROTECTED]
Subject: GNU emacs 21.2-12 is available


GNU emacs 21.2-12 is available.

Changes:

- fixed problem with DOC file causing LISP documentation functions
   to fail; X and non-X emacs now have separate DOC files

New users please be aware:

- You will want "tty" included in your CYGWIN environment variable
   setting, and probably "binmode".  Look at the following for some
   documentation: http://www.cygwin.com/cygwin-ug-net/using-cygwinenv.html

Joe Buehler

*** INFORMATION ON UPDATING CYGWIN ***

To update your installation, click on the "Install Cygwin now" link on
the http://cygwin.com/ web page.  This downloads setup.exe to your
system.  Then, run setup and answer all of the questions.

In the US,
ftp://mirrors.rcn.net/mirrors/sources.redhat.com/cygwin/
is a reliable high bandwidth connection.

In Germany,
ftp://ftp.uni-erlangen.de/pub/pc/gnuwin32/cygwin/mirrors/cygnus/
is usually pretty good.

In the UK,
http://programming.ccp14.ac.uk/ftp-mirror/programming/cygwin/pub/cygwin/
is usually up-to-date within 48 hours.

If one of the above doesn't have the latest version of this package
then you can either wait for the site to be updated or find another
mirror.

The setup.exe program will figure out what needs to be updated on your
system and will install newer packages automatically.

If you have questions or comments, please send them to the Cygwin
mailing list at: [EMAIL PROTECTED] .  This includes ideas and comments
about the setup utility or Cygwin in general.

If you want to make a point or ask a question, the Cygwin mailing list
is the appropriate place.

*** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO ***

If you want to unsubscribe from the cygwin-announce mailing list, look
at the "List-Unsubscribe: " tag in the email header of this message.
Send email to the address specified there.  It will be in the format:

[EMAIL PROTECTED]

If you have trouble, please use the resources at

http://cygwin.com/ml/






Re: Problems with emacs built against gtk3

2011-11-30 Thread Pavel Holejsovsky

On 11/30/2011 4:51 AM, Yaakov (Cygwin/X) wrote:

2.  The pango warning can already be observed with the current Cygwin
emacs after the recent update of the GNOME libraries.  To reproduce,
install the emacs-X11 package and start emacs with the command `emacs&'
in an xterm window.


I cannot reproduce this.  Does installing font-cantarell-otf help?
Perhaps another font?


I can reproduce it, in fact almost every gtk-enabled application spits 
that out.  I tried stracing, and I think (but I'm not sure) that the 
warning appears after pango tries to load 
/usr/lib/pango/1.6.0/modules/pango-basic-fc.dll -> there is no 
/usr/lib/pango directory on my system, and it seems that no package in 
cygwin or ports repository provides it.


HTH,
Pavel


--
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/