[elpa] externals/exwm 4838f2b: Make input focus revert to pointer root

2016-02-23 Thread Chris Feng
branch: externals/exwm
commit 4838f2b7fa2a8f3bdd2a8b2f779039a1b397e12b
Author: Chris Feng 
Commit: Chris Feng 

Make input focus revert to pointer root

* exwm-input.el (exwm-input--set-focus): Input focus should not revert to
parent (which was the Emacs frame) any more.
---
 exwm-input.el |3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/exwm-input.el b/exwm-input.el
index 0a50bef..943dd7d 100644
--- a/exwm-input.el
+++ b/exwm-input.el
@@ -73,7 +73,8 @@ It's updated in several occasions, and only used by 
`exwm-input--set-focus'.")
 (exwm--log "Focus on #x%x with SetInputFocus" id)
 (xcb:+request exwm--connection
 (make-instance 'xcb:SetInputFocus
-   :revert-to xcb:InputFocus:Parent :focus id
+   :revert-to xcb:InputFocus:PointerRoot
+   :focus id
:time xcb:Time:CurrentTime)))
   (xcb:flush exwm--connection
 



[elpa] master 6c284f2: Update copyright exceptions

2016-02-23 Thread Stefan Monnier
branch: master
commit 6c284f20011e37080319e9a7cc33e1622e6a9e74
Author: Stefan Monnier 
Commit: Stefan Monnier 

Update copyright exceptions
---
 copyright_exceptions |1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/copyright_exceptions b/copyright_exceptions
index 45857d0..272d7ac 100644
--- a/copyright_exceptions
+++ b/copyright_exceptions
@@ -60,6 +60,7 @@
 ./auctex/style/virtex.el
 ./auctex/tex-fold.el:("(C)" ("copyright"))
 ./auctex/tex-info.el:   '("copyright" nil)
+./debbugs/debbugs-gnu.el:(insert "  Copyright-paperwork-exempt: yes"))
 ./ergoemacs-mode/ergoemacs-advices.el: emacs-copyright
 ./ergoemacs-mode/ergoemacs-themes.el: ,(lambda () 
emacs-copyright)
 ./gnugo/gnugo.el:(CP "Copyright"   game  simpletext)



[elpa] master 8d871d8: * packages/arbitools.el: fix coding issues

2016-02-23 Thread David Gonzalez Gandara
branch: master
commit 8d871d86e53ea2effa9bc6b2a9b575ee143bee74
Author: David Gonzalez Gandara 
Commit: David Gonzalez Gandara 

* packages/arbitools.el: fix coding issues
---
 packages/arbitools/arbitools.el |   10 +++---
 1 files changed, 3 insertions(+), 7 deletions(-)

diff --git a/packages/arbitools/arbitools.el b/packages/arbitools/arbitools.el
index 7f2a4de..1377f6d 100644
--- a/packages/arbitools/arbitools.el
+++ b/packages/arbitools/arbitools.el
@@ -57,9 +57,7 @@
 
 (defun arbitools-add (addfile)
   "Add players to an existing file."
-  ;; FIXME: is `addfile' a file?  If o, then use "f" rather than "s", else
-  ;; better give it another name!
-  (interactive "saddfile: ")
+  (interactive "faddfile: ")
   ;; FIXME: What if `addlist' is "foo; bar"?
   ;; FIXME: Do we really need a shell here?
   ;; Why not use just call-process, so we don't need to worry about quoting?
@@ -76,9 +74,7 @@
  (shell-quote-argument buffer-file-name
 
 (defvar arbitools-highlights
- '(("^001" . font-lock-function-name-face) ;name of the tournament
-   ;; ("\\( b \\)\\|\\( w \\)\\|\\( - \\)" . font-lock-keyword-face) ;colour
-;; ("\\( 1 \\)\\|\\( 0 \\)\\|\\( = \\)". font-lock-type-face) ;results
+ '(("^001" . font-lock-function-name-face) ; name of the tournament
 ("^012.*" . font-lock-comment-face)
 
("\\(^022\\|^032\\|^042\\|^052\\|^062\\|^072\\|^082\\|^092\\|^102\\|^112\\|^122\\).*"
 . font-lock-constant-face)
 ("^132.*" . font-lock-warning-face) ;dates
@@ -86,7 +82,7 @@
 ("\\(^013.\\{1\\}\\)\\(.\\{31\\}\\)" 2 font-lock-comment-face) ;; teams
 ;; (" [0-9]\\{6,\\} " . font-lock-variable-name-face) ;FIDE ID
 ("\\(^001.\\{11\\}\\)\\(.\\{32\\}\\)" 2 font-lock-string-face)  ;; Name of 
the player (by position)
-("\\(^001.\\{55\\}\\)\\(.\\{10\\}\\)" 2 font-lock-function-name-face) 
;FIDE ID
+("\\(^001.\\{55\\}\\)\\(.\\{10\\}\\)" 2 font-lock-function-name-face) ;; 
FIDE ID
 ("\\(^001.\\{88\\}\\)\\(.\\{4\\}\\)" 2 font-lock-comment-face) ;; round 1 
opponent
 ;; ("\\(^132.\\{88\\}\\)\\(.\\{8\\}\\)" 2 font-lock-string-face) ;; round 
1 date line
 ("\\(^001.\\{93\\}\\)\\(.\\{1\\}\\)" 2 font-lock-string-face) ;; round 1 
colour