- 07 Nov, 1992 16 commits
-
-
Jim Blandy authored
replay_sequence_new_buffer label; replay_sequence should be here instead. * keyboard.c (Vlast_event_frame): Arrange for this to exist iff MULTI_FRAME is defined. [not MULTI_FRAME] (syms_of_keyboard): Don't DEFVAR Vlast_event_frame. [not MULTI_FRAME] (read_char): Don't try to set Vlast_event_frame. [not MULTI_FRAME] (kbd_buffer_store_event): Don't try to set Vlast_event_frame for quit characters. [not MULTI_FRAME] (kbd_buffer_get_event): Don't try to generate switch-frame events.
-
Jim Blandy authored
fact that (eq TYPE 'keymap) means FUNCTION will become a keymap when loaded. (Fmacroexpand): Instead of assuming that every autoload form with a fifth element is a macro, actually check the fifth element against t and `macro', which are the only values which denote macroness.
-
Jim Blandy authored
calling getwd. #include <sys/types.h> and <sys/stat.h>, for the call to stat.
-
Jim Blandy authored
right thing when MULTI_FRAME isn't defined.
-
Jim Blandy authored
is built before we try to use it, even using a parallel make.
-
Jim Blandy authored
begin with `='.
-
Jim Blandy authored
* configure: When editing parameters into lib-src/Makefile, change the definition of CONFIG_CFLAGS instead of CFLAGS itself; CFLAGS needs some other flags too.
-
Jim Blandy authored
default-directory to PWD if PWD is shorter. And, if PWD isn't accurate, delete it.
-
Jim Blandy authored
replaced by... (isearch-gnu-emacs-events): non-nil if should expect events in the style generated by GNU Emacs 19. Set if set-frame-height is fboundp; this is true on any GNU Emacs 19, whether or not it was compiled with multiple frame support. (isearch-mode-map): Test isearch-gnu-emacs-events instead of isearch-frames-exist to see if we should bind switch-frame events. (isearch-update): Test isearch-gnu-emacs-events instead of isearch-frames-exist to see if unread-command-char's quiescent value is nil or -1.
-
Jim Blandy authored
* simple.el (kill-line): Don't shift point before doing the delete.
-
Jim Blandy authored
-
Jim Blandy authored
when offering to kill an existing process.
-
Jim Blandy authored
-
Jim Blandy authored
invocation for a macro, pass (list 'quote 'macro) as the sixth argument, not just t. autoload's sixth argument is now a type instead of just a boolean value, so we should use a value which reflects that.
-
Jim Blandy authored
-
Richard M. Stallman authored
-
- 06 Nov, 1992 1 commit
-
-
Richard M. Stallman authored
-
- 05 Nov, 1992 4 commits
-
-
Richard M. Stallman authored
(fortran-indent-to-column): Make turning of lines that begin with `fortran-continuation-string' into properly formated continuation lines work for fortran TAB mode. Cleaned up some doc strings. (fortran-abbrev-help, fortran-prepare-abbrev-list-buffer): Use `insert-abbrev-table-description' and make buffer in abbrevs-mode. Many changes since version 1.28.3. Added auto-fill-mode, support for some Fortran 90 statements. Adjust comments to conform to new gnu conventions. (fortran-mode): Fix `comment-line-start-skip' by changing \\1 to \\2 and include cpp statements in matching. Changes for auto fill. (fortran-auto-fill-mode, fortran-do-auto-fill, fortran-break-line): New functions to implement auto fill. (fortran-indent-line, fortran-reindent-then-newline-and-indent): Added auto fill support. (find-comment-start-skip, is-in-fortran-string-p): New functions. (fortran-electric-line-number): Works better in overwrite mode. (fortran-indent-comment, fortran-indent-line, fortran-indent-to-column): Use find-comment-start-skip instead of searching for `comment-start-skip'. (fortran-mode, calculate-fortran-indent): Added indentation for fortran 90 statements. (fortran-next-statement, fortran-previous-statement): Bug fixes. (fortran-mode, calculate-fortran-indent, fortran-setup-tab-format-style, fortran-setup-fixed-format-style): `fortran-comment-line-column' meaning changed. Now defaults to 0.
-
Richard M. Stallman authored
-ib was used for two things. Use -itype for icon type.
-
Jim Blandy authored
-
Richard M. Stallman authored
-
- 04 Nov, 1992 1 commit
-
-
Karl Berry authored
-
- 03 Nov, 1992 9 commits
-
-
Christopher Zaborsky authored
-
Richard M. Stallman authored
-
Christopher Zaborsky authored
-
Christopher Zaborsky authored
-
Christopher Zaborsky authored
-
Richard M. Stallman authored
(dired-map-over-marks-check): Likewise.
-
Richard M. Stallman authored
Optional argument says whether to create parent dirs. Invoke file-name handler here. (after-find-file): Delete code that offers to create dir. Instead, just print a message.
-
Jim Blandy authored
doc string in this function's DEFUN.
-
Jim Blandy authored
file-name-handler-alist to recognized ange-ftp filenames; the slash, username and hostname must be at the start of the filename, not just anywhere in the filename.
-
- 01 Nov, 1992 1 commit
-
-
Richard M. Stallman authored
-
- 31 Oct, 1992 8 commits
-
-
Richard M. Stallman authored
Pass nil as third arg to handler. Lisp function `make-directory' is now in files.el.
-
Richard M. Stallman authored
Don't compile the interactive spec if it is a call to `list'.
-
Jim Blandy authored
x_screen_height_mm, x_screen_width, x_screen_width_mm, x_save_under, x_screen_planes): Declare this as ints, to match their definitions in xterm.c.
-
Jim Blandy authored
unsigned int, not a Lisp_Object. Remember that the quiescent value for part is Qnil, not zero, that x_mouse_x and x_mouse_y are ints, not Lisp_Objects, and that RESULT->x and RESULT->y are Lisp_Objects, not ints. (XTread_socket): Declare this to return int, not Lisp_Object. When calling construct_mouse_click on a non-scrollbar click, pass PART as Qnil, not zero. (x_calc_absolute_position): Remember that x_screen_width and x_screen_height are ints, not Lisp_Objects. e
-
Jim Blandy authored
not a Lisp_Object. (x_selection_arrival): Declare this static, and add a forward declaration at the top of the page.
-
Jim Blandy authored
an int, not a Lisp_Object. (x_set_mouse_color): Give separate error messages for the different cursors we try to set. (Fx_geometry): Declare STRING to be a Lisp_Object. (Fx_create_frame): No need to use XSET to assign NAME to f->name; they're both Lisp_Objects. (adjust_scrollbars): Use XINT to access w->hscroll. (Fx_open_connection): x_screen_count, x_release, x_screen_height, x_screen_height_mm, x_screen_width, x_screen_width_mm, x_save_under, and x_screen_planes are integers, not Lisp_Objects. (syms_of_xfns): x_mouse_x, x_mouse_y, and mouse_buffer_offset are integers, not Lisp_Objects.
-
Jim Blandy authored
positions, not !=. (mark_window_display_accurate): Barf if WINDOW isn't a window. (display_string): Test buffer_defaults.ctl_arrow using NILP, instead of comparing it with zero. * xdisp.c (last_arrow_position, last_arrow_string): Make these static. * xdisp.c (message): Re-write this in terms of message1. (message1): Move code to clear out echo_area_glyphs and previous_echo_glyphs from message to here.
-
Jim Blandy authored
Fwindow_dedicated_p): Add extern declarations for these.
-