- 31 Jul, 1993 26 commits
-
-
Richard M. Stallman authored
(vmotion): Take care of invisible newlines. (Fmove_to_column): After we split a tab, make sure to set last_known... consistently.
-
Richard M. Stallman authored
just inserted has text properties. (direct_ouput_forward_char): Fail if moving near invisible chars.
-
Richard M. Stallman authored
between two unlike intervals via merge_properties_sticky. (merge_properties_sticky): New function. (graft_intervals_into_buffer): Leave handling of `sticky'-ness to adjust_intervals_for_insertion, then merge properties of the inserted text onto the old ones. (textget_direct): New function. (set_point): Fix calculating of fromprev. (verify_interval_modification): Check for `read-only' property and take its `sticky'-ness into account. (set_point): Ignore `invisible' property unless property value is `hidden'.
-
Richard M. Stallman authored
(FRONT_STICKY): Add real definition. (END_NONSTICKY): New macro. (END_STICKY): Deleted. (textget_direct, Qfront_sticky, Qrear_nonsticky): Declared. (Qhidden): Declared.
-
Richard M. Stallman authored
(syms_of_textprop): Set them up. (Qhidden): New variable. (syms_of_textprop): Set up Qhidden. (property_change_between_p): New function.
-
Richard M. Stallman authored
-
Richard M. Stallman authored
before deciding whether to set the mark.
-
Richard M. Stallman authored
-
Richard M. Stallman authored
use only what Man-reference-regexp matched. (Man-reference-regexp): Don't match starting with a period. (Man-first-heading-regexp): Allow leading space. (Man-heading-regexp): Allow leading space.
-
Richard M. Stallman authored
-
Richard M. Stallman authored
use set-visited-file-name to put it in.
-
Richard M. Stallman authored
(shell-command, shell-command-on-region): Use it.
-
Richard M. Stallman authored
(property_change_reply_identifier): Renamed from ...-tick. (struct prop_location): Field `identifier' renamed from `tick'. Various functions changed accordingly. (x_handle_selection_request): Delete local struct var `reply'. (wait_for_property_change_unwind): New function. (wait_for_property_change): Add unwind protect. (wait_for_property_change): Eventually time out with error. (x_reply_selection_request): XFlushQueue and UNBLOCK_INPUT before calling wait_for_property_change. (x_get_window_property): Simplify input blocking/unblocking. Don't delete the property here. (receive_incremental_selection): Delete property here. Call XSelectInput to enable and disable PropertyChangeMask. (x_get_window_property_as_lisp_data): And here.
-
Richard M. Stallman authored
optimization if it would screw up text property behavior.
-
Richard M. Stallman authored
don't just insert its name.
-
Jim Blandy authored
and #define HAVE_AIX_SMT_EXP if we do. This is present in some versions of AIX, and needs to be passed to the loader.
-
Jim Blandy authored
* m/ibmrs6000.h (LD_SWITCH_MACHINE): Don't mention /usr/lpp/X11/bin/smt.exp unless HAVE_AIX_SMT_EXP is #defined.
-
Jim Blandy authored
XScreenResourceString function.
-
Jim Blandy authored
HAVE_XRMSETDATABASE to decide whether or not to call XrmSetDatabase.
-
Jim Blandy authored
configure to edit. * xrdb.c (get_user_db): Test it to decide whether or not to try to retrieve the screen-dependent resources.
-
Jim Blandy authored
(BSTRING): #define this iff HAVE_BCOPY is #defined here. Ignore what the system-description files say. They don't always make fine enough distinctions between systems, and sometimes the bcopy routines are available only with X windows.
-
Richard M. Stallman authored
window is the only window of its frame. If the buffer ends in newline and point is not at the end of the buffer, don't display last (empty) line.
-
Jim Blandy authored
the X libraries if we're using X.
-
Richard M. Stallman authored
the new, fixed `shrink-window-if-larger-than-buffer' instead. In some places move it after a (goto-char (point-min)).
-
Jim Blandy authored
LD_SWITCH_X_SITE and assume --with-x11. Only look for X11 files if we weren't told about a window system or if we were told to use X11 but not told where. Search the libraries from the s and/or m files when checking for functions. * configure.in: Remove any trailing slashes in prefix and exec_prefix.
-
Jim Blandy authored
frame in order to obey initial-frame-alist, use delete-frame's FORCE argument to get rid of the old frame even if the new one hasn't been mapped yet.
-
- 30 Jul, 1993 14 commits
-
-
Jim Blandy authored
the cursor, too.
-
Richard M. Stallman authored
and Vsystem_name; don't make them Lisp variables.
-
Jim Blandy authored
the filter's execution. * gud.el (gud-gdb-marker-filter): If we received some text after the position marker, append it to any text before the marker, instead of throwing away the text before the marker.
-
Roland McGrath authored
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
Richard M. Stallman authored
ending `(if (eobp) nil ...)'. In the loop that avoids breaking after `.' with one space, break if we actually have two spaces.
-
Richard M. Stallman authored
-
Roland McGrath authored
"lines N-M," or "line N,".
-
Roland McGrath authored
-
Jim Blandy authored
DEFVAR_LISP takes care of that, and it's deadly to staticpro a variable containing a string twice.
-
Jim Blandy authored
minimum frame height.
-
Jim Blandy authored
markers from GDB will always be received in one chunk of input; gud-gdb-marker-filter may be called several times, each time providing a little more of the position marker. (gud-gdb-marker-acc): New variable. (gud-gdb-marker-filter): If we have received what could be the beginning of a position marker, hold that text in gud-gdb-marker-acc for the next time we get called, until we have enough information to decide for sure. * gud.el (gud-gdb-marker-filter): Only recognize GDB position markers if they occur at the beginning of the line. They always do, and this reduces the likelihood that the above change will hold back output that isn't really a position marker.
-