Tracker: Patches

5 McCLIM/mit-clx: fail to connect to X server - ID: 1628499
Last Update: Comment added ( sds )

I use McCLIM with mit-clx. When I run any demo application I always get the same connection error to my local X server. The problem, I think, is in erroneous fetching of protocol name from ~/.Xautority. I remember the same bug in telent-clx some time ago. I made the same changes as in telent-clx against clisp/modules/clx/mit-clx/display.lisp . Now McCLIM application runs well.


Zubok ( zubok ) - 2007-01-05 01:02:58 PST

5

Closed

Accepted

Sam Steingold

None

None

Public


Comments ( 3 )

Date: 2007-02-14 08:32:12 PST
Sender: sdsProject AdminAccepting Donations


committed.
BTW, code like
(dotimes (k length)
(setf (aref vector k) (read-byte stream)))
screams for READ-SEQUENCE!



Date: 2007-01-06 00:59:40 PST
Sender: zubok


>http://sourceforge.net/mailarchive/message.php?msg_id=37349579
>we need to merge telent-clx and clisp mit-clx.
>would you like to work on that?

Hello!

Today I start a process of merging telent-clx and mit-clx. I downloaded
recent telent-clx from Darcs repository and made some hacking. Now
telent-clx compiles and runs on CLISP. Some examples from clx/demo
directory (menu.lisp, clclock.lisp) work well and some others don't. McCLIM
also runs but somewhat buggy. I need more time to do the improvements.


Date: 2007-01-05 06:33:00 PST
Sender: sdsProject AdminAccepting Donations


http://sourceforge.net/mailarchive/message.php?msg_id=37349579
we need to merge telent-clx and clisp mit-clx.
would you like to work on that?


Attached File ( 1 )

Filename Description Download
patchfile Patch against clisp/modules/clx/mit-clx/display.lisp Download

Changes ( 9 )

Field Old Value Date By
close_date - 2007-02-14 08:32:12 PST sds
data_type 301355 2007-02-14 08:32:12 PST sds
status_id Open 2007-02-14 08:32:12 PST sds
resolution_id None 2007-02-14 08:32:12 PST sds
category_id clx 2007-02-14 08:32:12 PST sds
artifact_group_id lisp error 2007-02-14 08:32:12 PST sds
assigned_to haible 2007-02-14 08:32:12 PST sds
summary [PATCH] McCLIM/mit-clx: fail to connect to X server 2007-02-14 08:32:12 PST sds
File Added 209828: patchfile 2007-01-05 01:02:58 PST zubok