Andrii Kolomoiets

Results 92 comments of Andrii Kolomoiets

This issue is number one in issues list in readme :) Pidgin does not have any dbus method to mark conversation as read.

I'll take a look on pidgin sources once more.

Function purple_conversation_set_data isn't accessible via D-Bus five years already. https://developer.pidgin.im/ticket/12507 Pidgin itself uses this function to mark conversation as read. We need the plugin for pidgin for calling purple_conversation_set_data via...

Yes, it's pidgin dbus command purple_conversation_present behavior. Can't help with it on extension side. There are some tickets about this: https://developer.pidgin.im/ticket/15020

+1 for removing `projectile` from dependencies. I'm using `project.el`. ATM the `python-pytest-function-dwim` doesn't work for me. Just the message: ``` projectile--test-name-for-impl-name: Project type ‘make’ not supported! ```

> that error seems unrelated to this project. somehow projectile doesn't recognize your project as a python project Indeed. And now I have to deal with projectile. But I don't...

@matthew-piziak Take a look at https://github.com/muffinmad/emacs-pdb-capf ;)

Example configuration: ```elisp (add-hook 'python-pytest-mode-hook (lambda () (add-hook 'completion-at-point-functions 'pdb-capf nil t))) ```

Hi! Any progress on this?