Custom Query (1030 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (943 - 945 of 1030)

Ticket Resolution Summary Owner Reporter
#100 fixed Sometimes cmd-L doesn't work R. Matthew Emerson gz
Description

Sometimes the IDE gets in a state where cmd-L doesn't switch to the listener, it doesn't do anything. Unfortunately I don't know how to reproduce it. Few things I noticed

  • When this happens, it's stable. I.e. you can keep hitting cmd-L and it keeps not working - it's not some flaky intermittent thing. However, something about switching windows or something like that makes it come back, and then it keeps working.
  • I'm about 90% sure that even when cmd-L doesn't work, I am able to select the Listener menu item in the windows menu and that works.
#99 fixed error doing m-x in doc buffer Gary Byers gz
Description

type (e.g.) ctl-h c ctl-d to get a documentation buffer, then m-x.

*** Error in event process: Objective-C runtime exception: 
*** -[NSSelectionArray length]: selector not recognized [self = 0x5e6f20]
#98 fixed m-x grep and broken links Gary Byers Gary Byers
Description

Some versions of Emacs create lock files - broken symbolic links named something like ".#real-file". grep (and many other things) choke on them. The --no-messages argument can be used to ... suppress warnings about inaccessible files, but grep's exit status will be 2 if it encounters any file-access problems.

We probably want to move away from grep, so it's not clear if it's worth putting much effort into fixing this. It "works" (for some value of "works") to pass --no-messages and to treat an exit code of 2 as a non-error.

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