File: editfns.c.html

Defined variables (9)

binary-as-unsignedNon-nil means ‘format’ %x and %o treat integers as unsigned.
buffer-access-fontified-propertyProperty which (if non-nil) indicates text has been fontified.
buffer-access-fontify-functionsList of functions called by ‘buffer-substring’ to fontify if necessary.
inhibit-field-text-motionNon-nil means text motion commands don’t notice fields.
operating-system-releaseThe kernel version of the operating system on which Emacs is running.
system-nameThe host name of the machine Emacs is running on.
user-full-nameThe full name of the user logged in.
user-login-nameThe user’s name, taken from environment variables if possible.
user-real-login-nameThe user’s name, based upon the real uid only.

Defined functions (80)

bobp()
bolp()
buffer-size(&optional BUFFER)
buffer-string()
buffer-substring(START END)
buffer-substring-no-properties(START END)
byte-to-position(BYTEPOS)
byte-to-string(BYTE)
char-after(&optional POS)
char-before(&optional POS)
char-equal(C1 C2)
char-to-string(CHAR)
compare-buffer-substrings(BUFFER1 START1 END1 BUFFER2 START2 END2)
constrain-to-field(NEW-POS OLD-POS &optional ESCAPE-FROM-EDGE ONLY-IN-LINE INHIBIT-CAPTURE-PROPERTY)
current-message()
delete-and-extract-region(START END)
delete-field(&optional POS)
delete-region(START END)
emacs-pid()
eobp()
eolp()
field-beginning(&optional POS ESCAPE-FROM-EDGE LIMIT)
field-end(&optional POS ESCAPE-FROM-EDGE LIMIT)
field-string(&optional POS)
field-string-no-properties(&optional POS)
following-char()
format(STRING &rest OBJECTS)
format-message(STRING &rest OBJECTS)
gap-position()
gap-size()
get-pos-property(POSITION PROP &optional OBJECT)
goto-char(POSITION)
group-gid()
group-name(GID)
group-real-gid()
insert(&rest ARGS)
insert-and-inherit(&rest ARGS)
insert-before-markers(&rest ARGS)
insert-before-markers-and-inherit(&rest ARGS)
insert-buffer-substring(BUFFER &optional START END)
insert-byte(BYTE COUNT &optional INHERIT)
insert-char(CHARACTER &optional COUNT INHERIT)
internal--labeled-narrow-to-region(START END LABEL)
internal--labeled-widen(LABEL)
line-beginning-position(&optional N)
line-end-position(&optional N)
mark-marker()
message(FORMAT-STRING &rest ARGS)
message-box(FORMAT-STRING &rest ARGS)
message-or-box(FORMAT-STRING &rest ARGS)
narrow-to-region(START END)
ngettext(MSGID MSGID-PLURAL N)
point()
point-marker()
point-max()
point-max-marker()
point-min()
point-min-marker()
pos-bol(&optional N)
pos-eol(&optional N)
position-bytes(POSITION)
preceding-char()
propertize(STRING &rest PROPERTIES)
region-beginning()
region-end()
replace-buffer-contents(SOURCE &optional MAX-SECS MAX-COSTS)
save-current-buffer(&rest BODY)
save-excursion(&rest BODY)
save-restriction(&rest BODY)
string-to-char(STRING)
subst-char-in-region(START END FROMCHAR TOCHAR &optional NOUNDO)
system-name()
translate-region-internal(START END TABLE)
transpose-regions(STARTR1 ENDR1 STARTR2 ENDR2 &optional LEAVE-MARKERS)
user-full-name(&optional UID)
user-login-name(&optional UID)
user-real-login-name()
user-real-uid()
user-uid()
widen()

Defined faces (0)