emacs-slack icon indicating copy to clipboard operation
emacs-slack copied to clipboard

slack client for emacs

Results 67 emacs-slack issues
Sort by recently updated
recently updated
newest added

Added a convenient slack-display-first-unread-room function to allow easily displaying the first room with unread messages. Also added slack-unread-rooms function and a small refactoring of slack-select-unread-rooms function to use the new...

**Describe the bug** I'm not able to connect to Slack. **To Reproduce** Steps to reproduce the behavior: 1. Extract the auth token and cookie as described. 2. Eval: ```emacs-lisp (slack-register-team...

bug

I want to start by saying I love the module and I really appreciate all of the work you've done on it. I've noticed over the past few months that...

**Describe the bug** I sometimes (not always) get the following error when trying to kill an `emacs-slack` buffer: > (wrong-type-argument hash-table-p nil) **To Reproduce** Steps to reproduce the behavior: 1....

bug

The feature I use the most in the official web client is [Mentions & reactions](https://www.howtogeek.com/668887/how-to-dock-slacks-mentions-reactions-screen-to-the-right-side-panel/), giving me a quick overview of whoever has mentioned me or reacted to one of...

bug

`slack-url-copy-file` was not compatible with `xoxc` tokens which requires cookie to be present with the request. So this MR simply fixes that. I only tested these changes with an `xoxc`...

In my company we using slack with zoom app, which generates special blocks inside buffer with "join" button and additional stuff. I added rudimentary support for this type of blocks...

**Describe the bug** Not really a bug. More of a feature request. I am getting the error messages described in #489 for some time upon booting (I imagine that the...

bug

**Describe the bug** Logs contain `trace` level messages even though `slack-log-level` is set to `'info`. **To Reproduce** Steps to reproduce the behavior: 1. Eval `(setq slack-log-level 'info)` 2. Switch to...

bug

**Describe the bug** I see regular errors: error in process sentinel: Unbound slot: slack-group, "#", id, oref **To Reproduce** Steps to reproduce the behavior: I'm not sure. It happens intermittently...

bug