sideframe icon indicating copy to clipboard operation
sideframe copied to clipboard

Read me should have a real life example ...it is throwing error while inducting

Open unixbhaskar opened this issue 2 years ago • 2 comments

What I did :

Clone this repo under emacs.d

load alist into dot emacs file

start the daemon and it throw the error with make sideframe void error

copied out the stuff , i.e 3 lines in the readme did the above .

unixbhaskar avatar Sep 03 '22 22:09 unixbhaskar

What is the message exactly ? Can you try M-x sideframe-make?

rougier avatar Sep 04 '22 05:09 rougier

Well, this is what I got while starting emacs ;

Debugger entered--Lisp error: (void-function sideframe-make)
  (sideframe-make 'left 32)
  eval-buffer(#<buffer  *load*> nil "/home/bhaskar/.emacs" nil t)  ; Reading at buffer position 87509
  load-with-code-conversion("/home/bhaskar/.emacs" "/home/bhaskar/.emacs" t t)
  load("~/.emacs" noerror nomessage)
  startup--load-user-init-file(#f(compiled-function () #<bytecode 0x10d6052e89096c62>) #f(compiled-function () #<bytecode -0x1f3c686ddc0cdc35>) t)
  command-line()
  normal-top-level()

It is basically refusing to start the daemon ...so I can not start the client. And as a result, I can not run M-x sideframe-make

unixbhaskar avatar Sep 04 '22 07:09 unixbhaskar