1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-11 09:20:51 +00:00
Commit Graph

22356 Commits

Author SHA1 Message Date
Richard M. Stallman
66191b7ecb (mail-header-end): Widen.
(mail-text-start): Widen.
1998-06-09 06:04:20 +00:00
Richard M. Stallman
b7ec9e590e (pod2man-program): Var reinstalled.
(cperl-pod-to-manpage, cperl-pod2man-build-command): Fns reinstalled.
1998-06-09 04:03:45 +00:00
Richard M. Stallman
045c4971c7 (apropos-print): The cross ref for a variable
should always do just describe-variable.
1998-06-09 03:47:42 +00:00
Richard M. Stallman
4f103eaae6 Comment change. 1998-06-09 03:47:04 +00:00
Richard M. Stallman
16417dd9e9 (ange-ftp-expand-dir): Use null-device. 1998-06-09 02:53:29 +00:00
Richard M. Stallman
03511cfdaa (null-device): New variable. 1998-06-09 02:52:41 +00:00
Richard M. Stallman
cb60918c9c (grep-null-device): Variable deleted.
(grep-command, grep-find-use-xargs): Use null-device.
(grep, grep-find): Use null-device.
1998-06-09 02:52:12 +00:00
Richard M. Stallman
ddd64da9df (find-file-noselect-1): New function.
(find-file-noselect): If want to visit literally and buffer is
visited the ordinary way, or vice versa, ask user whether
to re-visit, or save and revisit.  Use find-file-noselect-1.
1998-06-09 02:49:43 +00:00
Dan Nicolaescu
3e007e816f *** empty log message *** 1998-06-09 02:34:00 +00:00
Richard M. Stallman
f5af0d6154 (ange-ftp-file-name-completion): Use ange-ftp-this-dir instead of
literal "/" when calling real completion function.
1998-06-09 01:57:51 +00:00
Richard M. Stallman
852bff8fd8 (XTread_socket): Accept Japanese XK keysyms. 1998-06-09 01:55:49 +00:00
Richard M. Stallman
5936754e60 (redisplay_internal): If cursor's in the frame's echo area,
make last_point invalid instead of setting it normally.
(display_text_line): If cursor's in the frame's echo area,
don't set this_line_endpos.
(redisplay_window): Use Fwindow_end to find lower scroll margin.
1998-06-09 01:54:48 +00:00
Richard M. Stallman
f6cfd0b0c5 Comment change. 1998-06-08 20:19:47 +00:00
Richard M. Stallman
7da17ab65f Fix spooled file bugs.
(ps-print-version): New version number (3.06.3) and doc fix.
(ps-page-postscript): New var.
(ps-begin-file): Initialize PostScript page number,
eliminate total page and line number.
(ps-begin-job): Eliminate PostScript Trailer section on spooled buffer,
initialize total page and line number.
(ps-end-file): Use PostScript page number.
(ps-header-page): Adjust header page.
(ps-generate): Adjust page and line count setting.
(ps-do-despool): Eliminate PostScript Trailer section setting.

(ps-generate): Call set-buffer-multibyte.
1998-06-08 17:25:09 +00:00
Richard M. Stallman
eae582fed9 (texinfo-insert-master-menu-list): Insert \n after @detailmenu. 1998-06-08 06:12:50 +00:00
Richard M. Stallman
1ac06c20eb (ange-ftp-file-name-completion): Do hostname
completion in root directory of all drives on Windows.
(ange-ftp-file-name-all-completions): Fix regexp for detecting
root directory on drives.

(file-name-handler-alist): Remove the autoload tag from the
top-level form which changes file-name-handler-alist to support
Windows hostname completion.
1998-06-08 05:50:12 +00:00
Richard M. Stallman
1a102a5863 (struct lisp_parse_state): New field, levelstarts.
(scan_sexps_forward): Use 10th elt of STATE to set levelstarts.
(parse-partial-sexp): Add 10th elt to return value.
1998-06-08 04:29:46 +00:00
Richard M. Stallman
f7fc93d805 Comment change. 1998-06-08 02:09:03 +00:00
Richard M. Stallman
46c7246857 (cperl-problems): Doc fix. 1998-06-08 00:02:30 +00:00
Richard M. Stallman
bab27c0c4d Second half of changes in version 1.4. 1998-06-07 23:58:48 +00:00
Richard M. Stallman
026d871394 (cperl-pod-to-manpage): Function deleted
(cperl-pod2man-build-command, cperl-perldoc-at-point): Likewise.
(cperl-perldoc): Likewise.
(pod2man-program): Variable deleted.
1998-06-07 23:37:02 +00:00
Richard M. Stallman
7349459615 (MANIFEST): Include most subdirs, but exclude subdirs.el
and default.el.  Sort the results.
1998-06-07 23:30:27 +00:00
Richard M. Stallman
5abdc91582 Comment change. 1998-06-07 23:07:55 +00:00
Richard M. Stallman
527fcc2fa0 Fix up first line. 1998-06-07 23:04:11 +00:00
Richard M. Stallman
d94a2d9ab6 (struct kboard): New elts Vreal_last_command and Vlast_prefix_arg. 1998-06-07 22:38:17 +00:00
Richard M. Stallman
75045dcbff (cmd_error): Init Vlast_prefix_arg.
(init_kboard, command_loop_1): Init Vlast_prefix_arg.
(Fcommand_execute): Set Vlast_prefix_arg to prefix arg used.

