Home
last modified time | relevance | path

Searched +refs:listify +refs:key +refs:sequence (Results 1 – 25 of 76) sorted by relevance

1234

/dports/editors/emacs/emacs-27.2/doc/lispref/
H A Dcommands.texi1310 binding of the key sequence.
2292 @code{read-key-sequence-vector} instead of @code{read-key-sequence}, and
2301 string, use @code{listify-key-sequence} (@pxref{Event Input Misc})
2420 @cindex key sequence input
2452 a key sequence to be defined.
2457 in the middle of a key sequence, or at the start of the sequence but
2464 one key sequence.
2470 (read-key-sequence "?")
2492 @cindex upper case key sequence
2947 @code{listify-key-sequence} (see below).
[all …]
/dports/editors/emacs-devel/emacs-4d1968b/doc/lispref/
H A Dcommands.texi1432 binding of the key sequence.
2612 If you read a key sequence with @code{read-key-sequence-vector} (or
2613 @code{read-key-sequence}), or access a key sequence with
2732 @cindex key sequence input
2764 a key sequence to be defined.
2771 until after the current key sequence.
2776 one key sequence.
2782 (read-key-sequence "?")
2804 @cindex upper case key sequence
3282 @code{listify-key-sequence} (see below).
[all …]
/dports/devel/meson/meson-0.60.3/mesonbuild/mesonlib/
H A Duniversal.py.orig118 'listify',
789 # compare each sequence in order
791 # sort a non-digit sequence before a digit sequence
1301 def listify(item: T.Any, flatten: bool = True) -> T.List[T.Any]:
1312 result += listify(i, flatten=True)
1326 return listify(fetch(key, []), flatten=True)
1510 rx_keys = [re.escape(key) for key in values if key not in ('@INPUT@', '@OUTPUT@')]
2014 elif key.lang is not None:
2016 elif key.name in _BUILTIN_NAMES or key.module:
2019 assert key.machine is MachineChoice.HOST, str(key)
[all …]
/dports/databases/pgloader3/iterate-20200610-git/
H A Diterate.lisp1107 (defun listify (x) function
1312 (defun index-add (key thing index)
1313 (push (cons key thing) (cdr index)))
1601 (vars (listify var)))
1870 ((or (subtypep 'sequence type) (subtypep 'symbol type)
1871 (subtypep type 'sequence) (subtypep type 'symbol))
2214 (seq-var (if (or access-fn (not (symbolp sequence)))
2215 (make-var-and-default-binding 'sequence
2217 (seq-code (or seq-var sequence))
2598 :sequence-type 'sequence
[all …]
/dports/editors/emacs/emacs-27.2/doc/misc/
H A Deshell.texi331 @item listify
332 @cmindex listify
334 syntax, rather than Elisp syntax. For example, @samp{listify foo bar}
534 where @samp{TOKENS} is a space-separated sequence of values of
545 sequence of commands, as with almost any other shell script. Scripts
585 if the value is not a sequence
600 Again, raises an error if the value is not a sequence.
887 So that @kbd{M-@key{DEL}} acts in a predictable manner, etc.
953 @item @samp{(+ @key{RET} @key{SPC} @key{TAB}} does not cause @code{indent-according-to-mode} to occ…
1166 @samp{/usr/include/std@key{TAB}}.
[all …]
/dports/lang/gambit-c/gambit-4.9.3/lib/
H A Dpsyntax69c.ss138 ;;; (syntax-error key "invalid key")))
709 (define build-sequence
754 (build-sequence no-source
1589 (build-sequence no-source
1592 (define chi-top-sequence
1594 (build-sequence ae
2279 (define chi-sequence
2281 (build-sequence ae
2616 (define listify
2621 ((ex ...) (listify (syntax (ex ...))))
[all …]
H A Dpsyntax73.ss143 ;;; (syntax-error key "invalid key")))
761 (define build-sequence
816 (build-sequence no-source
1726 (build-sequence no-source
1729 (define chi-top-sequence
1731 (build-sequence ae
2441 (define chi-sequence
2443 (build-sequence ae
2791 (define listify
2796 ((ex ...) (listify (syntax (ex ...))))
[all …]
/dports/editors/emacs-devel/emacs-4d1968b/doc/misc/
H A Deshell.texi490 @item listify
491 @cmindex listify
493 syntax, rather than Elisp syntax. For example, @samp{listify foo bar}
522 be customized via @w{@kbd{M-x customize-group @key{RET} eshell-ls @key{RET}}}.
843 where @samp{TOKENS} is a space-separated sequence of values of
854 sequence of commands, as with almost any other shell script. Scripts
894 if the value is not a sequence
909 Again, raises an error if the value is not a sequence.
1274 @item @samp{(+ @key{RET} @key{SPC} @key{TAB}} does not cause @code{indent-according-to-mode} to occ…
1487 @samp{/usr/include/std@key{TAB}}.
[all …]
/dports/math/gretl/gretl-2021d/utils/emacs/
H A Dgretl.el.bottom54 (define-key map "`" 'gretl-abbrev-start)
55 (define-key map ";" 'gretl-electric-semi)
56 (define-key map " " 'gretl-electric-space)
64 (define-key map "\M-\C-h" 'gretl-mark-defun)
73 (define-key map "\C-c\C-f" 'gretl-run-buffer)
79 (define-key map "\C-c]" 'gretl-close-block)
1073 (let (key first)
1076 (setq key (read-key-sequence nil)
1077 first (aref key 0))
1082 (eq (key-binding key) 'choose-completion)))
[all …]
/dports/lang/sbcl/sbcl-1.3.13/src/compiler/
H A Dsrctran.lisp1123 (flet ((listify (arg)
1136 (dolist (arg (listify arg))
4916 (if key (%coerce-callable-to-fun key) #'identity)))
4918 (deftransform stable-sort ((sequence predicate &key key)
4920 (let ((sequence-type (lvar-type sequence)))
4922 `(sb!impl::stable-sort-list sequence
4924 (if key (%coerce-callable-to-fun key) #'identity)))
4926 `(sb!impl::stable-sort-simple-vector sequence
4928 (and key (%coerce-callable-to-fun key))))
4930 `(sb!impl::stable-sort-vector sequence
[all …]
/dports/editors/emacs/emacs-27.2/info/
H A Delisp.info18437key-sequence
28425 be a string, use ‘listify-key-sequence’ (*note Event Input Misc::)
28552 key sequence.
28975listify-key-sequence’ (see below).
28992 -- Function: listify-key-sequence key
29688 A “key sequence”, or “key” for short, is a sequence of one or more input
30924 When the ‘read-key-sequence’ function reads a key sequence (*note Key
31032 The end of a key sequence is detected when that key sequence either is
31485 ‘:key-sequence KEY-SEQUENCE’
32116 ‘:key-sequence KEYS’
[all …]
/dports/editors/emacs-devel/emacs-4d1968b/lisp/
H A DChangeLog.3144 * subr.el (listify-key-sequence): Avoid the constant ?\M-\200.
1133 * subr.el (listify-key-sequence): Use a character constant to
2264 * isearch-mode.el (isearch-other-meta-char): Call listify-key-sequence.
2338 (Electric-buffer-menu-exit): Handle any key sequence.
2352 * subr.el (listify-key-sequence): New function.
2353 * simple.el (prefix-arg-internal): Use listify-key-sequence.
2356 For Emacs 19, use listify-key-sequence.
2358 (isearch-other-meta-char): Pass the whole key sequence.
2488 argument to key-binding is a key sequence, not a single key.
6140 Pass t as 2nd arg to read-key-sequence.
[all …]
H A DChangeLog.4188 * subr.el (substitute-key-definition): Skip cached menu key-equivs.
2395 * backquote.el (backquote-listify): Renamed from bq-listify.
2675 * term/x-win.el (system-key-alist): Renamed from vendor-key-syms.
4009 * comint.el (comint-dynamic-list-completions): Use read-key-sequence.
4059 * help-macro.el (make-help-screen): Use read-key-sequence.
5730 (function-key-map): Add translation for labeled help key.
6387 * tpu-mapper.el (tpu-gnu-map-key): Repaired the key name
6996 the backspace; instead look for a sequence CHAR BS CHAR BS CHAR BS...
7641 of an event when read-key-sequence has placed it in a singleton
8585 (vip-escape-to-emacs): Use read-key-sequence and key-binding.
[all …]
H A DChangeLog.7367 read-key-sequence with appropriate PROMPT arg.
867 listify-key-sequence.
930 listify-key-sequence. Setup last-command and this-command.
8627 copy-sequence doesn't work; the
10555 (kkc-non-kkc-command): Handle the key sequence as the same way as
10564 (quail-execute-non-quail-command): Handle the key sequence as the
13497 Use copy-sequence instead of c-copy-tree.
16278 (string-to-sequence): Doc string modified.
16541 function `vc-annotate' to key-sequence `C-x v g'.
18812 Use copy-sequence, not copy-list.
[all …]
H A DChangeLog.125053 to this-command-keys by read-key-sequence.
5104 * international/kkc.el (kkc-region): When a key sequence is not
8647 Use read-key-sequence.
11981 read-key-sequence when grabbing an up-event. Cleanup mouse-1
14468 * wid-edit.el (key-sequence): Rework widget to read key binding
14470 (widget-key-sequence-default-value): Default value for empty sequence.
14471 (widget-key-sequence-map): New map for reading key binding. Bind C-q.
14472 (widget-key-sequence-read-event): New command for C-q.
14473 (widget-key-sequence-validate, widget-key-sequence-value-to-internal)
14474 (widget-key-sequence-value-to-external): New functions.
[all …]
H A DChangeLog.5129 define-key forms.
472 * viper.el (vip-envelop-ESC-key): If an ESC-sequence translates
1134 * helper.el (Helper-help): Use read-key-sequence.
1445 (tpu-emacs-map-key): Renamed from tpu-gnu-map-key.
1828 key thru function-key-map.
2939 sequence in the args. Pass ARGS to massage-file even if no file name.
3384 * subr.el (listify-key-sequence-1, event-modifiers): Likewise.
4220 * subr.el (listify-key-sequence-1): Update for change in CHAR_META.
7036 copy-sequence hooks before adding to them, run hooks properly.
8013 sequence to be put back.
[all …]
/dports/editors/emacs/emacs-27.2/lisp/
H A DChangeLog.3144 * subr.el (listify-key-sequence): Avoid the constant ?\M-\200.
1133 * subr.el (listify-key-sequence): Use a character constant to
2264 * isearch-mode.el (isearch-other-meta-char): Call listify-key-sequence.
2338 (Electric-buffer-menu-exit): Handle any key sequence.
2352 * subr.el (listify-key-sequence): New function.
2353 * simple.el (prefix-arg-internal): Use listify-key-sequence.
2356 For Emacs 19, use listify-key-sequence.
2358 (isearch-other-meta-char): Pass the whole key sequence.
2488 argument to key-binding is a key sequence, not a single key.
6140 Pass t as 2nd arg to read-key-sequence.
[all …]
H A DChangeLog.4188 * subr.el (substitute-key-definition): Skip cached menu key-equivs.
2395 * backquote.el (backquote-listify): Renamed from bq-listify.
2675 * term/x-win.el (system-key-alist): Renamed from vendor-key-syms.
4009 * comint.el (comint-dynamic-list-completions): Use read-key-sequence.
4059 * help-macro.el (make-help-screen): Use read-key-sequence.
5730 (function-key-map): Add translation for labeled help key.
6387 * tpu-mapper.el (tpu-gnu-map-key): Repaired the key name
6996 the backspace; instead look for a sequence CHAR BS CHAR BS CHAR BS...
7641 of an event when read-key-sequence has placed it in a singleton
8585 (vip-escape-to-emacs): Use read-key-sequence and key-binding.
[all …]
H A DChangeLog.7367 read-key-sequence with appropriate PROMPT arg.
867 listify-key-sequence.
930 listify-key-sequence. Setup last-command and this-command.
8627 copy-sequence doesn't work; the
10555 (kkc-non-kkc-command): Handle the key sequence as the same way as
10564 (quail-execute-non-quail-command): Handle the key sequence as the
13497 Use copy-sequence instead of c-copy-tree.
16278 (string-to-sequence): Doc string modified.
16541 function `vc-annotate' to key-sequence `C-x v g'.
18812 Use copy-sequence, not copy-list.
[all …]
H A DChangeLog.125053 to this-command-keys by read-key-sequence.
5104 * international/kkc.el (kkc-region): When a key sequence is not
8647 Use read-key-sequence.
11981 read-key-sequence when grabbing an up-event. Cleanup mouse-1
14468 * wid-edit.el (key-sequence): Rework widget to read key binding
14470 (widget-key-sequence-default-value): Default value for empty sequence.
14471 (widget-key-sequence-map): New map for reading key binding. Bind C-q.
14472 (widget-key-sequence-read-event): New command for C-q.
14473 (widget-key-sequence-validate, widget-key-sequence-value-to-internal)
14474 (widget-key-sequence-value-to-external): New functions.
[all …]
/dports/devel/p5-SOAP-WSDL/SOAP-WSDL-3.004/
H A DChanges196 special key "xmlattr".
199 Their value is included under the hash key "value", the only other
200 possible hash key is "xmlattr").
257 The inherited complexType variety (sequence/all/choice...) did not get
267 of child elements in a complexType sequence.
609 * [ 1826833 ] listify all XSD type objects when called as @{}
/dports/lang/p5-List-MoreUtils/List-MoreUtils-0.430/
H A DREADME.md621 The key function is called in scalar context, being passed each value in turn as
640 Similar to sort\_by but compares its key values numerically.
808 The idea behind reduce\_0 is **summation** (addition of a sequence of numbers).
817 The idea behind reduce\_1 is product of a sequence of numbers.
1048 - listify
/dports/print/auctex/auctex-12.2/
H A DChangeLog.11020 accidental %-sequence.
6020 Fix bug in TeX-command-sequence
6576 (TeX-command-sequence): Use it.
6657 (TeX-command-sequence-count-same-command)
6658 (TeX-command-sequence-count, TeX-command-sequence-last-command)
6659 (TeX-command-sequence-sentinel, TeX-command-sequence-command): New
6661 (TeX-command-sequence): New function.
7804 (LaTeX-listify-package-options): Use setq instead of add-to-list
8307 (TeX-shdex-in-p TeX-shdex-listify): New defsubst.
10480 (LaTeX-listify-package-options): Rewrite so that the function can
[all …]
/dports/math/maxima/maxima-5.43.2/doc/info/
H A Dmaxima.info-27355 'listify' replaces only the main operator.
7491 -- Function: listify (<a>)
7494 Otherwise, 'listify' returns <a>.
7500 (%i1) listify ({a, b, c, d});
7502 (%i2) listify (F ({a, b, c, d}));
7774 'listify'. Otherwise, 'setequalp' returns 'false'.
7869 (%i3) map (lambda ([x], apply (union, listify (x))), p);
8164 a sequence of expressions, you do
17676 End of animation sequence
18258 End of animation sequence
[all …]
/dports/math/py-rpy2/rpy2-3.4.5/
H A DNEWS482 - Querying an R environment with an invalid key will generate a :class:`TypeError`
721 (not an other sequence).
896 but it not a sequence nor an iterator was causing a segfault (issue #407).
906 but it not a sequence nor an iterator was causing a segfault (issue #407 -
919 - Giving an empty sequence to :meth:`robjects.sequence_to_vector` is now
1030 wrapper for the R library 'grDevices', exposing few key functions in
1077 - Looking for a missing key in an R environment (using `__getitem__` or `[`)
2702 - module :mod:`functional` with the functions :func:`tapply`, :func:`listify`, :func:`iterify`.

1234