Custom Query (1030 matches)
Results (610 - 612 of 1030)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #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. |
|||
| #95 | fixed | meta-. refuses to work in many contexts | ||
| Description |
meta-. doesn't work, in the sense that nothing happens if you put in point in the middle of a symbol and hit meta-., in a number of perfectly reasonable contexts:
It needs to try harder. If standard hemlock parsing doesn't yield anything useful, it should just gather up all the symbol constituents around point and try that. |
|||
| #96 | fixed | Meta-. should check other packages | ||
| Description |
If meta-. doesn't find any information on a symbol, it would be very helpful for it to look for symbols of the same name in other packages and see if that yields anything. (When it does, it should probably inform you of the situation, along the lines of "no info for foo, do you want to go to def of ccl::foo?", just in case you are trying to use meta-. to check package-correctness of your code or something). |
|||
