[ANNOUNCEMENT] [1.7] X11R7.5 [Emacs-gtk]

Angelo Graziosi angelo.graziosi@alice.it
Wed Oct 28 12:56:00 GMT 2009


Yaakov (Cygwin/X) wrote:
> Cygwin/X has been updated to X.Org X11R7.5.


It seems that after this upgrade, my GTK build[*] of Emacs has some problem.

First, the link on desktop with which I start Emacs does not work any
more. It was created with:

-----
emacs="Emacs-2"
emacs_cmd="G_SLICE=always-malloc emacs -display 127.0.0.1:0.0 &"
mkshortcut -AD \
     -n "${emacs}" \
     -a "bash -l -c '${emacs_cmd}'" \
     -i /usr/local/bin/emacs.ico \
     -d "Editor di testo" \
     /usr/bin/run.exe
-----

i.e. its target is:

C:\cygwin-2\bin\run.exe bash -l -c 'G_SLICE=always-malloc emacs -display
127.0.0.1:0.0 &'


But if I run from an X shell or MinTTY:

$ G_SLICE=always-malloc emacs -display 127.0.0.1:0.0 &

it starts with the following warnings:

-----
$
(emacs:2632): Pango-WARNING **: Error loading GSUB table 0x6EAD

(emacs:2632): Pango-WARNING **: Error loading GPOS table 0x6EAD
-----

and seems to work.

Before this upgrade, i.e. with X11R7.4, it started without problems.

The problems arise only with GTK build.

The X server is started with a link on desktop (created likewise that of
Emacs):

C:\cygwin-2\bin\run.exe bash -l -c 'rm -rf /tmp/.X11-unix; XWin
-multiwindow -clipboard -silent-dup-error &'

which I have put also in Start | Programs | Automatic Execution

Also rebuilding from scratch does not help.


Cheers,
Angelo.

---
[*] I did the build (usually with sources from CVS head) configuring with:

${source_dir}/configure --prefix=/usr/local/emacs

i.e. GTK is the default. Adding '--with-x-toolkit=lucid' makes the
'Xaw3d' build.



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



More information about the Cygwin-xfree mailing list