1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-02-07 20:54:32 +00:00

42000 Commits

Author SHA1 Message Date
Colin Walters
daae70bf8c (occur-engine): Increment globalcount all at once after searching a buffer.
(occur-mode-map): Don't escape plain "o".

(occur-mode-hook): New variable.
(occur-fontify-region-function): Deleted.
(occur-mode): Don't use it.  Set up `font-lock-category-alist' instead.
(occur-fontify-on-property): Deleted.
(occur-engine): Use categories from `font-lock-category-alist'.
2002-05-21 21:01:14 +00:00
Colin Walters
fd225d802e (toplevel): Require font-lock, to get the face definitions.
(ibuffer-use-fontification): Deleted.
(column filename-and-process): New column.
(ibuffer-formats): Use it by default.
(ibuffer-name-map, ibuffer-mode-name-map)
(ibuffer-filter-group-map): Don't set parent to
`ibuffer-mode-map'.
(ibuffer-do-save, ibuffer-do-toggle-modified)
(ibuffer-do-toggle-read-only, ibuffer-do-delete)
(ibuffer-do-kill-on-deletion-marks): Include name in definition.
(ibuffer): New optional argument `formats'.
2002-05-21 20:59:28 +00:00
Colin Walters
1bb57048b3 (define-ibuffer-column): Add third argument `ibuffer-buf'. 2002-05-21 20:59:04 +00:00
Colin Walters
0555901649 *** empty log message *** 2002-05-21 20:58:06 +00:00
Colin Walters
f62be99b8a New file, broken out from font-lock.el. 2002-05-21 20:39:54 +00:00
Eli Zaretskii
5a0f9388a1 (indent-rigidly): Mention how to remove all indentation. 2002-05-21 16:28:08 +00:00
Eli Zaretskii
f98345fa1c (Indentation Commands): Describe how to remove all indentation. Add
an index entry for that.
2002-05-21 16:24:28 +00:00
Colin Walters
2306a6c74f (describe-char-after): Order display of text properties by the size of
their value, for clarity.
2002-05-21 06:05:39 +00:00
Colin Walters
9969dd6cc2 *** empty log message *** 2002-05-21 06:05:12 +00:00
Glenn Morris
b32a3d9930 (f90-looking-at-where-or-forall): Oops, defsubst, not defun. 2002-05-20 21:52:07 +00:00
Stefan Monnier
6f6420041a *** empty log message *** 2002-05-20 19:32:59 +00:00
Stefan Monnier
7ca26b02cf (ange-ftp-generate-root-prefixes)
(ange-ftp-file-name-completion): Don't cons unnecessarily.
(ange-ftp-send-cmd): Always `cd' before doing `ls'.
2002-05-20 18:51:49 +00:00
Stefan Monnier
4ead48d7c5 (cpp-choose-symbol): Don't cons unnecessarily. 2002-05-20 18:48:58 +00:00
Stefan Monnier
725349c862 (tags-complete-tags-table-file): Don't cons unnecessarily. 2002-05-20 18:48:33 +00:00
Stefan Monnier
f67376256a (outline-reveal-toggle-invisible): Reverse the meaning of the second arg. 2002-05-20 18:32:07 +00:00
Stefan Monnier
f69610185c (reveal-post-command): Reverse the semantics of
reveal-toggle-invisible and support isearch-open-invisible-temporary.
2002-05-20 18:31:20 +00:00
Stefan Monnier
451a66e356 (widget-color-complete): Don't cons needlessly. 2002-05-20 18:28:09 +00:00
Markus Rost
d7b590b151 Move remarks on `mail-default-directory' down to section
"Changes in Emacs 21.4".
2002-05-20 17:29:37 +00:00
Markus Rost
07590a818a Mention new user option `mail-default-directory'. 2002-05-20 16:09:26 +00:00
Markus Rost
eb1213c14b (mail-recover-1): Remove (debug).
(mail-signature): Fix :type.
(mail-default-directory): New user option.
(mail, mail-recover):  Use that option.
2002-05-20 16:05:56 +00:00
Richard M. Stallman
cd8d52361f (syms_of_buffer) <cursor-type>: Doc fix. 2002-05-20 14:51:24 +00:00
Richard M. Stallman
301d4a3f34 (read_char_minibuf_menu_prompt): Don't list equivalent key bindings here. 2002-05-20 14:50:25 +00:00
Kai Großjohann
4588540051 (auto-coding-alist): Use emacs-mule
for auto-save files.  (Fix previous change.)
2002-05-20 14:13:11 +00:00
Kai Großjohann
6caef2da88 (auto-coding-alist): Use no-conversion
for auto-save files.
2002-05-20 11:01:14 +00:00
Ken Raeburn
f2ba34f4ed update LISP_MAKE_RVALUE comment for union, non-gcc case 2002-05-20 08:38:28 +00:00
Ken Raeburn
07e9823c69 * xselect.c (symbol_to_x_atom, x_get_foreign_selection): Use
SYMBOL_NAME and XSTRING instead of XSYMBOL and name field.
2002-05-20 08:10:41 +00:00
Ken Raeburn
0b7231c4f3 * xfns.c (parse_image_spec): Use SYMBOL_NAME and XSTRING instead
of XSYMBOL and name field.
2002-05-20 08:06:52 +00:00
Ken Raeburn
cce200a75b * xfaces.c (merge_face_vector_with_property): Use SYMBOL_NAME and
XSTRING instead of XSYMBOL and name field.
2002-05-20 08:06:45 +00:00
Ken Raeburn
38b76195ce * w32fns.c (parse_image_spec, w32_parse_hot_key): Use SYMBOL_NAME
and XSTRING instead of XSYMBOL and name field.
2002-05-20 08:06:39 +00:00
Ken Raeburn
e923592f18 * process.c (set_socket_options, Fsignal_process): Use SYMBOL_NAME
and XSTRING instead of XSYMBOL and name field.
2002-05-20 08:06:32 +00:00
Ken Raeburn
76d0b3ae65 * print.c (print_error_message, print_object): Use SYMBOL_NAME and
XSTRING instead of XSYMBOL and name field.
2002-05-20 08:06:27 +00:00
Ken Raeburn
caa4733e19 * minibuf.c (Fread_command, Fread_variable): Use SYMBOL_NAME and
assignment instead of XSYMBOL and name field and XSETSTRING.
2002-05-20 08:06:21 +00:00
Ken Raeburn
a0268ff06b * macfns.c (parse_image_spec): Use SYMBOL_NAME and XSTRING instead
of XSYMBOL and name field.
2002-05-20 08:06:16 +00:00
Ken Raeburn
d4c83cae08 * lread.c (Fintern_soft, oblookup): Use SYMBOL_NAME and XSTRING
instead of XSYMBOL and name field.
(Funintern): Use SYMBOL_NAME and assignment instead of XSYMBOL and
name field and XSETSTRING.
2002-05-20 08:06:11 +00:00
Ken Raeburn
74d7008596 * lisp.h (struct Lisp_Symbol): Replace field "name" with a lisp
object field named "xname".
(SYMBOL_NAME): New macro.
2002-05-20 08:06:06 +00:00
Ken Raeburn
c85d524cf7 * keymap.c (silly_event_symbol_error, Fsingle_key_description)
(Fdescribe_buffer_bindings): Use SYMBOL_NAME and XSTRING instead
of XSYMBOL and name field.
(describe_command, describe_translation): Use SYMBOL_NAME and
assignment instead of XSYMBOL and name field and XSETSTRING.
2002-05-20 08:06:00 +00:00
Ken Raeburn
c60a57d71c * keyboard.c (echo_char, record_char, parse_modifiers_uncached)
(parse_modifiers, apply_modifiers, Fevent_convert_list)
(parse_solitary_modifier, Fexecute_extended_command): Use
SYMBOL_NAME and XSTRING instead of XSYMBOL and name field.
2002-05-20 08:05:55 +00:00
Ken Raeburn
7c2379772d * fontset.c (Fset_fontset_font): Use SYMBOL_NAME and XSTRING
instead of XSYMBOL and name field.
2002-05-20 08:05:48 +00:00
Ken Raeburn
c06583e109 * fns.c (Fstring_equal, Fstring_lessp, Frequire, sxhash): Use
SYMBOL_NAME and XSTRING instead of XSYMBOL and name field.
2002-05-20 08:05:43 +00:00
Ken Raeburn
29c6805db2 * eval.c (do_autoload): Use SYMBOL_NAME and XSTRING instead of
XSYMBOL and name field.
2002-05-20 08:05:37 +00:00
Ken Raeburn
6a5161bbd1 * emacs.c (shut_down_emacs) [#if 0]: Use SYMBOL_NAME and XSTRING
instead of XSYMBOL and name field.
2002-05-20 08:05:32 +00:00
Ken Raeburn
f6620ee2b0 * editfns.c (Fformat): Use SYMBOL_NAME and XSTRING instead of
XSYMBOL and name field.
2002-05-20 08:05:26 +00:00
Ken Raeburn
84023177dc * data.c (Fkeywordp, Fsymbol_name, store_symval_forwarding)
(Fmake_variable_buffer_local, Fmake_local_variable)
(Fmake_variable_frame_local): Use SYMBOL_NAME and XSTRING instead
of XSYMBOL and name field.
2002-05-20 08:05:21 +00:00
Ken Raeburn
57d25e6f09 * coding.c (Fread_coding_system, code_convert_region1)
(code_convert_string1, code_convert_string_norecord)
(Ffind_operation_coding_system): Use SYMBOL_NAME instead of
XSYMBOL and name field.
2002-05-20 08:05:15 +00:00
Ken Raeburn
e27415102c * charset.c (Fdefine_charset, Fdeclare_equiv_charset): Use XSTRING
and SYMBOL_NAME instead of XSYMBOL and name field.
2002-05-20 08:05:09 +00:00
Ken Raeburn
2f44536644 * callint.c (Fcall_interactively): Use XSTRING and SYMBOL_NAME
instead of XSYMBOL and name field.
2002-05-20 08:05:03 +00:00
Ken Raeburn
5b784cc92c * buffer.c (buffer_slot_type_mismatch): Use XSTRING and
SYMBOL_NAME instead of XSYMBOL and name field.
2002-05-20 08:04:58 +00:00
Ken Raeburn
8fe5665d5a * alloc.c (Fmake_symbol): Set symbol xname field instead of name.
(mark_object, gc_sweep): Use symbol xname field and XSTRING
instead of name field.
2002-05-20 08:04:52 +00:00
Ken Raeburn
caeead2003 * abbrev.c (write_abbrev): Use SYMBOL_NAME instead of XSYMBOL and
name field.
2002-05-20 08:04:46 +00:00
Miles Bader
257ae3a60a (find-file-read-args): Don't trash existing value of
`minibuffer-setup-hook', just add our hook to it.
2002-05-20 04:40:53 +00:00