1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-31 09:20:54 -08:00
Commit graph

42302 commits

Author SHA1 Message Date
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
Francesco Potortì
4fff90e4ff *** empty log message *** 2002-03-12 11:16:25 +00:00
Francesco Potortì
717a0a0d84 Description of the tags file format. 2002-03-12 10:57:49 +00:00
Gerd Moellmann
656132ebd3 Include stdio.h because termhooks.h needs it.
Include termopt.h for interrupt_input.
2002-03-12 10:12:20 +00:00
Pavel Janík
4006b74e36 Fix typo. 2002-03-12 09:07:43 +00:00
Colin Walters
4ecee85b3e *** empty log message *** 2002-03-11 21:53:49 +00:00
Colin Walters
8f36167aa6 (toplevel): Revert previous change to use pcomplete.
(shell-mode): Ditto.
(shell-pcomplete-setup-done): Remove.
(shell-pcomplete): Ditto.
(shell-pcomplete-reverse): Ditto.
2002-03-11 21:13:14 +00:00
Colin Walters
22c663ed24 Remove documentation on setting up pcomplete. 2002-03-11 21:12:49 +00:00
Andreas Schwab
ff955d9000 (syms_of_coding) <file-coding-system-alist>: Doc fix 2002-03-11 19:22:07 +00:00
Gerd Moellmann
073448c560 (note_mouse_movement): Put code for
x_autoselect_window_p in #if 0.
2002-03-11 18:49:44 +00:00
Gerd Moellmann
714d8c393b (Fload): Don't assume that message_with_ntring uses the
string it is given like a C string.
2002-03-11 18:42:35 +00:00
Pavel Janík
b3f1e48a47 (java-font-lock-extra-types): Add "URL" as separate item. Doc fix. 2002-03-11 13:39:02 +00:00