This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- a/src/swank/core/protocol.clj | |
+++ b/src/swank/core/protocol.clj | |
@@ -12,6 +12,10 @@ | |
no pkg exists, then nothing is done." | |
([text] (.replaceAll (re-matcher namespace-re text) "$1/"))) | |
+(defn- fix-cursor-marker | |
+ "Changes the cursor marker." | |
+ ([text] (.replace text "swank::%cursor-marker%" ":cursor-marker"))) | |
+ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
From dfd03260f9d0862f2b02fe0ab46fd12cee4a2447 Mon Sep 17 00:00:00 2001 | |
From: Leo Liu <[email protected]> | |
Date: Wed, 2 May 2012 10:45:45 +0800 | |
Subject: [PATCH] support pymacs-load-history | |
--- | |
pymacs.el.in | 13 ++++++++++++- | |
1 file changed, 12 insertions(+), 1 deletion(-) | |
diff --git a/pymacs.el.in b/pymacs.el.in |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
From 5aa9e8dfef5a801ad4a9dd9e01a72c4386e3baa3 Mon Sep 17 00:00:00 2001 | |
From: Leo <[email protected]> | |
Date: Sun, 22 May 2011 14:17:52 +0800 | |
Subject: [PATCH] Merge patch for lookaround regexp extension | |
Patch extracted from the bzr repo on | |
http://cx4a.org/hack/emacs-regexp-extension.html and also available on | |
http://paste.pocoo.org/show/393041. | |
--- | |
src/regex.c | 324 ++++++++++++++++++++++++++++++++++++++++++++-- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
From ca4c29de33756ae459928188b442f4b1c4c66ef9 Mon Sep 17 00:00:00 2001 | |
From: Leo <[email protected]> | |
Date: Tue, 12 Apr 2011 17:28:30 +0800 | |
Subject: [PATCH] New primitive make-uuid for generating UUID v1 and v4 | |
--- | |
src/fns.c | 44 ++++++++++++++++++++++++++++++++++++++++++++ | |
1 files changed, 44 insertions(+), 0 deletions(-) | |
diff --git a/src/fns.c b/src/fns.c |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
From e4001bbf6a29d5f444f716da3ebbfd3cfd1f0a97 Mon Sep 17 00:00:00 2001 | |
From: Leo <[email protected]> | |
Date: Sat, 9 Jul 2011 11:37:17 +0800 | |
Subject: [PATCH] Implement mt-random | |
--- | |
src/Makefile.in | 5 +- | |
src/fns.c | 120 ++++++++++++++++++++++++++++++++++++++++++++ | |
src/lisp.h | 7 ++- | |
src/mt19937.c | 150 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
From 0440ba99a4ca4dd6285756a4af20f8706870171b Mon Sep 17 00:00:00 2001 | |
From: Leo <[email protected]> | |
Date: Tue, 20 Dec 2011 22:19:53 +0800 | |
Subject: [PATCH] Avoid raising an error in haskell-flymake-init | |
--- | |
haskell-mode.el | 3 ++- | |
1 files changed, 2 insertions(+), 1 deletions(-) | |
diff --git a/haskell-mode.el b/haskell-mode.el |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
<plist version="1.0"> | |
<dict> | |
<key>Label</key> | |
<string>com.google.keystone.${INSTALL_TYPE}.agent</string> | |
<key>LimitLoadToSessionType</key> | |
<string>Aqua</string> | |
<key>ProgramArguments</key> | |
<array> |
NewerOlder