Custom Query (1030 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (715 - 717 of 1030)

Ticket Resolution Summary Owner Reporter
#94 wontfix c-w/m-w doesn't work on region unless selected Gary Byers gz
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 Gary Byers gz
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:

  • comments: ;; (foo)
  • Strings: "This is a doc string about foo"
  • Quotes: (funcall 'foo) or (funcall #'foo)

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 Gary Byers gz
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).

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.