1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-03-15 03:11:54 -07:00
Commit graph

49068 commits

Author SHA1 Message Date
Luc Teirlinck
68e74f2578 *** empty log message *** 2003-12-25 04:03:49 +00:00
Luc Teirlinck
70057f39ff (Documentation Tips): Add anchor. 2003-12-25 04:00:56 +00:00
Luc Teirlinck
da9f5ab259 (How Programs Do Loading): Add anchor. 2003-12-25 03:59:14 +00:00
Luc Teirlinck
1bff11dc27 (Accessing Documentation): Add anchor. 2003-12-25 03:57:38 +00:00
Luc Teirlinck
4bdcd3ef21 Replace all occurrences of @acronym{CAR} with @sc{car}, for
consistency with the rest of the Elisp manual.  `car' and `cdr' are
historically acronyms, but are no longer widely thought of as such.
2003-12-25 03:54:16 +00:00
Luc Teirlinck
568ffbeed8 (Pure Storage): Mention that `purecopy' does not copy text properties.
(Object Internals): Now 29 bits are used (in most implementations) to
address Lisp objects.
2003-12-25 03:52:43 +00:00
Luc Teirlinck
74ab3aa34a (Variables with Restricted Values): New node. 2003-12-25 03:49:55 +00:00
Luc Teirlinck
b51785c121 (Lisp Data Types): Mention that certain variables can only take on a
restricted set of values and add an xref to the new node "Variables
with Restricted Values".
2003-12-25 03:45:43 +00:00
Luc Teirlinck
636a7460c9 (Function Indirection): Describe the errors that `indirect-function'
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.
2003-12-25 03:42:52 +00:00
Luc Teirlinck
136b1dff19 (Process Information): Add anchor. 2003-12-25 03:38:35 +00:00
Luc Teirlinck
3586412455 Various small changes in addition to the following.
(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'.
2003-12-25 03:34:38 +00:00
Miles Bader
8af1a978a8 Fixup some ChangeLogs 2003-12-24 23:32:12 +00:00
Miles Bader
5ea32bebc8 Add .arch-inventory to .cvsignore 2003-12-24 23:31:55 +00:00
Miles Bader
e311f68bf2 Revision: miles@gnu.org--gnu-2003/emacs--cvs-trunk--0--patch-137
Add .arch-inventory to .cvsignore.
2003-12-24 23:19:06 +00:00
Markus Rost
5378f5e7db *** empty log message *** 2003-12-24 23:19:04 +00:00
Miles Bader
8a372755cf Revision: miles@gnu.org--gnu-2003/emacs--cvs-trunk--0--patch-135
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.
2003-12-24 23:18:55 +00:00
Markus Rost
3c85843f33 (vc-dired-purge): Avoid error from `kill-line'. 2003-12-24 23:18:10 +00:00
Andreas Schwab
7862d3a8e9 Rebuild. 2003-12-24 16:46:28 +00:00
Andreas Schwab
ce6e4c2107 Check for <sys/socket.h>. Include it before
including <net/if.h>.  Move check for <net/if.h> before its use.
2003-12-24 16:45:27 +00:00
Jan Djärv
0b1ec9e984 * Makefile.in (install-arch-dep): Don't let cd output go into
pipe for carbon_appdir.
2003-12-24 12:02:26 +00:00
Andreas Schwab
35996d2260 Rebuild. 2003-12-24 10:46:12 +00:00
Andreas Schwab
cf59a5b753 *** empty log message *** 2003-12-24 10:45:46 +00:00
Andreas Schwab
f60d0e8f8f (PKG_CHECK_MODULES): Fix quoting. 2003-12-24 10:45:25 +00:00
Jan Djärv
f26fab360e * gtkutil.c (xg_frame_set_char_size): Call x_wm_set_size_hint. 2003-12-24 10:35:24 +00:00
Jan Djärv
5202d23dfe * xfaces.c (lface_fully_specified_p): Take into account that
MAC OS always have unspecified stipple.
2003-12-24 10:29:59 +00:00
Andreas Schwab
56090b0b3b (shell-file-name-quote-list): Add backslash. 2003-12-24 10:05:48 +00:00
Andreas Schwab
702b4f7f9b (comint-quote-filename): Correctly handle backslash
in comint-file-name-quote-list.
2003-12-24 10:05:31 +00:00
Thien-Thi Nguyen
8babaa5960 *** empty log message *** 2003-12-24 07:32:41 +00:00
Thien-Thi Nguyen
9ad4bf7a45 (tparam1): Add handling for `%pN', which
means use param N for the next substitution.
2003-12-24 07:31:42 +00:00
Thien-Thi Nguyen
08a39b8304 (main): For return code, no longer special-case VMS.
Instead, use `EXIT_SUCCESS' and `EXIT_FAILURE' from stdlib.h.
2003-12-24 06:49:23 +00:00
Thien-Thi Nguyen
2d176448ab (Fcolor_gray_p): Fix omission bug:
In case `frame' is nil, consult the selected frame.
(Fcolor_supported_p): Likewise.
2003-12-24 06:39:58 +00:00
Luc Teirlinck
f74b529c5f *** empty log message *** 2003-12-24 02:58:53 +00:00
Kenichi Handa
4168a6108a *** empty log message *** 2003-12-24 02:10:56 +00:00
Luc Teirlinck
078a065837 *** empty log message *** 2003-12-24 02:09:42 +00:00
Kenichi Handa
774b7c713d (ucs-set-table-for-input): If
translation-table-for-encode is a symbol, get its
translation-table property.
2003-12-24 02:09:40 +00:00
Kenichi Handa
9a0ed12058 (set-default-coding-systems): Call
ucs-set-table-for-input for all buffers that don't have local
value of buffer-file-coding-system.
2003-12-24 02:08:54 +00:00
Luc Teirlinck
220898759c (ffap-read-file-or-url): Eliminate reliance of the call to
`completing-read' on a recently fixed bug.
2003-12-24 02:07:48 +00:00
Luc Teirlinck
000eeb1587 *** empty log message *** 2003-12-24 00:21:03 +00:00
Luc Teirlinck
ac1106fcce (Fset_char_table_range): Doc fix. 2003-12-24 00:17:58 +00:00
Luc Teirlinck
1b368e3120 (PC-is-complete-p): delete.
(PC-do-completion): Replace all calls to `PC-is-complete-p' with calls
to `test-completion'.
2003-12-23 23:42:28 +00:00
Luc Teirlinck
99b994179c (fringe-query-style): Suggest `?' in minibuffer prompt (instead of
<SPACE>) to get the list of possible fringe modes.  (<SPACE> only
works if both `partial-completion-mode' and `completion-auto-help' are
nil.)
2003-12-23 23:41:03 +00:00
Luc Teirlinck
0dc72b11db (Frandom, Fstring_make_multibyte): Doc fixes. 2003-12-23 23:08:08 +00:00
Nick Roberts
8d66c08b2b (Watch Expressions): Update.
(Commands of GUD): Include use of toolbar + breakpoints set from
fringe/margin.
2003-12-23 22:48:58 +00:00
Nick Roberts
f4f59570b9 *** empty log message *** 2003-12-23 22:48:14 +00:00
Luc Teirlinck
adb0708c03 (read_minibuf): Allow INITIAL to be a cons of a string and an integer.
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.
2003-12-23 22:22:49 +00:00
Nick Roberts
79148a5ba3 (gud-speedbar-buttons): Use speed-bar-edit-line
to edit values when there are no children.
2003-12-23 20:32:31 +00:00
Nick Roberts
44e902c11f (gdba, gdb-assembler-mode): Call the mode "Machine" as
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.
2003-12-23 20:31:21 +00:00
Nick Roberts
3086713187 *** empty log message *** 2003-12-23 20:30:10 +00:00
John Paul Wallington
1ed6e0c324 (Info-unescape-quotes, Info-split-parameter-string)
(Info-goto-emacs-command-node): Doc fixes.
2003-12-23 20:25:22 +00:00
André Spiegel
638411f732 # 2003-12-03 21:06:19 +00:00