[elpa] externals/xelb 2e4542c: Eliminate compile warnings

2018-08-19 Thread Chris Feng
branch: externals/xelb commit 2e4542cae9e368847904590dbd95e84a329bcd7c Author: Chris Feng Commit: Chris Feng Eliminate compile warnings --- xcb-types.el | 35 +-- 1 file changed, 17 insertions(+), 18 deletions(-) diff --git a/xcb-types.el b/xcb-types.el inde

[elpa] externals/exwm 8d15a39 01/12: Print log output to an EXWM-specific messages buffer

2018-08-19 Thread Chris Feng
branch: externals/exwm commit 8d15a39c4d4928d9bc38bed63e2bb85e4536af45 Author: Adrián Medraño Calvo Commit: Adrián Medraño Calvo Print log output to an EXWM-specific messages buffer Using `message' to log debugging information is cumbersome, as the output appears constantly in t

[elpa] externals/exwm 633065a 06/12: Don't assume order of `get-buffer-window-list' results

2018-08-19 Thread Chris Feng
branch: externals/exwm commit 633065ad55f84431db6aa380dc2467c38b5fbdcb Author: Adrián Medraño Calvo Commit: Adrián Medraño Calvo Don't assume order of `get-buffer-window-list' results It only guarantees that the first result *if* the buffer appears on the selected window. --- e

[elpa] externals/exwm 2b1ed2c 12/12: Merge branch 'medranocalvo/fix-x-window-vanish' into externals/exwm

2018-08-19 Thread Chris Feng
branch: externals/exwm commit 2b1ed2ce704de5b61391f34251c89e5187c4a593 Merge: be10e26 d4a772f Author: Chris Feng Commit: Chris Feng Merge branch 'medranocalvo/fix-x-window-vanish' into externals/exwm --- exwm-layout.el | 125 + 1 file

[elpa] externals/exwm 33dec8d 03/12: Trace more functions

2018-08-19 Thread Chris Feng
branch: externals/exwm commit 33dec8d1a382f77b3bd8a64f8d56e8e06c2043b1 Author: Adrián Medraño Calvo Commit: Adrián Medraño Calvo Trace more functions --- exwm-core.el | 2 ++ exwm-input.el | 32 exwm-layout.el| 14 ++ exwm-manage.el

[elpa] externals/exwm f820217 07/12: Split exwm-layout--refresh into three functions

2018-08-19 Thread Chris Feng
branch: externals/exwm commit f820217d00623489a655c79506816397319eb762 Author: Adrián Medraño Calvo Commit: Adrián Medraño Calvo Split exwm-layout--refresh into three functions * exwm-layout.el (exwm-layout--refresh): Split in three functions for clarity. (exwm-layout--refre

[elpa] externals/exwm d4a772f 10/12: ; Comment layout algorithm.

2018-08-19 Thread Chris Feng
branch: externals/exwm commit d4a772f536eab469b17315e83d843ce3cba3092c Author: Adrián Medraño Calvo Commit: Chris Feng ; Comment layout algorithm. --- exwm-layout.el | 18 -- 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/exwm-layout.el b/exwm-layout.el index

[elpa] externals/exwm 11fecb5 05/12: Use more explicit argument for excluding minibuffers

2018-08-19 Thread Chris Feng
branch: externals/exwm commit 11fecb5186ceac31aa4a78261da3969ddb6856ff Author: Adrián Medraño Calvo Commit: Adrián Medraño Calvo Use more explicit argument for excluding minibuffers * exwm-layout.el (exwm-layout--refresh): Use a more intuitive value for specifying exclusion of m

[elpa] externals/exwm 29f2289 09/12: Consistently name helper windows

2018-08-19 Thread Chris Feng
branch: externals/exwm commit 29f2289a750c9cf8f0d5cd968d306ee953a7bc0d Author: Adrián Medraño Calvo Commit: Chris Feng Consistently name helper windows * exwm.el (exwm--init-icccm-ewmh): Avoid naming the root window. (exwm--wmsn-acquire): Use the symbol name in the window name.

[elpa] externals/exwm updated (4d43e31 -> 2b1ed2c)

2018-08-19 Thread Chris Feng
ch11ng pushed a change to branch externals/exwm. from 4d43e31 Avoid using `set-mouse-position' to warp pointer new 29f2289 Consistently name helper windows new 8d15a39 Print log output to an EXWM-specific messages buffer new ac600f0 Commands for interacting w

[elpa] externals/exwm ac600f0 02/12: Commands for interacting with the log buffer remotely

2018-08-19 Thread Chris Feng
branch: externals/exwm commit ac600f091630480188932ad8d2ee315c8ee84c8e Author: Adrián Medraño Calvo Commit: Adrián Medraño Calvo Commands for interacting with the log buffer remotely * exwm-debug.el (exwm-debug--clear, exwm-debug--mark): New functions. --- exwm-core.el | 5 ++

[elpa] externals/exwm be10e26 11/12: Merge branch 'medranocalvo/exwm-log-buffer' into externals/exwm

2018-08-19 Thread Chris Feng
branch: externals/exwm commit be10e261cc05219067f4d6fac137f4a664ece12b Merge: 29f2289 b6a3b7b Author: Chris Feng Commit: Chris Feng Merge branch 'medranocalvo/exwm-log-buffer' into externals/exwm --- exwm-core.el | 25 +--- exwm-debug.el | 113 +

[elpa] externals/exwm b6a3b7b 08/12: ; Unimportant tweaks

2018-08-19 Thread Chris Feng
branch: externals/exwm commit b6a3b7b3ad67fe69d82d335e5520ba7368bab768 Author: Chris Feng Commit: Chris Feng ; Unimportant tweaks --- exwm-core.el | 7 ++- exwm-debug.el | 23 ++- exwm-input.el | 4 ++-- 3 files changed, 14 insertions(+), 20 deletions(-) diff --g

[elpa] externals/exwm 5c1aa4d 04/12: Consider windows of the frame being refreshed, not the selected one at the time exwm-layout--refresh runs

2018-08-19 Thread Chris Feng
branch: externals/exwm commit 5c1aa4dc310444c1a73c273b581f9e5868cb9a6d Author: Adrián Medraño Calvo Commit: Adrián Medraño Calvo Consider windows of the frame being refreshed, not the selected one at the time exwm-layout--refresh runs * exwm-layout.el (exwm-layout--refresh): Consid