(command_loop_1): Set Vreal_last_command with Vlast_command.
(init_kboard): Init Vreal_last_command field.
(syms_of_keyboard): Set up Lisp var real-last-command.

(lispy_function_keys): Add kanji...eisu-toggle.
1998-06-07 22:37:36 +00:00
Richard M. Stallman
fe3fbdcc80 (syms_of_callint): Set up Lisp variable. 1998-06-07 22:33:11 +00:00
Richard M. Stallman
23c73c165b (mark_kboards): Mark Vlast_prefix_arg too. 1998-06-07 22:32:47 +00:00
Richard M. Stallman
4bfd0c4f86 (mark_kboards): Mark all the Lisp_Object fields. 1998-06-07 21:41:37 +00:00
Stephen Eglen
02e526add7 (iswitchb-require-match, iswitchb-temp-buflist, iswitchb-bufs-in-frame):
Variables declared with defvar to quieten the byte compiler.
1998-06-07 17:46:15 +00:00
Richard M. Stallman
7a3662966c (mail-mode): Include -- ' and ---+' in
paragraph-start and paragraph-separate.
1998-06-07 01:30:29 +00:00
Richard M. Stallman
b2c677c2c9 (message-mode): Set paragraph-start and
paragraph-separate as in mail-mode.
1998-06-07 01:30:09 +00:00
Richard M. Stallman
556dd62982 (fortran-electric-line-number): Add delete-selection property. 1998-06-06 22:43:31 +00:00
Richard M. Stallman
665eba9dc0 Properly terminate a comment. 1998-06-06 22:24:37 +00:00
Richard M. Stallman
e1f0a6d2e8 (comment-region): Check for enough chars to delete
in the numrg != t case as in the numar = t case.
1998-06-06 22:23:57 +00:00
Richard M. Stallman
b5e00b0200 (rmail): Prevent find-file from calling
rmail-mode for a new buffer.  Do it later, instead.
1998-06-06 22:10:19 +00:00
Richard M. Stallman
9cc4fad570 (init_callproc): Check Vinstallation_directory even if !initialized. 1998-06-06 22:04:07 +00:00
Richard M. Stallman
7e95234e31 (POS_AS_IN_BUFFER): Add 1 only if operating on a buffer.
(re_match_2, re_search_2): Adjust startpos or pos by 1
only if acting on a buffer.
nil for re_match_object means a buffer.
(re_match_2_internal <notwordbeg>): Assume POS1 is positive.
1998-06-06 21:59:21 +00:00
Dan Nicolaescu
707ee44899 *** empty log message *** 1998-06-06 20:22:47 +00:00
Richard M. Stallman
f902a00832 (scan_lists): Properly skip the comment-fence character
that ends a comment, when moving forward.
(Fbackward_prefix_chars): Return immediately if point is at BEGV.

(prev_char_comend_first): New function.
(back_comment): Use that.  Carefully update syntax table position
for each character that is fetched.
(Fforward_comment): Likewise.
(scan_lists): Likewise.
(prev_char_comstart_first): New function.
1998-06-06 20:20:13 +00:00
Richard M. Stallman
eb148b90e2 (string-rectangle-line): Delete the rectangle first.
(string-rectangle): Doc fix.
1998-06-06 17:52:43 +00:00
Richard M. Stallman
06cab243ef (Man-kill, Man-quit): Use quit-window. 1998-06-05 22:54:28 +00:00
Richard M. Stallman
bb801a426f (fill-paragraph):
Bind fill-paragraph-function to nil, if it doesn't do the job.
1998-06-05 22:27:42 +00:00
Brian Youmans
cd58c0376c changed old address to 59 Temple address in licence. - Brian 1998-06-05 19:26:52 +00:00
Edward M. Reingold
4cb546524d Fix menu separators. 1998-06-05 18:29:44 +00:00
Karl Heuer
fcd61c5693 Comment fix. 1998-06-05 16:25:25 +00:00
Karl Heuer
b3308d2eb9 #include sys/file.h
(sys_access): Provide our own implementation which recognizes D_OK.
(is_exec): New function.
(stat): Use it.
(init_environment): Set TMPDIR to an existing directory.
Abort if none of the usual places is available.
(sys_rename): On Windows 95, choose a temp name that
includes the original file's base name and use an explicit loop
rather than calling mktemp.  Only attempt to unlink the newname if
the rename fails, rather than second-guessing whether the old and
new names refer to the same file.
1998-06-05 16:08:32 +00:00
Karl Heuer
6cf71bf1f7 (Finsert_file_contents): Always update
Vlast_coding_system_used when we actually perform IO.
(Fwrite_region): Update documentation.
1998-06-05 16:02:11 +00:00
Karl Heuer
640e944552 (D_OK): Define new macro. 1998-06-05 15:57:58 +00:00
Karl Heuer
70c7850e9c (jka-compr-write-region): Ensure
`last-coding-system-used' is updated, so that basic-save-buffer
sees the right value.
1998-06-05 15:54:48 +00:00