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

MUC autocompletion has stopped working #24

Open
parhamdoustdar opened this issue Dec 20, 2017 · 0 comments
Open

MUC autocompletion has stopped working #24

parhamdoustdar opened this issue Dec 20, 2017 · 0 comments

Comments

@parhamdoustdar
Copy link

Recently, not sure if it was due to an update, my MUC completion (i.e. pressing TAB to complete a nickname) is not working.

Here is my version info:

GNU Emacs 27.0.50 (build 1, x86_64-apple-darwin16.7.0, NS appkit-1504.83 Version 10.12.6 (Build 16G1036)) of 2017-12-05GNU Emacs 27.0.50 (build 1, x86_64-apple-darwin16.7.0, NS appkit-1504.83 Version 10.12.6 (Build 16G1036)) of 2017-12-05

jabber version: 20170106.1603

I'm not an elisp pro, but I had a look at the function called try-expand-jabber-muc, and it seems like the problem is that the function called jabber-muc-beginning-of-line isn't working properly.

Here is an example. Note that the text following "---" is what I would type.

So, if I have a buffer that ends with something like this:

[14:13] > Ramie Omari <ramie.alomari@XXXXX.com> has left the chatroom
---
parham

And if I evaluate the following expression:

(goto-char (jabber-muc-beginning-of-line))

The point is put before the word chatroom, instead of before parham.

tarsius pushed a commit to emacsmirror/jabber that referenced this issue Jul 29, 2023
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

1 participant