| Commit message (Collapse) | Author | Age | Files | Lines |
| ... | |
| |
|
|
| |
Minor tweaks to Buttons section in lispref/display.texi
|
| |
|
|
|
|
| |
Add section on button package to lisp reference manual
* lispref/display.texi (Buttons): New section.
|
| |
|
|
|
| |
error.
(Float Basics): Use `(/ 0.0 0.0)' instead of `(sqrt -1.0)'.
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
|
| |
(Signaling Errors): Provide some more details on how `signal'
constructs the error message. Add anchor to the definition of
`signal'.
(Error Symbols): Describe special treatment of `quit'.
(Cleanups): Rename BODY argument of `unwind-protect' to BODY-FORM to
emphasize that it has to be a single form.
|
| | |
|
| |
|
|
| |
(Window Configurations): Add window-configuration-frame.
|
| | |
|
| |
|
|
|
| |
Change arg name in get-char-property.
(Special Properties): Update handling of keymap property.
|
| |
|
|
|
| |
(Text Comparison): Add assoc-string and remove
assoc-ignore-case, assoc-ignore-representation.
|
| | |
|
| | |
|
| |
|
|
|
| |
Add multibyte-char-to-unibyte and unibyte-char-to-multibyte.
(Encoding and I/O): Add file-name-coding-system.
|
| |
|
|
| |
face specs are symbols with face names as values.
|
| | |
|
| |
|
|
|
| |
(Sets And Lists): remq moved here.
(Association Lists): Refer to assoc-string.
|
| | |
|
| | |
|
| |
|
|
| |
Add directory-files-and-attributes.
|
| |
|
|
|
|
|
| |
(Invisible Text): Explain about moving point out of invis text.
(Overlay Properties): Add overlay-properties.
(Managing Overlays): Add overlayp.
(GIF Images): Invalid image number displays a hollow box.
|
| |
|
|
| |
(Killing Buffers): Add buffer-live-p.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* cus-edit.el (custom-add-parent-links): Define "many".
2003-12-08 Per Abrahamsen <abraham@dina.kvl.dk>
* wid-edit.el (widget-child-value-get, widget-child-value-inline)
(widget-child-validate, widget-type-value-create)
(widget-type-default-get, widget-type-match): New functions.
(lazy): New widget.
(menu-choice, checklist, radio-button-choice, editable-list)
(group, documentation-string): Removed redundant (per 2003-10-25
change) calls to `widget-children-value-delete'.
(widget-choice-value-get, widget-choice-value-inline): Removed
functions.
(menu-choice): Updated widget.
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
| |
consistency with the rest of the Elisp manual. `car' and `cdr' are
historically acronyms, but are no longer widely thought of as such.
|
| |
|
|
|
| |
(Object Internals): Now 29 bits are used (in most implementations) to
address Lisp objects.
|
| | |
|
| |
|
|
|
| |
restricted set of values and add an xref to the new node "Variables
with Restricted Values".
|
| |
|
|
|
|
|
|
| |
can signal.
(Eval): Clarify the descriptions of `eval-region' and `values'.
Describe `eval-buffer' instead of `eval-current-buffer' and mention
`eval-current-buffer' as an alias for `current-buffer'. Correct the
description and mention all optional arguments.
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
(Converting Representations): Clarify behavior of
`string-make-multibyte' and `string-to-multibyte' for unibyte all
ASCII arguments.
(Character Sets): Document the variable `charset-list' and adapt the
definition of the function `charset-list' accordingly.
(Translation of Characters): Clarify use of generic characters in
`make-translation-table'. Clarify and correct the description of the
use of translation tables in encoding and decoding.
(User-Chosen Coding Systems): Correct and clarify the description of
`select-safe-coding-system'.
(Default Coding Systems): Clarify description of `file-coding-system-alist'.
|
| |
|
|
|
| |
Combine and clarify descriptions of `assoc-ignore-case' and
`assoc-ignore-representation'.
|
| |
|
|
|
|
| |
unibyte or multibyte.
(Bool-Vector Type): Update examples.
(Equality Predicates): Correctly describe when two strings are `equal'.
|
| |
|
|
|
| |
Update the description of `number-sequence' to reflect recent changes.
(Sets And Lists): Describe `member-ignore-case' after `member'.
|
| |
|
|
|
|
| |
Describe (dx . dy) element of click positions.
(Accessing Events): Remove duplicate posn-timestamp.
New functions posn-object and posn-object-x-y.
|
| | |
|
| |
|
|
|
|
|
|
|
| |
position lists, including new text-pos and (col . row) items.
Mention left-fringe and right-fringe area events.
(Accessing Events): New functions posn-area, posn-object, and
posn-actual-col-row. Mention posn-timestamp. Mention that
posn-point in non-text area still returns buffer position.
Clarify posn-col-row.
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
its buffer is ignored.
|