update packages

This commit is contained in:
2025-02-26 20:16:44 +01:00
parent 59db017445
commit 45d49daef0
291 changed files with 16240 additions and 522600 deletions

View File

@@ -1,6 +1,6 @@
This is ivy.info, produced by makeinfo version 6.8 from ivy.texi.
Ivy manual, version 0.14.2
Ivy manual, version 0.15.0
Ivy is an interactive interface for completion in Emacs. Emacs uses
completion mechanism in a variety of contexts: code, menus, commands,
@@ -11,7 +11,7 @@ available choices while previewing in the minibuffer. Selecting the
final candidate is either through simple keyboard character inputs or
through powerful regular expressions.
Copyright (C) 20152023 Free Software Foundation, Inc.
Copyright (C) 20152025 Free Software Foundation, Inc.
Permission is granted to copy, distribute and/or modify this
document under the terms of the GNU Free Documentation License,
@@ -206,7 +206,7 @@ File: ivy.info, Node: Installing from Emacs Package Manager, Next: Installing
Ivy is installed alongside the counsel package, which is available
from two different package archives, GNU ELPA and MELPA. For the latest
stable version, use the GNU ELPA archive. For the latest development
snaphshot, use the GNU-devel ELPA archive.
snapshot, use the GNU-devel ELPA archive.
Ivy is split into three packages: ivy, swiper and counsel; by
installing counsel, the other two are brought in as dependencies. If
@@ -243,12 +243,12 @@ Configuration steps
First clone the Swiper repository with:
cd ~/git && git clone https://github.com/abo-abo/swiper
cd swiper && make compile
cd ~/git && git clone 'https://github.com/abo-abo/swiper.git'
cd swiper && make deps compile
Second, add these lines to the Emacs init file:
(add-to-list 'load-path "~/git/swiper/")
(add-to-list 'load-path "~/git/swiper")
(require 'ivy)
Then, update the code with:
@@ -1920,49 +1920,49 @@ Node: Top1192
Node: Introduction3103
Node: Installation5626
Node: Installing from Emacs Package Manager6002
Node: Installing from the Git repository7250
Node: Getting started8070
Node: Basic customization8377
Node: Key bindings8972
Node: Global key bindings9164
Node: Minibuffer key bindings11638
Node: Key bindings for navigation12870
Node: Key bindings for single selection action then exit minibuffer14077
Node: Key bindings for multiple selections and actions keep minibuffer open16761
Node: Key bindings that alter the minibuffer input19382
Node: Other key bindings21329
Node: Hydra in the minibuffer21707
Node: Saving the current completion session to a buffer24125
Node: Completion Styles25537
Node: ivy--regex-plus27295
Node: ivy--regex-ignore-order28781
Node: ivy--regex-fuzzy29149
Node: Customization29646
Node: Faces29832
Node: Defcustoms32261
Node: Actions33587
Node: What are actions?33913
Node: How can different actions be called?34731
Node: How to modify the actions list?35302
Node: Example - add two actions to each command35962
Node: How to undo adding the two actions36921
Node: How to add actions to a specific command37373
Node: Example - define a new command with several actions37789
Node: Test the above function with ivy-occur38726
Node: Packages39568
Node: Commands40533
Node: File Name Completion40718
Node: Using TRAMP42675
Node: Buffer Name Completion44177
Node: Counsel commands44792
Node: API45439
Node: Required arguments for ivy-read46037
Node: Optional arguments for ivy-read46556
Node: Example - counsel-describe-function49982
Node: Example - counsel-locate52966
Node: Example - ivy-read-with-extra-properties56835
Node: Variable Index58113
Node: Keystroke Index65237
Node: Installing from the Git repository7249
Node: Getting started8079
Node: Basic customization8386
Node: Key bindings8981
Node: Global key bindings9173
Node: Minibuffer key bindings11647
Node: Key bindings for navigation12879
Node: Key bindings for single selection action then exit minibuffer14086
Node: Key bindings for multiple selections and actions keep minibuffer open16770
Node: Key bindings that alter the minibuffer input19391
Node: Other key bindings21338
Node: Hydra in the minibuffer21716
Node: Saving the current completion session to a buffer24134
Node: Completion Styles25546
Node: ivy--regex-plus27304
Node: ivy--regex-ignore-order28790
Node: ivy--regex-fuzzy29158
Node: Customization29655
Node: Faces29841
Node: Defcustoms32270
Node: Actions33596
Node: What are actions?33922
Node: How can different actions be called?34740
Node: How to modify the actions list?35311
Node: Example - add two actions to each command35971
Node: How to undo adding the two actions36930
Node: How to add actions to a specific command37382
Node: Example - define a new command with several actions37798
Node: Test the above function with ivy-occur38735
Node: Packages39577
Node: Commands40542
Node: File Name Completion40727
Node: Using TRAMP42684
Node: Buffer Name Completion44186
Node: Counsel commands44801
Node: API45448
Node: Required arguments for ivy-read46046
Node: Optional arguments for ivy-read46565
Node: Example - counsel-describe-function49991
Node: Example - counsel-locate52975
Node: Example - ivy-read-with-extra-properties56844
Node: Variable Index58122
Node: Keystroke Index65246

End Tag Table