update packages
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
;; -*- no-byte-compile: t; lexical-binding: nil -*-
|
||||
(define-package "with-editor" "20250531.2230"
|
||||
(define-package "with-editor" "20251101.2100"
|
||||
"Use the Emacsclient as $EDITOR."
|
||||
'((emacs "26.1")
|
||||
(compat "30.1"))
|
||||
:url "https://github.com/magit/with-editor"
|
||||
:commit "f32cd7b09d518b629bfaa3eeb92b539891c6b9bc"
|
||||
:revdesc "f32cd7b09d51"
|
||||
:commit "dbc694406c2fd8e9d3e6ffbc4f8aff4e8c28029f"
|
||||
:revdesc "dbc694406c2f"
|
||||
:keywords '("processes" "terminals")
|
||||
:authors '(("Jonas Bernoulli" . "emacs.with-editor@jonas.bernoulli.dev"))
|
||||
:maintainers '(("Jonas Bernoulli" . "emacs.with-editor@jonas.bernoulli.dev")))
|
||||
|
||||
@@ -6,8 +6,8 @@
|
||||
;; Homepage: https://github.com/magit/with-editor
|
||||
;; Keywords: processes terminals
|
||||
|
||||
;; Package-Version: 20250531.2230
|
||||
;; Package-Revision: f32cd7b09d51
|
||||
;; Package-Version: 20251101.2100
|
||||
;; Package-Revision: dbc694406c2f
|
||||
;; Package-Requires: ((emacs "26.1") (compat "30.1"))
|
||||
|
||||
;; SPDX-License-Identifier: GPL-3.0-or-later
|
||||
@@ -781,7 +781,7 @@ This works in `shell-mode', `term-mode', `eshell-mode' and
|
||||
(when-let ((v (getenv "EMACS_SERVER_FILE")))
|
||||
(vterm-send-string (format " export EMACS_SERVER_FILE=%S" v))
|
||||
(vterm-send-return))
|
||||
(vterm-send-string "clear")
|
||||
(vterm-send-string " clear")
|
||||
(vterm-send-return))
|
||||
(error "Cannot use sleeping editor in this buffer")))
|
||||
(t
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
This is with-editor.info, produced by makeinfo version 7.1.1 from
|
||||
This is with-editor.info, produced by makeinfo version 7.2 from
|
||||
with-editor.texi.
|
||||
|
||||
Copyright (C) 2015-2025 Jonas Bernoulli
|
||||
@@ -40,7 +40,7 @@ library is made available as a separate package. It also defines some
|
||||
additional functionality which makes it useful even for end-users, who
|
||||
don't use Magit or another package which uses it internally.
|
||||
|
||||
This manual is for With-Editor version 3.4.4.
|
||||
This manual is for With-Editor version 3.4.7.
|
||||
|
||||
Copyright (C) 2015-2025 Jonas Bernoulli
|
||||
<emacs.with-editor@jonas.bernoulli.dev>
|
||||
@@ -70,7 +70,6 @@ Using the With-Editor package
|
||||
* Configuring With-Editor::
|
||||
* Using With-Editor commands::
|
||||
|
||||
|
||||
|
||||
File: with-editor.info, Node: Using the With-Editor package, Next: Using With-Editor as a library, Prev: Top, Up: Top
|
||||
|
||||
@@ -364,21 +363,21 @@ Appendix B Variable Index
|
||||
* with-editor-sleeping-editor: Configuring With-Editor.
|
||||
(line 56)
|
||||
|
||||
|
||||
|
||||
Tag Table:
|
||||
Node: Top801
|
||||
Node: Using the With-Editor package2611
|
||||
Node: Configuring With-Editor3196
|
||||
Node: Using With-Editor commands7751
|
||||
Node: Using With-Editor as a library11051
|
||||
Node: Debugging13079
|
||||
Node: Function and Command Index13971
|
||||
Node: Variable Index15469
|
||||
Node: Top799
|
||||
Node: Using the With-Editor package2608
|
||||
Node: Configuring With-Editor3193
|
||||
Node: Using With-Editor commands7748
|
||||
Node: Using With-Editor as a library11048
|
||||
Node: Debugging13076
|
||||
Node: Function and Command Index13968
|
||||
Node: Variable Index15466
|
||||
|
||||
End Tag Table
|
||||
|
||||
|
||||
Local Variables:
|
||||
coding: utf-8
|
||||
Info-documentlanguage: en
|
||||
End:
|
||||
|
||||
Reference in New Issue
Block a user