[elpa] externals/org-modern 297d02038a: Update README

2023-05-11 Thread ELPA Syncer
branch: externals/org-modern
commit 297d02038ac3ac976b09712d273f0e5c40175a84
Author: Daniel Mendler 
Commit: Daniel Mendler 

Update README
---
 README.org | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/README.org b/README.org
index 4064af37d8..dd1e32bff5 100644
--- a/README.org
+++ b/README.org
@@ -30,8 +30,7 @@ harmonically and have approximately the same height. As 
default font, I
 recommend variants of the [[https://github.com/be5invis/Iosevka][Iosevka]] 
font, e.g., Iosevka Term Curly.
 =org-modern-mode= tries to adjust the tag label display based on the value of
 =line-spacing=. This looks best if =line-spacing= has a value between 0.1 and 
0.4 in
-the Org buffer. Note that =org-indent-mode= interferes with some of the style
-elements applied by =org-modern-mode=, e.g., the block brackets in the fringe.
+the Org buffer.
 
 * Configuration
 



[nongnu] elpa/sly 33e8fbeb3a: Fix #587: Fix typo in slynk/backend/allegro.lisp

2023-05-11 Thread ELPA Syncer
branch: elpa/sly
commit 33e8fbeb3acdbf36b1a6fce2ff6729fe51c798ce
Author: diego <9020453+dieg...@users.noreply.github.com>
Commit: João Távora 

Fix #587: Fix typo in slynk/backend/allegro.lisp

slynk-backend:find-symbo2l -> slynk-backend:find-symbol2

* slynk/backend/allegro.lisp (with-redirected-y-or-n-p): Fix typo.
---
 slynk/backend/allegro.lisp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/slynk/backend/allegro.lisp b/slynk/backend/allegro.lisp
index 2e281abafd..44573c837f 100644
--- a/slynk/backend/allegro.lisp
+++ b/slynk/backend/allegro.lisp
@@ -773,7 +773,7 @@ to do this, this factors in the length of the inserted 
header itself."
   (saved-ynp (symbol-function 'cl:y-or-n-p)))
  (setf (excl::package-definition-lock pkg) nil
(symbol-function 'cl:y-or-n-p)
-   (symbol-function (slynk-backend:find-symbo2l 
"slynk:y-or-n-p-in-emacs")))
+   (symbol-function (slynk-backend:find-symbol2 
"slynk:y-or-n-p-in-emacs")))
  (unwind-protect
   (progn ,@body)
(setf (symbol-function 'cl:y-or-n-p)  saved-ynp



[elpa] externals/excorporate 5e32d41dfb: Add an OAuth 2.0 debugging suggestion

2023-05-11 Thread Thomas Fitzsimmons
branch: externals/excorporate
commit 5e32d41dfbbd99cf405e0a33ad507eaafb4cf8aa
Author: Thomas Fitzsimmons 
Commit: Thomas Fitzsimmons 

Add an OAuth 2.0 debugging suggestion

* excorporate.texi (Configuration): Format *Messages* as code.
* excorporate.texi (Troubleshooting): Likewise.  Add note about
OAuth 2.0 debugging.
---
 excorporate.info | 19 ---
 excorporate.texi | 16 +++-
 2 files changed, 23 insertions(+), 12 deletions(-)

diff --git a/excorporate.info b/excorporate.info
index 70a1097150..ba9a9be174 100644
--- a/excorporate.info
+++ b/excorporate.info
@@ -122,7 +122,7 @@ wizard by running:
 
 You will be prompted for the server configuration information.  Follow
 the prompts and if all goes well, you'll see a message in the minibuffer
-or in *Messages* saying that the connection is ready.  Using the
+or in '*Messages*' saying that the connection is ready.  Using the
 prompts, you can first try with autodiscovery.  If autodiscovery runs
 out of URLs to try, re-run 'excorporate', saying 'n' to the
 autodiscovery attempt, at which point you will be asked for the EWS URL.
@@ -243,14 +243,14 @@ Before even attempting Excorporate, you have to make 
these succeed:
   (url-retrieve-synchronously ews-url)
   (buffer-string))
 
-When this works, you'll see web page text in *Messages*, containing a
+When this works, you'll see web page text in '*Messages*', containing a
 message about having created a service.
 
  (with-current-buffer
   (url-retrieve-synchronously wsdl-url)
   (buffer-string))
 
-When this works, it will show a bunch of WSDL (XML) in *Messages*.
+When this works, it will show a bunch of WSDL (XML) in '*Messages*'.
 
 Debug the above URL retrievals with 'M-:' in an 'emacs -Q' run:
 
@@ -309,6 +309,11 @@ mail.gnu.org:443'
 attempted operation will now complete, usually without needing to retry
 it.
 
+   To debug OAuth 2.0 connections, it may be helpful to uncomment the
+'message' line in, then reevaluate, url-http-oauth-parse-grant.  Beware
+that this results in bearer and refresh tokens being output to the
+'*Messages*' buffer.
+
 
 File: excorporate.info,  Node: API Usage,  Next: Index,  Prev: 
Troubleshooting,  Up: Top
 
@@ -819,10 +824,10 @@ Node: Top1103
 Node: Reporting Bugs2517
 Node: Installation2841
 Node: Configuration3220
-Node: Usage5120
-Node: Troubleshooting8440
-Node: API Usage12123
-Node: Index29719
+Node: Usage5122
+Node: Troubleshooting8442
+Node: API Usage12360
+Node: Index29956
 
 End Tag Table
 
diff --git a/excorporate.texi b/excorporate.texi
index e7e2d082e9..347fed117f 100644
--- a/excorporate.texi
+++ b/excorporate.texi
@@ -136,8 +136,8 @@ wizard by running:
 @noindent
 You will be prompted for the server configuration information.  Follow
 the prompts and if all goes well, you'll see a message in the
-minibuffer or in *Messages* saying that the connection is ready.
-Using the prompts, you can first try with autodiscovery.  If
+minibuffer or in @code{*Messages*} saying that the connection is
+ready.  Using the prompts, you can first try with autodiscovery.  If
 autodiscovery runs out of URLs to try, re-run @code{excorporate},
 saying 'n' to the autodiscovery attempt, at which point you will be
 asked for the EWS URL.
@@ -273,8 +273,8 @@ Before even attempting Excorporate, you have to make these 
succeed:
 @end example
 
 @noindent
-When this works, you'll see web page text in *Messages*, containing a
-message about having created a service.
+When this works, you'll see web page text in @code{*Messages*},
+containing a message about having created a service.
 
 @example
 (with-current-buffer
@@ -283,7 +283,8 @@ message about having created a service.
 @end example
 
 @noindent
-When this works, it will show a bunch of WSDL (XML) in *Messages*.
+When this works, it will show a bunch of WSDL (XML) in
+@code{*Messages*}.
 
 @noindent
 Debug the above URL retrievals with @code{M-:} in an @code{emacs -Q}
@@ -356,6 +357,11 @@ Put the cursor on that line, and type 'd' to delete the 
process.  The
 attempted operation will now complete, usually without needing to retry
 it.
 
+To debug OAuth 2.0 connections, it may be helpful to uncomment the
+@code{message} line in, then reevaluate, url-http-oauth--parse-grant.
+Beware that this results in bearer and refresh tokens being output to
+the @code{*Messages*} buffer.
+
 @node API Usage
 @chapter API Usage
 



[elpa] externals/excorporate 816ebf7222: Fix formatting

2023-05-11 Thread Thomas Fitzsimmons
branch: externals/excorporate
commit 816ebf72228d23bb57028be49741ccdc7c4686f9
Author: Thomas Fitzsimmons 
Commit: Thomas Fitzsimmons 

Fix formatting

* excorporate.texi (Troubleshooting): Mark
url-http-oauth--parse-grant as code.
* excorporate.info: Regenerate.
---
 excorporate.info | 10 +-
 excorporate.texi |  7 ---
 2 files changed, 9 insertions(+), 8 deletions(-)

diff --git a/excorporate.info b/excorporate.info
index ba9a9be174..9b654cbfb4 100644
--- a/excorporate.info
+++ b/excorporate.info
@@ -310,9 +310,9 @@ attempted operation will now complete, usually without 
needing to retry
 it.
 
To debug OAuth 2.0 connections, it may be helpful to uncomment the
-'message' line in, then reevaluate, url-http-oauth-parse-grant.  Beware
-that this results in bearer and refresh tokens being output to the
-'*Messages*' buffer.
+'message' line in, then reevaluate, 'url-http-oauth--parse-grant'.
+Beware that this results in bearer and refresh tokens being output to
+the '*Messages*' buffer.
 
 
 File: excorporate.info,  Node: API Usage,  Next: Index,  Prev: 
Troubleshooting,  Up: Top
@@ -826,8 +826,8 @@ Node: Installation2841
 Node: Configuration3220
 Node: Usage5122
 Node: Troubleshooting8442
-Node: API Usage12360
-Node: Index29956
+Node: API Usage12362
+Node: Index29958
 
 End Tag Table
 
diff --git a/excorporate.texi b/excorporate.texi
index 347fed117f..cdbcef99ab 100644
--- a/excorporate.texi
+++ b/excorporate.texi
@@ -358,9 +358,10 @@ attempted operation will now complete, usually without 
needing to retry
 it.
 
 To debug OAuth 2.0 connections, it may be helpful to uncomment the
-@code{message} line in, then reevaluate, url-http-oauth--parse-grant.
-Beware that this results in bearer and refresh tokens being output to
-the @code{*Messages*} buffer.
+@code{message} line in, then reevaluate,
+@code{url-http-oauth--parse-grant}.  Beware that this results in
+bearer and refresh tokens being output to the @code{*Messages*}
+buffer.
 
 @node API Usage
 @chapter API Usage



[nongnu] elpa/sly bc694914a7 2/2: Per #596: Robustify INT signal handling for Lispworks

2023-05-11 Thread ELPA Syncer
branch: elpa/sly
commit bc694914a733fe9cb38406637df47d015a1227a1
Author: Kamil Shakirov 
Commit: João Távora 

Per #596: Robustify INT signal handling for Lispworks

* slynk/backend/lispworks.lisp (set-sigint-handler)
(install-sigint-handler): Use SYS::UNIX-SIGINT.
---
 slynk/backend/lispworks.lisp | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/slynk/backend/lispworks.lisp b/slynk/backend/lispworks.lisp
index 5c6013bc54..ed552ff26a 100644
--- a/slynk/backend/lispworks.lisp
+++ b/slynk/backend/lispworks.lisp
@@ -181,12 +181,12 @@
 (defun set-sigint-handler ()
   ;; Set SIGINT handler on Slynk request handler thread.
   #-win32
-  (sys::set-signal-handler +sigint+ 
+  (sys::set-signal-handler sys::unix-sigint
(make-sigint-handler mp:*current-process*)))
 
-#-win32 
+#-win32
 (defimplementation install-sigint-handler (handler)
-  (sys::set-signal-handler +sigint+
+  (sys::set-signal-handler sys::unix-sigint
(let ((self mp:*current-process*))
  (lambda (&rest args)
(declare (ignore args))



[nongnu] elpa/sly c61b9e9aa6 1/2: Per #596: Activate package-local nicknames for Lispworks

2023-05-11 Thread ELPA Syncer
branch: elpa/sly
commit c61b9e9aa66fed6a238ca86fc1e011e80828c278
Author: Kamil Shakirov 
Commit: João Távora 

Per #596: Activate package-local nicknames for Lispworks

* slynk/backend/lispworks.lisp (package-local-nicknames): New impl.
---
 slynk/backend/lispworks.lisp | 6 ++
 1 file changed, 6 insertions(+)

diff --git a/slynk/backend/lispworks.lisp b/slynk/backend/lispworks.lisp
index c76b2c20a6..5c6013bc54 100644
--- a/slynk/backend/lispworks.lisp
+++ b/slynk/backend/lispworks.lisp
@@ -1025,3 +1025,9 @@ function names like \(SETF GET)."
 
 (defimplementation make-weak-value-hash-table (&rest args)
   (apply #'make-hash-table :weak-kind :value args))
+
+ Packages
+
+#+#.(slynk-backend:with-symbol 'package-local-nicknames 'hcl)
+(defimplementation package-local-nicknames (package)
+  (hcl:package-local-nicknames package))



[nongnu] elpa/sly updated (33e8fbeb3a -> bc694914a7)

2023-05-11 Thread ELPA Syncer
elpasync pushed a change to branch elpa/sly.

  from  33e8fbeb3a Fix #587: Fix typo in slynk/backend/allegro.lisp
   new  c61b9e9aa6 Per #596: Activate package-local nicknames for Lispworks
   new  bc694914a7 Per #596: Robustify INT signal handling for Lispworks


Summary of changes:
 slynk/backend/lispworks.lisp | 12 +---
 1 file changed, 9 insertions(+), 3 deletions(-)



[elpa] externals/jinx 3681ae5221 2/2: Ensure that jinx-mode cannot be enabled in indirect buffers

2023-05-11 Thread ELPA Syncer
branch: externals/jinx
commit 3681ae5221c9620b182bd4b3b6bc554f1d0e2d96
Author: Daniel Mendler 
Commit: Daniel Mendler 

Ensure that jinx-mode cannot be enabled in indirect buffers
---
 jinx.el | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/jinx.el b/jinx.el
index b726318e5c..e54be375b9 100644
--- a/jinx.el
+++ b/jinx.el
@@ -885,6 +885,9 @@ If prefix argument ALL non-nil correct all misspellings."
   :group 'jinx
   :keymap jinx-mode-map
   (cond
+   ((buffer-base-buffer) ;; Do not enable in indirect buffers
+(when jinx-mode
+  (jinx-mode -1)))
(jinx-mode
 (jinx--load-module)
 (let ((enable-local-variables :safe))



[elpa] externals/jinx updated (8cf4af0b8a -> 3681ae5221)

2023-05-11 Thread ELPA Syncer
elpasync pushed a change to branch externals/jinx.

  from  8cf4af0b8a Shorten annotation (Fix #73)
   new  f3a7829009 jinx--on: Do not enable in indirect buffers
   new  3681ae5221 Ensure that jinx-mode cannot be enabled in indirect 
buffers


Summary of changes:
 jinx.el | 4 
 1 file changed, 4 insertions(+)



[elpa] externals/jinx f3a7829009 1/2: jinx--on: Do not enable in indirect buffers

2023-05-11 Thread ELPA Syncer
branch: externals/jinx
commit f3a78290090e2754b7a2c4ba0b4b4791e19c2b35
Author: Daniel Mendler 
Commit: Daniel Mendler 

jinx--on: Do not enable in indirect buffers
---
 jinx.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/jinx.el b/jinx.el
index 4ae84657d8..b726318e5c 100644
--- a/jinx.el
+++ b/jinx.el
@@ -922,6 +922,7 @@ If prefix argument ALL non-nil correct all misspellings."
   "Turn `jinx-mode' on."
   (when (and (not (or noninteractive
   buffer-read-only
+  (buffer-base-buffer) ;; Do not enable in indirect buffers
   (eq (aref (buffer-name) 0) ?\s)))
  (apply #'derived-mode-p jinx-include-modes))
 (jinx-mode 1)))



[elpa] externals/org 30b790f42b: org-refile: Fix heading being removed when refiling into itself

2023-05-11 Thread ELPA Syncer
branch: externals/org
commit 30b790f42bd0de95ca15d927e27b9125b6549043
Author: Ihor Radchenko 
Commit: Ihor Radchenko 

org-refile: Fix heading being removed when refiling into itself

* lisp/org-refile.el (org-refile): Throw an error when attempting to
refile heading into itself and the point is not at bol.
* testing/lisp/test-org.el (test-org/refile): Add tests.

Reported-by: Oliver Epper 
Link: 
https://list.orgmode.org/orgmode/CAP8tsuSEScO+Q7=g7kL=9dk-95rejvumloyqmjjd2-zm6iy...@mail.gmail.com/
---
 lisp/org-refile.el   |  4 +++-
 testing/lisp/test-org.el | 14 +-
 2 files changed, 16 insertions(+), 2 deletions(-)

diff --git a/lisp/org-refile.el b/lisp/org-refile.el
index 03c351cf6b..600953fd6b 100644
--- a/lisp/org-refile.el
+++ b/lisp/org-refile.el
@@ -523,7 +523,9 @@ prefix argument (`C-u C-u C-u C-c C-w')."
 (if regionp
 (and (>= pos region-start)
  (<= pos region-end))
-  (and (>= pos (point))
+  (and (>= pos (save-excursion
+ (org-back-to-heading t)
+ (point)))
(< pos (save-excursion
 (org-end-of-subtree t t))
(error "Cannot refile to position inside the tree or region"))
diff --git a/testing/lisp/test-org.el b/testing/lisp/test-org.el
index c12e597626..0c5128807e 100644
--- a/testing/lisp/test-org.el
+++ b/testing/lisp/test-org.el
@@ -7050,8 +7050,20 @@ Paragraph"
 ** H2\n"
 (org-test-with-temp-text-in-file "* H1
 * H2"
+  (org-refile nil nil `("H1" ,(buffer-file-name) nil 1))
+  (buffer-string
+  ;; Throw an error when trying to refile into itself.
+  (should-error
+   (org-test-with-temp-text-in-file "* H1
+* H2"
  (org-refile nil nil `("H1" ,(buffer-file-name) nil 1))
- (buffer-string)
+ (buffer-string)))
+  (should-error
+   (org-test-with-temp-text-in-file "* one
+* two
+* three"
+ (org-refile nil nil `("two" ,(buffer-file-name) nil 7))
+ (buffer-string
 
 
 ;;; Sparse trees



[elpa] externals/marginalia 6c6cf732d4: marginalia-prompt-categories: Assume case-fold-search=t (the default)

2023-05-11 Thread ELPA Syncer
branch: externals/marginalia
commit 6c6cf732d4938749ef71863015c250932dfb62b6
Author: Daniel Mendler 
Commit: Daniel Mendler 

marginalia-prompt-categories: Assume case-fold-search=t (the default)

Unfix #160
---
 marginalia.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/marginalia.el b/marginalia.el
index 5416acad98..d56f407513 100644
--- a/marginalia.el
+++ b/marginalia.el
@@ -127,14 +127,14 @@ determine it."
 ("\\" . face)
 ("\\" . environment-variable)
 ("\\" . function)
-("\\<[Vv]ariable\\>" . variable)
+("\\" . variable)
 ("\\" . input-method)
 ("\\" . charset)
 ("\\" . coding-system)
 ("\\" . minor-mode)
 ("\\" . kill-ring)
 ("\\" . tab)
-("\\<[Ll]ibrary\\>" . library))
+("\\" . library))
   "Associates regexps to match against minibuffer prompts with categories."
   :type '(alist :key-type regexp :value-type symbol))
 



[elpa] externals/denote updated (694c1517be -> 2d9197da16)

2023-05-11 Thread ELPA Syncer
elpasync pushed a change to branch externals/denote.

  from  694c1517be Expose public functions for returning links or backlinks
   new  f0c4a69f93 Make the journal+tmr code sample its own section in the 
manual
   new  8f6acf01ca Delete negative space
   new  cbd39ada72 Document journal entry with check for existing daily note
   new  2d9197da16 Tweak sample Journal code from commit cbd39ad


Summary of changes:
 README.org | 35 ++-
 1 file changed, 34 insertions(+), 1 deletion(-)



[elpa] externals/denote 8f6acf01ca 2/4: Delete negative space

2023-05-11 Thread ELPA Syncer
branch: externals/denote
commit 8f6acf01ca6c8770f70cbceea7c760163677b423
Author: Protesilaos Stavrou 
Commit: Protesilaos Stavrou 

Delete negative space
---
 README.org | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.org b/README.org
index 85b12073d5..80bc5080ff 100644
--- a/README.org
+++ b/README.org
@@ -3628,7 +3628,7 @@ Denote, feel welcome to tell us about it 
([[#h:1ebe4865-c001-4747-a6f2-0fe45aad7
 
 + Peter Prevos: /Simulating Text Files with R to Test the Emacs Denote
   Package/, 2022-07-28, 

-  
+
 + Stefan Thesing: /Denote as a Zettelkasten/, 2023-03-02,
   
 



[elpa] externals/denote f0c4a69f93 1/4: Make the journal+tmr code sample its own section in the manual

2023-05-11 Thread ELPA Syncer
branch: externals/denote
commit f0c4a69f938e0ba2436741b1bc2f2fdca77784b8
Author: Protesilaos Stavrou 
Commit: Protesilaos Stavrou 

Make the journal+tmr code sample its own section in the manual
---
 README.org | 5 +
 1 file changed, 5 insertions(+)

diff --git a/README.org b/README.org
index b237c42de2..85b12073d5 100644
--- a/README.org
+++ b/README.org
@@ -2138,6 +2138,11 @@ Of course, you can always set up the function so that it 
asks for a
'("journal")))
 #+end_src
 
+*** Journaling with a timer
+:PROPERTIES:
+:CUSTOM_ID: h:4af1f81e-e93a-43cc-b344-960032a16d42
+:END:
+
 Sometimes journaling is done with the intent to hone one's writing
 skills.  Perhaps you are learning a new language or wish to communicate
 your ideas with greater clarity and precision.  As with everything that



[elpa] externals/denote cbd39ada72 3/4: Document journal entry with check for existing daily note

2023-05-11 Thread ELPA Syncer
branch: externals/denote
commit cbd39ada7285789e414f6f0b7435537661e59656
Author: Protesilaos Stavrou 
Commit: Protesilaos Stavrou 

Document journal entry with check for existing daily note
---
 README.org | 27 +++
 1 file changed, 27 insertions(+)

diff --git a/README.org b/README.org
index 80bc5080ff..669861022c 100644
--- a/README.org
+++ b/README.org
@@ -2138,6 +2138,33 @@ Of course, you can always set up the function so that it 
asks for a
'("journal")))
 #+end_src
 
+The above snippets do not check if a daily entry exists: they always
+create a new one.  The idea is that one may want to write multiple
+journal entries per day.  Another approach is to create a single entry
+on a given day, in which case the command must be repurposed to
+surface the existing note, if present.  As with ~my-denote-journal~
+above, the title is formatted as =Tuesday 14 June 2022=.
+
+#+begin_src emacs-lisp
+(defun my-denote-journal ()
+  "Create an entry tagged 'journal' with the date as its title.
+If a journal for the current day exists, visit it.  If multiple
+entries exist, prompt with completion for a choice between them.
+Else create a new file."
+  (interactive)
+  (let* ((string (denote-sluggify (format-time-string "%A %e %B %Y")))
+ (files (denote-directory-files-matching-regexp string)))
+(cond
+ ((> (length files) 1)
+  (find-file (completing-read "Select file: " files nil :require-match)))
+ (files
+  (find-file (car files)))
+ (t
+  (denote
+   (format-time-string "%A %e %B %Y")
+   '("journal"))
+#+end_src
+
 *** Journaling with a timer
 :PROPERTIES:
 :CUSTOM_ID: h:4af1f81e-e93a-43cc-b344-960032a16d42



[elpa] externals/denote 2d9197da16 4/4: Tweak sample Journal code from commit cbd39ad

2023-05-11 Thread ELPA Syncer
branch: externals/denote
commit 2d9197da160322b43978682e3b76233365415403
Author: Protesilaos Stavrou 
Commit: Protesilaos Stavrou 

Tweak sample Journal code from commit cbd39ad
---
 README.org | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/README.org b/README.org
index 669861022c..248bf547e8 100644
--- a/README.org
+++ b/README.org
@@ -2152,7 +2152,8 @@ If a journal for the current day exists, visit it.  If 
multiple
 entries exist, prompt with completion for a choice between them.
 Else create a new file."
   (interactive)
-  (let* ((string (denote-sluggify (format-time-string "%A %e %B %Y")))
+  (let* ((today (format-time-string "%A %e %B %Y"))
+ (string (denote-sluggify today))
  (files (denote-directory-files-matching-regexp string)))
 (cond
  ((> (length files) 1)
@@ -2161,7 +2162,7 @@ Else create a new file."
   (find-file (car files)))
  (t
   (denote
-   (format-time-string "%A %e %B %Y")
+   today
'("journal"))
 #+end_src
 



[elpa] externals/marginalia b900ec5457: Match the prompts case-insensitively for now (Fix #160)

2023-05-11 Thread ELPA Syncer
branch: externals/marginalia
commit b900ec5457068cd2b15b0e3600437f147c6bf636
Author: Daniel Mendler 
Commit: Daniel Mendler 

Match the prompts case-insensitively for now (Fix #160)
---
 marginalia.el | 21 ++---
 1 file changed, 14 insertions(+), 7 deletions(-)

diff --git a/marginalia.el b/marginalia.el
index d56f407513..f05565aeb6 100644
--- a/marginalia.el
+++ b/marginalia.el
@@ -135,14 +135,16 @@ determine it."
 ("\\" . kill-ring)
 ("\\" . tab)
 ("\\" . library))
-  "Associates regexps to match against minibuffer prompts with categories."
+  "Associates regexps to match against minibuffer prompts with categories.
+The prompts are matched case-insensitively."
   :type '(alist :key-type regexp :value-type symbol))
 
 (defcustom marginalia-censor-variables
   '("pass\\|auth-source-netrc-cache\\|auth-source-.*-nonce\\|api-?key")
   "The value of variables matching any of these regular expressions is not 
shown.
 This configuration variable is useful to hide variables which may
-hold sensitive data, e.g., passwords."
+hold sensitive data, e.g., passwords.  The variable names are
+matched case-sensitively."
   :type '(repeat (choice symbol regexp)))
 
 (defcustom marginalia-command-categories
@@ -320,7 +322,8 @@ The value of `this-command' is used as key for the lookup."
   (".*" . ,#'capitalize)))
   "List of bookmark type transformers.
 Relying on this mechanism is discouraged in favor of the
-`bookmark-handler-type' property.")
+`bookmark-handler-type' property.  The function names are matched
+case-sensitively.")
 
 (defvar marginalia--cand-width-step 10
   "Round candidate width.")
@@ -608,7 +611,8 @@ keybinding since CAND includes it."
((not (boundp sym))
 (propertize "#" 'face 'marginalia-null))
((and marginalia-censor-variables
- (let ((name (symbol-name sym)))
+ (let ((name (symbol-name sym))
+   case-fold-search)
(cl-loop for r in marginalia-censor-variables
 thereis (if (symbolp r)
 (eq r sym)
@@ -778,7 +782,8 @@ The string is transformed according to 
`marginalia--bookmark-type-transforms'."
  ;; persisted.
  (symbolp handler)
  (or (get handler 'bookmark-handler-type)
- (let ((str (symbol-name handler)))
+ (let ((str (symbol-name handler))
+   case-fold-search)
(dolist (transformer marginalia--bookmark-type-transforms str)
  (when (string-match-p (car transformer) str)
(setq str
@@ -997,7 +1002,8 @@ These annotations are skipped for remote paths."
 (current-buffer))
 (when (eq marginalia--project-root 'unset)
   (setq marginalia--project-root
-(or (let ((prompt (minibuffer-prompt)))
+(or (let ((prompt (minibuffer-prompt))
+  case-fold-search)
   (and (string-match
 "\\`\\(?:Dired\\|Find file\\) in \\(.*\\): \\'"
 prompt)
@@ -1144,7 +1150,8 @@ looking for a regexp that matches the prompt."
   (when-let (prompt (minibuffer-prompt))
 (setq prompt
   (replace-regexp-in-string "(.*?default.*?)\\|\\[.*?\\]" "" prompt))
-(cl-loop for (regexp . category) in marginalia-prompt-categories
+(cl-loop with case-fold-search = t
+ for (regexp . category) in marginalia-prompt-categories
  when (string-match-p regexp prompt)
  return category)))
 



[nongnu] elpa/haskell-mode 55babcbb49 1/2: Add new cabal stanzas to font-lock

2023-05-11 Thread ELPA Syncer
branch: elpa/haskell-mode
commit 55babcbb49e0bbe1596c5e0edd33f214a73061b2
Author: Javier Sagredo 
Commit: Javier Sagredo 

Add new cabal stanzas to font-lock

Sublibraries and program-options were not contemplated
---
 haskell-cabal.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/haskell-cabal.el b/haskell-cabal.el
index 99a07e9495..5afeb9c9bb 100644
--- a/haskell-cabal.el
+++ b/haskell-cabal.el
@@ -102,13 +102,13 @@ By default these are:
   '(("^[ \t]*--.*" . font-lock-comment-face)
 ("^ *\\([^ \t:]+\\):" (1 font-lock-keyword-face))
 ("^\\(Library\\)[ \t]*\\({\\|$\\)" (1 font-lock-keyword-face))
-("^\\(Executable\\|Test-Suite\\|Benchmark\\|Common\\|package\\)[ 
\t]+\\([^\n \t]*\\)"
+("^\\(Library\\|Executable\\|Test-Suite\\|Benchmark\\|Common\\|package\\)[ 
\t]+\\([^\n \t]*\\)"
  (1 font-lock-keyword-face) (2 font-lock-function-name-face))
 ("^\\(Flag\\|install-dirs\\|repository\\)[ \t]+\\([^\n \t]*\\)"
  (1 font-lock-keyword-face) (2 font-lock-constant-face))
 ("^\\(Source-Repository\\)[ \t]+\\(head\\|this\\)"
  (1 font-lock-keyword-face) (2 font-lock-constant-face))
-
("^\\(haddock\\|source-repository-package\\|program-locations\\|program-default-options\\)\\([
 \t]\\|$\\)"
+
("^\\(haddock\\|source-repository-package\\|program-options\\|program-locations\\|program-default-options\\)\\([
 \t]\\|$\\)"
  (1 font-lock-keyword-face))
 ("^ *\\(if\\)[ \t]+.*\\({\\|$\\)" (1 font-lock-keyword-face))
 ("^ *\\(}[ \t]*\\)?\\(else\\)[ \t]*\\({\\|$\\)"



[nongnu] elpa/haskell-mode 98d0e193a6 2/2: Merge pull request #1805 from jasagredo/jasagredo/sublibs-and-program-options

2023-05-11 Thread ELPA Syncer
branch: elpa/haskell-mode
commit 98d0e193a6157a810330e83e46717a37d5a4d236
Merge: 20d4e23003 55babcbb49
Author: Steve Purcell 
Commit: GitHub 

Merge pull request #1805 from 
jasagredo/jasagredo/sublibs-and-program-options

Add new cabal stanzas to font-lock
---
 haskell-cabal.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/haskell-cabal.el b/haskell-cabal.el
index 99a07e9495..5afeb9c9bb 100644
--- a/haskell-cabal.el
+++ b/haskell-cabal.el
@@ -102,13 +102,13 @@ By default these are:
   '(("^[ \t]*--.*" . font-lock-comment-face)
 ("^ *\\([^ \t:]+\\):" (1 font-lock-keyword-face))
 ("^\\(Library\\)[ \t]*\\({\\|$\\)" (1 font-lock-keyword-face))
-("^\\(Executable\\|Test-Suite\\|Benchmark\\|Common\\|package\\)[ 
\t]+\\([^\n \t]*\\)"
+("^\\(Library\\|Executable\\|Test-Suite\\|Benchmark\\|Common\\|package\\)[ 
\t]+\\([^\n \t]*\\)"
  (1 font-lock-keyword-face) (2 font-lock-function-name-face))
 ("^\\(Flag\\|install-dirs\\|repository\\)[ \t]+\\([^\n \t]*\\)"
  (1 font-lock-keyword-face) (2 font-lock-constant-face))
 ("^\\(Source-Repository\\)[ \t]+\\(head\\|this\\)"
  (1 font-lock-keyword-face) (2 font-lock-constant-face))
-
("^\\(haddock\\|source-repository-package\\|program-locations\\|program-default-options\\)\\([
 \t]\\|$\\)"
+
("^\\(haddock\\|source-repository-package\\|program-options\\|program-locations\\|program-default-options\\)\\([
 \t]\\|$\\)"
  (1 font-lock-keyword-face))
 ("^ *\\(if\\)[ \t]+.*\\({\\|$\\)" (1 font-lock-keyword-face))
 ("^ *\\(}[ \t]*\\)?\\(else\\)[ \t]*\\({\\|$\\)"



[elpa] externals/consult 511d8c0b07: Add missing case-fold-search let-bindings

2023-05-11 Thread ELPA Syncer
branch: externals/consult
commit 511d8c0b072a660009fcba1f461dba9e21bc0cf0
Author: Daniel Mendler 
Commit: Daniel Mendler 

Add missing case-fold-search let-bindings
---
 consult.el | 6 --
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/consult.el b/consult.el
index b912c83f9d..08e4552f0b 100644
--- a/consult.el
+++ b/consult.el
@@ -3742,7 +3742,8 @@ narrowing and the settings `consult-goto-line-numbers' and
 
 The list of features is searched for files belonging to the modes.
 From these files, the commands are extracted."
-  (let* ((buffer (current-buffer))
+  (let* ((case-fold-search)
+ (buffer (current-buffer))
  (command-filter (consult--regexp-filter (seq-filter #'stringp 
consult-mode-command-filter)))
  (feature-filter (seq-filter #'symbolp consult-mode-command-filter))
  (minor-hash (consult--string-hash minor-mode-list))
@@ -4385,7 +4386,8 @@ AS is a conversion function."
 (when (or filter mode as root)
   (let ((mode (ensure-list mode))
 (exclude-re (consult--regexp-filter exclude))
-(include-re (consult--regexp-filter include)))
+(include-re (consult--regexp-filter include))
+(case-fold-search))
 (consult--keep! buffers
   (and
(or (not mode)



[elpa] externals/corfu db8745f616: Let-bind case-fold-search=nil

2023-05-11 Thread ELPA Syncer
branch: externals/corfu
commit db8745f616b859266a0b26fbad061bc576b93c27
Author: Daniel Mendler 
Commit: Daniel Mendler 

Let-bind case-fold-search=nil
---
 corfu.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/corfu.el b/corfu.el
index 00ce4531d7..c5c55363cb 100644
--- a/corfu.el
+++ b/corfu.el
@@ -645,7 +645,8 @@ FRAME is the existing frame."
 (defun corfu--match-symbol-p (pattern sym)
   "Return non-nil if SYM is matching an element of the PATTERN list."
   (and (symbolp sym)
-   (cl-loop for x in pattern
+   (cl-loop with case-fold-search = nil
+for x in pattern
 thereis (if (symbolp x)
 (eq sym x)
   (string-match-p x (symbol-name sym))



[elpa] externals/urgrep b5882a59cb: Remove commented-out `require`

2023-05-11 Thread ELPA Syncer
branch: externals/urgrep
commit b5882a59cb1a7ff18ab1bb41feba680d6b810209
Author: Jim Porter 
Commit: Jim Porter 

Remove commented-out `require`
---
 urgrep-wgrep.el | 1 -
 1 file changed, 1 deletion(-)

diff --git a/urgrep-wgrep.el b/urgrep-wgrep.el
index 4ee6f21ad7..e3e3f78b52 100644
--- a/urgrep-wgrep.el
+++ b/urgrep-wgrep.el
@@ -30,7 +30,6 @@
 ;;; Code:
 
 (require 'text-property-search)
-;;(require 'wgrep)
 
 (defvar urgrep-wgrep--grouped-result-regexp
   (concat "^\\(?:"



[elpa] externals/vertico acb95de629 1/2: Use assq

2023-05-11 Thread ELPA Syncer
branch: externals/vertico
commit acb95de629464cc0ce58f2b213c64a58a82f1b4f
Author: Daniel Mendler 
Commit: Daniel Mendler 

Use assq
---
 extensions/vertico-repeat.el | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/extensions/vertico-repeat.el b/extensions/vertico-repeat.el
index 6dff3dffa5..f342ea467a 100644
--- a/extensions/vertico-repeat.el
+++ b/extensions/vertico-repeat.el
@@ -117,8 +117,7 @@ If called interactively from an existing Vertico session,
 last selected candidate for the current command."
   (interactive
(list (or (if vertico-repeat--command
- (seq-find (lambda (x) (eq (car x) vertico-repeat--command))
-   vertico-repeat-history)
+ (assq vertico-repeat--command vertico-repeat-history)
(car vertico-repeat-history))
  (user-error "No repeatable Vertico session"
   (if (and vertico-repeat--command (eq vertico-repeat--command (car session)))



[elpa] externals/vertico updated (a036792e7f -> 926234ab3f)

2023-05-11 Thread ELPA Syncer
elpasync pushed a change to branch externals/vertico.

  from  a036792e7f vertico-grid-annotate: Fix computation
   new  acb95de629 Use assq
   new  926234ab3f Let-bind case-fold-search


Summary of changes:
 extensions/vertico-multiform.el | 13 +++--
 extensions/vertico-repeat.el|  3 +--
 2 files changed, 8 insertions(+), 8 deletions(-)



[elpa] externals/vertico 926234ab3f 2/2: Let-bind case-fold-search

2023-05-11 Thread ELPA Syncer
branch: externals/vertico
commit 926234ab3fbe2b89e8c7ddfccecff518d73ac6ba
Author: Daniel Mendler 
Commit: Daniel Mendler 

Let-bind case-fold-search
---
 extensions/vertico-multiform.el | 13 +++--
 1 file changed, 7 insertions(+), 6 deletions(-)

diff --git a/extensions/vertico-multiform.el b/extensions/vertico-multiform.el
index ea844c0057..4953e7c136 100644
--- a/extensions/vertico-multiform.el
+++ b/extensions/vertico-multiform.el
@@ -95,12 +95,13 @@ category settings have lower precedence than
   "Lookup symbolic KEY in LIST.
 The keys in LIST can be symbols or regexps."
   (and (symbolp key)
-   (seq-find (lambda (x)
-   (cond
-((eq (car x) t))
-((symbolp (car x)) (eq key (car x)))
-((string-match-p (car x) (symbol-name key)
- list)))
+   (let (case-fold-search)
+ (seq-find (pcase-lambda (`(,x . ,_))
+ (cond
+  ((eq x t))
+  ((symbolp x) (eq key x))
+  ((string-match-p x (symbol-name key)
+   list
 
 (defun vertico-multiform--setup ()
   "Enable modes at minibuffer setup."



[elpa] externals/org-transclusion bc24be2334: fix: adding the missing face overlays #174

2023-05-11 Thread ELPA Syncer
branch: externals/org-transclusion
commit bc24be23348a6849868b6c49b865e56a175b50c5
Author: Noboru Ota 
Commit: Noboru Ota 

fix: adding the missing face overlays #174

This part was supposed to be part of commit 16c3576 and was simply a
human error that it was not.

The priority should be lower than the overlays from live-sync, which is
-50. That's why it's set as -60 here.
---
 org-transclusion.el | 10 --
 1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/org-transclusion.el b/org-transclusion.el
index 71f7faeab9..9015a851ee 100644
--- a/org-transclusion.el
+++ b/org-transclusion.el
@@ -17,7 +17,7 @@
 
 ;; Author:Noboru Ota 
 ;; Created:   10 October 2020
-;; Last modified: 10 May 2023
+;; Last modified: 11 May 2023
 
 ;; URL: https://github.com/nobiot/org-transclusion
 ;; Keywords: org-mode, transclusion, writing
@@ -1023,12 +1023,18 @@ based on the following arguments:

,(org-transclusion-propertize-transclusion)
wrap-prefix

,(org-transclusion-propertize-transclusion)))
+  ;; Put the transclusion overlay
+  (let ((ov-tc (text-clone-make-overlay beg end)))
+(overlay-put ov-tc 'evaporate t)
+(overlay-put ov-tc 'face 'org-transclusion)
+(overlay-put ov-tc 'priority -60))
   ;; Put to the source overlay
   (overlay-put ov-src 'org-transclusion-by beg-mkr)
   (overlay-put ov-src 'evaporate t)
+  (overlay-put ov-src 'face 'org-transclusion-source)
   (overlay-put ov-src 'line-prefix (org-transclusion-propertize-source))
   (overlay-put ov-src 'wrap-prefix (org-transclusion-propertize-source))
-  (overlay-put ov-src 'priority -50)
+  (overlay-put ov-src 'priority -60)
   ;; TODO this should not be necessary, but it is at the moment
   ;; live-sync-enclosing-element fails without tc-pair on source overlay
   (overlay-put ov-src 'org-transclusion-pair tc-pair))



[nongnu] elpa/git-modes 48157597da 1/2: Bump compat dependency

2023-05-11 Thread ELPA Syncer
branch: elpa/git-modes
commit 48157597da5b3ad8f86dab55778d5c116e94c253
Author: Jonas Bernoulli 
Commit: Jonas Bernoulli 

Bump compat dependency
---
 git-modes.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/git-modes.el b/git-modes.el
index fd9dc0434a..47973fae96 100644
--- a/git-modes.el
+++ b/git-modes.el
@@ -12,7 +12,7 @@
 ;; Keywords: convenience vc git
 
 ;; Package-Version: 1.4.0.50-git
-;; Package-Requires: ((emacs "25.1") (compat "29.1.3.4"))
+;; Package-Requires: ((emacs "25.1") (compat "29.1.4.1"))
 
 ;; SPDX-License-Identifier: GPL-3.0-or-later
 



[nongnu] elpa/git-modes 44d536ba63 2/2: Release version 1.4.1

2023-05-11 Thread ELPA Syncer
branch: elpa/git-modes
commit 44d536ba637235c9dd203410281397417a3e60b6
Author: Jonas Bernoulli 
Commit: Jonas Bernoulli 

Release version 1.4.1
---
 git-modes.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/git-modes.el b/git-modes.el
index 47973fae96..420afe6401 100644
--- a/git-modes.el
+++ b/git-modes.el
@@ -11,7 +11,7 @@
 ;; Homepage: https://github.com/magit/git-modes
 ;; Keywords: convenience vc git
 
-;; Package-Version: 1.4.0.50-git
+;; Package-Version: 1.4.1
 ;; Package-Requires: ((emacs "25.1") (compat "29.1.4.1"))
 
 ;; SPDX-License-Identifier: GPL-3.0-or-later



[nongnu] elpa/git-modes updated (53b2b5cb79 -> 44d536ba63)

2023-05-11 Thread ELPA Syncer
elpasync pushed a change to branch elpa/git-modes.

  from  53b2b5cb79 readme: Fix whitespace
   new  48157597da Bump compat dependency
   new  44d536ba63 Release version 1.4.1


Summary of changes:
 git-modes.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)



[nongnu] elpa/orgit updated (fc40397f7b -> 4a58502987)

2023-05-11 Thread ELPA Syncer
elpasync pushed a change to branch elpa/orgit.

  from  fc40397f7b Bump compat dependency
   new  2eceb261a8 Bump dependencies
   new  4a58502987 Release version 1.9.0


Summary of changes:
 orgit.el | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)



[nongnu] elpa/orgit 4a58502987 2/2: Release version 1.9.0

2023-05-11 Thread ELPA Syncer
branch: elpa/orgit
commit 4a585029875a1dbbe96d8ac157bd2fd02875f289
Author: Jonas Bernoulli 
Commit: Jonas Bernoulli 

Release version 1.9.0
---
 orgit.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/orgit.el b/orgit.el
index 14641f674e..96bab60188 100644
--- a/orgit.el
+++ b/orgit.el
@@ -6,7 +6,7 @@
 ;; Homepage: https://github.com/magit/orgit
 ;; Keywords: hypermedia vc
 
-;; Package-Version: 1.8.0.50-git
+;; Package-Version: 1.9.0
 ;; Package-Requires: (
 ;; (emacs "25.1")
 ;; (compat "29.1.4.1")



[nongnu] elpa/orgit 2eceb261a8 1/2: Bump dependencies

2023-05-11 Thread ELPA Syncer
branch: elpa/orgit
commit 2eceb261a8c46ca5d300bd20dfd1965523af7afa
Author: Jonas Bernoulli 
Commit: Jonas Bernoulli 

Bump dependencies
---
 orgit.el | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/orgit.el b/orgit.el
index cb8afb4fae..14641f674e 100644
--- a/orgit.el
+++ b/orgit.el
@@ -9,9 +9,9 @@
 ;; Package-Version: 1.8.0.50-git
 ;; Package-Requires: (
 ;; (emacs "25.1")
-;; (compat "29.1.3.4")
-;; (magit "3.0")
-;; (org "9.4"))
+;; (compat "29.1.4.1")
+;; (magit "3.3.0")
+;; (org "9.6.5"))
 
 ;; SPDX-License-Identifier: GPL-3.0-or-later
 



[nongnu] elpa/with-editor 77a3a57e19 1/4: Bump compat dependency

2023-05-11 Thread ELPA Syncer
branch: elpa/with-editor
commit 77a3a57e19c17ac643bc70532a0c0c31023527ca
Author: Jonas Bernoulli 
Commit: Jonas Bernoulli 

Bump compat dependency
---
 lisp/with-editor.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/with-editor.el b/lisp/with-editor.el
index 66d603a0af..b1f3aefd48 100644
--- a/lisp/with-editor.el
+++ b/lisp/with-editor.el
@@ -7,7 +7,7 @@
 ;; Keywords: processes terminals
 
 ;; Package-Version: 3.2.0.50-git
-;; Package-Requires: ((emacs "25.1") (compat "29.1.3.4"))
+;; Package-Requires: ((emacs "25.1") (compat "29.1.4.1"))
 
 ;; SPDX-License-Identifier: GPL-3.0-or-later
 



[nongnu] elpa/with-editor updated (df74385b45 -> bce8d1bf3f)

2023-05-11 Thread ELPA Syncer
elpasync pushed a change to branch elpa/with-editor.

  from  df74385b45 readme: Untabify
   new  77a3a57e19 Bump compat dependency
   new  132c3c516f manual: Fix pasto
   new  4e6282df06 manual: Regenerate texi
   new  bce8d1bf3f Release version 3.3.0


Summary of changes:
 docs/with-editor.org  | 6 +++---
 docs/with-editor.texi | 6 +++---
 lisp/with-editor.el   | 4 ++--
 3 files changed, 8 insertions(+), 8 deletions(-)



[nongnu] elpa/with-editor 132c3c516f 2/4: manual: Fix pasto

2023-05-11 Thread ELPA Syncer
branch: elpa/with-editor
commit 132c3c516f6a9b4af7e6295ebd1ee1e59078db0d
Author: Jonas Bernoulli 
Commit: Jonas Bernoulli 

manual: Fix pasto
---
 docs/with-editor.org | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/with-editor.org b/docs/with-editor.org
index 3e7032ff7a..84fdfefa39 100644
--- a/docs/with-editor.org
+++ b/docs/with-editor.org
@@ -127,7 +127,7 @@ it receives a signal.
   #+END_SRC
 
   Note that the unit separator character () right after the file
-  name ($0) is required. TODO
+  name ($0) is required.
 
   Also note that using this alternative implementation leads to a
   delay of up to a second.  The delay can be shortened by replacing



[nongnu] elpa/with-editor bce8d1bf3f 4/4: Release version 3.3.0

2023-05-11 Thread ELPA Syncer
branch: elpa/with-editor
commit bce8d1bf3faf5237332aada3bb0920bbbc037fe7
Author: Jonas Bernoulli 
Commit: Jonas Bernoulli 

Release version 3.3.0
---
 docs/with-editor.org  | 4 ++--
 docs/with-editor.texi | 4 ++--
 lisp/with-editor.el   | 2 +-
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/docs/with-editor.org b/docs/with-editor.org
index 84fdfefa39..3ad8a4632a 100644
--- a/docs/with-editor.org
+++ b/docs/with-editor.org
@@ -7,7 +7,7 @@
 #+texinfo_dir_category: Emacs
 #+texinfo_dir_title: With-Editor: (with-editor).
 #+texinfo_dir_desc: Using the Emacsclient as $EDITOR
-#+subtitle: for version 3.2.0.50-git
+#+subtitle: for version 3.3.0
 
 #+setupfile: .orgconfig
 
@@ -27,7 +27,7 @@ additional functionality which makes it useful even for 
end-users, who
 don't use Magit or another package which uses it internally.
 
 #+texinfo: @noindent
-This manual is for With-Editor version 3.2.0.50-git.
+This manual is for With-Editor version 3.3.0.
 
 #+texinfo: @insertcopying
 :END:
diff --git a/docs/with-editor.texi b/docs/with-editor.texi
index f613f67eea..c17b5c337d 100644
--- a/docs/with-editor.texi
+++ b/docs/with-editor.texi
@@ -31,7 +31,7 @@ General Public License for more details.
 @finalout
 @titlepage
 @title With-Editor User Manual
-@subtitle for version 3.2.0.50-git
+@subtitle for version 3.3.0
 @author Jonas Bernoulli
 @page
 @vskip 0pt plus 1filll
@@ -60,7 +60,7 @@ additional functionality which makes it useful even for 
end-users, who
 don't use Magit or another package which uses it internally.
 
 @noindent
-This manual is for With-Editor version 3.2.0.50-git.
+This manual is for With-Editor version 3.3.0.
 
 @insertcopying
 @end ifnottex
diff --git a/lisp/with-editor.el b/lisp/with-editor.el
index b1f3aefd48..2b682a24ee 100644
--- a/lisp/with-editor.el
+++ b/lisp/with-editor.el
@@ -6,7 +6,7 @@
 ;; Homepage: https://github.com/magit/with-editor
 ;; Keywords: processes terminals
 
-;; Package-Version: 3.2.0.50-git
+;; Package-Version: 3.3.0
 ;; Package-Requires: ((emacs "25.1") (compat "29.1.4.1"))
 
 ;; SPDX-License-Identifier: GPL-3.0-or-later



[nongnu] elpa/with-editor 4e6282df06 3/4: manual: Regenerate texi

2023-05-11 Thread ELPA Syncer
branch: elpa/with-editor
commit 4e6282df06f90f9887d4bd8a04320e03111c3219
Author: Jonas Bernoulli 
Commit: Jonas Bernoulli 

manual: Regenerate texi
---
 docs/with-editor.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/with-editor.texi b/docs/with-editor.texi
index 7be9c358a6..f613f67eea 100644
--- a/docs/with-editor.texi
+++ b/docs/with-editor.texi
@@ -178,7 +178,7 @@ implementation:
 
 @lisp
 "sh -c '\
-echo \"WITH-EDITOR: $$ OPEN $0 IN $(pwd)\"; \
+echo \"WITH-EDITOR: $$ OPEN $0$1 IN $(pwd)\"; \
 trap \"exit 0\" USR1; \
 trap \"exit 1\" USR2; \
 while true; do sleep 1; done'"



[elpa] externals/embark 9b17d9a63b: Add key bindings for setting and deleting Org properties

2023-05-11 Thread ELPA Syncer
branch: externals/embark
commit 9b17d9a63b6960e026ad3c09a7871e0a3364e926
Author: Omar Antolín Camarena 
Commit: Omar Antolín Camarena 

Add key bindings for setting and deleting Org properties
---
 embark-org.el | 7 +--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/embark-org.el b/embark-org.el
index 0f672b4666..06cb9a2c61 100644
--- a/embark-org.el
+++ b/embark-org.el
@@ -355,6 +355,8 @@ bound to i."
   "t" #'org-todo
   "," #'org-priority
   ":" #'org-set-tags-command
+  "P" #'org-set-property
+  "D" #'org-delete-property
   "k" #'org-cut-subtree
   "N" #'org-narrow-to-subtree
   "l" #'org-metaleft
@@ -370,8 +372,9 @@ bound to i."
org-shiftmetaleft org-shiftmetaright org-cycle org-shifttab))
   (cl-pushnew cmd embark-repeat-actions))
 
-(cl-pushnew 'embark--ignore-target
-(alist-get 'org-set-tags-command embark-target-injection-hooks))
+(dolist (cmd '(org-set-tags-command org-set-property org-delete-property))
+  (cl-pushnew 'embark--ignore-target
+  (alist-get cmd embark-target-injection-hooks)))
 
 (add-to-list 'embark-keymap-alist '(org-heading embark-org-heading-map))
 



[elpa] externals/embark-consult updated (f88314044d -> 9b17d9a63b)

2023-05-11 Thread ELPA Syncer
elpasync pushed a change to branch externals/embark-consult.

  from  f88314044d Avoid long lines
  adds  9b17d9a63b Add key bindings for setting and deleting Org properties

No new revisions were added by this update.

Summary of changes:
 embark-org.el | 7 +--
 1 file changed, 5 insertions(+), 2 deletions(-)



[elpa] externals/embark ab920eaadf: Fix bug that broke act-all on targets with no bounds

2023-05-11 Thread ELPA Syncer
branch: externals/embark
commit ab920eaadf43bcb92832c980adbf2d8c9468ec98
Author: Omar Antolín 
Commit: Omar Antolín 

Fix bug that broke act-all on targets with no bounds

I've been testing so much on selections in regular buffers I didn't
notice the parenthesis were incorrectly nested! 😬
---
 embark.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/embark.el b/embark.el
index 91a6ae2b09..ede4d3c80a 100644
--- a/embark.el
+++ b/embark.el
@@ -2385,8 +2385,8 @@ ARG is the prefix argument."
 ((symbol-function 'embark--confirm) #'ignore))
 (let ((prefix-arg prefix))
   (when-let ((bounds (plist-get candidate :bounds)))
-(goto-char (car bounds))
-(embark--act action candidate))
+(goto-char (car bounds)))
+  (embark--act action candidate)
(quit (embark--quit-p action)))
   (when (and (eq action (embark--default-action type))
  (eq action embark--command))



[elpa] externals/embark-consult updated (9b17d9a63b -> ab920eaadf)

2023-05-11 Thread ELPA Syncer
elpasync pushed a change to branch externals/embark-consult.

  from  9b17d9a63b Add key bindings for setting and deleting Org properties
  adds  ab920eaadf Fix bug that broke act-all on targets with no bounds

No new revisions were added by this update.

Summary of changes:
 embark.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)



[nongnu] elpa/meow f6a1b48eb5: Fix keypad popup, respect the binding priority

2023-05-11 Thread ELPA Syncer
branch: elpa/meow
commit f6a1b48eb5678b225666b8726962d26a81588d8e
Author: DogLooksGood 
Commit: DogLooksGood 

Fix keypad popup, respect the binding priority
---
 meow-keypad.el | 8 ++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/meow-keypad.el b/meow-keypad.el
index 691aef6d53..9ba0627a67 100644
--- a/meow-keypad.el
+++ b/meow-keypad.el
@@ -206,14 +206,18 @@
  (lambda (key def)
(unless (member 'control (event-modifiers key))
  (unless (member key ignores)
-   (define-key km (vector (meow--get-event-key key)) (funcall 
meow-keypad-get-title-function def)
+   (let ((k (vector (meow--get-event-key key
+ (unless (lookup-key km k)
+   (define-key km (vector (meow--get-event-key key)) 
(funcall meow-keypad-get-title-function def)))
  keymap)
 (map-keymap
  (lambda (key def)
(when (member 'control (event-modifiers key))
  (unless (member (meow--event-key key) ignores)
(when def
- (define-key km (vector (meow--get-event-key key)) 
(funcall meow-keypad-get-title-function def))
+ (let ((k (vector (meow--get-event-key key
+   (unless (lookup-key km k)
+ (define-key km k (funcall 
meow-keypad-get-title-function def
  keymap)
 km)))
 



[elpa] externals/urgrep ffa285aaaf: Remove unnecessary "-l urgrep" from "make check"

2023-05-11 Thread ELPA Syncer
branch: externals/urgrep
commit ffa285aaaf9e68d98e8fe6bad3478dae02287d08
Author: Jim Porter 
Commit: Jim Porter 

Remove unnecessary "-l urgrep" from "make check"
---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 97bc91968d..b3c2e02285 100644
--- a/Makefile
+++ b/Makefile
@@ -60,7 +60,7 @@ check:
$(EMACS) -Q --batch \
  --eval '(setq package-user-dir (getenv "DEPS_DIR"))' \
  --eval '(package-activate-all)' \
- -L . -l urgrep -l urgrep-tests \
+ -L . -l urgrep-tests \
  --eval '(ert-run-tests-batch-and-exit t)'
 
 .PHONY: clean