Skip to content

Instantly share code, notes, and snippets.

View fuxialexander's full-sized avatar

Xi "Alexander" Fu fuxialexander

View GitHub Profile
@fuxialexander
fuxialexander / pdumper_master.patch
Created June 13, 2018 13:20
pdumer patch against emacs master
From cfcd0ab61c8c84d41095a9b08fbf588f7c8c391c Mon Sep 17 00:00:00 2001
From: fuxialexander <fuxialexander@gmail.com>
Date: Sat, 26 May 2018 22:45:28 +0800
Subject: [PATCH] Add: add pdumper: Squashed commit of the following:
commit faaaeceec4a9f199942bd35b1b83e0345c828d82
Author: Alan Third <alan@idiocy.org>
Date: Sat Mar 31 10:49:59 2018 +0100
Copy pdmp file to Emacs.app
@fuxialexander
fuxialexander / new_xwidget_patch.patch
Last active August 12, 2019 15:42
New xwidget patch against emacs HEAD 2019-07-26
diff --git a/src/nsxwidget.h b/src/nsxwidget.h
new file mode 100644
index 0000000000..6af5fe5a4d
--- /dev/null
+++ b/src/nsxwidget.h
@@ -0,0 +1,80 @@
+/* Header for NS Cocoa part of xwidget and webkit widget.
+
+Copyright (C) 2011-2017 Free Software Foundation, Inc.
+
@fuxialexander
fuxialexander / gist:67ce2d87543a8ec8f76a4868ea93e5b7
Created August 13, 2019 17:27
brew emacs-plus formula with xwidget
class EmacsPlus < Formula
desc "GNU Emacs text editor"
homepage "https://www.gnu.org/software/emacs/"
url "https://ftp.gnu.org/gnu/emacs/emacs-26.2.tar.xz"
mirror "https://ftpmirror.gnu.org/emacs/emacs-26.2.tar.xz"
sha256 "151ce69dbe5b809d4492ffae4a4b153b2778459de6deb26f35691e1281a9c58e"
bottle do
root_url "https://dl.bintray.com/d12frosted/emacs-plus"
rebuild 2