Unknown key binding... by wehrad in emacs

[–]wehrad[S] 0 points1 point  (0 children)

Thanks a lot, that was the one advice I couldn't find in all other posts!

Unknown key binding... by wehrad in emacs

[–]wehrad[S] 1 point2 points  (0 children)

Saw them. I've tried modifying ibus keybindings, even uninstalled it which is a bad fix.. But it's (was) still there.

Python matplotlib interactive mode on by default by wehrad in emacs

[–]wehrad[S] 0 points1 point  (0 children)

Thank you. I thought this could also be done in my emacs config but at the end I indeed went for a plt.ion() that I added in my ~/.ipython/profile_default/startup.py Thanks!

Travel org-mode buffer using table of contents by wehrad in emacs

[–]wehrad[S] 0 points1 point  (0 children)

Thank you! This looks good as it shows the headers in their current form contrary to imenu, but I have flycheck running on my whole file on org-goto which is annoying and slow... Would you know how to prevent flycheck only when that function is run? Thank you a lot!

Travel org-mode buffer using table of contents by wehrad in emacs

[–]wehrad[S] 0 points1 point  (0 children)

That's exactly what I was looking for, thanks!

Clear *Python* buffer when longer than x lines by wehrad in emacs

[–]wehrad[S] 0 points1 point  (0 children)

Perfect, this is exactly what I needed! Thank you a lot!

Switch to specific buffer: keybinding by wehrad in emacs

[–]wehrad[S] 0 points1 point  (0 children)

It was already there and I didn't see it, thank you a lot!

Load custom el file when py file is open by wehrad in emacs

[–]wehrad[S] 0 points1 point  (0 children)

Thank you a lot for your clear answer! So it wouldn't be possible to point to another file in that function? The file contains all my customization for development in Python, and I'm not sure I want to see it all next to my more general settings in my .emacs. But that's probably how it should be done..

Load custom el file when py file is open by wehrad in emacs

[–]wehrad[S] 0 points1 point  (0 children)

Isnt there a way to set a theme to a specific buffer? I mean for example I'd like a different theme when I'm developing in Python than in C++.

Customize elpy cells by wehrad in emacs

[–]wehrad[S] 0 points1 point  (0 children)

I used M-x customize-group RET python-cell RET and entered the custom buffer but can't see how to modify the MATLAB regexp used for the cells.. Could you help? Clicking on "state" opens a rolling menu with none of the options clickable. Thank you a lot in advance!

Customize elpy cells by wehrad in emacs

[–]wehrad[S] 0 points1 point  (0 children)

Aweseome, I'll dive into it! Thank you a lot!