1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-10 21:50:37 -08:00
Commit graph

43436 commits

Author SHA1 Message Date
Stefan Monnier
e3441f426b Use match-string and drop useless `function's.
(ange-ftp-get-process): Bind `ange-ftp-this-user' and
`ange-ftp-this-host' before running ange-ftp-process-startup-hook.
(ange-ftp-ls-parser): Use `switches' arg instead of dynamic binding.
(ange-ftp-parse-dired-listing): Update the calls.
(dired-local-variables-file): Declare to shut quieten the compiler.
(ange-ftp-file-entry-active-p): Remove.
(ange-ftp-file-name-all-completions, ange-ftp-file-name-completion):
Don't exclude dangling symlinks.
(ange-ftp-file-name-completion-1): Make predicate optional.
(ange-ftp-parse-list-func-alist): Use add-to-list to update.
(ange-ftp-fix-name-for-bs2000): Use subst-char-in-string.
(ange-ftp-bs2000-posix-hook-installed): Remove.
(ange-ftp-add-bs2000-posix-host): Don't use it anymore.
(ange-ftp-bs2000-cd-to-posix): Use `ange-ftp-this-user' and
`ange-ftp-this-host' instead of `user' and `host'.
2002-08-29 21:48:50 +00:00
Juanma Barranquero
c9ae8cbb21 (occur-mode-hook): New hook.
(occur-mode): Use it.
(occur-hook): Set default to nil.
2002-08-29 21:40:28 +00:00
Richard M. Stallman
4390021bf8 (byte-compile-warning-prefix):
Decide here whether to print which form we're compiling.
If we do that, still print file and line.  Make file name
relative to default-directory.	Print fewer newlines.
(byte-compile-log-file): Print something even if no file.
Print messages for entering and leaving directories,
and set default-directory.
(displaying-byte-compile-warnings): Only sometimes bind warning-series.
(byte-compile-warning-series): New function.
(byte-compile-file): Set byte-compile-last-logged-file, don't bind it.
(byte-compile-display-log-head-p): Function deleted.
2002-08-29 17:26:47 +00:00
Richard M. Stallman
f621ca08de (warning-series): Now can be a marker, not an integer.
(display-warning): Handle new value for warning-series.
2002-08-29 16:46:11 +00:00
Richard M. Stallman
a007b9d218 *** empty log message *** 2002-08-29 14:50:07 +00:00
Richard M. Stallman
8f876842ca (byte-compile-log-file): Use \f.
(byte-compile-cl-warn): Add cl-macroexpand-all, cl-compiling-file
to don't-warn list.
2002-08-29 14:49:48 +00:00
Richard M. Stallman
f76041d5f6 Use American spelling of "behavior". 2002-08-29 14:47:52 +00:00
Richard M. Stallman
d3cdc6d04d Substantial rewrite. 2002-08-29 14:47:14 +00:00
Richard M. Stallman
d6635fa15e Use <Delback> instead of <Delete>, and explain how to find it. 2002-08-29 14:43:49 +00:00
Francesco Potortì
3c04a71a20 (C_entries): Corrected a problem with const C++ funcs.
(ignoreindent): Renamed from noindentypedefs.
(cjava, cplpl): They are now macros instead of local vars.

(HTML_labels): Tag ID= also.
2002-08-29 14:42:56 +00:00
Francesco Potortì
09cd1a7497 Etags bug. 2002-08-29 14:41:33 +00:00
Richard M. Stallman
18155a1d5a (PRODUCE_GLYPHS): Set inhibit_free_realized_faces
when iterator is adding glyphs to a glyph matrix.
2002-08-29 14:41:28 +00:00
Richard M. Stallman
26683087ad (redisplay_updating_p): Variable removed.
(inhibit_free_realized_faces, Qinhibit_free_realized_faces): New variables.
(init_iterator): Don't free realized faces
if inhibit_free_realized_faces is set.
(redisplay_internal): Bind Qinhibit_free_realized_faces to nil.
(syms_of_xdisp): DEFVAR_BOOL inhibit-free-realized-faces,
initialize Qinhibit_free_realized_faces.
2002-08-29 14:41:09 +00:00
Richard M. Stallman
95f2448c93 (x_display_and_set_cursor): Use FRAME_BLINK_OFF_CURSOR
and FRAME_BLINK_OFF_CURSOR_WIDTH for blinking cursor off.

(x_display_and_set_cursor): Check FRAME_CURSOR_WIDTH for bar cursor.

(expose_overlaps): New function.
(expose_window): Use it to fix the display of overlapping rows.
2002-08-29 14:38:12 +00:00
Richard M. Stallman
10136eddea (FRAME_BLINK_OFF_CURSOR, FRAME_BLINK_OFF_CURSOR_WIDTH): New macros.
(struct w32_output): New fields blink_off_cursor, blink_off_cursor_width.
(FRAME_CURSOR_WIDTH): New macro.
2002-08-29 14:37:51 +00:00
Richard M. Stallman
dcd8d1edfe (x_set_cursor_type): Set FRAME_BLINK_OFF_CURSOR and
FRAME_BLINK_OFF_CURSOR_WIDTH using defaults and Vblink_cursor_alist.
(Vblink_cursor_alist): New variable.
(syms_of_w32fns): Initialize and defvar it.
(x_specified_cursor_type): Recognize Qbox for filled box.
Exceptions are hollow boxes.
(Qbox, Qhollow): New variables.
(syms_of_w32fns): Initialize and staticpro them.
2002-08-29 14:37:33 +00:00
Kim F. Storm
e1fa392b30 Describe new kmacro bindings for f3/f4 and C-x e. 2002-08-29 13:12:05 +00:00
Kim F. Storm
3ceb1beb09 Update kmacro related bindings. 2002-08-29 13:07:18 +00:00
Kim F. Storm
c8bf445eb5 Changed default bindings from F7/F8 to F3/F4.
Changed default binding of C-x e to kmacro-end-or-call-macro.
(kmacro-call-repeat-key, kmacro-call-repeat-with-arg): New custom
variables.
(kmacro-get-prefix-arg): New function.
(kmacro-repeat-on-last-key): Renamed from kmacro-repeat-loop and improved.
Callers changed.
(kmacro-call-macro): Repeat macro by repeating last key or
key defined in kmacro-call-repeat-key.  New third arg non-nil
means to end current macro.
(kmacro-end-or-call-macro): Call kmacro-call-macro appropriately
to get repeat last key functionality.
(kmacro-start-macro-or-insert-counter): Improve doc string.
2002-08-29 13:06:26 +00:00
Kim F. Storm
2c6d37264c *** empty log message *** 2002-08-29 13:05:58 +00:00
Simon Josefsson
2dc520b63b *** empty log message *** 2002-08-29 12:07:03 +00:00
Richard M. Stallman
6f4b3ed83d (find-buffer-visiting): Compare file attributes using buffer-file-truename. 2002-08-28 22:23:36 +00:00
Richard M. Stallman
d7b6ca4a9f (make-auto-save-file-name, make-backup-file-name-1):
Don't use directory-sep-char.
2002-08-28 22:16:42 +00:00
Juanma Barranquero
2fb79329b5 (occur-hook): Renamed from `occur-mode-hook'.
(occur-mode): Remove call to `occur-mode-hook'.
(occur-rename-buffer): Fix reference to `occur-mode-hook' in docstring.
(occur-1): Add call to `occur-hook'.
2002-08-28 15:21:33 +00:00
Simon Josefsson
bf770132a9 (Fx_open_connection): Improve help when X connection
fails, xhost is insecure and xauth is better.
2002-08-28 15:12:00 +00:00
Francesco Potortì
2c37653c70 etags now parses HTML. 2002-08-28 12:57:46 +00:00
Juanma Barranquero
a821edb8ec Add missing dependencies on w32term.h and composite.h. 2002-08-28 12:26:57 +00:00
Francesco Potortì
8ee1462906 *** empty log message *** 2002-08-28 10:44:24 +00:00
Francesco Potortì
61a1f6fa60 Two bug corrections and one new feature.
(Ada_funcs): Do not tag "use type Xxxx;".

New language HTML.
(make_tag): Never generate null length tag names.
(linebuffer_init): Renamed from initbuffer.  All callers changed.
(pattern): Structure renamed to `regexp', member regex renamed to
pattern.
(node_st): Member pat renamed to regex.
(pattern); New member force_explicit_name, for future use.  Now
always set to true, cannot be reset.
(add_regex, regex_tag_multiline, readline): Use it.
(main): Free some global structures.

