1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-05 11:45:45 +00:00
Commit Graph

47 Commits

Author SHA1 Message Date
Martin Rudalics
e2e3f1d7ee (Encoding and I/O): Reword to avoid saying
"visit the current buffer".
2007-12-14 07:38:58 +00:00
Martin Rudalics
27a4f44552 *** empty log message *** 2007-12-14 06:58:44 +00:00
Martin Rudalics
3be92e6369 (System Interface): Fix typo. 2007-12-14 06:51:03 +00:00
Miles Bader
e5e76c0431 Merge from emacs--rel--22
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-943
2007-12-06 00:46:18 +00:00
Glenn Morris
6297397b28 (Declaring Functions): Improve previous change (arguments by name, not number). 2007-12-01 02:32:20 +00:00
Glenn Morris
f99a19da14 *** empty log message *** 2007-12-01 02:32:03 +00:00
Glenn Morris
8f4b37d892 (Declaring Functions): Add optional fourth
argument of declare-function, setting third argument to `t'.
2007-11-30 07:51:41 +00:00
Glenn Morris
c45400672f (Declaring Functions): Add findex. Mention `external' files. 2007-11-29 04:41:17 +00:00
Glenn Morris
cbfc51932e *** empty log message *** 2007-11-29 04:41:07 +00:00
Juanma Barranquero
8386283ac5 *** empty log message *** 2007-11-26 08:53:42 +00:00
Juanma Barranquero
7a6a17280d (Declaring Functions): Fix typo in directive. 2007-11-26 08:48:31 +00:00
Richard M. Stallman
a07c9a8b5b (Help Functions): Clean up last change. 2007-11-25 03:51:14 +00:00
Richard M. Stallman
b1baed0bc2 (Preactivation, Activation of Advice): Minor cleanup. 2007-11-25 03:50:39 +00:00
Richard M. Stallman
5c63cc6b11 (Named Features): Minor cleanup. 2007-11-25 03:50:05 +00:00
Richard M. Stallman
cc060ff791 (Eval During Expansion): Minor cleanup. 2007-11-25 03:49:34 +00:00
Richard M. Stallman
fc99733207 (Variable Aliases): Minor cleanup. 2007-11-25 03:49:12 +00:00
Richard M. Stallman
a0925923a2 (Declaring Functions): Clarify previous change. 2007-11-24 16:00:57 +00:00
Richard M. Stallman
fc37ae728d (Compiler Errors): Clarify previous change. 2007-11-24 16:00:21 +00:00
Glenn Morris
5bb0cda3c6 (Compiler Errors): Mention declaring functions, defvar with no
initvalue, and byte-compile-warnings.
2007-11-24 03:06:42 +00:00
Glenn Morris
e31dfb12ac (Declaring Functions): New section. 2007-11-24 03:06:15 +00:00
Juanma Barranquero
dd7b651bd0 *** empty log message *** 2007-11-16 09:03:01 +00:00
Martin Rudalics
af13c86adb (Top): Remove Frame-Local Variables from Node Listing. 2007-11-15 06:48:44 +00:00
Martin Rudalics
a537330542 (Help Functions): Document new macro `with-help-window'. 2007-11-13 07:50:36 +00:00
Juri Linkov
fe2848054d (Replacing Match): Describe new `match-substitute-replacement'. 2007-11-10 21:50:49 +00:00
Richard M. Stallman
2c3a09b1ac (Creating Strings): Null strings from concat not unique. 2007-10-31 04:08:29 +00:00
Stefan Monnier
79415279b3 Rename count' and system-flag' to :count and :system. Update all users.
(abbrev-get, abbrev-put): Simplify.
(define-abbrev): Don't store the `force' value in the :system property.
(abbrev--before-point): Obey the :enable-function of the abbrev as well.
2007-10-30 01:39:19 +00:00
Juri Linkov
70ee951bc8 Fix typos. 2007-10-28 14:47:58 +00:00
Stefan Monnier
e047f44883 Rewrite abbrev.c in Elisp.
* image.c (Qcount): Don't declare as extern.
(syms_of_image): Initialize and staticpro `Qcount'.
* puresize.h (BASE_PURESIZE): Increase for the new abbrev.el functions.
* emacs.c (main): Don't call syms_of_abbrev.
* Makefile.in (obj): Remove abbrev.o.
(abbrev.o): Remove.
* abbrev.c: Remove.

Rewrite abbrev.c in Elisp.
* abbrev.el (abbrev-mode): Move custom group from cus-edit.el.
(abbrev-table-get, abbrev-table-put, abbrev-get)
(abbrev-put, make-abbrev-table, abbrev-table-p, clear-abbrev-table)
(define-abbrev, abbrev--check-chars, define-global-abbrev)
(define-mode-abbrev, abbrev--active-tables, abbrev-symbol)
(abbrev-expansion, abbrev--before-point, expand-abbrev)
(unexpand-abbrev, abbrev--write, abbrev--describe)
(insert-abbrev-table-description, define-abbrev-table):
New funs, largely transcribed from abbrev.c.
(abbrev-with-wrapper-hook): New macro.
(abbrev-table-name-list, global-abbrev-table)
(abbrev-minor-mode-table-alist, fundamental-mode-abbrev-table)
(abbrevs-changed, abbrev-all-caps, abbrev-start-location)
(abbrev-start-location-buffer, last-abbrev, last-abbrev-text)
(last-abbrev-location, pre-abbrev-expand-hook, abbrev-expand-function):
New vars, largely transcribed from abbrev.c.
* cus-edit.el (abbrev-mode): Remove.  Move to abbrev.el.
* cus-start.el: Remove abbrev-all-caps and pre-abbrev-expand-hook.
* loadup.el: Load "abbrev.el" before "lisp-mode.el".
2007-10-28 02:41:00 +00:00
Miles Bader
fdc9061358 Merge from emacs--rel--22
Patches applied:

 * emacs--rel--22  (patch 131-137)

   - Update from CVS
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 261-262)

   - Update from CVS

Revision: emacs@sv.gnu.org/emacs--devo--0--patch-908
2007-10-27 09:07:17 +00:00
Richard M. Stallman
f2b480f4ba (Equality Predicates): Null strings are uniquified. 2007-10-26 09:49:54 +00:00
Richard M. Stallman
c1d2409c37 Minor clarifications in previous change. 2007-10-26 09:48:56 +00:00
Glenn Morris
db21122cd6 (Variable Definitions): Add :risky and :safe keywords. 2007-10-25 04:03:40 +00:00
Juri Linkov
c066bafa71 (Text from Minibuffer, Minibuffer Completion, High-Level Completion):
Document a list of default value strings in the DEFAULT argument,
for which minibuffer functions return the first element.
2007-10-22 00:30:11 +00:00
Richard M. Stallman
97862da1ef Whitespace fix. 2007-10-19 17:24:03 +00:00
Juri Linkov
65ced25fcb (Filling): Update arguments of fill-paragraph.
fill-paragraph operates on the active region in Transient Mark mode.
Remove fill-paragraph-or-region.
2007-10-18 00:14:35 +00:00
Miles Bader
b2529d56b5 Merge from emacs--rel--22
Patches applied:

 * emacs--rel--22  (patch 116-121)

   - Update from CVS

Revision: emacs@sv.gnu.org/emacs--devo--0--patch-889
2007-10-15 02:07:53 +00:00
Karl Berry
ee46ec8e40 move @dircategory to after @copying 2007-10-13 23:48:41 +00:00
Miles Bader
1af74d06e5 Merge from emacs--rel--22
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-875
2007-10-09 08:52:57 +00:00
Stefan Monnier
4f4a84ec80 Add new `input-decode-map' keymap and use it for temrinal
escape sequences.
* keyboard.h (struct kboard): Add Vinput_decode_map.
Remove Vlocal_key_translation_map.
* keyboard.c (read_key_sequence): Add support for input-decode-map.
(init_kboard): Init input-decode-map.
Replace local-key-translation-map back with key-translation-map.
(syms_of_keyboard): Declare input-decode-map.
Remove local-key-translation-map.  Update docstrings.
(mark_kboards): Mark Vinput_decode_map.
Don't mark Vlocal_key_translation_map.
* keymap.c (Fdescribe_buffer_bindings): Describe input-decode-map.
Replace local-key-translation-map back with key-translation-map.
* term.c (term_get_fkeys_1, CONDITIONAL_REASSIGN):
Bind in input-decode-map rather than function-key-map.
2007-10-09 05:05:39 +00:00
Juri Linkov
e1965a693c (Filling): Document fill-paragraph-or-region. 2007-10-06 22:25:18 +00:00
Juanma Barranquero
4638454b62 (Auto Faces): Fix typo. 2007-10-05 11:31:55 +00:00
Richard M. Stallman
f7a7f4eb9a (Overlay Properties): Explain nil as priority. Explain that conflicts
are unpredictable if not resolved by priorities.
2007-10-01 21:19:22 +00:00
Richard M. Stallman
780d7bb95a (Backquote): Minor clarification. 2007-09-23 15:22:02 +00:00
Glenn Morris
6336d8c3d7 (setfilename): Go up one more level to ../../info. 2007-09-06 04:27:43 +00:00
Glenn Morris
df43c5b721 (infodir, texinputdir): Go up one more level.
(usermanualdir): Change from ../man to ../emacs.
2007-09-06 04:26:04 +00:00
Glenn Morris
d374a422b2 (infodir): Go up one more level.
(usermanualdir): Change from ../man to ../emacs.
(miscmanualdir): New.
(dist): Use new variable miscmanualdir.
2007-09-06 04:25:46 +00:00
Glenn Morris
b8d4c8d0e9 Move here from ../../lispref 2007-09-06 04:25:08 +00:00