fuxialexander / emacs-webkit-katex-render

An instant latex previewer for Emacs, based on xwidget and child-frame
71 stars 8 forks source link

Applying patch to emacs #3

Closed allforabit closed 6 years ago

allforabit commented 6 years ago

I'm unable to apply the patch to emacs master as described in the readme. I get the following error:

error: patch failed: configure.ac:405
error: configure.ac: patch does not apply
error: patch failed: lisp/xwidget.el:39
error: lisp/xwidget.el: patch does not apply
error: patch failed: nextstep/templates/Info.plist.in:675
error: nextstep/templates/Info.plist.in: patch does not apply
error: patch failed: src/Makefile.in:414
error: src/Makefile.in: patch does not apply
error: patch failed: src/emacs.c:1541
error: src/emacs.c: patch does not apply
error: patch failed: src/nsterm.m:49
error: src/nsterm.m: patch does not apply
error: src/nsxwidget.h: already exists in index
error: src/nsxwidget.m: already exists in index
error: patch failed: src/xwidget.c:18
error: src/xwidget.c: patch does not apply
error: patch failed: src/xwidget.h:29
error: src/xwidget.h: patch does not apply

Do I need to checkout a particular commit from the emacs master branch? I'm using the emacs repo from here: https://github.com/emacs-mirror/emacs

Thanks for the package, I would love to take it for a spin!

allforabit commented 6 years ago

My bad, I have it working now.