(fdesc): New member `written'.
(readline, process_file): Initialise it.
(put_entries): Set it.
(main): Use it to create entries for files without tags.
(total_size_of_entries): Do not count invalid tags.
(etags_strcasecmp): Like BSD's, for compatibility.
(strcaseeq): Make it into a macro.
2002-08-28 10:35:51 +00:00
Francesco Potortì
87046df8c7 Two bug corrections and a new feature for etags. 2002-08-28 10:34:04 +00:00
Juanma Barranquero
402b32b5c8 *** empty log message *** 2002-08-28 06:43:49 +00:00
Juanma Barranquero
112f332f21 (make-variable-frame-localizable): New alias for `make-variable-frame-local'. 2002-08-28 06:43:11 +00:00
Juanma Barranquero
9f43a6089f (USAGE1): Add missing newline. 2002-08-28 06:28:29 +00:00
Miles Bader
2753c70fb1 (read-file-name-electric-shadow-properties)
(read-file-name-electric-shadow-tty-properties)
(read-file-name-electric-shadow-mode): Remove compatibility defs.
2002-08-28 06:00:50 +00:00
Miles Bader
99526413ee *** empty log message *** 2002-08-28 04:48:33 +00:00
Miles Bader
dd77cb223b (comint-carriage-motion): Start at START. 2002-08-28 04:40:42 +00:00
Andrew Choi
f871a27b8f 2002-08-27 Andrew Choi <akochoi@shaw.ca>
* INSTALL: Add information on starting Emacs as a GUI application
	from the terminal.
