all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Angelo Graziosi <angelo.graziosi@alice.it>
To: "Lennart Borgman (gmail)" <lennart.borgman@gmail.com>
Cc: emacs-devel@gnu.org
Subject: Re: Cygwin emacs - does it work?
Date: Tue, 05 Aug 2008 23:26:48 +0200	[thread overview]
Message-ID: <4898C598.5070806@alice.it> (raw)
In-Reply-To: <48986CE4.8050008@gmail.com>

Lennart Borgman (gmail) ha scritto:

> Eric Hanchrow wrote:
>> I think you need to set an environment variable before starting Cygwin
>> -- "set CYGWIN=tty" might do it.

> That is frustrating too ;-)

>> In general though, I've found Cygwin emacs to be too frustrating to use;
>> I instead use the native Win32 emacs, but with lots of Cygwin tools such
>> as bash, coreutils, and find.

Why 'frustrating'?

I start the GTK build of Emacs trunk (and the X server if needs) with a 
link on the Desktop.

The target of the link is:

C:\cygwin\bin\run.exe bash -l start_emacs-X.sh

and

$ $ cat /usr/local/bin/start_emacs-X.sh
#!/bin/bash

#export DISPLAY=127.0.0.1:0.0
export DISPLAY=:0

#export PATH=/usr/X11R6/bin:"$PATH"
# export XAPPLRESDIR=/usr/X11R6/lib/X11/app-defaults
# export XCMSDB=/usr/X11R6/lib/X11/Xcms.txt
# export XKEYSYMDB=/usr/X11R6/lib/X11/XKeysymDB
# export XNLSPATH=/usr/X11R6/lib/X11/locale

## --------------------------------------------------------

start_XWin()
{
     # Cleanup from last run.
     rm -rf /tmp/.X11-unix

     XWin -multiwindow -clipboard -silent-dup-error +bs &
}

/usr/bin/checkX || start_XWin

## --------------------------------------------------------

## Workaround to use GTK build of Emacs
export G_SLICE=always-malloc

exec /usr/local/bin/emacs

==================================================================

The link can be created automatically running:

## Emacs
mkshortcut -A \
     -n Emacs \
     -D /usr/bin/run.exe \
     -a 'bash -l start_emacs-X.sh' \
     -i /usr/local/bin/emacs.ico \
     -d "Editor di testo" \
     -w ''


Cheers,
    Angelo.

---
Tu proverai si' come sa di sale
lo pane altrui, e come e' duro calle
lo scendere e 'l salir per l'altrui scale.
.
                   DANTE, Paradiso, xvii 58-60




  reply	other threads:[~2008-08-05 21:26 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-08-05 14:55 Cygwin emacs - does it work? Angelo Graziosi
2008-08-05 15:08 ` Lennart Borgman (gmail)
2008-08-05 21:26   ` Angelo Graziosi [this message]
  -- strict thread matches above, loose matches on Subject: below --
2008-08-05 13:53 Lennart Borgman (gmail)
2008-08-05 14:05 ` Miles Bader
2008-08-05 14:09   ` Lennart Borgman (gmail)
2008-08-05 14:35   ` Lennart Borgman (gmail)
     [not found]     ` <48986930.2040107@harpegolden.net>
2008-08-05 15:04       ` Lennart Borgman (gmail)
2008-08-07 11:24     ` Stephen Leake
2008-08-07 11:41       ` Lennart Borgman (gmail)
2008-08-05 15:19 ` Eric Hanchrow
2008-08-05 15:25   ` Lennart Borgman (gmail)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4898C598.5070806@alice.it \
    --to=angelo.graziosi@alice.it \
    --cc=emacs-devel@gnu.org \
    --cc=lennart.borgman@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.