cygwin as a replacement for explorer.exe

2003-08-14 Thread Sal
Is it possible to use Cygwin and it's respective X server as a replacement
shell for explorer.exe?

Sal




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



emacs look

2003-08-18 Thread Sal
I just downloaded the latest version of cygwin, along with emacs 21.2 and
it's respective X11 libraries. It's  been a year or so since I've used emacs
and this is not the version I remember. This version looks more like
"Xemacs" than the GNU emacs I remember using. Namely, there were no cute
little (and totally redundant) "buttons" for 'cut', 'paste' etc... is there
any way to get rid of or "turn off" this button toolbar? Thanks

-Sal




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



Re: emacs look

2003-08-18 Thread Sal
No not the console version (which can also be invoked with "emacs-nox").

"Elfyn McBratney" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Sal wrote:
> > I just downloaded the latest version of cygwin, along with emacs 21.2
and
> > it's respective X11 libraries. It's  been a year or so since I've used
emacs
> > and this is not the version I remember. This version looks more like
> > "Xemacs" than the GNU emacs I remember using. Namely, there were no cute
> > little (and totally redundant) "buttons" for 'cut', 'paste' etc... is
there
> > any way to get rid of or "turn off" this button toolbar? Thanks
>
> Are you looking for the console version of emacs? Is so, call emacs with
the
> `-nw' switch.
>
> -- Elfyn
>




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



Re: emacs look

2003-08-18 Thread Sal
(tool-bar-mode 0) did the trick thanks. However, is it me, or does the menu
bar seem a little too fat?

"Joe Buehler" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Sal wrote:
>
> > I just downloaded the latest version of cygwin, along with emacs 21.2
and
> > it's respective X11 libraries. It's  been a year or so since I've used
emacs
> > and this is not the version I remember. This version looks more like
> > "Xemacs" than the GNU emacs I remember using. Namely, there were no cute
> > little (and totally redundant) "buttons" for 'cut', 'paste' etc... is
there
> > any way to get rid of or "turn off" this button toolbar? Thanks
>
> Put in your .emacs:
>
> (tool-bar-mode 0)
> (menu-bar-mode 0)
> --
> Joe Buehler
>
>
>




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



Re: Setup strangeness

2003-08-18 Thread Sal
I had that same problem. Turning the printer off would give me the problem
but so would disabling spoolsv.exe even when I had no printer.

"Robert McNulty Junior" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> That was is it. My printer was turned off. Turned back on, went to the
> Cygwin icon, started Cygwin, with printer on, and it started just fine
> (Cygwin).
> Thanks
> Robert
>
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf
> Of Igor Pechtchanski
> Sent: Monday, August 18, 2003 8:11 AM
> To: Robert McNulty Junior
> Cc: [EMAIL PROTECTED]
> Subject: Re: Setup strangeness
>
>
> On Sun, 17 Aug 2003, Robert McNulty Junior wrote:
>
> > I'm getting the following after setting up the installation.
> > Every file is there.
> >
> > C:\cygwin>chdir C:\cygwin\bin
> >
> > C:\cygwin\bin>bash --login -i
> > Error (2): The system cannot find the file specified.
> >
> >
> > [EMAIL PROTECTED] ~
> > $
>
> Take a look at .
> HTH,
> Igor
> --
> http://cs.nyu.edu/~pechtcha/
>   |\  _,,,---,,_ [EMAIL PROTECTED]
> ZZZzz /,`.-'`'-.  ;-;;,_ [EMAIL PROTECTED]
>  |,4-  ) )-,_. ,\ (  `'-' Igor Pechtchanski, Ph.D.
> '---''(_/--'  `-'\_) fL a.k.a JaguaR-R-R-r-r-r-.-.-.  Meow!
>
> "I have since come to realize that being between your mentor and his route
> to the bathroom is a major career booster."  -- Patrick Naughton
>
>
> --
> Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
> Problem reports:   http://cygwin.com/problems.html
> Documentation: http://cygwin.com/docs.html
> FAQ:   http://cygwin.com/faq/
>
>




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



LED Display screen outdoor and indoor

2018-12-21 Thread sal...@landsignalled.info

Hi,


If you need a quotation of LED Display (both for indoor, outdoor.  
rental or fixed installation).


Please contact us. We can give your our best price.


Kind regards,


Roger







Web: https://ylsoled.en.alibaba.com/ 


Phone&whatsapp: +86-18588263984
Skype: gandibin3
Email: gandi...@qq.com 



Re: Can't open display issue from CMD

2021-01-17 Thread Sal Bellofiore via Cygwin
OK I figured out the issue.  Inside .bashrc (in the Linux remote
machine), I was executing xrdb every time I was logging in, but I only
meant it to execute it when requesting xterm.  So, I included the following
lines in .bashrc, and everything works.

Thank you berndbausch!  You were spot on!  I didn't realize that xrdb was
the cause of my issue, and I solved the problem as you suggested.

if [[ -n $DISPLAY ]]
then
 /usr/bin/xrdb -load ~/.Xdefaults
fi


On Sat, Jan 16, 2021 at 4:23 PM Hans-Bernhard Bröker 
wrote:

> Am 16.01.2021 um 05:40 schrieb Marco Atzeri via Cygwin:
>
> >
> > It seems the remote machine is expecting to run a X interface
> > by default.
>
> Or could it be that the local machine has ssh X11 forwarding turned on
> (for this remote machine)?  Turning it off explicitly (-x flag) would
> turn it off, so if that changes the outcome, you know what happened.
>
> Running ssh in -v (verbose) may also help with telling what's going on.
>
> --
> Problem reports:  https://cygwin.com/problems.html
> FAQ:  https://cygwin.com/faq/
> Documentation:https://cygwin.com/docs.html
> Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple
>
--
Problem reports:  https://cygwin.com/problems.html
FAQ:  https://cygwin.com/faq/
Documentation:https://cygwin.com/docs.html
Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple