-
-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathmagit-popup.texi
804 lines (604 loc) · 27.8 KB
/
magit-popup.texi
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
\input texinfo @c -*- texinfo -*-
@c %**start of header
@setfilename magit-popup.info
@settitle Magit-Popup User Manual
@documentencoding UTF-8
@documentlanguage en
@c %**end of header
@copying
@quotation
Copyright (C) 2015-2020 Jonas Bernoulli <jonas@@bernoul.li>
You can redistribute this document and/or modify it under the terms
of the GNU General Public License as published by the Free Software
Foundation, either version 3 of the License, or (at your option) any
later version.
This document is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE@. See the GNU
General Public License for more details.
@end quotation
@end copying
@dircategory Emacs
@direntry
* Magit-Popup: (magit-popup). Infix arguments with feedback.
@end direntry
@finalout
@titlepage
@title Magit-Popup User Manual
@subtitle for version 2.13.3
@author Jonas Bernoulli
@page
@vskip 0pt plus 1filll
@insertcopying
@end titlepage
@contents
@ifnottex
@node Top
@top Magit-Popup User Manual
This package implements a generic interface for toggling switches
and setting options and then invoking an Emacs command that does
something with these arguments. Usually the command calls an
external process with the specified arguments.
This package has been superseded by Transient (@ref{Top,,,transient,}).
No new features will be added but bugs will be fixed.
@noindent
This manual is for Magit-Popup version 2.13.3.
@quotation
Copyright (C) 2015-2020 Jonas Bernoulli <jonas@@bernoul.li>
You can redistribute this document and/or modify it under the terms
of the GNU General Public License as published by the Free Software
Foundation, either version 3 of the License, or (at your option) any
later version.
This document is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE@. See the GNU
General Public License for more details.
@end quotation
@end ifnottex
@menu
* Introduction::
* Usage::
* Defining Prefix and Suffix Commands::
@detailmenu
--- The Detailed Node Listing ---
Usage
* Customizing Existing Popups::
* Other Options::
Defining Prefix and Suffix Commands
* Defining Prefix Commands::
* Defining Suffix Commands::
@end detailmenu
@end menu
@node Introduction
@chapter Introduction
Taking inspiration from regular prefix commands and prefix arguments,
this library implements a similar abstraction; a new kind of prefix
command that is associated with a specific set of infix arguments and
suffix commands.
Invoking such a prefix command displays a popup buffer which lists the
associated infix arguments and suffix commands. In that buffer each
argument is prefixed with the key sequence that can be used to toggle
it or change its value. Likewise each suffix command is prefixed with
the key used to invoke it. Such a popup buffer might look like this:
@example
,-----------------------------------------
|Switches
| -l Show graph (--graph)
| -d Show refnames (--decorate)
|
|Options
| =m Search messages (--grep="popup")
| =p Search patches (-G)
|
|Action
| l Show log for current branch
| o Show log for another branch
'-----------------------------------------
@end example
The user could then for example type @code{-l} to toggle the @code{--graph} @strong{switch}
(when it is on then it is shown in green, otherwise in gray), or @code{=m} to
change the value of the @strong{option} @code{--grep}.
Once all arguments are as desired one invokes a suffix command, which
causes the popup buffer to disappear. The suffix command should then
retrieve the infix arguments in its @code{interactive} form like this is done
for prefix arguments.
While such "prefix-infix-suffix" combos were inspired by regular
prefix commands and prefix arguments, they are also quite different.
This should illustrate the most basic differences:
@itemize
@item
A regular prefix command
@example
/- command1
prefix --- command2
\- command3
@end example
@item
Prefix arguments
@example
/- command1
C-u ... --- command2
\- well any command
@end example
@item
A Prefix-Infix-Suffix combo
@example
/- argument1 -\ /- suffix1
prefix----- argument2 --+-- suffix2
^ \- argument3 -/
| |
'--------'
(refresh buffer)
@end example
@end itemize
This package has been superseded by Transient (@ref{Top,,,transient,}). No
new features will be added but bugs will be fixed.
@node Usage
@chapter Usage
Every popup buffers created with a prefix command contains a section
named "Actions" listing the available suffix commands. Most buffers
also contain a "Switches" and/or an "Options" section which list the
two types of infix arguments separately.
Switches are arguments that can be toggled on or off. When a switch
is active then it is shown in color, when it is off then it is shown
in gray (of course the details depend on the color theme in use).
Options are arguments that have a value. When an option has a value
then that is shown after the option itself. Because for some options
the empty string is a valid value, options are additionally colorized
like switches to indicate whether they are active or not.
The events bound to suffix commands are always single alphabetic
characters. The bindings for arguments are always two events long.
For switches the first key is always @code{-}, for options it is always @code{=}.
The second key is always an alphabetic character.
By default popup buffers also feature a section listing commands
common to all popups. To avoid conflicts with suffix commands, the
bindings of these common commands are not alphabetic characters. This
section is shown by default so that documentation-resistant users get
a chance to notice them.
@defopt magit-popup-show-common-commands
This option controls whether the section that lists the commands
that are common to all popups is initially shown.
By default this is not the case, but note that you can temporarily
show this section using @code{C-t}, which therefore is the only common
command you actually have to memorize.
@end defopt
@table @asis
@kindex C-t
@cindex magit-popup-toggle-show-common-commands
@item @kbd{C-t} @tie{}@tie{}@tie{}@tie{}(@code{magit-popup-toggle-show-common-commands})
Show or hide the section listing the commands shared by all popups.
@kindex C-g
@cindex magit-popup-quit
@item @kbd{C-g} @tie{}@tie{}@tie{}@tie{}(@code{magit-popup-quit})
Quit popup buffer without invoking a suffix command.
@end table
Without further action, setting arguments only affects the next suffix
command. Invoking the same prefix command again resets the arguments
to their default value, but the defaults can be changed directly from
the popup buffer itself. For a prefix command named @code{NAME-popup} the
default values are stored as the value of the custom option named
@code{NAME-arguments}. While this option can be customized using the Custom
interface, it is better to do so directly from the popup buffer.
@table @asis
@kindex C-c C-c
@cindex magit-popup-set-default-arguments
@item @kbd{C-c C-c} @tie{}@tie{}@tie{}@tie{}(@code{magit-popup-set-default-arguments})
This sets the default value for the arguments for the current popup.
Then the popup buffer is closed without invoking a suffix command;
unless a prefix argument is used in which case the popup remains
open.
@kindex C-x C-s
@cindex magit-popup-save-default-arguments
@item @kbd{C-x C-s} @tie{}@tie{}@tie{}@tie{}(@code{magit-popup-save-default-arguments})
This sets the default value for the arguments for the current popup
and saves it for future Emacs sessions.
Then the popup buffer is closed without invoking an action; unless a
prefix argument is used in which case the popup remains open.
@end table
It is also possible to add additional arguments and commands to an
existing popup, but that cannot be done directly from the popup (or
the Custom interface). See @ref{Customizing Existing Popups}.
Documentation about a popup's arguments and commands can be shown
directly from the popup.
@table @asis
@kindex C-h i
@cindex magit-popup-info
@item @kbd{C-h i} @tie{}@tie{}@tie{}@tie{}(@code{magit-popup-info})
Show this manual.
@kindex ?
@cindex magit-popup-help
@item @kbd{?} @tie{}@tie{}@tie{}@tie{}(@code{magit-popup-help})
This command reads a key sequence and then shows the documentation
of the argument or command that sequence is bound to. In other
words type the same keys that you would use to invoke the argument
or command, but prefix the sequence with @code{?}.
For suffix commands this shows the doc-string. For arguments this
command can only show something for popups that have an associated
man-page. If the man-page is set, then this command displays it in
a separate buffer and puts point on the entry about the argument in
question.
The buffer which is used to display the documentation is selected.
Simply press @code{q} to leave that buffer and restore the old window
configuration.
@end table
While it isn't very useful, it is possible to move around in a popup
buffer using @code{C-p} and @code{C-n}, and to invoke the argument or command at
point using @code{RET}. But it is much more efficient to use the dedicated
key bindings instead, so these commands are not listed in popup
buffers along with the other common commands.
@menu
* Customizing Existing Popups::
* Other Options::
@end menu
@node Customizing Existing Popups
@section Customizing Existing Popups
It is possible to define additional infix arguments and suffix
commands to an existing popup using the following functions.
You can find some examples which use the below commands at
@uref{https://github.com/magit/magit/wiki/Additional-proposed-infix-arguments-and-suffix-commands}.
@defun magit-define-popup-switch popup key desc switch &optional enable at prepend
In POPUP, define KEY as SWITCH@.
POPUP is a popup command defined using @code{magit-define-popup}. SWITCH
is a string representing an argument that takes no value. KEY is a
character representing the second event in the sequence of
keystrokes used to toggle the argument. (The first event, the
prefix, is shared among all switches, defaults to @code{-}, and can be
changed in @code{magit-popup-mode-keymap}).
DESC is a string describing the purpose of the argument, it is
displayed in the popup.
If optional ENABLE is non-nil then the switch is on by default.
SWITCH is inserted after all other switches already defined for
POPUP, unless optional PREPEND is non-nil, in which case it is
placed first. If optional AT is non-nil then it should be the KEY
of another switch already defined for POPUP, the argument is then
placed before or after AT, depending on PREPEND@.
@end defun
@defun magit-define-popup-option popup key desc option &optional reader value at prepend
In POPUP, define KEY as OPTION@.
POPUP is a popup command defined using @code{magit-define-popup}. OPTION
is a string representing an argument that takes a value. KEY is a
character representing the second event in the sequence of
keystrokes used to set the argument's value. (The first event, the
prefix, is shared among all options, defaults to @code{=}, and can be
changed in @code{magit-popup-mode-keymap}).
DESC is a string describing the purpose of the argument, it is
displayed in the popup.
If optional VALUE is non-nil then the option is on by default, and
VALUE is its default value.
READER is used to read a value from the user when the option is
invoked and does not currently have a value. (When the option
has a value, then invoking the option causes it to be unset.)
This function must take two arguments but may choose to ignore
them. The first argument is the name of the option (with ": \"
appended, unless it ends with "=") and can be used as the
prompt. The second argument is nil or the value that was in
effect before the option was unset, which may be suitable as
initial completion input. If no reader is specified, then
@code{read-from-minibuffer} is used.
OPTION is inserted after all other options already defined for
POPUP, unless optional PREPEND is non-nil, in which case it is
placed first. If optional AT is non-nil then it should be the KEY
of another option already defined for POPUP, the argument is then
placed before or after AT, depending on PREPEND@.
@end defun
@defun magit-define-popup-action popup key desc command &optional at prepend
In POPUP, define KEY as COMMAND@.
POPUP is a popup command defined using @code{magit-define-popup}. COMMAND
can be any command but should usually consume the popup arguments in
its @code{interactive} form. KEY is a character representing the event
used invoke the action, i.e. to interactively call the COMMAND@.
DESC is a string describing the purpose of the action, it is
displayed in the popup.
COMMAND is inserted after all other commands already defined for
POPUP, unless optional PREPEND is non-nil, in which case it is
placed first. If optional AT is non-nil then it should be the KEY
of another command already defined for POPUP, the command is then
placed before or after AT, depending on PREPEND@.
@end defun
@defun magit-define-popup-sequence-action popup key desc command &optional at prepend
Like @code{magit-define-popup-action}, but modifies the value of the
@code{:sequence-actions} property instead of @code{:actions}.
@end defun
@defun magit-define-popup-variable popup key desc command formatter &optional at prepend
In POPUP, define KEY as COMMAND@.
POPUP is a popup command defined using @code{magit-define-popup}. COMMAND
is a command which calls @code{magit-popup-set-variable}. FORMATTER is a
function which calls @code{magit-popup-format-variable}. These two
functions have to be called with the same arguments.
KEY is a character representing the event used interactively call
the COMMAND@.
DESC is the variable or a representation thereof. It's not actually
used for anything.
COMMAND is inserted after all other commands already defined for
POPUP, unless optional PREPEND is non-nil, in which case it is
placed first. If optional AT is non-nil then it should be the KEY
of another command already defined for POPUP, the command is then
placed before or after AT, depending on PREPEND."
@end defun
@defun magit-change-popup-key popup type from to
In POPUP, bind TO to what FROM was bound to. TYPE is one of
@code{:action}, @code{:sequence-action}, @code{:switch}, or @code{:option}. Bind TO and unbind
FROM, both are characters.
@end defun
@defun magit-remove-popup-key popup type key
In POPUP, remove KEY's binding of TYPE@. POPUP is a popup command
defined using @code{magit-define-popup}. TYPE is one of @code{:action},
@code{:sequence-action}, @code{:switch}, or @code{:option}. KEY is the character which
is to be unbound.
@end defun
It is also possible to change other aspects of a popup by setting a
property using @code{plist-put}. See @ref{Defining Prefix Commands} for valid
properties. The most likely change Magit users might want to make
is:
@lisp
(plist-put magit-show-refs-popup :use-prefix nil)
@end lisp
@node Other Options
@section Other Options
@defopt magit-popup-use-prefix-argument
This option controls the effect that the use of a prefix argument
before entering a popup has.
@itemize
@item
@code{default}
With a prefix argument directly invoke the popup's
default action (an Emacs command), instead of bringing
up the popup.
@item
@code{popup}
With a prefix argument bring up the popup, otherwise
directly invoke the popup's default action.
@item
@code{nil}
Ignore prefix arguments.
@end itemize
This option can be overridden for individual popups.
@code{magit-show-refs-popup} for example defaults to invoking the default
action directly. It only shows the popup buffer when a prefix
argument is used. See @ref{Customizing Existing Popups}.
@end defopt
@defopt magit-popup-manpage-package
The Emacs package used to display man-pages, one of @code{man} or @code{woman}.
@end defopt
@defopt magit-popup-display-buffer-action
The option controls how the window used to display a popup buffer is
created. Popup buffers are displayed using @code{display-buffer} with the
value of this option as ACTION argument. You can also set this to
nil and instead add an entry to @code{display-buffer-alist}.
@end defopt
To emphasize the default action by making it bold use this:
@lisp
(button-type-put 'magit-popup-action-button 'format " %k %D")
@end lisp
@node Defining Prefix and Suffix Commands
@chapter Defining Prefix and Suffix Commands
If you write an extension for Magit then you should use this library
now and later when @code{transient} is released port to that.
If you are considering using this library to define popups for
packages not related to Magit, then keep in mind that it will be
superseded eventually. Once @code{transient} has been released I will only
fix bugs in @code{magit-popup} but not implement any new features.
Also consider using @code{hydra} instead. To some extend @code{magit-popup} and
@code{hydra} are similar but have a different focus. The main purpose of
@code{magit-popup} is to pass infix arguments to suffix commands. If all you
need is a command dispatcher then you are better of using @code{hydra}. Of
course @code{hydra} may also be a better fit not only because of the features
it lacks, but also because of the features it provides, which are in
turn missing from @code{magit-popup}.
Here is an example of how one defines a prefix command along with its
infix arguments, and then also one of its suffix commands.
@lisp
;;;###autoload (autoload 'magit-tag-popup "magit" nil t)
(magit-define-popup magit-tag-popup
"Show popup buffer featuring tagging commands."
'magit-commands
:man-page "git-tag"
:switches '((?a "Annotate" "--annotate")
(?s "Sign" "--sign")
(?f "Force" "--force"))
:actions '((?t "Create" magit-tag)
(?k "Delete" magit-tag-delete)
(?p "Prune" magit-tag-prune))
:default-action 'magit-tag)
;;;###autoload
(defun magit-tag (name rev &optional args)
"Create a new tag with the given NAME at REV."
(interactive (list (magit-read-tag "Tag name")
(magit-read-branch-or-commit "Place tag on")
(magit-tag-arguments)))
(magit-run-git-with-editor "tag" args name rev))
@end lisp
@menu
* Defining Prefix Commands::
* Defining Suffix Commands::
@end menu
@node Defining Prefix Commands
@section Defining Prefix Commands
Prefix commands and their infix arguments are defined using the macro
@code{magit-define-popup}. The key bindings and descriptions of suffix
commands are also defined using that macro, but the actual interactive
commands have to be defined separately using plain @code{defun}.
@defmac magit-define-popup name doc [group [mode [option]]] :keyword value@dots{}
This macro defines a popup named NAME@. The NAME should begin with
the package prefix and by convention end with @code{-popup}, it is used
as the name of the command which shows the popup and for an internal
variable (whose value is used to store information about the popup
and should not be accessed directly). DOC is the doc-string of the
popup command.
This macro also defines an option and a function both named
@code{SHORTNAME-arguments}, where SHORTNAME is NAME with the trailing
@code{-popup} removed. The name of this option and this function can be
overwritten using the optional argument OPTION, but that is rarely
advisable. As a special case if OPTION is specified but @code{nil}, then
this option and this function are not defined at all, which is
useful for popups that are used as simple dispatchers that offer no
arguments.
The option @code{SHORTNAME-arguments} holds the value for the popup
arguments. It can be customized from within the popup or using the
Custom interface. It can also have a buffer local value in any
non-popup buffer. The local value for the buffer from which the
popup command was invoked, can be set from within the popup buffer.
The function @code{SHORTNAME-arguments} returns the currently effective
value of the variable by the same name. See below for more
information.
Optional argument GROUP specifies the Custom group into which the
option is placed. If omitted then the option is placed into some
group the same way it is done when directly using @code{defcustom} and
omitting the group, except when NAME begins with "magit-", in
which case the group @code{magit-git-arguments} is used.
The optional argument MODE specifies the mode used by the popup
buffer. If it is omitted or @code{nil} then @code{magit-popup-mode} is used.
The remaining arguments should have the form @code{[KEYWORD VALUE]...}.
The following keywords are meaningful (and by convention are
usually specified in that order):
@itemize
@item
@code{:actions}
The actions which can be invoked from the popup. VALUE is a list
whose members have the form (KEY DESC COMMAND), see
@code{magit-define-popup-action} for details.
Actions are regular Emacs commands, which usually have an
@code{interactive} form setup to consume the values of the popup
@code{:switches} and @code{:options} when invoked from the corresponding popup,
else when invoked as the default action or directly without using
the popup, the default value of the variable @code{SHORTNAME-arguments}.
This is usually done by calling the function @code{SHORTNAME-arguments}.
Members of VALUE may also be strings and functions, assuming the
first member is a string or function. In that case the members
are split into sections and these special elements are used as
headings. If such an element is a function then it is called with
no arguments and must return either a string, which is used as the
heading, or nil, in which case the section is not inserted.
Members of VALUE may also be nil. This should only be used
together with @code{:max-action-columns} and allows having gaps in the
action grid, which can help arranging actions sensibly.
@item
@code{:default-action}
The default action of the popup which is used directly instead of
displaying the popup buffer, when the popup is invoked with a
prefix argument. Also see @code{magit-popup-use-prefix-argument} and
@code{:use-prefix}, which can be used to inverse the meaning of the
prefix argument.
@item
@code{:use-prefix}
Controls when to display the popup buffer and when to invoke the
default action (if any) directly. This overrides the global
default set using @code{magit-popup-use-prefix-argument}. The value, if
specified, should be one of @code{default} or @code{prefix}, or a function that
is called with no arguments and returns one of these symbols.
@item
@code{:max-action-columns}
The maximum number of actions to display on a single line, a
number or a function that return a number and takes the name of
the section currently being inserted as argument. If there isn't
enough room to display as many columns as specified here, then
fewer are used.
@item
@code{:switches}
The popup arguments which can be toggled on and off. VALUE is a
list whose members have the form @code{(KEY DESC SWITCH)}, see
@code{magit-define-popup-switch} for details.
Members of VALUE may also be strings and functions, assuming the
first member is a string or function. In that case the members
are split into sections and these special elements are used as
headings. If such an element is a function then it is called with
no arguments and must return either a string, which is used as the
heading, or nil, in which case the section is not inserted.
@item
@code{:options}
The popup arguments which take a value, as in "--opt~OPTVAL".
VALUE is a list whose members have the form @code{(KEY DESC OPTION
READER)}, see @code{magit-define-popup-option} for details.
Members of VALUE may also be strings and functions, assuming the
first member is a string or function. In that case the members
are split into sections and these special elements are used as
headings. If such an element is a function then it is called with
no arguments and must return either a string, which is used as the
heading, or nil, in which case the section is not inserted.
@item
@code{:default-arguments}
The default arguments, a list of switches (which are then enabled
by default) and options with there default values, as in
@code{"--OPT=OPTVAL"}.
@item
@code{:variables}
Variables which can be set from the popup. VALUE is a list
whose members have the form @code{(KEY DESC COMMAND FORMATTER)}, see
@code{magit-define-popup-variable} for details.
Members of VALUE may also be strings and functions, assuming the
first member is a string or function. In that case the members
are split into sections and these special elements are used as
headings. If such an element is a function then it is called with
no arguments and must return either a string, which is used as the
heading, or nil, in which case the section is not inserted.
Members of VALUE may also be actions as described above for
@code{:actions}.
VALUE may also be a function that returns a list as describe
above.
@item
@code{:sequence-predicate}
When this function returns non-nil, then the popup uses
@code{:sequence-actions} instead of @code{:actions}, and does not show the
@code{:switches} and @code{:options}.
@item
@code{:sequence-actions}
The actions which can be invoked from the popup, when
@code{:sequence-predicate} returns non-nil.
@item
@code{:setup-function}
When this function is specified, then it is used instead of
@code{magit-popup-default-setup}.
@item
@code{:refresh-function}
When this function is specified, then it is used instead of
calling @code{magit-popup-insert-section} three times with symbols
@code{magit-popup-switch-button}, @code{magit-popup-option-button}, and finally
@code{magit-popup-action-button} as argument.
@item
@code{:man-page}
The name of the manpage to be displayed when the user requests
help for an argument.
@end itemize
@end defmac
@node Defining Suffix Commands
@section Defining Suffix Commands
Commands intended to be invoked from a particular popup should
determine the currently effective arguments by calling the function
@code{SHORTNAME-arguments} inside their @code{interactive} form. This function
is created by the @code{magit-define-popup} macro. For a popup named
@code{prefix-foo-popup} the name of this function is @code{prefix-foo-arguments}.
When the command was invoked as an action in the respective popup,
then this function returns the arguments that were set in the popup.
Otherwise when the command was invoked as the default of the popup (by
calling the popup command with a prefix argument), or without using
the popup command at all, then this function returns the buffer-local
or global value of the variable @code{SHORTNAME-arguments}.
Internally arguments are handled as a list of strings. This might not
be appropriate for the intended use inside commands, or it might be
necessary to manipulate that list somehow, i.e. to split "--ARG=VAL"
into "--ARG""VAL". This should be done by advising or redefining the
function @code{SHORTNAME-arguments}.
Internally @code{SHORNAME-arguments} used following variables and function.
Except when redefining the former, you should not use these directly.
@defvar magit-current-popup
The popup from which this editing command was invoked.
@end defvar
@defvar magit-current-popup-args
The value of the popup arguments for this editing command.
If the current command was invoked from a popup, then this is a list
of strings of all the set switches and options. This includes
arguments which are set by default not only those explicitly set
during this invocation.
When the value is nil, then that can be because no argument is set,
or because the current command wasn't invoked from a popup at all.
@end defvar
@defun magit-current-popup-args &rest args
This function returns the value of the popup arguments for this
editing command. The value is the same as that of the variable by
the same name, except that FILTER is applied. FILTER is a list of
regexps; only arguments that match one of them are returned. The
first element of FILTER may also be @code{:not} in which case only
arguments that don't match any of the regexps are returned, or @code{:only}
which doesn't change the behavior.
@end defun
@bye