[elpa] externals/exwm d9b4ba0 2/2: Avoid mapping managed X windows on MapRequest

2015-10-28 Thread Chris Feng
branch: externals/exwm commit d9b4ba0265fc1674b1205a11e838f86bce434b13 Author: Chris Feng Commit: Chris Feng Avoid mapping managed X windows on MapRequest * exwm-manage.el (exwm-manage--manage-window, exwm-manage--on-MapRequest): Check managed X windows in exwm-manage--on-MapR

[elpa] externals/xelb c1d4e31: Handle missing modifier keys when converting event to keysym

2015-10-28 Thread Chris Feng
branch: externals/xelb commit c1d4e31abc7b9d1f8ff84231d285d73b39c5e0f3 Author: Chris Feng Commit: Chris Feng Handle missing modifier keys when converting event to keysym * xcb-keysyms.el (xcb:keysyms:event->keysym): Return nil when any modifier key in the event is not present.

[elpa] externals/exwm 51f5e35 1/2: Check KEYSYMs converted from events

2015-10-28 Thread Chris Feng
branch: externals/exwm commit 51f5e35aa6a85516bcd00b3bf874f3f3261ebfdc Author: Chris Feng Commit: Chris Feng Check KEYSYMs converted from events * exwm-input.el (exwm-input--update-global-prefix-keys) (exwm-input--fake-key, exwm-input--init): Check the return value of xc

[elpa] externals/exwm updated (34d5885 -> d9b4ba0)

2015-10-28 Thread Chris Feng
ch11ng pushed a change to branch externals/exwm. from 34d5885 Add demo configurations new 51f5e35 Check KEYSYMs converted from events new d9b4ba0 Avoid mapping managed X windows on MapRequest Summary of changes: exwm-input.el | 17 ++--- exwm-manage.e

[elpa] master 73fe889: * packages/javaimp/javaimp.el: Update javaimp to v. 0.6.

2015-10-28 Thread Filipp Gunbin
branch: master commit 73fe889322ee5343ad7b706520c69bf2dfe96694 Author: Filipp Gunbin Commit: Filipp Gunbin * packages/javaimp/javaimp.el: Update javaimp to v. 0.6. --- packages/javaimp/javaimp.el |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/packages/javaimp/java

[elpa] master 135c758: javaimp.el: Fix Maven output start regexp.

2015-10-28 Thread Filipp Gunbin
branch: master commit 135c7587f9764e0cc224c0e865b31e6c2b2cc83d Author: Filipp Gunbin Commit: Filipp Gunbin javaimp.el: Fix Maven output start regexp. --- packages/javaimp/javaimp.el |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/packages/javaimp/javaimp.el b/packa

[elpa] externals/exwm 2779d2e 3/4: Make the creation/destruction of floating frames more silent

2015-10-28 Thread Chris Feng
branch: externals/exwm commit 2779d2e418bb07adf0408dc8fdaa0fb6e88bf13a Author: Chris Feng Commit: Chris Feng Make the creation/destruction of floating frames more silent * exwm-floating.el (exwm-floating--set-floating): Reparent floating frames as late as possible. * exwm-

[elpa] externals/exwm 11cc84d 2/4: Minor input focus fix

2015-10-28 Thread Chris Feng
branch: externals/exwm commit 11cc84d77e83b81fce8d3032df29d798546648e7 Author: Chris Feng Commit: Chris Feng Minor input focus fix * exwm-input.el (exwm-input--on-buffer-list-update): Schedule input focus switch with idle timer. --- exwm-input.el |2 +- 1 files changed, 1

[elpa] externals/exwm 34d5885 4/4: Add demo configurations

2015-10-28 Thread Chris Feng
branch: externals/exwm commit 34d588599d2d7ef46db6a810c1549199f78cf8ba Author: Chris Feng Commit: Chris Feng Add demo configurations * exwm-config.el: Demo EXWM configurations. * xinitrc: Demo xinitrc file. * exwm.el (exwm-enable-ido-workaround, exwm-disable-ido-workaround):

[elpa] externals/exwm updated (d05df51 -> 34d5885)

2015-10-28 Thread Chris Feng
ch11ng pushed a change to branch externals/exwm. from d05df51 Fix problems introduced/exposed by last commit new ba536bb Delay closing minibuffer new 11cc84d Minor input focus fix new 2779d2e Make the creation/destruction of floating frames more silent

[elpa] externals/exwm ba536bb 1/4: Delay closing minibuffer

2015-10-28 Thread Chris Feng
branch: externals/exwm commit ba536bb6e354577cd69926865aee0e6f90f7306a Author: Chris Feng Commit: Chris Feng Delay closing minibuffer * exwm-workspace.el (exwm-workspace-switch, exwm-workspace--on-focus-in): Delay closing minibuffer until Emacs is idle. This prevent nonlocal e

[elpa] externals/xelb c6b1b5f 2/2: Sync with upstream protocol

2015-10-28 Thread Chris Feng
branch: externals/xelb commit c6b1b5fa34175b92971e7e5e2241a7ca48838e17 Author: Chris Feng Commit: Chris Feng Sync with upstream protocol ; Add explicit paddings. --- xcb-sync.el |3 ++- xcb-xprint.el |6 -- xcb-xproto.el |3 ++- xcb-xselinux.el |3 ++- x

[elpa] externals/xelb 36b54b4 1/2: Handle nonlocal exits when calling event handlers

2015-10-28 Thread Chris Feng
branch: externals/xelb commit 36b54b44987c2b05e0a78f7783373e977d706489 Author: Chris Feng Commit: Chris Feng Handle nonlocal exits when calling event handlers * xcb.el (xcb:-connection-filter): Do cleanups from nonlocal exits. --- xcb.el | 17 + 1 files changed, 9

[elpa] externals/xelb updated (a1647c8 -> c6b1b5f)

2015-10-28 Thread Chris Feng
ch11ng pushed a change to branch externals/xelb. from a1647c8 Fix shift key issues new 36b54b4 Handle nonlocal exits when calling event handlers new c6b1b5f Sync with upstream protocol Summary of changes: xcb-sync.el |3 ++- xcb-xprint.el |6 -- xc