- 25 Dec, 2003 4 commits
-
-
Luc Teirlinck authored
restricted set of values and add an xref to the new node "Variables with Restricted Values".
-
Luc Teirlinck authored
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.
-
Luc Teirlinck authored
-
Luc Teirlinck authored
(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'.
-
- 24 Dec, 2003 28 commits
-
-
Miles Bader authored
-
Miles Bader authored
-
Miles Bader authored
Add .arch-inventory to .cvsignore.
-
Markus Rost authored
-
Miles Bader authored
Make dired more robust for non-english locales. lisp/dired.el (dired-between-files): Always use dired-move-to-filename, which is more robust in non-english locales.
-
Markus Rost authored
-
Andreas Schwab authored
-
Andreas Schwab authored
including <net/if.h>. Move check for <net/if.h> before its use.
-
Jan Djärv authored
pipe for carbon_appdir.
-
Andreas Schwab authored
-
Andreas Schwab authored
-
Andreas Schwab authored
-
Jan Djärv authored
-
Jan Djärv authored
MAC OS always have unspecified stipple.
-
Andreas Schwab authored
-
Andreas Schwab authored
in comint-file-name-quote-list.
-
Thien-Thi Nguyen authored
-
Thien-Thi Nguyen authored
means use param N for the next substitution.
-
Thien-Thi Nguyen authored
Instead, use `EXIT_SUCCESS' and `EXIT_FAILURE' from stdlib.h.
-
Thien-Thi Nguyen authored
In case `frame' is nil, consult the selected frame. (Fcolor_supported_p): Likewise.
-
Luc Teirlinck authored
-
Kenichi Handa authored
-
Luc Teirlinck authored
-
Kenichi Handa authored
translation-table-for-encode is a symbol, get its translation-table property.
-
Kenichi Handa authored
ucs-set-table-for-input for all buffers that don't have local value of buffer-file-coding-system.
-
Luc Teirlinck authored
`completing-read' on a recently fixed bug.
-
Luc Teirlinck authored
-
Luc Teirlinck authored
-
- 23 Dec, 2003 8 commits
-
-
Luc Teirlinck authored
(PC-do-completion): Replace all calls to `PC-is-complete-p' with calls to `test-completion'.
-
Luc Teirlinck authored
<SPACE>) to get the list of possible fringe modes. (<SPACE> only works if both `partial-completion-mode' and `completion-auto-help' are nil.)
-
Luc Teirlinck authored
-
Nick Roberts authored
(Commands of GUD): Include use of toolbar + breakpoints set from fringe/margin.
-
Nick Roberts authored
-
Luc Teirlinck authored
Adapt the docstring accordingly. (Fread_from_minibuffer): Delete code moved into read_minibuf. Doc fix. (Fread_minibuffer, Fread_no_blanks_input): Adapt to changes in read_minibuf. (Fcompleting_read): Delete code moved into read_minibuf. (Ftest_completion): Make it handle obarrays and hash tables correctly.
-
Nick Roberts authored
to edit values when there are no children.
-
Nick Roberts authored
a mode called "Assembler" already exists. (gdb-use-colon-colon-notation, gdb-show-changed-values): New options. (gud-watch): Use format option. Remove font properties from string. (gdb-var-create-handler, gdb-var-list-children-handler): Don't bother about properties as there are none. (gdb-var-create-handler, gdb-var-list-children-handler) (gdb-var-update-handler): Call gdb-var-evaluate-expression-handler with two arguments. (gdb-var-evaluate-expression-handler, gdb-post-prompt): Let speedbar show value changes with a different font. (gdb-edit-value): New defun. (gdb-clear-partial-output, gdb-clear-inferior-io) (def-gdb-auto-update-handler): Use erase-buffer. (gdb-frame-handler): Display watch expressions in FUNCTION::VARIABLE format if required.
-