[elpa] externals/denote 2d563cfa30 2/2: Simplify faces to work with all themes

2022-07-05 Thread ELPA Syncer
branch: externals/denote
commit 2d563cfa306611b8818eee050d8197dc46031521
Author: Protesilaos Stavrou 
Commit: Protesilaos Stavrou 

Simplify faces to work with all themes

These colours come from my modus-themes.  Users of other themes will
probably not like the inconsistency they introduce.

I will update the modus-themes separately.
---
 denote-faces.el | 13 ++---
 1 file changed, 2 insertions(+), 11 deletions(-)

diff --git a/denote-faces.el b/denote-faces.el
index 2d8c0b4778..49a1e8b8ff 100644
--- a/denote-faces.el
+++ b/denote-faces.el
@@ -45,11 +45,7 @@ equivalent), not in Dired."
   :group 'denote-faces)
 
 (defface denote-faces-date
-  'class color) (min-colors 88) (background light))
- :foreground "#00538b")
-(((class color) (min-colors 88) (background dark))
- :foreground "#00d3d0")
-(t :inherit font-lock-variable-name-face))
+  '((t :inherit font-lock-variable-name-face))
   "Face for file name date in Dired buffers.
 This is the part of the identifier that covers the year, month,
 and day."
@@ -73,12 +69,7 @@ and seconds."
   :group 'denote-faces)
 
 (defface denote-faces-keywords
-  '((default :inherit bold)
-(((class color) (min-colors 88) (background light))
- :foreground "#8f0075")
-(((class color) (min-colors 88) (background dark))
- :foreground "#f78fe7")
-(t :inherit font-lock-builtin-face))
+  '((t :inherit font-lock-builtin-face))
   "Face for file name keywords in Dired buffers."
   :group 'denote-faces)
 



[elpa] externals/denote updated (918a15b29c -> 2d563cfa30)

2022-07-05 Thread ELPA Syncer
elpasync pushed a change to branch externals/denote.

  from  918a15b29c Update to version 0.2.0
   new  a88623de45 Fix typo in doc string
   new  2d563cfa30 Simplify faces to work with all themes


Summary of changes:
 denote-faces.el   | 13 ++---
 denote-org-capture.el |  2 +-
 2 files changed, 3 insertions(+), 12 deletions(-)



[elpa] externals/denote a88623de45 1/2: Fix typo in doc string

2022-07-05 Thread ELPA Syncer
branch: externals/denote
commit a88623de45f8872c4a8c5d86e3835f67e2d76bbd
Author: Protesilaos Stavrou 
Commit: Protesilaos Stavrou 

Fix typo in doc string
---
 denote-org-capture.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/denote-org-capture.el b/denote-org-capture.el
index 639ad62937..2b8f4bb599 100644
--- a/denote-org-capture.el
+++ b/denote-org-capture.el
@@ -66,7 +66,7 @@
   "String with format specifiers for `org-capture-templates'.
 Check that variable's documentation for the details.
 
-This string is append to new notes in the `denote-org-capture'
+This string is appended to new notes in the `denote-org-capture'
 function.  Every new note has the standard front matter we
 define."
   :type 'string



[elpa] externals/consult df3dbe1174: README: Add link to consult-dash

2022-07-05 Thread ELPA Syncer
branch: externals/consult
commit df3dbe1174e78954ac9f91d96fd1d9376aba11b2
Author: Daniel Mendler 
Commit: Daniel Mendler 

README: Add link to consult-dash
---
 README.org | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/README.org b/README.org
