Re: GDS does not support Emacs 23?

2006-09-27 Thread Neil Jerram
William Xu [EMAIL PROTECTED] writes: Neil Jerram [EMAIL PROTECTED] writes: That's interesting. How can one call bind() so that it steals the address and port number from a previous listen socket? Change socket from AF_INET to AF_UNIX does the trick. The following patch seems to work fine.

Re: GDS does not support Emacs 23?

2006-09-24 Thread William Xu
Neil Jerram [EMAIL PROTECTED] writes: That's interesting. How can one call bind() so that it steals the address and port number from a previous listen socket? Change socket from AF_INET to AF_UNIX does the trick. The following patch seems to work fine. Now i can call gds-server from either

Re: GDS does not support Emacs 23?

2006-09-23 Thread Neil Jerram
William Xu [EMAIL PROTECTED] writes: Seems it's caused by running two emacs sessions, thus two gds-server, resulting in Address already in use error. Yes, that is a problem that isn't well handled at the moment. I've been thinking about this and have two possible solutions in mind. 1.

Re: GDS does not support Emacs 23?

2006-09-23 Thread William Xu
Neil Jerram [EMAIL PROTECTED] writes: Yes, that is a problem that isn't well handled at the moment. I've been thinking about this and have two possible solutions in mind. 1. (Easier) Change the GDS elisp code so that the gds-server process is only started when needed. This would

Re: GDS does not support Emacs 23?

2006-09-23 Thread Neil Jerram
William Xu [EMAIL PROTECTED] writes: Neil Jerram [EMAIL PROTECTED] writes: Yes, that is a problem that isn't well handled at the moment. I've been thinking about this and have two possible solutions in mind. 1. (Easier) Change the GDS elisp code so that the gds-server process is only

GDS does not support Emacs 23?

2006-09-19 Thread netawater
I use it very well in Emacs 21, but there is a error when (require 'gds) is executed in Emacs 23: error in process filter: Wrong type argument: listp, Backtrace: Thanks in advance! ___ Guile-user mailing list Guile-user@gnu.org