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 02acfa6aa8132d767bf71390b101cd29fd5c1b44 Mon Sep 17 00:00:00 2001 | |
From: Aaron Jensen <[email protected]> | |
Date: Thu, 24 May 2018 03:45:03 -0700 | |
Subject: [PATCH] Prevent errant scroll on mouse click (Bug#31546) | |
* src/nsterm.m (ns_mouse_position): Use correct frame when determining | |
mouse position. | |
* lisp/mouse.el (mouse-drag-track): Only account for mode-line height | |
if `mode-line-format' is non-nil. | |
--- |
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
hs.window.animationDuration = 0 | |
windowManagementBindings = { | |
-- Full Screen | |
{{'cmd', 'ctrl'}, 'i', '[0,0,100,100]'}, | |
-- Left half | |
{{'cmd', 'ctrl'}, 'h', '[0,0,50,100]'}, | |
-- Top half | |
{{'cmd', 'ctrl'}, 'k', '[0,0,100,50]'}, | |
-- Bottom half |
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
💁 | |
📦 |
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 323740bf0d554fbfc6afc90ed81c68879cd46ece Mon Sep 17 00:00:00 2001 | |
From: Aaron Jensen <[email protected]> | |
Date: Wed, 21 Mar 2018 22:30:08 -0700 | |
Subject: [PATCH] Fix crash after frame is freed on macOS (bug#30800) | |
* src/nsterm.m (x_free_frame_resources): Clear represented_frame. | |
(bug#30800) | |
--- | |
src/nsterm.m | 4 ++++ | |
1 file changed, 4 insertions(+) |
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 823298202face05009808d2f00e2faa711c3882f Mon Sep 17 00:00:00 2001 | |
From: Alan Third <[email protected]> | |
Date: Sat, 10 Mar 2018 00:09:09 +0000 | |
Subject: [PATCH v2] Fix frame resize flicker on macOS (bug#30699) | |
* src/nsterm.h (ns_enable_screen_updates): New function. | |
* src/nsterm.m (ns_enable_screen_updates): | |
(ns_disable_screen_updates): New functions. | |
(disable_screen_updates_count): Count of number of times we've called | |
NSDisableScreenUpdates. |
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 c382338d44c3ff833e965e1d92106a90b75edec5 Mon Sep 17 00:00:00 2001 | |
From: Alan Third <[email protected]> | |
Date: Sat, 10 Mar 2018 00:09:09 +0000 | |
Subject: [PATCH] Fix frame resize flicker on macOS (bug#30699) | |
* src/nsterm.h (ns_enable_screen_updates): New function. | |
* src/nsterm.m (ns_enable_screen_updates): | |
(ns_disable_screen_updates): New functions. | |
(disable_screen_updates_count): Count of number of times we've called | |
NSDisableScreenUpdates. |
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
# Add to spacemacs-configuration-layers: | |
# theming | |
# doom-modeline | |
# Add to dotspacemacs-excluded-packages | |
# spaceline | |
# Set: | |
# dotspacemacs-mode-line-theme 'vanilla |
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
--- | |
src/nsterm.m | 2 +- | |
1 file changed, 1 insertion(+), 1 deletion(-) | |
diff --git a/src/nsterm.m b/src/nsterm.m | |
index 3d58cd5ec6..e21efada2b 100644 | |
--- a/src/nsterm.m | |
+++ b/src/nsterm.m | |
@@ -6910,7 +6910,6 @@ - (void) updateFrameSize: (BOOL) delay | |
FRAME_PIXEL_TO_TEXT_WIDTH (emacsframe, neww), |
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
(lldb) bt all | |
thread #1, queue = 'com.apple.main-thread' | |
frame #0: 0x00007fff58584d1e libsystem_kernel.dylib`__psynch_mutexwait + 10 | |
frame #1: 0x00007fff586c0bfe libsystem_pthread.dylib`_pthread_mutex_lock_wait + 83 | |
frame #2: 0x00007fff586be551 libsystem_pthread.dylib`_pthread_mutex_lock_slow + 253 | |
frame #3: 0x0000000100383895 emacs`sys_mutex_lock + 21 | |
frame #4: 0x0000000100381eab emacs`acquire_global_lock + 27 | |
frame #5: 0x0000000100382739 emacs`really_call_select + 169 | |
frame #6: 0x0000000100238e94 emacs`flush_stack_call_func + 68 | |
frame #7: 0x0000000100382676 emacs`thread_select + 118 |
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
(lldb) bt all | |
thread #1, queue = 'com.apple.main-thread' | |
frame #0: 0x00007fff58584d1e libsystem_kernel.dylib`__psynch_mutexwait + 10 | |
frame #1: 0x00007fff586c0bfe libsystem_pthread.dylib`_pthread_mutex_lock_wait + 83 | |
frame #2: 0x00007fff586be551 libsystem_pthread.dylib`_pthread_mutex_lock_slow + 253 | |
frame #3: 0x0000000100383895 emacs`sys_mutex_lock + 21 | |
frame #4: 0x0000000100381eab emacs`acquire_global_lock + 27 | |
frame #5: 0x0000000100382739 emacs`really_call_select + 169 | |
frame #6: 0x0000000100238e94 emacs`flush_stack_call_func + 68 | |
frame #7: 0x0000000100382676 emacs`thread_select + 118 |