Custom Query (1030 matches)
Results (943 - 945 of 1030)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #100 | fixed | Sometimes cmd-L doesn't work | ||
| 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
|
|||
| #99 | fixed | error doing m-x in doc buffer | ||
| 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 | ||
| 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. |
|||
