1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00
Commit graph

40763 commits

Author SHA1 Message Date
Miles Bader
bb9a622e93 Require `button'.
(debugger-mode-map): Set the parent keymap to `button-buffer-map',
to get TAB and <backtab> bindings.
2002-03-14 09:02:36 +00:00
Richard M. Stallman
afcdd7bd28 Syntax fix around @ref. 2002-03-14 09:02:11 +00:00
Richard M. Stallman
996d82f827 Correct info on return values of switch-to-buffer and pop-to-buffer. 2002-03-14 09:00:46 +00:00
Richard M. Stallman
1bd2023a37 Update doc of local-map and keymap text properties. 2002-03-14 08:59:00 +00:00
Richard M. Stallman
5ed5b2c2da (picture-insert, picture-clear-column, picture-draw-rectangle):
Use move-to-column, not move-to-column-force.
2002-03-14 08:57:36 +00:00
Miles Bader
a5e28954df regenerated 2002-03-14 08:57:06 +00:00
Richard M. Stallman
876a2544ce (dired-fun-in-all-buffers): Moved to dired.el. 2002-03-14 08:55:48 +00:00
Richard M. Stallman
bf989169d3 (dired-readin): Clear out undo list.
(dired-fun-in-all-buffers): Definition moved from dired-aux.el.
(dired-delete-entry): New function.
(dired-internal-do-deletions): Use dired-fun-in-all-buffers
and dired-delete-entry, to update this buffer (and others).
2002-03-14 08:55:20 +00:00
Richard M. Stallman
af1eab213c (facemenu-add-new-face):
Pass region args to facemenu-set-face, when there is a region.
(facemenu-set-foreground, facemenu-set-background)
(facemenu-add-face): Doc fixes.
2002-03-14 08:52:16 +00:00
Miles Bader
0fd2d581b7 (rlogin-carriage-filter): Function removed.
(rlogin): Don't install the `rlogin-carriage-filter' filter, as
comint removes carriage returns itself now.
2002-03-14 08:52:01 +00:00
Richard M. Stallman
8dd511f607 (cperl-outline-regexp): Move definition up. 2002-03-14 08:50:03 +00:00
Miles Bader
f0dcf80149 (adjust_for_invis_intang): New function.
(set_point_both): Use `adjust_for_invis_intang' to do most of the work
for dealing with invisible+intangible regions.  Do so before and after
both forward and backward movements, to handle both front-sticky and
rear-sticky cases.
2002-03-14 08:11:46 +00:00
Miles Bader
21caa1f058 (text_property_stickiness): Function moved to `textprop.c'.
(char_property_eq): Function removed.
2002-03-14 08:11:03 +00:00
Miles Bader
e138dfdc9d (text_property_stickiness): Function moved here from `editfns.c'. 2002-03-14 08:10:35 +00:00
Miles Bader
b210a64a6a (text_property_stickiness): New declaration. 2002-03-14 08:09:59 +00:00
Miles Bader
17230c90f3 (rfn-eshadow-update-overlay): Bind `inhibit-point-motion-hooks' to t while
messing around, to avoid getting hosed by our own intangible property.
2002-03-14 08:09:30 +00:00
Jason Rumney
73792b515e *** empty log message *** 2002-03-13 23:05:48 +00:00
Jason Rumney
cad19b50d5 Add STRFTIME_NO_POSIX2. 2002-03-13 23:04:39 +00:00
Jason Rumney
6e396aa646 (my_strftime) [STRFTIME_NO_POSIX2]: Handle %h, %EX
and %OX when underlying strftime does not.
2002-03-13 23:01:45 +00:00
Eli Zaretskii
c668cdd02b (Electric C, Lisp Eval): Avoid makeinfo warnings about colons in indices. 2002-03-13 18:00:48 +00:00
Eli Zaretskii
756e1ca004 (Symbol Type): Avoid makeinfo warning about colons in indices. 2002-03-13 17:59:14 +00:00
Eli Zaretskii
6e75414a7e *** empty log message *** 2002-03-13 17:41:53 +00:00
Stefan Monnier
6f2a7a68b9 (x_set_toolkit_scroll_bar_thumb) <USE_MOTIF>: Use a fixed-size
thumb (based on an ad-hoc estimate of 30 chars per line) to avoid
annoying flicker.
(xm_scroll_callback): Get rid of the now unnecessary kludge.
(XTread_socket): Mark it static.
2002-03-13 17:07:45 +00:00
Stefan Monnier
894dc7e75d (fortran-split-line): Make it work with any `!' comment as well. 2002-03-13 16:42:47 +00:00
Stefan Monnier
ff451e174b (fortran-mode): Set comment-padding to "$$$".
Add fortran-comment-line-start-skip to comment-start-skip.
(fortran-comment-indent): Keep whole-line comments in column 0.
(fortran-find-comment-start-skip): New arg `all'.
If ALL is nil, make sure we only match comment-start-skip if we
can't match fortran-comment-line-start-skip.
Fix bug that made it return t but without moving point when
matching '!'! (a false-comment followed by a real comment).
(fortran-indent-comment): Use new `all' argument above.
Be careful not to add an incorrect comment-starter like "C"
in comment-column.
(fortran-split-line): When splitting a comment, reuse the comment
starter from the current line rather than fortran-comment-line-start.
(fortran-indent-line, fortran-auto-fill): Simplify thanks to the
cleaner behavior of fortran-find-comment-start-skip.
(fortran-fill): Don't be confused by ! inside a comment.
(fortran-break-line): Minor cleanup and simplification.
2002-03-13 16:33:56 +00:00
Francesco Potortì
1f21ea9472 * progmodes/etags.el (tag-exact-file-name-match-p)
(tag-file-name-match-p, tag-partial-file-name-match-p): Use a
simpler regexp.
2002-03-13 14:48:00 +00:00
Francesco Potortì
f6010b5421 *** empty log message *** 2002-03-13 14:47:12 +00:00
Stefan Monnier
dc3b2c8b61 (display_mode_element): Fix int/Lisp_Object mixup. 2002-03-13 14:17:16 +00:00
Kim F. Storm
98243275fc *** empty log message *** 2002-03-13 13:41:39 +00:00
Kim F. Storm
b8a02ca97e (BASE_PURESIZE): Increase to 775000. 2002-03-13 13:33:30 +00:00
Pavel Janík
1bed7c3512 FIx typo. 2002-03-13 09:34:06 +00:00
Francesco Potortì
0eaa5fccca Use Cweb as an example, not Yacc. 2002-03-13 06:57:20 +00:00
Colin Walters
ed233dd8cb (ibuffer-redisplay-current): Don't move point when redisplaying a
line.
2002-03-13 02:31:26 +00:00
Colin Walters
6b16ab4871 *** empty log message *** 2002-03-13 02:30:32 +00:00
Jason Rumney
ca55a1e303 Fix formatting of previous entry 2002-03-12 22:29:10 +00:00
Jan Djärv
363a4df604 *** empty log message *** 2002-03-12 21:15:39 +00:00
Jan Djärv
3842fde117 (emacs-session-save): Add comment that return t means cancel shutdown 2002-03-12 21:15:07 +00:00
Jason Rumney
fa99e2a4ca Added note about format-time-string deficiencies on MS-Windows. 2002-03-12 20:27:24 +00:00
Jan Djärv
1e4f6cec82 (emacs-session-restore): Take previous id as an argument. 2002-03-12 19:15:06 +00:00
Jan Djärv
70646cf0fc (command-line): Must check that x-session-previous-id
is bound also, for non-X platforms.
2002-03-12 19:13:52 +00:00
Gerd Moellmann
8460b6897b *** empty log message *** 2002-03-12 18:55:12 +00:00
Juanma Barranquero
7dcece1445 (syms_of_editfns): Fix typo. 2002-03-12 17:24:31 +00:00
Gerd Moellmann
d0efd1c158 Add cl-indent loop form indentation. 2002-03-12 16:34:31 +00:00
Gerd Moellmann
59e0f57942 (lisp-loop-keyword-indentation)
(lisp-loop-forms-indentation, lisp-simple-loop-indentation): New
user options.
(extended-loop-p, common-lisp-loop-part-indentation): New
functions.
(common-lisp-indent-function-1): Renamed from
common-lisp-indent-function.
(common-lisp-indent-function): Handle loop forms specially.
(lisp-indent-defmethod): Use car/cdr instead of first/rest.
2002-03-12 16:27:15 +00:00
Francesco Potortì
a13d6523e0 *** empty log message *** 2002-03-12 14:17:25 +00:00
Francesco Potortì
0f5401a846 Use Cweb, not bison as an example of etags using #line. 2002-03-12 13:44:20 +00:00
Francesco Potortì
81d66c62e3 Better description of what etags does with #line. 2002-03-12 13:40:49 +00:00
Francesco Potortì
49adb67ab2 * etags.c (Python_functions): Skip spaces at beginning of lines.
(Python_functions, PHP_functions): Name tags, for ctags' sake.
(TeX_commands): Name tags.  Correction of old disabled code.

* etags.c (curfiledir, curtagfname): New global variables.
(process_file): Initialise them.
(readline): Canonicalize the name found in #line directive.
2002-03-12 13:31:57 +00:00
Francesco Potortì
1381f9e6a8 * progmodes/etags.el (tag-exact-file-name-match-p)
(tag-file-name-match-p, tag-partial-file-name-match-p): Assume
that the header of a tags section has either a number or nothing
after the last comma.
2002-03-12 13:12:34 +00:00
Francesco Potortì
aad00fb00b *** empty log message *** 2002-03-12 13:12:10 +00:00