index 8981e27556..304575713b 100644
--- a/README.org
+++ b/README.org
@@ -1021,6 +1021,7 @@ on your preferences and requirements.
 - [[https://github.com/yadex205/consult-ag][consult-ag]]: Support for the 
[[https://github.com/ggreer/the_silver_searcher][Silver Searcher]] in the style 
of =consult-grep=.
 - [[https://github.com/mohkale/consult-company][consult-company]]: Completion 
at point using the [[https://github.com/company-mode/company-mode][Company]] 
backends.
 - [[https://github.com/karthink/consult-dir][consult-dir]]: Directory jumper 
using Consult multi sources.
+- [[https://codeberg.org/ravi/consult-dash][consult-dash]]: Consult interface 
to [[https://github.com/dash-docs-el/dash-docs][Dash documentation]]
 - [[https://github.com/mohkale/consult-eglot][consult-eglot]]: Integration 
with Eglot (LSP client).
 - [[https://github.com/minad/consult-flycheck][consult-flycheck]]: Additional 
Flycheck integration.
 - [[https://gitlab.com/OlMon/consult-flyspell][consult-flyspell]]: Additional 
Flyspell integration.
@@ -1183,6 +1184,7 @@ Authors of supplementary =consult-*= packages:
 - [[https://github.com/jgru][Jan Gru]] 
([[https://github.com/jgru/consult-org-roam][consult-org-roam]])
 - [[https://github.com/yadex205][Kanon Kakuno]] 
([[https://github.com/yadex205/consult-ag][consult-ag]])
 - [[https://github.com/rcj][Robin Joy]] 
([[https://github.com/rcj/consult-ls-git][consult-ls-git]])
+- [[https://codeberg.org/ravi][Ravi R Kiran]] 
[[https://codeberg.org/ravi/consult-dash][(consult-dash]])
 
 #+html: 

[elpa] externals/nano-modeline updated (e772ff3375 -> 14f5716a47)

2022-07-05 Thread ELPA Syncer
elpasync pushed a change to branch externals/nano-modeline.

  from  e772ff3375 Merge pull request #31 from plattfot/info-skip-fix
   new  02a0606255 Fix for mu 1.8
   new  14f5716a47 Fix for mu 1.8


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



[elpa] externals/nano-modeline 14f5716a47 2/2: Fix for mu 1.8

2022-07-05 Thread ELPA Syncer
branch: externals/nano-modeline
commit 14f5716a47b5258e15650807562c78c88b73b8b8
Author: Nicolas P. Rougier 
Commit: Nicolas P. Rougier 

Fix for mu 1.8
---
 nano-modeline.el | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/nano-modeline.el b/nano-modeline.el
index 6428230245..f019d607f5 100644
--- a/nano-modeline.el
+++ b/nano-modeline.el
@@ -733,9 +733,9 @@ KEY mode name, for reference only. Easier to do lookups 
and/or replacements.
 (defun nano-modeline-mu4e-server-props ()
   "Encapsulates the call to the variable mu4e-/~server-props
 depending on the version of mu4e."
-  (if (version< "1.6.10" mu4e-mu-version)
-  mu4e--server-props
-mu4e~server-props))
+  (if (version< mu4e-mu-version "1.6.0")
+  mu4e~server-props
+mu4e--server-props))
 
 (defun nano-modeline-mu4e-activate ()
   (with-eval-after-load 'mu4e
@@ -789,7 +789,7 @@ depending on the version of mu4e."
 
 ;; -
 (defun nano-modeline-mu4e-quote (str)
-  (if (version< mu4e-mu-version "1.6.11")
+  (if (version< mu4e-mu-version "1.8.0")
   (mu4e~quote-for-modeline str)
 (mu4e-quote-for-modeline str)))
 



[elpa] externals/nano-modeline 02a0606255 1/2: Fix for mu 1.8

2022-07-05 Thread ELPA Syncer
branch: externals/nano-modeline
commit 02a0606255094f60cffeb1f502fb1766b976ada6
Author: Nicolas P. Rougier 
Commit: Nicolas P. Rougier 

Fix for mu 1.8
---
 nano-modeline.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/nano-modeline.el b/nano-modeline.el
index 9db5625ac9..6428230245 100644
--- a/nano-modeline.el
+++ b/nano-modeline.el
@@ -789,7 +789,7 @@ depending on the version of mu4e."
 
 ;; -
 (defun nano-modeline-mu4e-quote (str)
-  (if (version< "1.6.5" mu4e-mu-version)
+  (if (version< mu4e-mu-version "1.6.11")
   (mu4e~quote-for-modeline str)
 (mu4e-quote-for-modeline str)))
 



[nongnu] elpa/evil a8385a3178: Allow setting selected visual area marks

2022-07-05 Thread ELPA Syncer
branch: elpa/evil
commit a8385a3178939869f0acb7823acdcf4a40acb4f2
Author: Dmitry Antonyuk <32649457+danton...@users.noreply.github.com>
Commit: Tom Dalziel <33435574+tomd...@users.noreply.github.com>

Allow setting selected visual area marks

It's useful to set these marks (`<` and `>`) to change what the `gv`
command selects.

Fixes #1634
---
 evil-common.el |  4 
 evil-tests.el  | 55 +++
 2 files changed, 59 insertions(+)

diff --git a/evil-common.el b/evil-common.el
index 00e0d020ce..5adcdd9036 100644
--- a/evil-common.el
+++ b/evil-common.el
@@ -2009,6 +2009,10 @@ otherwise, it stays behind."
 (let ((marker (evil-get-marker char t)) alist)
   (unless (markerp marker)
 (cond
+ ((eq marker 'evil-visual-beginning)
+  (setq marker evil-visual-mark))
+ ((eq marker 'evil-visual-goto-end)
+  (setq marker evil-visual-point))
  ((and marker (symbolp marker) (boundp marker))
   (set marker (or (symbol-value marker) (make-marker)))
   (setq marker (symbol-value marker)))
diff --git a/evil-tests.el b/evil-tests.el
index f6821be676..27dd84e5eb 100644
--- a/evil-tests.el
+++ b/evil-tests.el
@@ -7189,6 +7189,61 @@ echo foxtrot\ngolf hotel"
   "alpha bravo\ncharlie delta
 golf hotel")))
 
+(ert-deftest evil-test-visual-redefine ()
+  "Test redefining a previous selection"
+  :tags '(evil visual)
+  (ert-info ("Redefine characterwise selection")
+(evil-test-buffer
+  ";; <[T]his> buffer is for notes."
+  ([escape] "gv")
+  ";; <[T]his> buffer is for notes."
+  ([escape] "2lm<2wm>gv")
+  ";; Ths for notes."))
+  (ert-info ("Redefine linewise selection")
+(evil-test-buffer
+  :visual line
+  "<[a]lpha bravo
+>charlie delta
+echo foxtrot
+golf hotel"
+  ([escape] "gv")
+  "<[a]lpha bravo
+>charlie delta
+echo foxtrot
+golf hotel"
+  ([escape] "2jm>gv")
+  "golf hotel"
+  ([escape] "kmgolf hotel"))
+  (ert-info ("Redefine blockwise selection")
+(evil-test-buffer
+  :visual block
+  " delta
+echo foxtrot
+golf hotel"
+  ([escape] "gv")
+  " delta
+echo foxtrot
+golf hotel"
+  ([escape] "2jm>gv")
+  "tel"
+  ([escape] "k0mtel")))
+
 ;;; Replace state
 
 (ert-deftest evil-test-replacement ()



[nongnu] elpa/projectile 2e4105c947: Add flag to fd to not print leading "./" (#1784)

2022-07-05 Thread ELPA Syncer
branch: elpa/projectile
commit 2e4105c947610986e08980dcf1a891cf1f4303e1
Author: Álan Crístoffer 
Commit: GitHub 

Add flag to fd to not print leading "./" (#1784)

Fixes projectile-dir-files-alien on macOS.

As I describe in #1783, the function `projectile-dir-files-alien` is not 
returning the same value in macOS as the function 
`projectile-dir-files-native`, because it is returning values with a leading 
"./". This PR fixes the `fd` command invocation adding the `--strip-cwd-prefix` 
to remove leading "./", and therefore fixing the issue reported in 
https://github.com/doomemacs/doomemacs/issues/6504.
---
 projectile.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/projectile.el b/projectile.el
index 19c5a6d2fa..af0b30235c 100644
--- a/projectile.el
+++ b/projectile.el
@@ -716,10 +716,10 @@ Set to nil to disable listing submodules contents."
   (cond
;; we prefer fd over find
((executable-find "fd")
-"fd . -0 --type f --color=never")
+"fd . -0 --type f --color=never --strip-cwd-prefix")
;; fd's executable is named fdfind is some Linux distros (e.g. Ubuntu)
((executable-find "fdfind")
-"fdfind . -0 --type f --color=never")
+"fdfind . -0 --type f --color=never --strip-cwd-prefix")
;; with find we have to be careful to strip the ./ from the paths
;; see 
https://stackoverflow.com/questions/2596462/how-to-strip-leading-in-unix-find
(t "find . -type f | cut -c3- | tr '\\n' '\\0'"))



[elpa] externals/denote updated (2d563cfa30 -> f10fe51fcd)

2022-07-05 Thread ELPA Syncer
elpasync pushed a change to branch externals/denote.

  from  2d563cfa30 Simplify faces to work with all themes
   new  c2049fa527 Fix how strings are sluggified in all scenaria
   new  f10fe51fcd Bump minor version to 0.2.1


Summary of changes:
 denote-dired.el   |  2 +-
 denote-faces.el   |  2 +-
 denote-link.el|  2 +-
 denote-org-capture.el |  2 +-
 denote-retrieve.el|  2 +-
 denote.el | 26 +-
 6 files changed, 22 insertions(+), 14 deletions(-)



[elpa] externals/denote c2049fa527 1/2: Fix how strings are sluggified in all scenaria

2022-07-05 Thread ELPA Syncer
branch: externals/denote
commit c2049fa527db4b68a30d8229204c953c1fe4dcad
Author: Protesilaos Stavrou 
Commit: Protesilaos Stavrou 

Fix how strings are sluggified in all scenaria

Before a nil value for 'denote-allow-multi-word-keywords' would have the
adverse effect of joining all the strings in the title field of the file
name.  The intent always was to do that only for multi-word keywords,
not the title.
---
 denote.el | 24 
 1 file changed, 16 insertions(+), 8 deletions(-)

diff --git a/denote.el b/denote.el
index 12abafb0ab..d07d7306c3 100644
--- a/denote.el
+++ b/denote.el
@@ -305,18 +305,26 @@ trailing hyphen."
 
 (defun denote--sluggify (str)
   "Make STR an appropriate slug for file names and related."
+  (downcase (denote--slug-hyphenate (denote--slug-no-punct str
+
+(defun denote--sluggify-and-join (str)
+  "Sluggify STR while joining separate words."
   (downcase
-   (if denote-allow-multi-word-keywords
-   (denote--slug-hyphenate (denote--slug-no-punct str))
- (replace-regexp-in-string
-  "-" ""
-  (denote--slug-hyphenate (denote--slug-no-punct str))
+   (replace-regexp-in-string
+"-" ""
+(denote--slug-hyphenate (denote--slug-no-punct str)
 
 (defun denote--sluggify-keywords (keywords)
   "Sluggify KEYWORDS."
-  (if (listp keywords)
-  (mapcar #'denote--sluggify keywords)
-(denote--sluggify keywords)))
+  (cond
+   ((listp keywords)
+(if denote-allow-multi-word-keywords
+(mapcar #'denote--sluggify keywords)
+  (mapcar #'denote--sluggify-and-join keywords)))
+   (t
+(if denote-allow-multi-word-keywords
+(denote--sluggify keywords)
+  (denote--sluggify-and-join keywords)
 
 (defun denote--file-empty-p (file)
   "Return non-nil if FILE is empty."



[elpa] externals/denote f10fe51fcd 2/2: Bump minor version to 0.2.1

2022-07-05 Thread ELPA Syncer
branch: externals/denote
commit f10fe51fcd80bbcfc44bbef31d5b8f6952b4be4c
Author: Protesilaos Stavrou 
Commit: Protesilaos Stavrou 

Bump minor version to 0.2.1
---
 denote-dired.el   | 2 +-
 denote-faces.el   | 2 +-
 denote-link.el| 2 +-
 denote-org-capture.el | 2 +-
 denote-retrieve.el| 2 +-
 denote.el | 2 +-
 6 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/denote-dired.el b/denote-dired.el
index db8c76364a..8e097404ca 100644
--- a/denote-dired.el
+++ b/denote-dired.el
@@ -6,7 +6,7 @@
 ;; Maintainer: Denote Development <~protesilaos/den...@lists.sr.ht>
 ;; URL: https://git.sr.ht/~protesilaos/denote
 ;; Mailing-List: https://lists.sr.ht/~protesilaos/denote
-;; Version: 0.2.0
+;; Version: 0.2.1
 ;; Package-Requires: ((emacs "27.2"))
 
 ;; This file is NOT part of GNU Emacs.
diff --git a/denote-faces.el b/denote-faces.el
index 49a1e8b8ff..d19c913b1c 100644
--- a/denote-faces.el
+++ b/denote-faces.el
@@ -6,7 +6,7 @@
 ;; Maintainer: Denote Development <~protesilaos/den...@lists.sr.ht>
 ;; URL: https://git.sr.ht/~protesilaos/denote
 ;; Mailing-List: https://lists.sr.ht/~protesilaos/denote
-;; Version: 0.2.0
+;; Version: 0.2.1
 ;; Package-Requires: ((emacs "27.2"))
 
 ;; This file is NOT part of GNU Emacs.
diff --git a/denote-link.el b/denote-link.el
index 06c947fb53..21f87f58de 100644
--- a/denote-link.el
+++ b/denote-link.el
@@ -6,7 +6,7 @@
 ;; Maintainer: Denote Development <~protesilaos/den...@lists.sr.ht>
 ;; URL: https://git.sr.ht/~protesilaos/denote
 ;; Mailing-List: https://lists.sr.ht/~protesilaos/denote
-;; Version: 0.2.0
+;; Version: 0.2.1
 ;; Package-Requires: ((emacs "27.2"))
 
 ;; This file is NOT part of GNU Emacs.
diff --git a/denote-org-capture.el b/denote-org-capture.el
index 2b8f4bb599..f4ef6337f8 100644
--- a/denote-org-capture.el
+++ b/denote-org-capture.el
@@ -6,7 +6,7 @@
 ;; Maintainer: Denote Development <~protesilaos/den...@lists.sr.ht>
 ;; URL: https://git.sr.ht/~protesilaos/denote
 ;; Mailing-List: https://lists.sr.ht/~protesilaos/denote
-;; Version: 0.2.0
+;; Version: 0.2.1
 ;; Package-Requires: ((emacs "27.2"))
 
 ;; This file is NOT part of GNU Emacs.
diff --git a/denote-retrieve.el b/denote-retrieve.el
index 4fde844423..51e6cb6472 100644
--- a/denote-retrieve.el
+++ b/denote-retrieve.el
@@ -6,7 +6,7 @@
 ;; Maintainer: Denote Development <~protesilaos/den...@lists.sr.ht>
 ;; URL: https://git.sr.ht/~protesilaos/denote
 ;; Mailing-List: https://lists.sr.ht/~protesilaos/denote
-;; Version: 0.2.0
+;; Version: 0.2.1
 ;; Package-Requires: ((emacs "27.2"))
 
 ;; This file is NOT part of GNU Emacs.
diff --git a/denote.el b/denote.el
index d07d7306c3..94b235efca 100644
--- a/denote.el
+++ b/denote.el
@@ -6,7 +6,7 @@
 ;; Maintainer: Denote Development <~protesilaos/den...@lists.sr.ht>
 ;; URL: https://git.sr.ht/~protesilaos/denote
 ;; Mailing-List: https://lists.sr.ht/~protesilaos/denote
-;; Version: 0.2.0
+;; Version: 0.2.1
 ;; Package-Requires: ((emacs "27.2"))
 
 ;; This file is NOT part of GNU Emacs.



[elpa] externals/org 7135982022: lisp/ob-latex.el: Remove duplicate line.

2022-07-05 Thread ELPA Syncer
branch: externals/org
commit 71359820221ec18d27fab28403d4fd3537ca0491
Author: Daniel Fleischer 
Commit: Daniel Fleischer 

lisp/ob-latex.el: Remove duplicate line.

* lisp/ob-latex.el (org-babel-header-args:latex): duplicate line.
---
 lisp/ob-latex.el | 1 -
 1 file changed, 1 deletion(-)

diff --git a/lisp/ob-latex.el b/lisp/ob-latex.el
index 54816bdc59..03d3595fba 100644
--- a/lisp/ob-latex.el
+++ b/lisp/ob-latex.el
@@ -64,7 +64,6 @@
 (pdfpng   . :any)
 (pdfwidth . :any)
 (headers  . :any)
-(packages . :any)
 (buffer   . ((yes no
   "LaTeX-specific header arguments.")
 



[nongnu] elpa/evil f64cdca60a: evil-change only open newline if delete-func deleted line

2022-07-05 Thread ELPA Syncer
branch: elpa/evil
commit f64cdca60ad55b0a5f77c0fc38f82d42822f88b3
Author: Tom Dalziel 
Commit: Tom Dalziel <33435574+tomd...@users.noreply.github.com>

evil-change only open newline if delete-func deleted line

fixes #1636
---
 evil-commands.el | 16 ++--
 1 file changed, 10 insertions(+), 6 deletions(-)

diff --git a/evil-commands.el b/evil-commands.el
index 44675aa1aa..94a43f5b61 100644
--- a/evil-commands.el
+++ b/evil-commands.el
@@ -1698,18 +1698,22 @@ of the block."
   (interactive "")
   (let ((delete-func (or delete-func #'evil-delete))
 (nlines (1+ (evil-count-lines beg end)))
-(opoint (save-excursion
-  (goto-char beg)
-  (line-beginning-position
+opoint leftmost-point)
+(save-excursion
+  (goto-char beg)
+  (setq opoint (line-beginning-position))
+  (setq leftmost-point
+(let ((inhibit-field-text-motion t)) (line-beginning-position
 (unless (eq evil-want-fine-undo t)
   (evil-start-undo-step))
 (funcall delete-func beg end type register yank-handler)
 (cond
  ((eq type 'line)
   (setq this-command 'evil-change-whole-line) ; for 
evil-maybe-remove-spaces
-  (if (= opoint (point))
-  (evil-open-above 1)
-(evil-open-below 1)))
+  (cond
+   ((/= opoint leftmost-point) (evil-insert 1)) ; deletion didn't delete 
line
+   ((= opoint (point)) (evil-open-above 1))
+   (t (evil-open-below 1
  ((eq type 'block)
   (evil-insert 1 nlines))
  (t



[elpa] elpa-admin 71915d3f9c: * elpa-admin.el (elpaa--write-plain-readme): Fix arg ordering

2022-07-05 Thread Stefan Monnier via
branch: elpa-admin
commit 71915d3f9c073664f99a4b8c18cab32226b291c0
Author: Stefan Monnier 
Commit: Stefan Monnier 

* elpa-admin.el (elpaa--write-plain-readme): Fix arg ordering
---
 elpa-admin.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/elpa-admin.el b/elpa-admin.el
index d1a7e5a003..112f03deaf 100644
--- a/elpa-admin.el
+++ b/elpa-admin.el
@@ -1185,7 +1185,8 @@ readme file has an unconventional name"
 (when (and readme-file
(not (eq readme-file 'ignore))
(not (member readme-file known-readme-names)))
-  (make-symbolic-link "README-elpa" readme-file)
+  (with-demoted-errors "%S"
+(make-symbolic-link readme-file "README-elpa"))
   (cdr readme-content
  ((cdr readme-content)
 



[elpa] elpa-admin 3bc7e06eab: * elpa-admin.el (elpaa--write-plain-readme): Operate in the right directory

2022-07-05 Thread Stefan Monnier via
branch: elpa-admin
commit 3bc7e06eabdefde9c86649c67ac51cfd8653efb4
Author: Stefan Monnier 
Commit: Stefan Monnier 

* elpa-admin.el (elpaa--write-plain-readme): Operate in the right directory
---
 elpa-admin.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/elpa-admin.el b/elpa-admin.el
index 112f03deaf..8e2f0c9a18 100644
--- a/elpa-admin.el
+++ b/elpa-admin.el
@@ -1186,7 +1186,8 @@ readme file has an unconventional name"
(not (eq readme-file 'ignore))
(not (member readme-file known-readme-names)))
   (with-demoted-errors "%S"
-(make-symbolic-link readme-file "README-elpa"))
+(let ((default-directory pkg-dir))
+  (make-symbolic-link readme-file "README-elpa")))
   (cdr readme-content
  ((cdr readme-content)
 



[elpa] elpa-admin 8e210d8d12: * elpa-admin.el (elpaa--write-plain-readme): Don't use a symlink

2022-07-05 Thread Stefan Monnier via
branch: elpa-admin
commit 8e210d8d12e2912c8933b1d1e69b872ae118ea9d
Author: Stefan Monnier 
Commit: Stefan Monnier 

* elpa-admin.el (elpaa--write-plain-readme): Don't use a symlink
---
 elpa-admin.el | 9 ++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/elpa-admin.el b/elpa-admin.el
index 8e2f0c9a18..ecae2795e2 100644
--- a/elpa-admin.el
+++ b/elpa-admin.el
@@ -1185,9 +1185,12 @@ readme file has an unconventional name"
 (when (and readme-file
(not (eq readme-file 'ignore))
(not (member readme-file known-readme-names)))
-  (with-demoted-errors "%S"
-(let ((default-directory pkg-dir))
-  (make-symbolic-link readme-file "README-elpa")))
+  (let ((default-directory pkg-dir))
+;; It's tempting to use a symlink, but our tarballs should not
+;; contain symlinks (so they work under w32, for instance,
+;; and also because I'm not sure how well tar-untar-buffer
+;; handles symlinks).
+(copy-file readme-file "README-elpa"))
   (cdr readme-content
  ((cdr readme-content)
 



[elpa] externals/emms 4f098d1e71: * doc/developer-release.txt: update release checklist

2022-07-05 Thread ELPA Syncer
branch: externals/emms
commit 4f098d1e71089f0b9236a25b41302fd4f894dddf
Author: Yoni Rabkin 
Commit: Yoni Rabkin 

* doc/developer-release.txt: update release checklist

Releases should respect official Emacs releases.
---
 doc/developer-release.txt | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/doc/developer-release.txt b/doc/developer-release.txt
index 69f4dc8441..0031a1f175 100644
--- a/doc/developer-release.txt
+++ b/doc/developer-release.txt
@@ -2,7 +2,10 @@ This is an explanation of how to make a release for Emms. Emms 
is
 developed at Savannah (https://savannah.gnu.org/projects/emms/) and
 distributed via Emacs ELPA (https://elpa.gnu.org/).
 
-* Check for clean compilation.
+* Check for clean compilation on the two latest major Emacs releases.
+
+* Check for clean running of basic functionality on the two latest
+  major Emacs releases.
 
 * Increase the version number in emms.el (variable, elpa header).
 



[nongnu] elpa/xah-fly-keys 95f80e4b66 1/2: `xah-beginning-of-line-or-block': Eshell go to start of input

2022-07-05 Thread ELPA Syncer
branch: elpa/xah-fly-keys
commit 95f80e4b660a0c458bd6b4d96af7a24b7cd4b22b
Author: Celestial Nebula <41875671+celestialneb...@users.noreply.github.com>
Commit: GitHub 

`xah-beginning-of-line-or-block': Eshell go to start of input

Matches `shell' behavior.
---
 xah-fly-keys.el | 9 ++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/xah-fly-keys.el b/xah-fly-keys.el
index 568b6dced4..a6db1d9cac 100644
--- a/xah-fly-keys.el
+++ b/xah-fly-keys.el
@@ -4,7 +4,7 @@
 
 ;; Author: Xah Lee ( http://xahlee.info/ )
 ;; Maintainer: Xah Lee 
-;; Version: 17.15.20220628130211
+;; Version: 17.15.2022070323
 ;; Created: 10 Sep 2013
 ;; Package-Requires: ((emacs "24.1"))
 ;; Keywords: convenience, emulations, vim, ergoemacs
@@ -216,7 +216,7 @@ Version: 2016-04-04"
 • if `visual-line-mode' is on, beginning of line means visual line.
 
 URL 
`http://xahlee.info/emacs/emacs/emacs_keybinding_design_beginning-of-line-or-block.html'
-Version: 2018-06-04 2021-03-16 2022-03-30"
+Version: 2018-06-04 2021-03-16 2022-03-30 2022-07-03"
   (interactive)
   (let (($p (point)))
 (if (or (equal (point) (line-beginning-position))
@@ -227,7 +227,10 @@ Version: 2018-06-04 2021-03-16 2022-03-30"
   (forward-char))
   (if visual-line-mode
   (beginning-of-visual-line)
-(progn
+(if (eq major-mode 'eshell-mode)
+(progn
+  (declare-function eshell-bol "esh-mode.el" ())
+  (eshell-bol))
   (back-to-indentation)
   (when (eq $p (point))
 (beginning-of-line)))



[nongnu] elpa/xah-fly-keys bdd0ada8ca 2/2: Merge pull request #144 from CelestialNebula/eshell-bol

2022-07-05 Thread ELPA Syncer
branch: elpa/xah-fly-keys
commit bdd0ada8ca7a14ccd2b259fd362fce9a1bd98778
Merge: 1b9c07644d 95f80e4b66
Author: Xah Lee 
Commit: GitHub 

Merge pull request #144 from CelestialNebula/eshell-bol

`xah-beginning-of-line-or-block': Eshell go to start of input
---
 xah-fly-keys.el | 9 ++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/xah-fly-keys.el b/xah-fly-keys.el
index 568b6dced4..a6db1d9cac 100644
--- a/xah-fly-keys.el
+++ b/xah-fly-keys.el
@@ -4,7 +4,7 @@
 
 ;; Author: Xah Lee ( http://xahlee.info/ )
 ;; Maintainer: Xah Lee 
-;; Version: 17.15.20220628130211
+;; Version: 17.15.2022070323
 ;; Created: 10 Sep 2013
 ;; Package-Requires: ((emacs "24.1"))
 ;; Keywords: convenience, emulations, vim, ergoemacs
@@ -216,7 +216,7 @@ Version: 2016-04-04"
 • if `visual-line-mode' is on, beginning of line means visual line.
 
 URL 
`http://xahlee.info/emacs/emacs/emacs_keybinding_design_beginning-of-line-or-block.html'
-Version: 2018-06-04 2021-03-16 2022-03-30"
+Version: 2018-06-04 2021-03-16 2022-03-30 2022-07-03"
   (interactive)
   (let (($p (point)))
 (if (or (equal (point) (line-beginning-position))
@@ -227,7 +227,10 @@ Version: 2018-06-04 2021-03-16 2022-03-30"
   (forward-char))
   (if visual-line-mode
   (beginning-of-visual-line)
-(progn
+(if (eq major-mode 'eshell-mode)
+(progn
+  (declare-function eshell-bol "esh-mode.el" ())
+  (eshell-bol))
   (back-to-indentation)
   (when (eq $p (point))
 (beginning-of-line)))



[nongnu] elpa/typescript-mode 218a5462c7 1/2: fix(fontlock): fontify parameters in multiline arglist

2022-07-05 Thread ELPA Syncer
branch: elpa/typescript-mode
commit 218a5462c7b2a871d16ad94901676465bfc27892
Author: Matus Goljer 
Commit: Matus Goljer 

fix(fontlock): fontify parameters in multiline arglist
---
 typescript-mode-general-tests.el | 64 
 typescript-mode.el   | 24 +--
 2 files changed, 71 insertions(+), 17 deletions(-)

diff --git a/typescript-mode-general-tests.el b/typescript-mode-general-tests.el
index 62c4847205..9c1102b915 100644
--- a/typescript-mode-general-tests.el
+++ b/typescript-mode-general-tests.el
@@ -593,6 +593,70 @@ should be fontified as variable, keyword and type."
 (should (eq (get-face-at "Namespaced") 'font-lock-type-face))
 (should (eq (get-face-at "ClassName") 'font-lock-type-face
 
+(ert-deftest font-lock/variables-in-declaration-multiline-with-types ()
+  "Variables should be highlighted in multiline declarations with types."
+  (test-with-fontified-buffer
+  "function test(
+var1: Type1,
+var2: Type2,
+): RetType {\n}"
+(should (eq (get-face-at "var1") 'font-lock-variable-name-face))
+(should (eq (get-face-at "var2") 'font-lock-variable-name-face))
+(should (eq (get-face-at "Type1") 'font-lock-type-face))
+(should (eq (get-face-at "Type2") 'font-lock-type-face
+
+(ert-deftest font-lock/variables-in-declaration-multiline-without-types ()
+  "Variables should be highlighted in multiline declarations without types."
+  (test-with-fontified-buffer
+  "function test(
+var1,
+var2,
+): RetType {\n}"
+(should (eq (get-face-at "var1") 'font-lock-variable-name-face))
+(should (eq (get-face-at "var2") 'font-lock-variable-name-face
+
+(ert-deftest font-lock/variables-in-declaration-multiline-no-hanging-paren ()
+  "Variables should be highlighted in multiline declarations with no hanging 
paren."
+  (test-with-fontified-buffer
+   "function test(
+var1,
+var2): RetType {\n}"
+   (should (eq (get-face-at "var1") 'font-lock-variable-name-face))
+   (should (eq (get-face-at "var2") 'font-lock-variable-name-face
+
+(ert-deftest 
font-lock/variables-in-declaration-multiline-ending-comma-no-hanging-paren ()
+  "Variables should be highlighted in multiline declarations with no hanging 
paren and trailing comma."
+  (test-with-fontified-buffer
+   "function test(
+var1,
+var2,): RetType {\n}"
+   (should (eq (get-face-at "var1") 'font-lock-variable-name-face))
+   (should (eq (get-face-at "var2") 'font-lock-variable-name-face
+
+(ert-deftest 
font-lock/variables-in-declaration-singleline-ending-comma-hanging-paren ()
+  "Variables should be highlighted in singleline declarations with hanging 
paren and trailing comma."
+  (test-with-fontified-buffer
+  "function test(var1,var2,
+): RetType {\n}"
+   (should (eq (get-face-at "var1") 'font-lock-variable-name-face))
+   (should (eq (get-face-at "var2") 'font-lock-variable-name-face
+
+(ert-deftest font-lock/variables-in-declaration-singleline-with-types ()
+  "Variables should be highlighted in singleline declarations with types."
+  (test-with-fontified-buffer
+  "function test(var1: Foo, var2: Bar,): RetType {\n}"
+   (should (eq (get-face-at "var1") 'font-lock-variable-name-face))
+   (should (eq (get-face-at "var2") 'font-lock-variable-name-face))
+   (should (eq (get-face-at "Foo") 'font-lock-type-face))
+   (should (eq (get-face-at "Bar") 'font-lock-type-face
+
+(ert-deftest 
font-lock/variables-in-declaration-singleline-ending-comma-no-hanging-paren ()
+  "Variables should be highlighted in singleline declarations with no hanging 
paren and trailing comma."
+  (test-with-fontified-buffer
+   "function test(var1,var2,): RetType {\n}"
+   (should (eq (get-face-at "var1") 'font-lock-variable-name-face))
+   (should (eq (get-face-at "var2") 'font-lock-variable-name-face
+
 (defun flyspell-predicate-test (search-for)
   "This function runs a test on
 `typescript--flyspell-mode-predicate'.  `SEARCH-FOR' is a string
diff --git a/typescript-mode.el b/typescript-mode.el
index 2037bfd9bb..268df97395 100644
--- a/typescript-mode.el
+++ b/typescript-mode.el
@@ -1859,23 +1859,12 @@ and searches for the next token to be highlighted."
 ,(list
   (concat
"\\_\\(\\s-+" typescript--name-re 
"\\)?\\s-*\\(<.*>\\)?\\s-*(\\s-*"
-   typescript--name-start-re)
-  (list (concat "\\(" typescript--name-re "\\)\\(\\s-*).*\\)?")
-'(backward-char)
-'(end-of-line)
-'(1 font-lock-variable-name-face)))
-
-;; continued formal parameter list
-,(list
-  (concat
-   "^\\s-*" typescript--name-re "\\s-*[,)]")
-  (list typescript--name-re
-'(if (save-excursion (backward-char)
- (typescript--inside-param-list-p))
- (forward-symbol -1)
-   (end-of-line))
-'(end-of-line)
-'(0 font-lock-variable-name-face
+   "\\(?:$\\|" typescript--name-start-re "\\)")
+  `(,(concat "\\(" ty

[nongnu] elpa/typescript-mode 3eec4032a4 2/2: Merge pull request #168 from Fuco1/fix/multiline-param-list

2022-07-05 Thread ELPA Syncer
branch: elpa/typescript-mode
commit 3eec4032a4592c7cb9798db8556bad92ea5a4f4b
Merge: b80ae97e49 218a5462c7
Author: Jostein Kjønigsen 
Commit: GitHub 

Merge pull request #168 from Fuco1/fix/multiline-param-list

fix(fontlock): fontify parameters in multiline arglist
---
 typescript-mode-general-tests.el | 64 
 typescript-mode.el   | 24 +--
 2 files changed, 71 insertions(+), 17 deletions(-)

diff --git a/typescript-mode-general-tests.el b/typescript-mode-general-tests.el
index 62c4847205..9c1102b915 100644
--- a/typescript-mode-general-tests.el
+++ b/typescript-mode-general-tests.el
@@ -593,6 +593,70 @@ should be fontified as variable, keyword and type."
 (should (eq (get-face-at "Namespaced") 'font-lock-type-face))
 (should (eq (get-face-at "ClassName") 'font-lock-type-face
 
+(ert-deftest font-lock/variables-in-declaration-multiline-with-types ()
+  "Variables should be highlighted in multiline declarations with types."
+  (test-with-fontified-buffer
+  "function test(
+var1: Type1,
+var2: Type2,
+): RetType {\n}"
+(should (eq (get-face-at "var1") 'font-lock-variable-name-face))
+(should (eq (get-face-at "var2") 'font-lock-variable-name-face))
+(should (eq (get-face-at "Type1") 'font-lock-type-face))
+(should (eq (get-face-at "Type2") 'font-lock-type-face
+
+(ert-deftest font-lock/variables-in-declaration-multiline-without-types ()
+  "Variables should be highlighted in multiline declarations without types."
+  (test-with-fontified-buffer
+  "function test(
+var1,
+var2,
+): RetType {\n}"
+(should (eq (get-face-at "var1") 'font-lock-variable-name-face))
+(should (eq (get-face-at "var2") 'font-lock-variable-name-face
+
+(ert-deftest font-lock/variables-in-declaration-multiline-no-hanging-paren ()
+  "Variables should be highlighted in multiline declarations with no hanging 
paren."
+  (test-with-fontified-buffer
+   "function test(
+var1,
+var2): RetType {\n}"
+   (should (eq (get-face-at "var1") 'font-lock-variable-name-face))
+   (should (eq (get-face-at "var2") 'font-lock-variable-name-face
+
+(ert-deftest 
font-lock/variables-in-declaration-multiline-ending-comma-no-hanging-paren ()
+  "Variables should be highlighted in multiline declarations with no hanging 
paren and trailing comma."
+  (test-with-fontified-buffer
+   "function test(
+var1,
+var2,): RetType {\n}"
+   (should (eq (get-face-at "var1") 'font-lock-variable-name-face))
+   (should (eq (get-face-at "var2") 'font-lock-variable-name-face
+
+(ert-deftest 
font-lock/variables-in-declaration-singleline-ending-comma-hanging-paren ()
+  "Variables should be highlighted in singleline declarations with hanging 
paren and trailing comma."
+  (test-with-fontified-buffer
+  "function test(var1,var2,
+): RetType {\n}"
+   (should (eq (get-face-at "var1") 'font-lock-variable-name-face))
+   (should (eq (get-face-at "var2") 'font-lock-variable-name-face
+
+(ert-deftest font-lock/variables-in-declaration-singleline-with-types ()
+  "Variables should be highlighted in singleline declarations with types."
+  (test-with-fontified-buffer
+  "function test(var1: Foo, var2: Bar,): RetType {\n}"
+   (should (eq (get-face-at "var1") 'font-lock-variable-name-face))
+   (should (eq (get-face-at "var2") 'font-lock-variable-name-face))
+   (should (eq (get-face-at "Foo") 'font-lock-type-face))
+   (should (eq (get-face-at "Bar") 'font-lock-type-face
+
+(ert-deftest 
font-lock/variables-in-declaration-singleline-ending-comma-no-hanging-paren ()
+  "Variables should be highlighted in singleline declarations with no hanging 
paren and trailing comma."
+  (test-with-fontified-buffer
+   "function test(var1,var2,): RetType {\n}"
+   (should (eq (get-face-at "var1") 'font-lock-variable-name-face))
+   (should (eq (get-face-at "var2") 'font-lock-variable-name-face
+
 (defun flyspell-predicate-test (search-for)
   "This function runs a test on
 `typescript--flyspell-mode-predicate'.  `SEARCH-FOR' is a string
diff --git a/typescript-mode.el b/typescript-mode.el
index 2037bfd9bb..268df97395 100644
--- a/typescript-mode.el
+++ b/typescript-mode.el
@@ -1859,23 +1859,12 @@ and searches for the next token to be highlighted."
 ,(list
   (concat
"\\_\\(\\s-+" typescript--name-re 
"\\)?\\s-*\\(<.*>\\)?\\s-*(\\s-*"
-   typescript--name-start-re)
-  (list (concat "\\(" typescript--name-re "\\)\\(\\s-*).*\\)?")
-'(backward-char)
-'(end-of-line)
-'(1 font-lock-variable-name-face)))
-
-;; continued formal parameter list
-,(list
-  (concat
-   "^\\s-*" typescript--name-re "\\s-*[,)]")
-  (list typescript--name-re
-'(if (save-excursion (backward-char)
- (typescript--inside-param-list-p))
- (forward-symbol -1)
-   (end-of-line))
-'(end-of-line)
-'(0 font-lock-varia

[nongnu] elpa/xah-fly-keys 8bde45ee32: xah-change-bracket-pairs better prompt message

2022-07-05 Thread ELPA Syncer
branch: elpa/xah-fly-keys
commit 8bde45ee32f6833c03e349719d9272e19ebce638
Author: Xah Lee 
Commit: Xah Lee 

xah-change-bracket-pairs better prompt message
---
 xah-fly-keys.el | 12 ++--
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/xah-fly-keys.el b/xah-fly-keys.el
index a6db1d9cac..ca30652f09 100644
--- a/xah-fly-keys.el
+++ b/xah-fly-keys.el
@@ -4,7 +4,7 @@
 
 ;; Author: Xah Lee ( http://xahlee.info/ )
 ;; Maintainer: Xah Lee 
-;; Version: 17.15.2022070323
+;; Version: 17.15.20220705140319
 ;; Created: 10 Sep 2013
 ;; Package-Requires: ((emacs "24.1"))
 ;; Keywords: convenience, emulations, vim, ergoemacs
@@ -757,7 +757,7 @@ If the string contains “,2”, then the first 2 chars and 
last 2 chars are use
 If ToChars is equal to string “none”, the brackets are deleted.
 
 URL `http://xahlee.info/emacs/emacs/elisp_change_brackets.html'
-Version: 2020-11-01 2021-08-15 2022-04-07"
+Version: 2020-11-01 2021-08-15 2022-04-07 2022-07-05"
   (interactive
(let (($brackets
   '("(paren)"
@@ -765,14 +765,14 @@ Version: 2020-11-01 2021-08-15 2022-04-07"
 "[square]"
 ""
 "`emacs'"
-"`markdown`"
+"`markdown GRAVE ACCENT`"
 "~tilde~"
 "=equal="
-"\"double\""
+"\"strait double quote\""
 "'single'"
 "[[double square,2]]"
-"“curly double”"
-"‘curly single’"
+"“curly double quote”"
+"‘curly single quote’"
 "‹french angle›"
 "«french double angle»"
 "「corner」"



[nongnu] elpa/evil 0e501d17c5: Remove 24.5 from tests

2022-07-05 Thread ELPA Syncer
branch: elpa/evil
commit 0e501d17c5dc2944f23fe5046b030d0c641665c5
Author: Tom Dalziel 
Commit: Tom Dalziel <33435574+tomd...@users.noreply.github.com>

Remove 24.5 from tests
---
 .github/workflows/test.yml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 55c0f8a95d..e911e9a819 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -9,7 +9,6 @@ jobs:
   fail-fast: false
   matrix:
 emacs_version:
-  - 24.5
   - 25.3
   - 26.3
   - 27.1



[elpa] externals/pyim 7270c99e15: Simplify pyim-select-finish-hook's code.

2022-07-05 Thread ELPA Syncer
branch: externals/pyim
commit 7270c99e15cf66c73a4f7a4e5e989a9d5b53a160
Author: Feng Shu 
Commit: Feng Shu 

Simplify pyim-select-finish-hook's code.
---
 pyim-liberime.el |  4 +---
 pyim-process.el  | 10 ++
 2 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/pyim-liberime.el b/pyim-liberime.el
index 79c354ef64..87b256168f 100644
--- a/pyim-liberime.el
+++ b/pyim-liberime.el
@@ -211,9 +211,7 @@
   (pyim-process-create-word (pyim-outcome-get
   (setq pyim-liberime-code-log nil)
   (setq pyim-liberime-word-log nil)
-  (pyim-process-terminate)
-  ;; pyim 使用这个 hook 来处理联想词。
-  (run-hooks 'pyim-select-finish-hook
+  (pyim-process-terminate
 
 (defun pyim-liberime--get-code (word input &optional _limit)
   "Get the code of WORD from the beginning of INPUT.
diff --git a/pyim-process.el b/pyim-process.el
index 66641d0cb0..746f9a833e 100644
--- a/pyim-process.el
+++ b/pyim-process.el
@@ -716,6 +716,10 @@ imobj 组合构成在一起,构成了 imobjs 这个概念。比如:
 (cl-defgeneric pyim-process-select-word (scheme)
   "按照 SCHEME 对应的规则,对预选词条进行选词操作。")
 
+(cl-defmethod pyim-process-select-word :after (_scheme)
+  "运行 `pyim-select-finish-hook'."
+  (run-hooks 'pyim-select-finish-hook))
+
 (cl-defmethod pyim-process-select-word ((_scheme pyim-scheme-quanpin))
   "按照全拼规则,对预选词条进行选词操作。"
   (pyim-process--create-code-criteria)
@@ -723,8 +727,7 @@ imobj 组合构成在一起,构成了 imobjs 这个概念。比如:
   (if (pyim-process--multi-step-select-word-p)
   (pyim-process--select-word-in-next-step)
 (pyim-process-create-word (pyim-process-get-select-result) t)
-(pyim-process-terminate)
-(run-hooks 'pyim-select-finish-hook)))
+(pyim-process-terminate)))
 
 (defun pyim-process--create-code-criteria ()
   "创建 `pyim-process--code-criteria'."
@@ -897,8 +900,7 @@ BUG:拼音无法有效地处理多音字。"
   (delete-region (point-min) (point)))
 (pyim-process-run))
 (pyim-process-create-word (pyim-process-get-select-result) t)
-(pyim-process-terminate)
-(run-hooks 'pyim-select-finish-hook)))
+(pyim-process-terminate)))
 
 (defun pyim-process-select-last-char ()
   "选择上一个输入的字符。"



[nongnu] elpa/git-commit acd26dd9f3: manual: Fix command name for magit-toggle-git-debug entry

2022-07-05 Thread ELPA Syncer
branch: elpa/git-commit
commit acd26dd9f3708602d4c721395d790a4af7937eed
Author: Kyle Meyer 
Commit: Kyle Meyer 

manual: Fix command name for magit-toggle-git-debug entry

Correct a copy-paste error from 2ed5a06d (magit-toggle-git-debug: New
command, 2022-05-02).

Fixes #4721.
---
 docs/magit.org  | 2 +-
 docs/magit.texi | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/docs/magit.org b/docs/magit.org
index 6b54fbf1b9..888c00ca6b 100644
--- a/docs/magit.org
+++ b/docs/magit.org
@@ -9102,7 +9102,7 @@ issue.
   If you run Magit from its Git repository, then you should be able to
   use ~make emacs-Q~ instead of the output of this command.
 
-- Key: M-x magit-toggle-verbose-refresh ::
+- Key: M-x magit-toggle-git-debug ::
 
   This command toggles whether additional git errors are reported.
 
diff --git a/docs/magit.texi b/docs/magit.texi
index 69e401331c..267bed4b8a 100644
--- a/docs/magit.texi
+++ b/docs/magit.texi
@@ -11098,8 +11098,8 @@ issue lays with Magit or something else.
 If you run Magit from its Git repository, then you should be able to
 use @code{make emacs-Q} instead of the output of this command.
 
-@item @kbd{M-x magit-toggle-verbose-refresh}
-@findex magit-toggle-verbose-refresh
+@item @kbd{M-x magit-toggle-git-debug}
+@findex magit-toggle-git-debug
 This command toggles whether additional git errors are reported.
 
 Magit basically calls git for one of these two reasons: for



[nongnu] elpa/magit updated (1f7a293713 -> acd26dd9f3)

2022-07-05 Thread ELPA Syncer
elpasync pushed a change to branch elpa/magit.

  from  1f7a293713 magit-mode-menu: Fix "Show manual" command
  adds  acd26dd9f3 manual: Fix command name for magit-toggle-git-debug entry

No new revisions were added by this update.

Summary of changes:
 docs/magit.org  | 2 +-
 docs/magit.texi | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)



[nongnu] elpa/magit-section updated (1f7a293713 -> acd26dd9f3)

2022-07-05 Thread ELPA Syncer
elpasync pushed a change to branch elpa/magit-section.

  from  1f7a293713 magit-mode-menu: Fix "Show manual" command
  adds  acd26dd9f3 manual: Fix command name for magit-toggle-git-debug entry

No new revisions were added by this update.

Summary of changes:
 docs/magit.org  | 2 +-
 docs/magit.texi | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)



[elpa] externals/denote e24c9ddc12 2/2: Merge pull request #36 from jeanphilippegg/allow-no-keywords

2022-07-05 Thread ELPA Syncer
branch: externals/denote
commit e24c9ddc123be77a635d3420797536b2e5aa4e41
Merge: f10fe51fcd f9668dc362
Author: Protesilaos Stavrou 
Commit: GitHub 

Merge pull request #36 from jeanphilippegg/allow-no-keywords

Clean keywords usage in order to support no keywords
---
 denote.el | 53 +
 1 file changed, 13 insertions(+), 40 deletions(-)

diff --git a/denote.el b/denote.el
index 94b235efca..e0018c0dc1 100644
--- a/denote.el
+++ b/denote.el
@@ -316,15 +316,9 @@ trailing hyphen."
 
 (defun denote--sluggify-keywords (keywords)
   "Sluggify KEYWORDS."
-  (cond
-   ((listp keywords)
-(if denote-allow-multi-word-keywords
-(mapcar #'denote--sluggify keywords)
-  (mapcar #'denote--sluggify-and-join keywords)))
-   (t
-(if denote-allow-multi-word-keywords
-(denote--sluggify keywords)
-  (denote--sluggify-and-join keywords)
+  (if denote-allow-multi-word-keywords
+  (mapcar #'denote--sluggify keywords)
+(mapcar #'denote--sluggify-and-join keywords)))
 
 (defun denote--file-empty-p (file)
   "Return non-nil if FILE is empty."
@@ -445,34 +439,19 @@ In the case of multiple entries, those are separated by 
the
 output is sorted with `string-lessp'."
   (let ((choice (denote--keywords-crm (denote-keywords
 (setq denote-last-keywords
-  (cond
-   ((null choice)
-"")
-   ((= (length choice) 1)
-(car choice))
-   ((if denote-sort-keywords
-(sort choice #'string-lessp)
-  choice))
+  (if denote-sort-keywords
+  (sort choice #'string-lessp)
+choice
 
 (defun denote--keywords-combine (keywords)
   "Format KEYWORDS output of `denote--keywords-prompt'."
-  (if (and (> (length keywords) 1)
-   (not (stringp keywords)))
-  (mapconcat #'downcase keywords "_")
-keywords))
+  (mapconcat #'downcase keywords "_"))
 
 (defun denote--keywords-add-to-history (keywords)
   "Append KEYWORDS to `denote--keyword-history'."
-  (if-let ((listed (listp keywords))
-   (length (length keywords)))
-  (cond
-   ((and listed (= length 1))
-(car keywords))
-   ((and listed (> length 1))
-(mapc (lambda (kw)
-(add-to-history 'denote--keyword-history kw))
-  (delete-dups keywords
-(add-to-history 'denote--keyword-history keywords)))
+  (mapc (lambda (kw)
+  (add-to-history 'denote--keyword-history kw))
+(delete-dups keywords)))
 
  New note
 
@@ -513,15 +492,9 @@ With optional TYPE, format the keywords accordingly (this 
might
 be `toml' or, in the future, some other spec that needss special
 treatment)."
   (let ((kw (denote--sluggify-keywords keywords)))
-(cond
- ((and (> (length kw) 1) (not (stringp kw)))
-  (pcase type
-('toml (format "[%s]" (denote--map-quote-downcase kw)))
-(_ (mapconcat #'downcase kw "  "
- (t
-  (pcase type
-('toml (format "[%S]" (downcase kw)))
-(_ (downcase kw)))
+(pcase type
+  ('toml (format "[%s]" (denote--map-quote-downcase kw)))
+  (_ (mapconcat #'downcase kw "  ")
 
 (defvar denote-toml-front-matter
   "+++



[elpa] externals/denote f9668dc362 1/2: Refactor to make the keywords argument always a list of strings

2022-07-05 Thread ELPA Syncer
branch: externals/denote
commit f9668dc3627a31aa5c05d8d332848e290e53f23d
Author: Jean-Philippe Gagné Guay 
Commit: Jean-Philippe Gagné Guay 

Refactor to make the keywords argument always a list of strings
---
 denote.el | 53 +
 1 file changed, 13 insertions(+), 40 deletions(-)

diff --git a/denote.el b/denote.el
index 94b235efca..e0018c0dc1 100644
--- a/denote.el
+++ b/denote.el
@@ -316,15 +316,9 @@ trailing hyphen."
 
 (defun denote--sluggify-keywords (keywords)
   "Sluggify KEYWORDS."
-  (cond
-   ((listp keywords)
-(if denote-allow-multi-word-keywords
-(mapcar #'denote--sluggify keywords)
-  (mapcar #'denote--sluggify-and-join keywords)))
-   (t
-(if denote-allow-multi-word-keywords
-(denote--sluggify keywords)
-  (denote--sluggify-and-join keywords)
+  (if denote-allow-multi-word-keywords
+  (mapcar #'denote--sluggify keywords)
+(mapcar #'denote--sluggify-and-join keywords)))
 
 (defun denote--file-empty-p (file)
   "Return non-nil if FILE is empty."
@@ -445,34 +439,19 @@ In the case of multiple entries, those are separated by 
the
 output is sorted with `string-lessp'."
   (let ((choice (denote--keywords-crm (denote-keywords
 (setq denote-last-keywords
-  (cond
-   ((null choice)
-"")
-   ((= (length choice) 1)
-(car choice))
-   ((if denote-sort-keywords
-(sort choice #'string-lessp)
-  choice))
+  (if denote-sort-keywords
+  (sort choice #'string-lessp)
+choice
 
 (defun denote--keywords-combine (keywords)
   "Format KEYWORDS output of `denote--keywords-prompt'."
-  (if (and (> (length keywords) 1)
-   (not (stringp keywords)))
-  (mapconcat #'downcase keywords "_")
-keywords))
+  (mapconcat #'downcase keywords "_"))
 
 (defun denote--keywords-add-to-history (keywords)
   "Append KEYWORDS to `denote--keyword-history'."
-  (if-let ((listed (listp keywords))
-   (length (length keywords)))
-  (cond
-   ((and listed (= length 1))
-(car keywords))
-   ((and listed (> length 1))
-(mapc (lambda (kw)
-(add-to-history 'denote--keyword-history kw))
-  (delete-dups keywords
-(add-to-history 'denote--keyword-history keywords)))
+  (mapc (lambda (kw)
+  (add-to-history 'denote--keyword-history kw))
+(delete-dups keywords)))
 
  New note
 
@@ -513,15 +492,9 @@ With optional TYPE, format the keywords accordingly (this 
might
 be `toml' or, in the future, some other spec that needss special
 treatment)."
   (let ((kw (denote--sluggify-keywords keywords)))
-(cond
- ((and (> (length kw) 1) (not (stringp kw)))
-  (pcase type
-('toml (format "[%s]" (denote--map-quote-downcase kw)))
-(_ (mapconcat #'downcase kw "  "
- (t
-  (pcase type
-('toml (format "[%S]" (downcase kw)))
-(_ (downcase kw)))
+(pcase type
+  ('toml (format "[%s]" (denote--map-quote-downcase kw)))
+  (_ (mapconcat #'downcase kw "  ")
 
 (defvar denote-toml-front-matter
   "+++



[elpa] externals/bbdb 92d8f1eaa3: Silence the compiler

2022-07-05 Thread Roland Winkler
branch: externals/bbdb
commit 92d8f1eaa3d382e80e73cbb3d39a4a0094373036
Author: Arash Esbati 
Commit: Roland Winkler 

Silence the compiler
---
 lisp/bbdb-com.el | 18 +-
 lisp/bbdb.el | 24 
 2 files changed, 21 insertions(+), 21 deletions(-)

diff --git a/lisp/bbdb-com.el b/lisp/bbdb-com.el
index 3ce285ea91..f11c2b2494 100644
--- a/lisp/bbdb-com.el
+++ b/lisp/bbdb-com.el
@@ -874,9 +874,9 @@ but does ensure that there will not be name collisions."
 (defun bbdb-read-name (&optional first-and-last dfirst dlast ident)
   "Read name for a record from minibuffer.
 FIRST-AND-LAST controls the reading mode:
-If it is 'first-last read first and last name separately.
-If it is 'last-first read last and first name separately.
-If it is 'fullname read full name at once.
+If it is \\='first-last read first and last name separately.
+If it is \\='last-first read last and first name separately.
+If it is \\='fullname read full name at once.
 If it is t read name parts separately, obeying
 `bbdb-read-name-format' if possible.
 Otherwise use `bbdb-read-name-format'.
@@ -896,7 +896,7 @@ Return cons with first and last name."
   (let (fn ln)
 (setq ln (bbdb-read-string l-prompt dlast)
   fn (bbdb-read-string f-prompt dfirst))
-   (cons fn ln)))
+(cons fn ln)))
  ((eq first-and-last 'first-last)
   (cons (bbdb-read-string f-prompt dfirst)
 (bbdb-read-string l-prompt dlast)))
@@ -1283,7 +1283,7 @@ the identifier from the name or mail address of RECORD."
 (defun bbdb-edit-foo (record field &optional nvalue)
   "For RECORD edit some FIELD (mostly interactively).
 FIELD may take the same values as the elements of the variable `bbdb-edit-foo'.
-If FIELD is 'phone or 'address, NVALUE should be an integer in order to edit
+If FIELD is \\='phone or \\='address, NVALUE should be an integer in order to 
edit
 the NVALUEth phone or address field; otherwise insert a new phone or address
 field.
 
@@ -1961,7 +1961,7 @@ and `bbdb-mail-name'.  However, if both the first name 
and last name
 are constituents of the address as in john@some.host,
 and `bbdb-mail-avoid-redundancy' is non-nil, then the address is used as is
 and `bbdb-mail-name-format' and `bbdb-mail-name' are ignored.
-If `bbdb-mail-avoid-redundancy' is 'mail-only the name is never included.
+If `bbdb-mail-avoid-redundancy' is \\='mail-only the name is never included.
 MAIL may be a mail address to be used for RECORD.
 If MAIL is an integer, use the MAILth mail address of RECORD.
 If MAIL is nil use the first mail address of RECORD."
@@ -2005,9 +2005,9 @@ If MAIL is nil use the first mail address of RECORD."
   (or (string-match (concat "\\`[^!@%]*\\b" fnq
 "\\b[^!%@]+\\b" lnq "\\b")
 mail)
-(string-match (concat "\\`[^!@%]*\\b" lnq
-  "\\b[^!%@]+\\b" fnq "\\b")
-  mail
+  (string-match (concat "\\`[^!@%]*\\b" lnq
+"\\b[^!%@]+\\b" fnq "\\b")
+mail
((or fn ln)
 (string-match (concat "\\`[^!@%]*\\b"
   (regexp-quote (or fn ln)) "\\b")
diff --git a/lisp/bbdb.el b/lisp/bbdb.el
index 280d985e81..e18c54b76c 100644
--- a/lisp/bbdb.el
+++ b/lisp/bbdb.el
@@ -217,7 +217,7 @@ If this file is newer than `bbdb-file', BBDB will offer to 
revert."
   :type 'hook)
 
 (defcustom bbdb-create-hook nil
-  "*Hook run each time a new BBDB record is created.
+  "Hook run each time a new BBDB record is created.
 Run with one argument, the new record.  This is called before the record is
 added to the database, followed by a call of `bbdb-change-hook'.
 
@@ -228,7 +228,7 @@ and class of the mail address according to 
`bbdb-message-headers'."
   :type 'hook)
 
 (defcustom bbdb-change-hook nil
-  "*Hook run each time a BBDB record is changed.
+  "Hook run each time a BBDB record is changed.
 Run with one argument, the record.  This is called before the database
 is modified.  If a new bbdb record is created, `bbdb-create-hook' is called
 first, followed by a call of this hook."
@@ -306,7 +306,7 @@ See also `bbdb-mua-pop-up-window-size'."
 
 (defcustom bbdb-dedicated-window nil
   "Make *BBDB* window a dedicated window.
-Allowed values include nil (not dedicated) 'bbdb (weakly dedicated)
+Allowed values include nil (not dedicated) \\='bbdb (weakly dedicated)
 and t (strongly dedicated)."
   :group 'bbdb-record-display
   :type '(choice (const :tag "BBDB window not dedicated" nil)
@@ -338,7 +338,7 @@ OPTION-ALIST specifies t

[elpa] externals/denote updated (e24c9ddc12 -> 1075cbb65f)

2022-07-05 Thread ELPA Syncer
elpasync pushed a change to branch externals/denote.

  from  e24c9ddc12 Merge pull request #36 from 
jeanphilippegg/allow-no-keywords
   new  16867ec4f7 Simplify code of denote--sluggify-keywords
   new  1075cbb65f Update the manual's Acknowledgements for 16867ec


Summary of changes:
 README.org | 2 +-
 denote.el  | 7 ---
 2 files changed, 5 insertions(+), 4 deletions(-)



[elpa] externals/denote 1075cbb65f 2/2: Update the manual's Acknowledgements for 16867ec

2022-07-05 Thread ELPA Syncer
branch: externals/denote
commit 1075cbb65f3aaac099fe7207948158b5f0d211ad
Author: Protesilaos Stavrou 
Commit: Protesilaos Stavrou 

Update the manual's Acknowledgements for 16867ec
---
 README.org | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.org b/README.org
index fcf9ceefad..4f7a6600ae 100644
--- a/README.org
+++ b/README.org
@@ -1641,7 +1641,7 @@ Denote is meant to be a collective effort.  Every bit of 
help matters.
 + Author/maintainer :: Protesilaos Stavrou.
 
 + Contributions to code or the manual :: Damien Cassou, Jack Baty,
-  Jean-Philippe Gagné Guay, Kaushal Modi.
+  Jean-Philippe Gagné Guay, Kaushal Modi, Stefan Monnier.
 
 + Ideas and/or user feedback :: Benjamin Kästner, Colin McLear, Damien
   Cassou, Frank Ehmsen, Jack Baty, Kaushal Modi, M. Hadi Timachi, Peter



[elpa] externals/denote 16867ec4f7 1/2: Simplify code of denote--sluggify-keywords

2022-07-05 Thread ELPA Syncer
branch: externals/denote
commit 16867ec4f7b36d76eb2da421058317bbc235c42e
Author: Protesilaos Stavrou 
Commit: Protesilaos Stavrou 

Simplify code of denote--sluggify-keywords

This is courtesy of Stefan Monnier:
.
---
 denote.el | 7 ---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/denote.el b/denote.el
index e0018c0dc1..9729286b91 100644
--- a/denote.el
+++ b/denote.el
@@ -316,9 +316,10 @@ trailing hyphen."
 
 (defun denote--sluggify-keywords (keywords)
   "Sluggify KEYWORDS."
-  (if denote-allow-multi-word-keywords
-  (mapcar #'denote--sluggify keywords)
-(mapcar #'denote--sluggify-and-join keywords)))
+  (mapcar (if denote-allow-multi-word-keywords
+  #'denote--sluggify
+#'denote--sluggify-and-join)
+  keywords))
 
 (defun denote--file-empty-p (file)
   "Return non-nil if FILE is empty."



[elpa] externals/pyim 6d8190ca20: Add pyim-page--code-hint-of-default-scheme

2022-07-05 Thread ELPA Syncer
branch: externals/pyim
commit 6d8190ca200dddb8b6744de17badc41352b4fc60
Author: Feng Shu 
Commit: Feng Shu 

Add pyim-page--code-hint-of-default-scheme
---
 pyim-page.el   | 21 +++--
 pyim-scheme.el |  2 +-
 2 files changed, 20 insertions(+), 3 deletions(-)

diff --git a/pyim-page.el b/pyim-page.el
index bf4040baeb..3f46cb3d29 100644
--- a/pyim-page.el
+++ b/pyim-page.el
@@ -182,7 +182,7 @@ page 的概念,比如,上面的 “nihao” 的 *待选词列表* 就可以
 :candidates candidates-showed
 :position position
 :hightlight-current hightlight-current
-:assistant-enable (pyim-scheme-assistant-status
+:assistant-enable (pyim-scheme-assistant-enable-p
 ;; Show page.
 (when (and (null unread-command-events)
(null unread-post-input-method-events))
@@ -500,7 +500,24 @@ pyim-page 的核心的功能,为此增加代码的复杂度和测试的难度
(if (equal 1 (point))
(concat "|" translated)
  (concat (replace-regexp-in-string (concat separator "'") "'" 
translated)
- " |" (buffer-substring-no-properties (point) 
(point-max
+ " |" (buffer-substring-no-properties (point) (point-max)
+ ;; 使用辅助输入法时,在 page 中提示默认输入法的 code, 这个功能对形码用户挺
+ ;; 有用。
+ (pyim-page--code-hint-of-default-scheme
+
+(defun pyim-page--code-hint-of-default-scheme ()
+  "获取当前词条在默认输入法下的 code 提示."
+  (when (pyim-scheme-assistant-enable-p)
+(let* ((word (nth (pyim-process-word-position)
+  (pyim-process-get-candidates)))
+   (codes (sort (pyim-cstring-to-codes
+ word (pyim-scheme-get pyim-default-scheme))
+(lambda (a b)
+  (< (length a) (length b)
+   (hint (string-join codes " ")))
+  (if (> (length hint) 0)
+  (format " [%s]" hint)
+" "
 
 (cl-defmethod pyim-page-preview-create ((scheme pyim-scheme-shuangpin) 
&optional separator)
   (let ((keymaps (pyim-scheme-shuangpin-keymaps scheme))
diff --git a/pyim-scheme.el b/pyim-scheme.el
index 606f9fcc6c..8bba47c078 100644
--- a/pyim-scheme.el
+++ b/pyim-scheme.el
@@ -162,7 +162,7 @@
 (defun pyim-scheme-get-all-schemes ()
   pyim-scheme--all-schemes)
 
-(defun pyim-scheme-assistant-status ()
+(defun pyim-scheme-assistant-enable-p ()
   pyim-scheme--enable-assistant-p)
 
 (defun pyim-scheme-enable-assistant ()



[elpa] externals/fontaine 9635653b16 3/3: Update to version 0.3.0

2022-07-05 Thread ELPA Syncer
branch: externals/fontaine
commit 9635653b16070dc290a98832d2515fe02f0605ac
Author: Protesilaos Stavrou 
Commit: Protesilaos Stavrou 

Update to version 0.3.0
---
 CHANGELOG.org | 41 +
 README.org|  6 +++---
 fontaine.el   |  2 +-
 3 files changed, 45 insertions(+), 4 deletions(-)

diff --git a/CHANGELOG.org b/CHANGELOG.org
index 0d6fc3f9bc..5d8109aea2 100644
--- a/CHANGELOG.org
+++ b/CHANGELOG.org
@@ -9,6 +9,47 @@ project's main git repository: 
.
 The newest release is at the top.  For further details, please consult
 the manual: .
 
+* Version 0.3.0 on 2022-07-06
+:PROPERTIES:
+:CUSTOM_ID: h:0112e468-9ead-4bfb-b93b-74c520bbec69
+:END:
+
+This is a stability release that introduces minor tweaks while
+formalising point releases which were already available to users.
+
++ Fixed a bug where a nil minibuffer history would produce an error
+  while trying to set a preset.
+
++ Required the =subr-x= library at compile time.  This is to avoid
+  scenaria where ~if-let~ and friends are not known to the byte
+  compiler.  Such a problem was reported by Ted Reed concerning their
+  Emacs 27 build:
+  
.
+
++ Simplified the text of the minibuffer prompt for the ~default~ face.
+  The =marginalia= package treats the candidates as faces when the word
+  "face" occurs in the prompt.  Generally that should be okay, though we
+  do not want it in our case.
+
++ Documented a reference to the "devel" variant of GNU ELPA.  This is
+  for users who want to use a version of the package built from the
+  latest commit instead of the last tagged release.  Read:
+  .
+
++ Refrained from erroring out with ~fontaine-set-preset~ if Emacs is not
+  in a graphical window (GUI) while the =emacs --daemon= is in use.  The
+  ~user-error~ is now limited to the case where a standalone frame is
+  non-graphial and the daemon is not running (the error is that you
+  cannot change fonts inside of TUI Emacs).  Thanks to Florent Teissier
+  for the patch!
+
++ Named the mailing list address as the =Maintainer:= of Denote.
+  Together with the other package headers, they help the user find our
+  primary sources and/or communication channels.  This change conforms
+  with work being done upstream in package.el by Philip Kaludercic.  I
+  was informed about it here:
+  
.
+
 * Version 0.2.0 on 2022-05-09
 :PROPERTIES:
 :CUSTOM_ID: h:f9399542-29b7-4d26-af82-090fed802cc8
diff --git a/README.org b/README.org
index 31d1437292..3094c76cdd 100644
--- a/README.org
+++ b/README.org
@@ -4,9 +4,9 @@
 #+language:  en
 #+options:   ':t toc:nil author:t email:t num:t
 #+startup:   content
-#+macro: stable-version 0.2.0
-#+macro: release-date 2022-05-09
-#+macro: development-version 0.3.0-dev
+#+macro: stable-version 0.3.0
+#+macro: release-date 2022-07-06
+#+macro: development-version 0.4.0-dev
 #+export_file_name:  fontaine.texi
 #+texinfo_filename:  fontaine.info
 #+texinfo_dir_category:  Emacs misc features
diff --git a/fontaine.el b/fontaine.el
index dc33bc34fd..4146c735fb 100644
--- a/fontaine.el
+++ b/fontaine.el
@@ -6,7 +6,7 @@
 ;; Maintainer: Fontaine Development <~protesilaos/fonta...@lists.sr.ht>
 ;; URL: https://git.sr.ht/~protesilaos/fontaine
 ;; Mailing-List: https://lists.sr.ht/~protesilaos/fontaine
-;; Version: 0.2.3
+;; Version: 0.3.0
 ;; Package-Requires: ((emacs "27.1"))
 
 ;; This file is NOT part of GNU Emacs.



[elpa] externals/fontaine 8217666537 2/3: Make the README.org front matter easier to read

2022-07-05 Thread ELPA Syncer
branch: externals/fontaine
commit 82176665373b979c672cf47d3353e6cd8d28f193
Author: Protesilaos Stavrou 
Commit: Protesilaos Stavrou 

Make the README.org front matter easier to read
---
 README.org | 42 ++
 1 file changed, 18 insertions(+), 24 deletions(-)

diff --git a/README.org b/README.org
index 449c657217..31d1437292 100644
--- a/README.org
+++ b/README.org
@@ -1,27 +1,21 @@
-#+title: fontaine.el: Set font configurations using presets
-#+author: Protesilaos Stavrou
-#+email: i...@protesilaos.com
-#+language: en
-#+options: ':t toc:nil author:t email:t num:t
-#+startup: content
-
-#+macro: stable-version 0.2.0
-#+macro: release-date 2022-05-09
-#+macro: development-version 0.3.0-dev
-#+macro: file @@texinfo:@file{@@$1@@texinfo:}@@
-#+macro: space @@texinfo:@: @@
-#+macro: kbd @@texinfo:@kbd{@@$1@@texinfo:}@@
-
-#+export_file_name: fontaine.texi
-
-#+texinfo_filename: fontaine.info
-#+texinfo_dir_category: Emacs misc features
-#+texinfo_dir_title: Fontaine: (fontaine)
-#+texinfo_dir_desc: Set font configurations using presets
-#+texinfo_header: @set MAINTAINERSITE @uref{https://protesilaos.com,maintainer 
webpage}
-#+texinfo_header: @set MAINTAINER Protesilaos Stavrou
-#+texinfo_header: @set MAINTAINEREMAIL @email{i...@protesilaos.com}
-#+texinfo_header: @set MAINTAINERCONTACT 
@uref{mailto:i...@protesilaos.com,contact the maintainer}
+#+title: fontaine.el: Set font configurations using presets
+#+author:Protesilaos Stavrou
+#+email: i...@protesilaos.com
+#+language:  en
+#+options:   ':t toc:nil author:t email:t num:t
+#+startup:   content
+#+macro: stable-version 0.2.0
+#+macro: release-date 2022-05-09
+#+macro: development-version 0.3.0-dev
+#+export_file_name:  fontaine.texi
+#+texinfo_filename:  fontaine.info
+#+texinfo_dir_category:  Emacs misc features
+#+texinfo_dir_title: Fontaine: (fontaine)
+#+texinfo_dir_desc:  Set font configurations using presets
+#+texinfo_header:@set MAINTAINERSITE 
@uref{https://protesilaos.com,maintainer webpage}
+#+texinfo_header:@set MAINTAINER Protesilaos Stavrou
+#+texinfo_header:@set MAINTAINEREMAIL @email{i...@protesilaos.com}
+#+texinfo_header:@set MAINTAINERCONTACT 
@uref{mailto:i...@protesilaos.com,contact the maintainer}
 
 #+texinfo: @insertcopying
 



[elpa] externals/fontaine updated (54b68afade -> 9635653b16)

2022-07-05 Thread ELPA Syncer
elpasync pushed a change to branch externals/fontaine.

  from  54b68afade Restore link to mailing list archive
   new  c2185289f4 List all the package's sources
   new  8217666537 Make the README.org front matter easier to read
   new  9635653b16 Update to version 0.3.0


Summary of changes:
 CHANGELOG.org | 41 +
 README.org| 54 ++
 fontaine.el   |  2 +-
 3 files changed, 68 insertions(+), 29 deletions(-)



[elpa] externals/fontaine c2185289f4 1/3: List all the package's sources

2022-07-05 Thread ELPA Syncer
branch: externals/fontaine
commit c2185289f4b1b9cfa8945918573788c3d4afb72b
Author: Protesilaos Stavrou 
Commit: Protesilaos Stavrou 

List all the package's sources
---
 README.org | 12 
 1 file changed, 8 insertions(+), 4 deletions(-)

diff --git a/README.org b/README.org
index 968840361a..449c657217 100644
--- a/README.org
+++ b/README.org
@@ -36,10 +36,14 @@ commit, is explicitly marked as such.
 
 Current development target is {{{development-version}}}.
 
-+ Homepage: https://protesilaos.com/emacs/fontaine.
-+ Change log: https://protesilaos.com/emacs/fontaine-changelog.
-+ Git repository: https://git.sr.ht/~protesilaos/fontaine.
-+ Mailing list: https://lists.sr.ht/~protesilaos/fontaine.
++ Package name (GNU ELPA): =fontaine=
++ Official manual: 
++ Change log: 
++ Git repo on SourceHut: 
+  - Mirrors:
++ GitHub: 
++ GitLab: 
++ Mailing list: 
 
 #+toc: headlines 8 insert TOC here, with eight headline levels