Custom Query (1030 matches)
Results (346 - 348 of 1030)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #325 | fixed | call-next-method bug on x8632 | ||
| Description |
The following doesn't work right in the x8632 lisp, and I wonder if someone else could take a look at it. From the test suite: (defgeneric cnm-gf-03 (x) (:method ((x integer)) #'call-next-method) (:method ((x t)) t)) (funcall (cnm-gf-03 0)) The result should be t, but the x8632 lisp gets an error. |
|||
| #304 | fixed | c_gethostbyname | ||
| Description |
c_gethostbyname on Linux is implemented using #_gethostbyname_r. But gethostbyname_r is very strange and it fails to resolve local defined hosts in /etc/hosts and it's also obsolete according to the man page. So I rewrote it using #_getaddrinfo. It seems to work, but when I replace old c_gethostbyname with it, CCL fails on rebuilding complaining about ffi-type. I'm not quite understand mechanisms of CCL's FFI and don't know how to handle this. So I attach my version of c_gethostbyname, maybe someone could adapt it. |
|||
| #94 | wontfix | c-w/m-w doesn't work on region unless selected | ||
| Description |
I think c-w/m-w should operate on the emacs region, i.e. the text between point and mark, regardless of whether it's visibly selected. Both MCL and Aquamacs do so. |
|||
