File: fns.c.html

Defined variables (6)

featuresA list of symbols which are the features of the executing Emacs.
overriding-plist-environmentAn alist that overrides the plists of the symbols which it lists.
use-dialog-boxNon-nil means mouse commands use dialog boxes to ask questions.
use-file-dialogNon-nil means mouse commands use a file dialog to ask for files.
use-short-answersNon-nil means ‘yes-or-no-p’ uses shorter answers "y" or "n".
yes-or-no-promptString to append when ‘yes-or-no-p’ asks a question.

Defined functions (104)

append(&rest SEQUENCES)
assoc(KEY ALIST &optional TESTFN)
assq(KEY ALIST)
base64-decode-region(BEG END &optional BASE64URL IGNORE-INVALID)
base64-decode-string(STRING &optional BASE64URL IGNORE-INVALID)
base64-encode-region(BEG END &optional NO-LINE-BREAK)
base64-encode-string(STRING &optional NO-LINE-BREAK)
base64url-encode-region(BEG END &optional NO-PAD)
base64url-encode-string(STRING &optional NO-PAD)
buffer-hash(&optional BUFFER-OR-NAME)
buffer-line-statistics(&optional BUFFER-OR-NAME)
clear-string(STRING)
clrhash(TABLE)
compare-strings(STR1 START1 END1 STR2 START2 END2 &optional IGNORE-CASE)
concat(&rest SEQUENCES)
copy-alist(ALIST)
copy-hash-table(TABLE)
copy-sequence(ARG)
define-hash-table-test(NAME TEST HASH)
delete(ELT SEQ)
delq(ELT LIST)
elt(SEQUENCE N)
eql(OBJ1 OBJ2)
equal(O1 O2)
equal-including-properties(O1 O2)
featurep(FEATURE &optional SUBFEATURE)
fillarray(ARRAY ITEM)
get(SYMBOL PROPNAME)
gethash(KEY TABLE &optional DEFAULT)
hash-table-count(TABLE)
hash-table-p(OBJ)
hash-table-rehash-size(TABLE)
hash-table-rehash-threshold(TABLE)
hash-table-size(TABLE)
hash-table-test(TABLE)
hash-table-weakness(TABLE)
identity(ARGUMENT)
internal--hash-table-buckets(HASH-TABLE)
internal--hash-table-histogram(HASH-TABLE)
internal--hash-table-index-size(HASH-TABLE)
length(SEQUENCE)
length<(SEQUENCE LENGTH)
length=(SEQUENCE LENGTH)
length>(SEQUENCE LENGTH)
line-number-at-pos(&optional POSITION ABSOLUTE)
load-average(&optional USE-FLOATS)
locale-info(ITEM)
make-hash-table(&rest KEYWORD-ARGS)
mapc(FUNCTION SEQUENCE)
mapcan(FUNCTION SEQUENCE)
mapcar(FUNCTION SEQUENCE)
mapconcat(FUNCTION SEQUENCE &optional SEPARATOR)
maphash(FUNCTION TABLE)
md5(OBJECT &optional START END CODING-SYSTEM NOERROR)
member(ELT LIST)
memq(ELT LIST)
memql(ELT LIST)
nconc(&rest LISTS)
nreverse(SEQ)
ntake(N LIST)
nth(N LIST)
nthcdr(N LIST)
object-intervals(OBJECT)
plist-get(PLIST PROP &optional PREDICATE)
plist-member(PLIST PROP &optional PREDICATE)
plist-put(PLIST PROP VAL &optional PREDICATE)
proper-list-p(OBJECT)
provide(FEATURE &optional SUBFEATURES)
put(SYMBOL PROPNAME VALUE)
puthash(KEY VALUE TABLE)
random(&optional LIMIT)
rassoc(KEY ALIST)
rassq(KEY ALIST)
remhash(KEY TABLE)
require(FEATURE &optional FILENAME NOERROR)
reverse(SEQ)
safe-length(LIST)
secure-hash(ALGORITHM OBJECT &optional START END BINARY)
secure-hash-algorithms()
sort
string-as-multibyte(STRING)
string-as-unibyte(STRING)
string-bytes(STRING)
string-collate-equalp(S1 S2 &optional LOCALE IGNORE-CASE)
string-collate-lessp(S1 S2 &optional LOCALE IGNORE-CASE)
string-distance(STRING1 STRING2 &optional BYTECOMPARE)
string-equal(S1 S2)
string-lessp(STRING1 STRING2)
string-make-multibyte(STRING)
string-make-unibyte(STRING)
string-search(NEEDLE HAYSTACK &optional START-POS)
string-to-multibyte(STRING)
string-to-unibyte(STRING)
string-version-lessp(STRING1 STRING2)
substring(STRING &optional FROM TO)
substring-no-properties(STRING &optional FROM TO)
sxhash-eq(OBJ)
sxhash-eql(OBJ)
sxhash-equal(OBJ)
sxhash-equal-including-properties(OBJ)
take(N LIST)
value<(A B)
vconcat(&rest SEQUENCES)
yes-or-no-p(PROMPT)

Defined faces (0)