alphapapa / ement.el

A Matrix client for GNU Emacs
GNU General Public License v3.0
476 stars 44 forks source link

Possible to load all earlier events? #141

Closed larrasket closed 1 year ago

larrasket commented 1 year ago

Since searching with M-s o only works with loaded messages, is it possible to make ement loads all the events once a room opened? (at least with certain rooms)

alphapapa commented 1 year ago

You can load earlier events with M-v, or C-u M-v to input a number of events.

Loading all earlier events would likely be problematic, depending on the size of the room, but theoretically you can.

Searching message content with the API, like Element clients, is planned for the future.

alphapapa commented 1 year ago

BTW, please feel free to join the #ement.el:matrix.org chat room, where you could ask questions like this.