Matt D.

Results 21 comments of Matt D.

I would also like to see the ability to use a Unicode glyph as I typically run emacs in terminal mode.

Although very late, I just got this notification when checking my GitHub. Thank you for tagging me. Is this still something that needs to be looked at?

That's fine. Adding the assertions was just the first step while I sorted through all of the data. The assertions won't affect the plugin in any way, as they are...

I've added the requested changes. This pull request isn't meant to be merged, but instead is meant to highlight all of the code changes for the fully annotated version here:...

Setting `use-rgb-for-named-text-colors` to `false` fixed this for me, and colors appear as expected. What is the purpose of this option? I use Mintty for my terminal emulator. Is the default...

`popup` is incompatible with `fci-mode`. Use the following work-around to disable fci-mode when a popup is shown: ``` (defun sanityinc/fci-enabled-p () (symbol-value 'fci-mode)) (defvar sanityinc/fci-mode-suppressed nil) (make-variable-buffer-local 'sanityinc/fci-mode-suppressed) (defadvice popup-create...

This is possible by enabling `global-semantic-idle-summary-mode` from the CEDET package. The function/method signature appears in the minibuffer.

auto-complete seems to have a mechanism to include custom sources: http://auto-complete.org/doc/manual.html#extend Is it possible to use the results provided by `semantic-ia-complete-symbol-menu` in this way?

I can't believe I did that. Coming. D:

I'm reopening this issue because of a problem associated with the solution. While escape closes the popup as expected, moving up and down with the arrow keys now causes the...