2002-08-28 01:20:22 +00:00
Miles Bader
846a13b84b @cindex{...} -> @code{...} 2002-08-28 00:55:11 +00:00
Miles Bader
49a42d13e4 read-file-name-electric-shadow-mode -> file-name-shadow-mode 2002-08-28 00:53:07 +00:00
Richard M. Stallman
6309b0e19c (ange-ftp-skip-msgs): Skip the 530 response
given by vsFTPd when accessed with a kerberised FTP client.
2002-08-27 21:21:24 +00:00
Richard M. Stallman
d97a9ff339 (find-alternate-file): Bind kill-buffer-query-functions locally, don't set it. 2002-08-27 20:38:30 +00:00
Stefan Monnier
92c303103f *** empty log message *** 2002-08-27 18:54:46 +00:00
Richard M. Stallman
e90ab4000a Describe blink-cursor-alist. 2002-08-27 18:50:52 +00:00
Andrew Choi
ad8d730cf4 2002-08-27 Andrew Choi <akochoi@shaw.ca>
* s/darwin.h [HAVE_LIBNCURSES]: Define HAVE_TERMINFO.
2002-08-27 18:49:52 +00:00
Richard M. Stallman
add896768b Describe --script. 2002-08-27 18:49:11 +00:00
Richard M. Stallman
b7daaba7b6 Describe blink-cursor-alist. 2002-08-27 18:47:35 +00:00
Richard M. Stallman
6e910e07ad (main): Handle --script.
(USAGE1): Mention --script.
(standard_args): Define sort order for --script.
2002-08-27 18:45:34 +00:00
Richard M. Stallman
0a1c83e745 (x_set_cursor_type): Set FRAME_BLINK_OFF_CURSOR and
FRAME_BLINK_OFF_CURSOR_WIDTH using defaults and Vblink_cursor_alist.
(Vblink_cursor_alist): New variable.
(syms_of_xfns): Initialize and defvar it.
(x_specified_cursor_type): Recognize Qbox for filled box.
Exceptions are hollow boxes.
(Qbox, Qhollow): New variables.
(syms_of_xfns): Initialize and staticpro them.
2002-08-27 18:45:01 +00:00
Richard M. Stallman
cc9caa329f (x_display_and_set_cursor): Use FRAME_BLINK_OFF_CURSOR
and FRAME_BLINK_OFF_CURSOR_WIDTH for blinking cursor off.
2002-08-27 18:42:48 +00:00
Richard M. Stallman
cff72e2bc6 (FRAME_BLINK_OFF_CURSOR, FRAME_BLINK_OFF_CURSOR_WIDTH): New macros.
(struct x_output): New fields blink_off_cursor, blink_off_cursor_width.
2002-08-27 18:41:51 +00:00