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

**Describe the bug** Error when attempting to do `slack-insert-emoji` while `helm-mode` is enabled. If I disable `helm-mode` and enable `ido-mode` I do not have an issue. [This is the line...

bug

Here's my configuration: ``` (use-package! slack :commands (slack-start) :init (setq slack-buffer-emojify t) ;; if you want to enable emoji, default nil (setq slack-prefer-current-team t) :config (slack-register-team :name "dummy-name" :default t...

bug

**Describe the bug** `emojify-user-emojis` contains team-specific emojis from `(oref team emoji-master)` but does not have the default/built-in emojis from `slack-emoji-master`. Team emojis are added to `emojify-user-emojis` here, within `slack-download-emoji`: https://github.com/yuya373/emacs-slack/blob/d53a57a18fb7034182c3d02503f937761e6a2a64/slack-emoji.el#L58-L62...

bug

Currently, all new messages in threads are added to tracking list if `slack-buffer-create-on-notify` is non-nil. Would you be open to adding a config option that would make it work like...

Hi, thanks for all the work in this library. I am heavily relying on it and its great. I searched in the docs and the source-code and was not clear...

This is a request to include support for emacs bookmarks, so that it maybe possible to go to a channel by selecting the particular bookmark from the list.

enhancement
help wanted

**Describe the bug** This is not a bug report but rather an improvement request. Right now on high density Mac screens, all images displayed by emacs-slack are low-res. I have...

enhancement

I replace Emacs slack's JSON parsing code with the new native functions in Emacs and it works great. I think maybe you would want to do this by default. ```...

enhancement

**Describe the bug** Files like ![image](https://user-images.githubusercontent.com/56868/193542983-11ae32e0-b77f-49d6-868e-c0920d274347.png) create errors because they have no permalink nor title. **To Reproduce** Steps to reproduce the behavior: 1. Someone else tries to share a file...

bug

Recent Emacs builds have changed how `cl-call-next-method` works in a way that [causes breakage when used with dynamic binding](https://lists.gnu.org/archive/html/bug-gnu-emacs/2022-07/msg01457.html) (but they work fine with lexical binding). The slack-user-message.el file appears...