Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docstrings won't overlap other code #174

Closed
tarjeiba opened this issue Aug 23, 2014 · 1 comment
Closed

Docstrings won't overlap other code #174

tarjeiba opened this issue Aug 23, 2014 · 1 comment

Comments

@tarjeiba
Copy link

Docstrings in auto-complete list all of a sudden shows some weird behavior in my emacs setup, as shown in the picture below.

docstring

To ensure that the docstrings will show when the dot is close to the right margin, I have the following in my .emacs file:

(setq jedi:complete-on-dot)
(add-hook 'python-mode-hook 'jedi:setup)
; preventing unwanted behavior of the doc strings
(defun my/jedi-mode-hook ()
  (setq-local ac-max-width 0.5))
(add-hook 'jedi-mode-hook 'my/jedi-mode-hook)

All help would be greatly appreciated.

@syohex
Copy link
Collaborator

syohex commented Aug 25, 2014

It is popup-el issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants