zevlg / telega.el

GNU Emacs telegram client (unofficial)
https://zevlg.github.io/telega.el/
GNU General Public License v3.0
1.11k stars 86 forks source link

progn: Symbol’s function definition is void: tracking-mode #253

Closed WorldsEndless closed 3 years ago

WorldsEndless commented 3 years ago

Telega Setup

OS: openSUSE Tumbleweed Emacs: GNU Emacs 27.1 (build 1, x86_64-suse-linux-gnu, GTK+ Version 3.24.22, cairo version 1.16.0) Telega: telega v0.7.12 (TDLib version unknown. Make sure server is running) (telega-server v0.7.5)

Current Behavior

Run command telega, fails with error progn: Symbol’s function definition is void: tracking-mode

Steps to Reproduce

  1. emacs -q
  2. M-x telega
  3. progn: Symbol’s function definition is void: tracking-mode
zevlg commented 3 years ago

You have non-nil value fortelega-use-tracking-for and did not installed tracking package as described in docstring to telega-use-tracking-for

WorldsEndless commented 3 years ago

Ah! That was code I copied from somewhere else; i didn't realize there were special instructions involved. I installed tracking.el (from Circe) and things are working beautifully.