Custom Query (1030 matches)
Results (988 - 990 of 1030)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #47 | fixed | xpMMXreg macro (from x86-exceptions.h) not used, and appears wrong for darwin | ||
| Description |
(lines 38--39 in lisp-kernel/x86-exceptions.h) #define xpFPRvector(x) ((natural *)(&(UC_MCONTEXT(x)->__fs.__fpu_xmm0))) #define xpMMXreg(x,n) (xpFPRvector(x)[n]) The x87/mmx regs don't immediately follow the first xmm register in the darwin floating point state struct. xpMMxreg appears to be unused at the moment, so it doesn't affect anything, but it seems like it ought to be corrected or deleted. |
|||
| #46 | fixed | control-w during isearch should add word to search string | ||
| Description |
During an incremental search, control-w should add the word following the insertion point to the search string. |
|||
| #45 | fixed | resizing editor window shouldn't scroll content | ||
| Description |
When an editor window is resized, the text is scrolled so that the insertion point is in the middle of the window. The text that is at the beginning of the window should remain at the beginning of the window. |
|||
Note:
See TracQuery
for help on using queries.
