[elpa] master 5fdaa31: Add 'Mail Command Index' reference in debbugs manual

2018-11-03 Thread Michael Albinus
branch: master
commit 5fdaa31d5fda9d32526abd8ccc9d717253b67872
Author: Michael Albinus 
Commit: Michael Albinus 

Add 'Mail Command Index' reference in debbugs manual

* packages/debbugs/debbugs-ug.texi (Control Messages):
Add reference to node 'Mail Command Index'.
---
 packages/debbugs/debbugs-ug.info | 77 
 packages/debbugs/debbugs-ug.texi |  3 +-
 2 files changed, 41 insertions(+), 39 deletions(-)

diff --git a/packages/debbugs/debbugs-ug.info b/packages/debbugs/debbugs-ug.info
index 6e45558..e6e0c36 100644
--- a/packages/debbugs/debbugs-ug.info
+++ b/packages/debbugs/debbugs-ug.info
@@ -438,7 +438,8 @@ archived the control message 'unarchive' must be sent first.
 
In the minibuffer, the following control messages can be requested
 (assuming that 12345 is the bug the control message is intended for).
-The strings show the exact format of the control messages.
+The strings show the exact format of the control messages.  For the
+meaning of the control messages, *Note Mail Command Index::.
 
 'block'
 'unblock'
@@ -636,7 +637,7 @@ Variable Index
 * debbugs-gnu-default-severities:Retrieving Bugs.   (line  63)
 * debbugs-gnu-default-suppress-bugs: Retrieving Bugs.   (line  44)
 * debbugs-gnu-mail-backend:  Tabulated Lists.   (line  79)
-* debbugs-gnu-send-mail-function:Control Messages.  (line 120)
+* debbugs-gnu-send-mail-function:Control Messages.  (line 121)
 * debbugs-gnu-suppress-closed:   Tabulated Lists.   (line  76)
 * debbugs-gnu-trunk-directory:   Applying Patches.  (line  18)
 * debbugs-org-severity-priority: TODO Items.(line  10)
@@ -985,41 +986,41 @@ Node: Presenting Bugs11429
 Node: Tabulated Lists12005
 Node: TODO Items15680
 Node: Control Messages16736
-Node: Applying Patches19920
-Node: Minor Mode21286
-Node: Command Index22342
-Node: Variable Index23131
-Node: Key Index24205
-Node: Mail Command Index25771
-Ref: Mail Command Index: reassign25924
-Ref: Mail Command Index: reopen26388
-Ref: Mail Command Index: found27542
-Ref: Mail Command Index: notfound28623
-Ref: Mail Command Index: submitter29032
-Ref: Mail Command Index: forwarded29426
-Ref: Mail Command Index: notforwarded29765
-Ref: Mail Command Index: retitle29966
-Ref: Mail Command Index: severity30350
-Ref: Mail Command Index: clone30615
-Ref: Mail Command Index: merge31379
-Ref: Mail Command Index: forcemerge32766
-Ref: Mail Command Index: unmerge33040
-Ref: Mail Command Index: tags33743
-Ref: Mail Command Index: block34850
-Ref: Mail Command Index: unblock34892
-Ref: Mail Command Index: close35382
-Ref: Mail Command Index: package36032
-Ref: Mail Command Index: owner36644
-Ref: Mail Command Index: noowner37007
-Ref: Mail Command Index: archive37180
-Ref: Mail Command Index: unarchive37321
-Ref: Mail Command Index: #37614
-Ref: Mail Command Index: quit37874
-Ref: Mail Command Index: stop37881
-Ref: Mail Command Index: thank37888
-Ref: Mail Command Index: thanks37896
-Ref: Mail Command Index: thankyou37905
-Ref: Mail Command Index: thank you37916
-Ref: Mail Command Index: --37928
+Node: Applying Patches19990
+Node: Minor Mode21356
+Node: Command Index22412
+Node: Variable Index23201
+Node: Key Index24275
+Node: Mail Command Index25841
+Ref: Mail Command Index: reassign25994
+Ref: Mail Command Index: reopen26458
+Ref: Mail Command Index: found27612
+Ref: Mail Command Index: notfound28693
+Ref: Mail Command Index: submitter29102
+Ref: Mail Command Index: forwarded29496
+Ref: Mail Command Index: notforwarded29835
+Ref: Mail Command Index: retitle30036
+Ref: Mail Command Index: severity30420
+Ref: Mail Command Index: clone30685
+Ref: Mail Command Index: merge31449
+Ref: Mail Command Index: forcemerge32836
+Ref: Mail Command Index: unmerge33110
+Ref: Mail Command Index: tags33813
+Ref: Mail Command Index: block34920
+Ref: Mail Command Index: unblock34962
+Ref: Mail Command Index: close35452
+Ref: Mail Command Index: package36102
+Ref: Mail Command Index: owner36714
+Ref: Mail Command Index: noowner37077
+Ref: Mail Command Index: archive37250
+Ref: Mail Command Index: unarchive37391
+Ref: Mail Command Index: #37684
+Ref: Mail Command Index: quit37944
+Ref: Mail Command Index: stop37951
+Ref: Mail Command Index: thank37958
+Ref: Mail Command Index: thanks37966
+Ref: Mail Command Index: thankyou37975
+Ref: Mail Command Index: thank you37986
+Ref: Mail Command Index: --37998
 
 End Tag Table
