Custom Query (1030 matches)
Results (682 - 684 of 1030)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #88 | fixed | c-v/m-v with numargs should move by lines | ||
| Description |
The hemlock documentation (and my fingertips) say that c-u c-v should scroll up 4 lines, instead it scrolls up 4 pages. |
|||
| #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. |
|||
| #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. |
|||
