Home
last modified time | relevance | path

Searched +refs:extreme +refs:nthcdr +refs:open +refs:code +refs:limit (Results 1 – 8 of 8) sorted by relevance

/dports/lang/librep/librep_0.92.7/man/
H A Dlang.texi1374 @defun random @t{#!optional} limit
1379 Calling @code{random} with @var{limit} equal to the symbol @code{t}
1811 (eq (nthcdr 2 baz) bar)
1905 @defun nthcdr count list
1910 (nthcdr 3 '(0 1 2 3 4 5))
1913 (nthcdr 0 '(foo bar))
1956 The @code{nthcdr} function can be used in conjunction with the @code{rplaca}
1992 (eq (nthcdr 2 baz) bar)
2193 @code{rplacd}), @code{nth} and @code{nthcdr}.
4782 @code{require} and @code{open-structures} correspond to @code{open},
[all …]
/dports/lang/slib/slib-3b6/
H A Dslib.texi737 @code{open-input-file}, @code{open-output-file}, etc. The returned
772 @defvr Constant char-code-limit
3820 @samp{--hold-the-onions} and @samp{--verbosity-level=extreme}.
6617 @include limit.texi
7361 @code{*commands*} table, @code{open-database} or @code{open-database!}
10215 @defun nthcdr n lst
10216 @code{nthcdr} takes @var{n} @code{cdr}s of @var{lst} and returns the
10217 result. Thus @code{(nthcdr 3 @var{lst})} @equiv{} @code{(cdddr
10222 (nthcdr 2 '(a b c d))
10224 (nthcdr 0 '(a b c d))
[all …]
H A Dslib.info822 -- Constant: char-code-limit
3852 '--verbosity-level=extreme'. 'Getopt--' behaves as 'getopt' except |
9851 ;; limit doesn't exist
14412 -- Function: nthcdr n lst
14413 'nthcdr' takes N 'cdr's of LST and returns the result. Thus |
14417 (nthcdr 2 '(a b c d))
14419 (nthcdr 0 '(a b c d))
14433 (nthcdr 2 '(a b c d e))
17287 code!
18823 * nthcdr: Lists as sequences. (line 136)
[all …]
/dports/editors/emacs-devel/emacs-4d1968b/lisp/
H A DChangeLog.10256 limit better.
1181 Add an optional `limit' argument.
2504 Value t means no limit.
2848 * mail/smtpmail.el (smtpmail-open-stream): Don't hard code
4920 Better handling when file exist/open. Additional comments in code.
7040 (byte-optimize-nthcdr): Fix for case of wrong-length forms.
8482 Remove special code for open-paren-in-column-0.
16316 limit arg for backward searches.
16710 the limit.
17966 Put a limit on field-beginning search.
[all …]
/dports/editors/emacs/emacs-27.2/lisp/
H A DChangeLog.10256 limit better.
1181 Add an optional `limit' argument.
2504 Value t means no limit.
2848 * mail/smtpmail.el (smtpmail-open-stream): Don't hard code
4920 Better handling when file exist/open. Additional comments in code.
7040 (byte-optimize-nthcdr): Fix for case of wrong-length forms.
8482 Remove special code for open-paren-in-column-0.
16316 limit arg for backward searches.
16710 the limit.
17966 Put a limit on field-beginning search.
[all …]
/dports/editors/emacs-devel/emacs-4d1968b/
H A DChangeLog.373149 (byte-optimize-nth, byte-optimize-nthcdr):
103544 (imap-log, imap-open): Remove XEmacs compat code.
139500 Formerly logb returned an extreme fixnum to represent
139502 we have bignums and there is no extreme integer.
146392 Tweak nthcdr for bignum efficiency
147120 * test/src/floatfns-tests.el (divide-extreme-sign):
147300 Fix glitches introduced by nthcdr changes
147303 nthcdr is supposed to yield a non-nil non-cons.
147313 Speed up (nthcdr N L) when L is circular
147343 nthcdr now works with bignums
[all …]
/dports/editors/emacs/emacs-27.2/
H A DChangeLog.314965 (imap-log, imap-open): Remove XEmacs compat code.
50920 Formerly logb returned an extreme fixnum to represent
50922 we have bignums and there is no extreme integer.
57812 Tweak nthcdr for bignum efficiency
58540 * test/src/floatfns-tests.el (divide-extreme-sign):
58720 Fix glitches introduced by nthcdr changes
58723 nthcdr is supposed to yield a non-nil non-cons.
58733 Speed up (nthcdr N L) when L is circular
58763 nthcdr now works with bignums
114094 * test/src/floatfns-tests.el (logb-extreme-fixnum): New test.
[all …]
/dports/editors/emacs/emacs-27.2/info/
H A Delisp.info6661 (nth n x) ≡ (car (nthcdr n x))
6667 -- Function: nthcdr n list
6672 is N or less, ‘nthcdr’ returns ‘nil’.
6674 (nthcdr 1 '(1 2 3 4))
6676 (nthcdr 10 '(1 2 3 4))
6678 (nthcdr 0 '(1 2 3 4))
15027 cdar nthcdr
22602 if Edebug reaches the limit of recursion depth instrumenting code
56054 lot of code in unexpected ways. So use it with extreme caution. A
59282 buffer. *Warning:* _Use this variable with extreme caution,
[all …]