diff --git a/packages/debbugs/debbugs-ug.texi b/packages/debbugs/debbugs-ug.texi
index f3623dd..b9379aa 100644
--- a/packages/debbugs/debbugs-ug.texi
+++ b/packages/debbugs/debbugs-ug.texi
@@ -503,7 +503,8 @@ archived the control message @samp{unarchive} must be sent 
first.
 
 In the minibuffer, the following control messages can be requested
 (assuming that 12345 is the bug the control message is intended for).
-The strings show the exact format 

[elpa] master 211b4a7: [el-search] Fix an infloop in el-search--search-pattern-1

2018-11-03 Thread Michael Heerdegen
branch: master
commit 211b4a75523366c1deade6768f137c9e821c2db0
Author: Michael Heerdegen 
Commit: Michael Heerdegen 

[el-search] Fix an infloop in el-search--search-pattern-1

Also bump version to 1.7.11.

* packages/el-search/el-search.el (el-search--search-pattern-1): Move
forward if a match is discarded because it exceeds a given BOUND.
---
 packages/el-search/el-search.el | 13 ++---
 1 file changed, 6 insertions(+), 7 deletions(-)

diff --git a/packages/el-search/el-search.el b/packages/el-search/el-search.el
index 3939b97..1640f55 100644
--- a/packages/el-search/el-search.el
+++ b/packages/el-search/el-search.el
@@ -7,7 +7,7 @@
 ;; Created: 29 Jul 2015
 ;; Keywords: lisp
 ;; Compatibility: GNU Emacs 25
-;; Version: 1.7.10
+;; Version: 1.7.11
 ;; Package-Requires: ((emacs "25") (stream "2.2.4") (cl-print "1.0"))
 
 
@@ -1135,12 +1135,11 @@ be specified as fourth argument, and COUNT becomes the 
fifth argument."
  ;; the thunk hasn't been forced
  (scan-lists (point) 1 0
  ((el-search--match-p matcher current-expr)
-  (setq match-beg
-(and (or (not bound)
- (<= (el-search--end-of-sexp match-beg) 
bound)
- ;; don't fail for >: a subsequent match 
may end before BOUND
- )
- (point
+  (if (or (not bound)
+  (<= (el-search--end-of-sexp match-beg) bound))
+  (setq match-beg (point))
+;; don't fail: a subsequent match may end before BOUND
+(el-search--skip-expression current-expr)))
  (t (el-search--skip-expression current-expr
   (when (and bound (<= bound (point)))
 (throw 'no-match t)))



[elpa] externals/zones a8b3a01: * zones.el: Fix version number

2018-11-03 Thread Stefan Monnier
branch: externals/zones
commit a8b3a016b7ab7ee1fa54e8aa488bbfa4b38ba0cd
Author: Stefan Monnier 
Commit: Stefan Monnier 

* zones.el: Fix version number
---
 zones.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/zones.el b/zones.el
index 8569488..5f32b41 100644
--- a/zones.el
+++ b/zones.el
@@ -7,7 +7,7 @@
 ;; Author: Drew Adams
 ;; Maintainer: Drew Adams 
 ;; Created: Sun Apr 18 12:58:07 2010 (-0700)
-;; Version: 2018.11.01
+;; Version: 2018.11.1
 ;; Package-Requires: ()
 ;; Last-Updated: Thu Nov  1 09:46:25 2018 (-0700)
 ;;   By: dradams