]> code.delx.au - gnu-emacs/blob - src/xdisp.c
(display_text_line): When handling HPOS < 0 after loop,
[gnu-emacs] / src / xdisp.c
1 /* Display generation from window structure and buffer text.
2 Copyright (C) 1985, 86, 87, 88, 93, 94, 95, 97, 1998
3 Free Software Foundation, Inc.
4
5 This file is part of GNU Emacs.
6
7 GNU Emacs is free software; you can redistribute it and/or modify
8 it under the terms of the GNU General Public License as published by
9 the Free Software Foundation; either version 2, or (at your option)
10 any later version.
11
12 GNU Emacs is distributed in the hope that it will be useful,
13 but WITHOUT ANY WARRANTY; without even the implied warranty of
14 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 GNU General Public License for more details.
16
17 You should have received a copy of the GNU General Public License
18 along with GNU Emacs; see the file COPYING. If not, write to
19 the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
20 Boston, MA 02111-1307, USA. */
21
22
23 #include <config.h>
24 #include <stdio.h>
25 /*#include <ctype.h>*/
26 #undef NULL
27 #include "lisp.h"
28 #include "frame.h"
29 #include "window.h"
30 #include "termchar.h"
31 #include "dispextern.h"
32 #include "buffer.h"
33 #include "charset.h"
34 #include "indent.h"
35 #include "commands.h"
36 #include "macros.h"
37 #include "disptab.h"
38 #include "termhooks.h"
39 #include "intervals.h"
40 #include "keyboard.h"
41 #include "coding.h"
42 #include "process.h"
43 #include "region-cache.h"
44
45 #ifdef HAVE_X_WINDOWS
46 #include "xterm.h"
47 #endif
48
49 #if defined (USE_X_TOOLKIT) || defined (HAVE_NTGUI)
50 extern void set_frame_menubar ();
51 extern int pending_menu_activation;
52 #endif
53
54 extern int interrupt_input;
55 extern int command_loop_level;
56
57 extern int minibuffer_auto_raise;
58
59 extern Lisp_Object Qface;
60
61 extern Lisp_Object Voverriding_local_map;
62 extern Lisp_Object Voverriding_local_map_menu_flag;
63
64 Lisp_Object Qoverriding_local_map, Qoverriding_terminal_local_map;
65 Lisp_Object Qwindow_scroll_functions, Vwindow_scroll_functions;
66 Lisp_Object Qredisplay_end_trigger_functions;
67 Lisp_Object Qinhibit_point_motion_hooks;
68
69 /* Non-nil means don't actually do any redisplay. */
70
71 Lisp_Object Vinhibit_redisplay, Qinhibit_redisplay;
72
73 /* Nonzero means print newline to stdout before next minibuffer message. */
74
75 int noninteractive_need_newline;
76
77 /* Nonzero means print newline to message log before next message. */
78
79 static int message_log_need_newline;
80
81 #define min(a, b) ((a) < (b) ? (a) : (b))
82 #define max(a, b) ((a) > (b) ? (a) : (b))
83 #define minmax(floor, val, ceil) \
84 ((val) < (floor) ? (floor) : (val) > (ceil) ? (ceil) : (val))
85
86 /* The buffer position of the first character appearing
87 entirely or partially on the current frame line.
88 Or zero, which disables the optimization for the current frame line. */
89 static int this_line_bufpos;
90
91 /* Number of characters past the end of this line,
92 including the terminating newline */
93 static int this_line_endpos;
94
95 /* The vertical position of this frame line. */
96 static int this_line_vpos;
97
98 /* Hpos value for start of display on this frame line.
99 Usually zero, but negative if first character really began
100 on previous line */
101 static int this_line_start_hpos;
102
103 /* Buffer that this_line variables are describing. */
104 static struct buffer *this_line_buffer;
105
106 /* Value of echo_area_glyphs when it was last acted on.
107 If this is nonzero, there is a message on the frame
108 in the minibuffer and it should be erased as soon
109 as it is no longer requested to appear. */
110 char *previous_echo_glyphs;
111
112 /* Nonzero means truncate lines in all windows less wide than the frame */
113 int truncate_partial_width_windows;
114
115 /* Nonzero means we have more than one non-minibuffer-only frame.
116 Not guaranteed to be accurate except while parsing frame-title-format. */
117 int multiple_frames;
118
119 Lisp_Object Vglobal_mode_string;
120
121 /* Marker for where to display an arrow on top of the buffer text. */
122 Lisp_Object Voverlay_arrow_position;
123
124 /* String to display for the arrow. */
125 Lisp_Object Voverlay_arrow_string;
126
127 /* Values of those variables at last redisplay.
128 However, if Voverlay_arrow_position is a marker,
129 last_arrow_position is its numerical position. */
130 static Lisp_Object last_arrow_position, last_arrow_string;
131
132 /* Like mode-line-format, but for the titlebar on a visible frame. */
133 Lisp_Object Vframe_title_format;
134
135 /* Like mode-line-format, but for the titlebar on an iconified frame. */
136 Lisp_Object Vicon_title_format;
137
138 /* List of functions to call when a window's size changes. These
139 functions get one arg, a frame on which one or more windows' sizes
140 have changed. */
141 static Lisp_Object Vwindow_size_change_functions;
142
143 Lisp_Object Qmenu_bar_update_hook;
144
145 /* Nonzero if overlay arrow has been displayed once in this window. */
146 static int overlay_arrow_seen;
147
148 /* Nonzero if visible end of buffer has already been displayed once
149 in this window. (We need this variable in case there are overlay
150 strings that get displayed there.) */
151 static int zv_strings_seen;
152
153 /* Nonzero means highlight the region even in nonselected windows. */
154 static int highlight_nonselected_windows;
155
156 /* If cursor motion alone moves point off frame,
157 Try scrolling this many lines up or down if that will bring it back. */
158 static int scroll_step;
159
160 /* Non-0 means scroll just far enough to bring point back on the screen,
161 when appropriate. */
162 static int scroll_conservatively;
163
164 /* Recenter the window whenever point gets within this many lines
165 of the top or bottom of the window. */
166 int scroll_margin;
167
168 /* Number of characters of overlap to show,
169 when scrolling a one-line window such as a minibuffer. */
170 static int minibuffer_scroll_overlap;
171
172 /* Nonzero if try_window_id has made blank lines at window bottom
173 since the last redisplay that paused */
174 static int blank_end_of_window;
175
176 /* Number of windows showing the buffer of the selected window
177 (or another buffer with the same base buffer).
178 keyboard.c refers to this. */
179 int buffer_shared;
180
181 /* display_text_line sets these to the frame position (origin 0) of point,
182 whether the window is selected or not.
183 Set one to -1 first to determine whether point was found afterwards. */
184
185 static int cursor_vpos;
186 static int cursor_hpos;
187
188 static int debug_end_pos;
189
190 /* Nonzero means display mode line highlighted */
191 int mode_line_inverse_video;
192
193 static void redisplay_internal ();
194 static int message_log_check_duplicate ();
195 static void echo_area_display ();
196 void mark_window_display_accurate ();
197 static void redisplay_windows ();
198 static void redisplay_window ();
199 static void update_menu_bar ();
200 static void try_window ();
201 static int try_window_id ();
202 static struct position *display_text_line ();
203 static void display_mode_line ();
204 static int display_mode_element ();
205 static char *decode_mode_spec ();
206 static int display_string ();
207 static void display_menu_bar ();
208 static int display_count_lines ();
209
210 /* Prompt to display in front of the minibuffer contents */
211 Lisp_Object minibuf_prompt;
212
213 /* Width in columns of current minibuffer prompt. */
214 int minibuf_prompt_width;
215
216 /* Message to display instead of minibuffer contents
217 This is what the functions error and message make,
218 and command echoing uses it as well.
219 It overrides the minibuf_prompt as well as the buffer. */
220 char *echo_area_glyphs;
221
222 /* This is the length of the message in echo_area_glyphs. */
223 int echo_area_glyphs_length;
224
225 /* This is the window where the echo area message was displayed.
226 It is always a minibuffer window, but it may not be the
227 same window currently active as a minibuffer. */
228 Lisp_Object echo_area_window;
229
230 /* Nonzero means multibyte characters were enabled when the echo area
231 message was specified. */
232 int message_enable_multibyte;
233
234 /* true iff we should redraw the mode lines on the next redisplay */
235 int update_mode_lines;
236
237 /* Smallest number of characters before the gap
238 at any time since last redisplay that finished.
239 Valid for current buffer when try_window_id can be called. */
240 int beg_unchanged;
241
242 /* Smallest number of characters after the gap
243 at any time since last redisplay that finished.
244 Valid for current buffer when try_window_id can be called. */
245 int end_unchanged;
246
247 /* MODIFF as of last redisplay that finished;
248 if it matches MODIFF, and overlay_unchanged_modified
249 matches OVERLAY_MODIFF, that means beg_unchanged and end_unchanged
250 contain no useful information */
251 int unchanged_modified;
252
253 /* OVERLAY_MODIFF as of last redisplay that finished. */
254 int overlay_unchanged_modified;
255
256 /* Nonzero if window sizes or contents have changed
257 since last redisplay that finished */
258 int windows_or_buffers_changed;
259
260 /* Nonzero after display_mode_line if %l was used
261 and it displayed a line number. */
262 int line_number_displayed;
263
264 /* Maximum buffer size for which to display line numbers. */
265 static int line_number_display_limit;
266
267 /* Number of lines to keep in the message log buffer.
268 t means infinite. nil means don't log at all. */
269 Lisp_Object Vmessage_log_max;
270
271 #define COERCE_MARKER(X) \
272 (MARKERP ((X)) ? Fmarker_position (X) : (X))
273
274 static int pos_tab_offset P_ ((struct window *, int, int));
275 \f
276 /* Output a newline in the *Messages* buffer if "needs" one. */
277
278 void
279 message_log_maybe_newline ()
280 {
281 if (message_log_need_newline)
282 message_dolog ("", 0, 1, 0);
283 }
284
285
286 /* Add a string to the message log, optionally terminated with a newline.
287 This function calls low-level routines in order to bypass text property
288 hooks, etc. which might not be safe to run.
289 MULTIBYTE, if nonzero, means interpret the contents of M as multibyte. */
290
291 void
292 message_dolog (m, len, nlflag, multibyte)
293 char *m;
294 int len, nlflag, multibyte;
295 {
296 if (!NILP (Vmessage_log_max))
297 {
298 struct buffer *oldbuf;
299 Lisp_Object oldpoint, oldbegv, oldzv;
300 int old_windows_or_buffers_changed = windows_or_buffers_changed;
301 int point_at_end = 0;
302 int zv_at_end = 0;
303 Lisp_Object old_deactivate_mark, tem;
304 struct gcpro gcpro1, gcpro2, gcpro3, gcpro4;
305
306 old_deactivate_mark = Vdeactivate_mark;
307 oldbuf = current_buffer;
308 Fset_buffer (Fget_buffer_create (build_string ("*Messages*")));
309 current_buffer->undo_list = Qt;
310
311 oldpoint = Fpoint_marker ();
312 oldbegv = Fpoint_min_marker ();
313 oldzv = Fpoint_max_marker ();
314 GCPRO4 (oldpoint, oldbegv, oldzv, old_deactivate_mark);
315
316 if (PT == Z)
317 point_at_end = 1;
318 if (ZV == Z)
319 zv_at_end = 1;
320
321 BEGV = BEG;
322 BEGV_BYTE = BEG_BYTE;
323 ZV = Z;
324 ZV_BYTE = Z_BYTE;
325 TEMP_SET_PT_BOTH (Z, Z_BYTE);
326
327 /* Insert the string--maybe converting multibyte to single byte
328 or vice versa, so that all the text fits the buffer. */
329 if (multibyte
330 && NILP (current_buffer->enable_multibyte_characters))
331 {
332 int c, i = 0, nbytes;
333 /* Convert a multibyte string to single-byte
334 for the *Message* buffer. */
335 while (i < len)
336 {
337 c = STRING_CHAR (m + i, len - i);
338 i += CHAR_BYTES (c);
339 /* Truncate the character to its last byte--we can only hope
340 the user is happy with the character he gets,
341 since if it isn't right, there is no way to do it right. */
342 c &= 0xff;
343 insert_char (c);
344 }
345 }
346 else if (! multibyte
347 && ! NILP (current_buffer->enable_multibyte_characters))
348 {
349 int i = 0;
350 unsigned char *msg = (unsigned char *) m;
351 /* Convert a single-byte string to multibyte
352 for the *Message* buffer. */
353 while (i < len)
354 {
355 int c = unibyte_char_to_multibyte (msg[i++]);
356 insert_char (c);
357 }
358 }
359 else if (len)
360 insert_1 (m, len, 1, 0, 0);
361
362 if (nlflag)
363 {
364 int this_bol, this_bol_byte, prev_bol, prev_bol_byte, dup;
365 insert_1 ("\n", 1, 1, 0, 0);
366
367 scan_newline (Z, Z_BYTE, BEG, BEG_BYTE, -2, 0);
368 this_bol = PT;
369 this_bol_byte = PT_BYTE;
370
371 if (this_bol > BEG)
372 {
373 scan_newline (PT, PT_BYTE, BEG, BEG_BYTE, -2, 0);
374 prev_bol = PT;
375 prev_bol_byte = PT_BYTE;
376
377 dup = message_log_check_duplicate (prev_bol, prev_bol_byte,
378 this_bol, this_bol_byte);
379 if (dup)
380 {
381 del_range_both (prev_bol, prev_bol_byte,
382 this_bol, this_bol_byte, 0);
383 if (dup > 1)
384 {
385 char dupstr[40];
386 int duplen;
387
388 /* If you change this format, don't forget to also
389 change message_log_check_duplicate. */
390 sprintf (dupstr, " [%d times]", dup);
391 duplen = strlen (dupstr);
392 TEMP_SET_PT_BOTH (Z - 1, Z_BYTE - 1);
393 insert_1 (dupstr, duplen, 1, 0, 1);
394 }
395 }
396 }
397
398 if (NATNUMP (Vmessage_log_max))
399 {
400 scan_newline (Z, Z_BYTE, BEG, BEG_BYTE,
401 -XFASTINT (Vmessage_log_max) - 1, 0);
402 del_range_both (BEG, BEG_BYTE, PT, PT_BYTE, 0);
403 }
404 }
405 BEGV = XMARKER (oldbegv)->charpos;
406 BEGV_BYTE = marker_byte_position (oldbegv);
407
408 if (zv_at_end)
409 {
410 ZV = Z;
411 ZV_BYTE = Z_BYTE;
412 }
413 else
414 {
415 ZV = XMARKER (oldzv)->charpos;
416 ZV_BYTE = marker_byte_position (oldzv);
417 }
418
419 if (point_at_end)
420 TEMP_SET_PT_BOTH (Z, Z_BYTE);
421 else
422 Fgoto_char (oldpoint);
423
424 UNGCPRO;
425 free_marker (oldpoint);
426 free_marker (oldbegv);
427 free_marker (oldzv);
428
429 tem = Fget_buffer_window (Fcurrent_buffer (), Qt);
430 set_buffer_internal (oldbuf);
431 if (NILP (tem))
432 windows_or_buffers_changed = old_windows_or_buffers_changed;
433 message_log_need_newline = !nlflag;
434 Vdeactivate_mark = old_deactivate_mark;
435 }
436 }
437
438 /* We are at the end of the buffer after just having inserted a newline.
439 (Note: We depend on the fact we won't be crossing the gap.)
440 Check to see if the most recent message looks a lot like the previous one.
441 Return 0 if different, 1 if the new one should just replace it, or a
442 value N > 1 if we should also append " [N times]". */
443
444 static int
445 message_log_check_duplicate (prev_bol, prev_bol_byte, this_bol, this_bol_byte)
446 int prev_bol, this_bol;
447 int prev_bol_byte, this_bol_byte;
448 {
449 int i;
450 int len = Z_BYTE - 1 - this_bol_byte;
451 int seen_dots = 0;
452 unsigned char *p1 = BUF_BYTE_ADDRESS (current_buffer, prev_bol_byte);
453 unsigned char *p2 = BUF_BYTE_ADDRESS (current_buffer, this_bol_byte);
454
455 for (i = 0; i < len; i++)
456 {
457 if (i >= 3 && p1[i-3] == '.' && p1[i-2] == '.' && p1[i-1] == '.'
458 && p1[i] != '\n')
459 seen_dots = 1;
460 if (p1[i] != p2[i])
461 return seen_dots;
462 }
463 p1 += len;
464 if (*p1 == '\n')
465 return 2;
466 if (*p1++ == ' ' && *p1++ == '[')
467 {
468 int n = 0;
469 while (*p1 >= '0' && *p1 <= '9')
470 n = n * 10 + *p1++ - '0';
471 if (strncmp (p1, " times]\n", 8) == 0)
472 return n+1;
473 }
474 return 0;
475 }
476 \f
477 /* Display an echo area message M with a specified length of LEN chars.
478 The string may include null characters. If M is 0, clear out any
479 existing message, and let the minibuffer text show through.
480
481 The buffer M must continue to exist until after the echo area
482 gets cleared or some other message gets displayed there.
483
484 Do not pass text that is stored in a Lisp string.
485 Do not pass text in a buffer that was alloca'd. */
486
487 void
488 message2 (m, len, multibyte)
489 char *m;
490 int len;
491 int multibyte;
492 {
493 /* First flush out any partial line written with print. */
494 message_log_maybe_newline ();
495 if (m)
496 message_dolog (m, len, 1, multibyte);
497 message2_nolog (m, len, multibyte);
498 }
499
500
501 /* The non-logging counterpart of message2. */
502
503 void
504 message2_nolog (m, len, multibyte)
505 char *m;
506 int len;
507 {
508 message_enable_multibyte = multibyte;
509
510 if (noninteractive)
511 {
512 if (noninteractive_need_newline)
513 putc ('\n', stderr);
514 noninteractive_need_newline = 0;
515 if (m)
516 fwrite (m, len, 1, stderr);
517 if (cursor_in_echo_area == 0)
518 fprintf (stderr, "\n");
519 fflush (stderr);
520 }
521 /* A null message buffer means that the frame hasn't really been
522 initialized yet. Error messages get reported properly by
523 cmd_error, so this must be just an informative message; toss it. */
524 else if (INTERACTIVE && FRAME_MESSAGE_BUF (selected_frame))
525 {
526 Lisp_Object mini_window;
527 FRAME_PTR f;
528
529 /* Get the frame containing the minibuffer
530 that the selected frame is using. */
531 mini_window = FRAME_MINIBUF_WINDOW (selected_frame);
532 f = XFRAME (WINDOW_FRAME (XWINDOW (mini_window)));
533
534 FRAME_SAMPLE_VISIBILITY (f);
535 if (FRAME_VISIBLE_P (selected_frame)
536 && ! FRAME_VISIBLE_P (f))
537 Fmake_frame_visible (WINDOW_FRAME (XWINDOW (mini_window)));
538
539 if (m)
540 {
541 echo_area_glyphs = m;
542 echo_area_glyphs_length = len;
543
544 if (minibuffer_auto_raise)
545 Fraise_frame (WINDOW_FRAME (XWINDOW (mini_window)));
546 }
547 else
548 echo_area_glyphs = previous_echo_glyphs = 0;
549
550 do_pending_window_change ();
551 echo_area_display ();
552 update_frame (f, 1, 1);
553 do_pending_window_change ();
554 if (frame_up_to_date_hook != 0 && ! gc_in_progress)
555 (*frame_up_to_date_hook) (f);
556 }
557 }
558 \f
559 /* Display in echo area the null-terminated ASCII-only string M.
560 If M is 0, clear out any existing message,
561 and let the minibuffer text show through.
562
563 The string M must continue to exist until after the echo area
564 gets cleared or some other message gets displayed there.
565
566 Do not pass text that is stored in a Lisp string.
567 Do not pass text in a buffer that was alloca'd. */
568
569 void
570 message1 (m)
571 char *m;
572 {
573 message2 (m, (m ? strlen (m) : 0), 0);
574 }
575
576 void
577 message1_nolog (m)
578 char *m;
579 {
580 message2_nolog (m, (m ? strlen (m) : 0), 0);
581 }
582
583 /* Display a message M which contains a single %s
584 which gets replaced with STRING. */
585
586 void
587 message_with_string (m, string, log)
588 char *m;
589 Lisp_Object string;
590 int log;
591 {
592 if (noninteractive)
593 {
594 if (m)
595 {
596 if (noninteractive_need_newline)
597 putc ('\n', stderr);
598 noninteractive_need_newline = 0;
599 fprintf (stderr, m, XSTRING (string)->data);
600 if (cursor_in_echo_area == 0)
601 fprintf (stderr, "\n");
602 fflush (stderr);
603 }
604 }
605 else if (INTERACTIVE)
606 {
607 /* The frame whose minibuffer we're going to display the message on.
608 It may be larger than the selected frame, so we need
609 to use its buffer, not the selected frame's buffer. */
610 Lisp_Object mini_window;
611 FRAME_PTR f;
612
613 /* Get the frame containing the minibuffer
614 that the selected frame is using. */
615 mini_window = FRAME_MINIBUF_WINDOW (selected_frame);
616 f = XFRAME (WINDOW_FRAME (XWINDOW (mini_window)));
617
618 /* A null message buffer means that the frame hasn't really been
619 initialized yet. Error messages get reported properly by
620 cmd_error, so this must be just an informative message; toss it. */
621 if (FRAME_MESSAGE_BUF (f))
622 {
623 int len;
624 char *a[1];
625 a[0] = (char *) XSTRING (string)->data;
626
627 len = doprnt (FRAME_MESSAGE_BUF (f),
628 FRAME_MESSAGE_BUF_SIZE (f), m, (char *)0, 3, a);
629
630 if (log)
631 message2 (FRAME_MESSAGE_BUF (f), len,
632 STRING_MULTIBYTE (string));
633 else
634 message2_nolog (FRAME_MESSAGE_BUF (f), len,
635 STRING_MULTIBYTE (string));
636
637 /* Print should start at the beginning of the message
638 buffer next time. */
639 message_buf_print = 0;
640 }
641 }
642 }
643
644 /* Truncate what will be displayed in the echo area
645 the next time we display it--but don't redisplay it now. */
646
647 void
648 truncate_echo_area (len)
649 int len;
650 {
651 /* A null message buffer means that the frame hasn't really been
652 initialized yet. Error messages get reported properly by
653 cmd_error, so this must be just an informative message; toss it. */
654 if (!noninteractive && INTERACTIVE && FRAME_MESSAGE_BUF (selected_frame))
655 echo_area_glyphs_length = len;
656 }
657
658 /* Nonzero if FRAME_MESSAGE_BUF (selected_frame) is being used by print;
659 zero if being used by message. */
660 int message_buf_print;
661
662 /* Dump an informative message to the minibuf. If M is 0, clear out
663 any existing message, and let the minibuffer text show through. */
664
665 /* VARARGS 1 */
666 void
667 message (m, a1, a2, a3)
668 char *m;
669 EMACS_INT a1, a2, a3;
670 {
671 if (noninteractive)
672 {
673 if (m)
674 {
675 if (noninteractive_need_newline)
676 putc ('\n', stderr);
677 noninteractive_need_newline = 0;
678 fprintf (stderr, m, a1, a2, a3);
679 if (cursor_in_echo_area == 0)
680 fprintf (stderr, "\n");
681 fflush (stderr);
682 }
683 }
684 else if (INTERACTIVE)
685 {
686 /* The frame whose minibuffer we're going to display the message on.
687 It may be larger than the selected frame, so we need
688 to use its buffer, not the selected frame's buffer. */
689 Lisp_Object mini_window;
690 FRAME_PTR f;
691
692 /* Get the frame containing the minibuffer
693 that the selected frame is using. */
694 mini_window = FRAME_MINIBUF_WINDOW (selected_frame);
695 f = XFRAME (WINDOW_FRAME (XWINDOW (mini_window)));
696
697 /* A null message buffer means that the frame hasn't really been
698 initialized yet. Error messages get reported properly by
699 cmd_error, so this must be just an informative message; toss it. */
700 if (FRAME_MESSAGE_BUF (f))
701 {
702 if (m)
703 {
704 int len;
705 #ifdef NO_ARG_ARRAY
706 char *a[3];
707 a[0] = (char *) a1;
708 a[1] = (char *) a2;
709 a[2] = (char *) a3;
710
711 len = doprnt (FRAME_MESSAGE_BUF (f),
712 FRAME_MESSAGE_BUF_SIZE (f), m, (char *)0, 3, a);
713 #else
714 len = doprnt (FRAME_MESSAGE_BUF (f),
715 FRAME_MESSAGE_BUF_SIZE (f), m, (char *)0, 3,
716 (char **) &a1);
717 #endif /* NO_ARG_ARRAY */
718
719 message2 (FRAME_MESSAGE_BUF (f), len, 0);
720 }
721 else
722 message1 (0);
723
724 /* Print should start at the beginning of the message
725 buffer next time. */
726 message_buf_print = 0;
727 }
728 }
729 }
730
731 /* The non-logging version of message. */
732 void
733 message_nolog (m, a1, a2, a3)
734 char *m;
735 EMACS_INT a1, a2, a3;
736 {
737 Lisp_Object old_log_max;
738 old_log_max = Vmessage_log_max;
739 Vmessage_log_max = Qnil;
740 message (m, a1, a2, a3);
741 Vmessage_log_max = old_log_max;
742 }
743
744 void
745 update_echo_area ()
746 {
747 message2 (echo_area_glyphs, echo_area_glyphs_length,
748 ! NILP (current_buffer->enable_multibyte_characters));
749 }
750 \f
751 static void
752 echo_area_display ()
753 {
754 register int vpos;
755 FRAME_PTR f;
756 Lisp_Object mini_window;
757
758 /* Choose the minibuffer window for this display.
759 It is the minibuffer window used by the selected frame. */
760 mini_window = FRAME_MINIBUF_WINDOW (selected_frame);
761 /* This is the frame that window is in. */
762 f = XFRAME (WINDOW_FRAME (XWINDOW (mini_window)));
763
764 if (! FRAME_VISIBLE_P (f))
765 return;
766
767 if (frame_garbaged)
768 {
769 redraw_garbaged_frames ();
770 frame_garbaged = 0;
771 }
772
773 if (echo_area_glyphs || minibuf_level == 0)
774 {
775 int i;
776
777 echo_area_window = mini_window;
778
779 vpos = XFASTINT (XWINDOW (mini_window)->top);
780 get_display_line (f, vpos, 0);
781
782 /* Make sure the columns that overlap a left-hand scroll bar
783 are always clear. */
784 for (i = 0; i < FRAME_LEFT_SCROLL_BAR_WIDTH (f); i++)
785 f->desired_glyphs->glyphs[vpos][i] = SPACEGLYPH;
786
787 display_string (XWINDOW (mini_window), vpos,
788 echo_area_glyphs ? echo_area_glyphs : "",
789 echo_area_glyphs ? echo_area_glyphs_length : -1,
790 FRAME_LEFT_SCROLL_BAR_WIDTH (f),
791 0, 0, 0,
792 FRAME_WIDTH (f) + FRAME_LEFT_SCROLL_BAR_WIDTH (f),
793 message_enable_multibyte);
794
795 #if 0 /* This just gets in the way. update_frame does the job. */
796 /* If desired cursor location is on this line, put it at end of text */
797 if (cursor_in_echo_area)
798 FRAME_CURSOR_Y (f) = vpos;
799 if (FRAME_CURSOR_Y (f) == vpos)
800 FRAME_CURSOR_X (f) = FRAME_DESIRED_GLYPHS (f)->used[vpos];
801 #endif
802
803 /* Fill the rest of the minibuffer window with blank lines. */
804 {
805 int i;
806
807 for (i = vpos + 1;
808 i < vpos + XFASTINT (XWINDOW (mini_window)->height); i++)
809 {
810 get_display_line (f, i, 0);
811 /* We don't use FRAME_SCROLL_BAR_WIDTH (f) as the starting
812 hpos, because it is good to clear whatever is behind the
813 scroll bar. This does not affect the scroll bar itself. */
814 display_string (XWINDOW (mini_window), i,
815 "", 0,
816 0, 0, 0,
817 0, FRAME_WIDTH (f) + FRAME_SCROLL_BAR_WIDTH (f),
818 0);
819 }
820 }
821 }
822 else if (!EQ (mini_window, selected_window))
823 windows_or_buffers_changed++;
824
825 if (EQ (mini_window, selected_window))
826 this_line_bufpos = 0;
827
828 previous_echo_glyphs = echo_area_glyphs;
829 }
830 \f
831 /* Update frame titles. */
832
833 #ifdef HAVE_WINDOW_SYSTEM
834 static char frame_title_buf[512];
835 static char *frame_title_ptr;
836
837 static int
838 store_frame_title (str, mincol, maxcol)
839 char *str;
840 int mincol, maxcol;
841 {
842 char *limit;
843 if (maxcol < 0 || maxcol >= sizeof(frame_title_buf))
844 maxcol = sizeof (frame_title_buf);
845 limit = &frame_title_buf[maxcol];
846 while (*str != '\0' && frame_title_ptr < limit)
847 *frame_title_ptr++ = *str++;
848 while (frame_title_ptr < &frame_title_buf[mincol])
849 *frame_title_ptr++ = ' ';
850 return frame_title_ptr - frame_title_buf;
851 }
852
853 static void
854 x_consider_frame_title (frame)
855 Lisp_Object frame;
856 {
857 Lisp_Object fmt;
858 struct buffer *obuf;
859 int len;
860 FRAME_PTR f = XFRAME (frame);
861
862 if (!(FRAME_WINDOW_P (f) || FRAME_MINIBUF_ONLY_P (f) || f->explicit_name))
863 return;
864
865 /* Do we have more than one visible frame on this X display? */
866 {
867 Lisp_Object tail;
868
869 for (tail = Vframe_list; CONSP (tail); tail = XCONS (tail)->cdr)
870 {
871 FRAME_PTR tf = XFRAME (XCONS (tail)->car);
872
873 if (tf != f && FRAME_KBOARD (tf) == FRAME_KBOARD (f)
874 && !FRAME_MINIBUF_ONLY_P (tf)
875 && (FRAME_VISIBLE_P (tf) || FRAME_ICONIFIED_P (tf)))
876 break;
877 }
878
879 multiple_frames = CONSP (tail);
880 }
881
882 obuf = current_buffer;
883 Fset_buffer (XWINDOW (f->selected_window)->buffer);
884 fmt = (FRAME_ICONIFIED_P (f) ? Vicon_title_format : Vframe_title_format);
885 frame_title_ptr = frame_title_buf;
886 len = display_mode_element (XWINDOW (f->selected_window), 0, 0, 0,
887 0, sizeof (frame_title_buf), fmt);
888 frame_title_ptr = 0;
889 set_buffer_internal (obuf);
890 /* Set the name only if it's changed. This avoids consing
891 in the common case where it hasn't. (If it turns out that we've
892 already wasted too much time by walking through the list with
893 display_mode_element, then we might need to optimize at a higher
894 level than this.) */
895 if (! STRINGP (f->name) || STRING_BYTES (XSTRING (f->name)) != len
896 || bcmp (frame_title_buf, XSTRING (f->name)->data, len) != 0)
897 x_implicitly_set_name (f, make_string (frame_title_buf, len), Qnil);
898 }
899 #else
900 #define frame_title_ptr ((char *)0)
901 #define store_frame_title(str, mincol, maxcol) 0
902 #endif
903 \f
904 /* Prepare for redisplay by updating menu-bar item lists when appropriate.
905 This can call eval. */
906
907 void
908 prepare_menu_bars ()
909 {
910 register struct window *w = XWINDOW (selected_window);
911 int all_windows;
912 struct gcpro gcpro1, gcpro2;
913
914 all_windows = (update_mode_lines || buffer_shared > 1
915 || windows_or_buffers_changed);
916
917 /* Update all frame titles based on their buffer names, etc.
918 We do this before the menu bars so that the buffer-menu
919 will show the up-to-date frame titles.
920
921 This used to be done after the menu bars, for a reason that
922 was stated as follows but which I do not understand:
923 "We do this after the menu bars so that the frame will first
924 create its menu bar using the name `emacs' if no other name
925 has yet been specified."
926 I think that is no longer a concern. */
927 #ifdef HAVE_WINDOW_SYSTEM
928 if (windows_or_buffers_changed || update_mode_lines)
929 {
930 Lisp_Object tail, frame;
931
932 FOR_EACH_FRAME (tail, frame)
933 if (FRAME_VISIBLE_P (XFRAME (frame))
934 || FRAME_ICONIFIED_P (XFRAME (frame)))
935 x_consider_frame_title (frame);
936 }
937 #endif
938
939 /* Update the menu bar item lists, if appropriate.
940 This has to be done before any actual redisplay
941 or generation of display lines. */
942 if (all_windows)
943 {
944 Lisp_Object tail, frame;
945 int count = specpdl_ptr - specpdl;
946
947 record_unwind_protect (Fset_match_data, Fmatch_data (Qnil, Qnil));
948
949 FOR_EACH_FRAME (tail, frame)
950 {
951 /* If a window on this frame changed size,
952 report that to the user and clear the size-change flag. */
953 if (FRAME_WINDOW_SIZES_CHANGED (XFRAME (frame)))
954 {
955 Lisp_Object functions;
956 /* Clear flag first in case we get error below. */
957 FRAME_WINDOW_SIZES_CHANGED (XFRAME (frame)) = 0;
958 functions = Vwindow_size_change_functions;
959 GCPRO2 (tail, functions);
960 while (CONSP (functions))
961 {
962 call1 (XCONS (functions)->car, frame);
963 functions = XCONS (functions)->cdr;
964 }
965 UNGCPRO;
966 }
967 GCPRO1 (tail);
968 update_menu_bar (XFRAME (frame), 0);
969 UNGCPRO;
970 }
971
972 unbind_to (count, Qnil);
973 }
974 else
975 update_menu_bar (selected_frame, 1);
976
977 /* Motif needs this. See comment in xmenu.c.
978 Turn it off when pending_menu_activation is not defined. */
979 #ifdef USE_X_TOOLKIT
980 pending_menu_activation = 0;
981 #endif
982 }
983 \f
984 /* Do a frame update, taking possible shortcuts into account.
985 This is the main external entry point for redisplay.
986
987 If the last redisplay displayed an echo area message and that
988 message is no longer requested, we clear the echo area
989 or bring back the minibuffer if that is in use.
990
991 Do not call eval from within this function.
992 Calls to eval after the call to echo_area_display would confuse
993 the display_line mechanism and would cause a crash.
994 Calls to eval before that point will work most of the time,
995 but can still lose, because this function
996 can be called from signal handlers; with alarms set up;
997 or with synchronous processes running.
998
999 See Fcall_process; if you called it from here, it could be
1000 entered recursively. */
1001
1002 static int do_verify_charstarts;
1003
1004 /* Counter is used to clear the face cache
1005 no more than once ever 1000 redisplays. */
1006 static int clear_face_cache_count;
1007
1008 /* Record the previous terminal frame we displayed. */
1009 static FRAME_PTR previous_terminal_frame;
1010
1011 void
1012 redisplay ()
1013 {
1014 redisplay_internal (0);
1015 }
1016
1017 /* If PRESERVE_ECHO_AREA is nonzero, it means this redisplay
1018 is not in response to any user action; therefore, we should
1019 preserve the echo area. (Actually, our caller does that job.)
1020 Perhaps in the future avoid recentering windows
1021 if it is not necessary; currently that causes some problems. */
1022
1023 static void
1024 redisplay_internal (preserve_echo_area)
1025 int preserve_echo_area;
1026 {
1027 register struct window *w = XWINDOW (selected_window);
1028 register int pause;
1029 int must_finish = 0;
1030 int all_windows;
1031 register int tlbufpos, tlendpos;
1032 struct position pos;
1033 int number_of_visible_frames;
1034
1035 if (noninteractive)
1036 return;
1037
1038 #ifdef USE_X_TOOLKIT
1039 if (popup_activated ())
1040 return;
1041 #endif
1042
1043 if (! NILP (Vinhibit_redisplay))
1044 return;
1045
1046 retry:
1047
1048 if (! FRAME_WINDOW_P (selected_frame)
1049 && previous_terminal_frame != selected_frame)
1050 {
1051 /* Since frames on an ASCII terminal share the same display area,
1052 displaying a different frame means redisplay the whole thing. */
1053 windows_or_buffers_changed++;
1054 SET_FRAME_GARBAGED (selected_frame);
1055 XSETFRAME (Vterminal_frame, selected_frame);
1056 }
1057 previous_terminal_frame = selected_frame;
1058
1059 /* Set the visible flags for all frames.
1060 Do this before checking for resized or garbaged frames; they want
1061 to know if their frames are visible.
1062 See the comment in frame.h for FRAME_SAMPLE_VISIBILITY. */
1063 {
1064 Lisp_Object tail, frame;
1065
1066 number_of_visible_frames = 0;
1067
1068 FOR_EACH_FRAME (tail, frame)
1069 {
1070 FRAME_SAMPLE_VISIBILITY (XFRAME (frame));
1071
1072 if (FRAME_VISIBLE_P (XFRAME (frame)))
1073 number_of_visible_frames++;
1074
1075 /* Clear out all the display lines in which we will generate the
1076 glyphs to display. */
1077 init_desired_glyphs (XFRAME (frame));
1078 }
1079 }
1080
1081 /* Notice any pending interrupt request to change frame size. */
1082 do_pending_window_change ();
1083
1084 if (frame_garbaged)
1085 {
1086 redraw_garbaged_frames ();
1087 frame_garbaged = 0;
1088 }
1089
1090 prepare_menu_bars ();
1091
1092 if (windows_or_buffers_changed)
1093 update_mode_lines++;
1094
1095 /* Detect case that we need to write or remove a star in the mode line. */
1096 if ((SAVE_MODIFF < MODIFF) != !NILP (w->last_had_star))
1097 {
1098 w->update_mode_line = Qt;
1099 if (buffer_shared > 1)
1100 update_mode_lines++;
1101 }
1102
1103 /* If %c is in use, update it if needed. */
1104 if (!NILP (w->column_number_displayed)
1105 /* This alternative quickly identifies a common case
1106 where no change is needed. */
1107 && !(PT == XFASTINT (w->last_point)
1108 && XFASTINT (w->last_modified) >= MODIFF
1109 && XFASTINT (w->last_overlay_modified) >= OVERLAY_MODIFF)
1110 && XFASTINT (w->column_number_displayed) != current_column ())
1111 w->update_mode_line = Qt;
1112
1113 FRAME_SCROLL_BOTTOM_VPOS (XFRAME (w->frame)) = -1;
1114
1115 all_windows = update_mode_lines || buffer_shared > 1;
1116
1117 /* If specs for an arrow have changed, do thorough redisplay
1118 to ensure we remove any arrow that should no longer exist. */
1119 if (! EQ (COERCE_MARKER (Voverlay_arrow_position), last_arrow_position)
1120 || ! EQ (Voverlay_arrow_string, last_arrow_string))
1121 all_windows = 1;
1122
1123 /* Normally the message* functions will have already displayed and
1124 updated the echo area, but the frame may have been trashed, or
1125 the update may have been preempted, so display the echo area
1126 again here. */
1127 if (echo_area_glyphs || previous_echo_glyphs)
1128 {
1129 echo_area_display ();
1130 must_finish = 1;
1131 }
1132
1133 /* If showing region, and mark has changed, must redisplay whole window. */
1134 if (((!NILP (Vtransient_mark_mode)
1135 && !NILP (XBUFFER (w->buffer)->mark_active))
1136 != !NILP (w->region_showing))
1137 || (!NILP (w->region_showing)
1138 && !EQ (w->region_showing,
1139 Fmarker_position (XBUFFER (w->buffer)->mark))))
1140 this_line_bufpos = -1;
1141
1142 tlbufpos = this_line_bufpos;
1143 tlendpos = this_line_endpos;
1144 if (!all_windows && tlbufpos > 0 && NILP (w->update_mode_line)
1145 && !current_buffer->clip_changed
1146 && FRAME_VISIBLE_P (XFRAME (w->frame))
1147 && !FRAME_OBSCURED_P (XFRAME (w->frame))
1148 /* Make sure recorded data applies to current buffer, etc */
1149 && this_line_buffer == current_buffer
1150 && current_buffer == XBUFFER (w->buffer)
1151 && NILP (w->force_start)
1152 /* Point must be on the line that we have info recorded about */
1153 && PT >= tlbufpos
1154 && PT <= Z - tlendpos
1155 /* All text outside that line, including its final newline,
1156 must be unchanged */
1157 && ((XFASTINT (w->last_modified) >= MODIFF
1158 && (XFASTINT (w->last_overlay_modified) >= OVERLAY_MODIFF))
1159 || (beg_unchanged >= tlbufpos - 1
1160 && GPT >= tlbufpos
1161 /* If selective display, can't optimize
1162 if the changes start at the beginning of the line. */
1163 && ((INTEGERP (current_buffer->selective_display)
1164 && XINT (current_buffer->selective_display) > 0
1165 ? (beg_unchanged >= tlbufpos
1166 && GPT > tlbufpos)
1167 : 1))
1168 && end_unchanged >= tlendpos
1169 && Z - GPT >= tlendpos)))
1170 {
1171 int tlbufpos_byte = CHAR_TO_BYTE (tlbufpos);
1172 if (tlbufpos > BEGV && FETCH_BYTE (tlbufpos_byte - 1) != '\n'
1173 && (tlbufpos == ZV
1174 || FETCH_BYTE (tlbufpos_byte) == '\n'))
1175 /* Former continuation line has disappeared by becoming empty */
1176 goto cancel;
1177 else if (XFASTINT (w->last_modified) < MODIFF
1178 || XFASTINT (w->last_overlay_modified) < OVERLAY_MODIFF
1179 || MINI_WINDOW_P (w))
1180 {
1181 /* We have to handle the case of continuation around a
1182 wide-column character (See the comment in indent.c around
1183 line 885).
1184
1185 For instance, in the following case:
1186
1187 -------- Insert --------
1188 K_A_N_\\ `a' K_A_N_a\ `X_' are wide-column chars.
1189 J_I_ ==> J_I_ `^^' are cursors.
1190 ^^ ^^
1191 -------- --------
1192
1193 As we have to redraw the line above, we should goto cancel. */
1194
1195 struct position val;
1196 int prevline;
1197 int opoint = PT, opoint_byte = PT_BYTE;
1198
1199 scan_newline (tlbufpos, tlbufpos_byte, BEGV, BEGV_BYTE, -1, 1);
1200
1201 val = *compute_motion (PT, 0,
1202 XINT (w->hscroll) ? 1 - XINT (w->hscroll) : 0,
1203 0,
1204 tlbufpos,
1205 1 << (BITS_PER_SHORT - 1),
1206 1 << (BITS_PER_SHORT - 1),
1207 window_internal_width (w) - 1,
1208 XINT (w->hscroll), 0, w);
1209 TEMP_SET_PT_BOTH (opoint, opoint_byte);
1210 if (val.hpos != this_line_start_hpos)
1211 goto cancel;
1212
1213 cursor_vpos = -1;
1214 overlay_arrow_seen = 0;
1215 zv_strings_seen = 0;
1216 display_text_line (w, tlbufpos, tlbufpos_byte,
1217 this_line_vpos, this_line_start_hpos,
1218 pos_tab_offset (w, tlbufpos, tlbufpos_byte), 0);
1219 /* If line contains point, is not continued,
1220 and ends at same distance from eob as before, we win */
1221 if (cursor_vpos >= 0 && this_line_bufpos
1222 && this_line_endpos == tlendpos)
1223 {
1224 /* If this is not the window's last line,
1225 we must adjust the charstarts of the lines below. */
1226 if (this_line_vpos + 1
1227 < XFASTINT (w->top) + window_internal_height (w))
1228 {
1229 int left = WINDOW_LEFT_MARGIN (w);
1230 int *charstart_next_line
1231 = FRAME_CURRENT_GLYPHS (XFRAME (WINDOW_FRAME (w)))->charstarts[this_line_vpos + 1];
1232 int adjust;
1233
1234 if (Z - tlendpos == ZV)
1235 /* This line ends at end of (accessible part of) buffer.
1236 There is no newline to count. */
1237 adjust = Z - tlendpos - charstart_next_line[left];
1238 else
1239 /* This line ends in a newline.
1240 Must take account of the newline and the rest of the
1241 text that follows. */
1242 adjust = Z - tlendpos + 1 - charstart_next_line[left];
1243
1244 adjust_window_charstarts (w, this_line_vpos, adjust);
1245 }
1246
1247 if (!WINDOW_FULL_WIDTH_P (w))
1248 preserve_other_columns (w);
1249 goto update;
1250 }
1251 else
1252 goto cancel;
1253 }
1254 else if (PT == XFASTINT (w->last_point)
1255 /* Make sure the cursor was last displayed
1256 in this window. Otherwise we have to reposition it. */
1257 && XINT (w->top) <= FRAME_CURSOR_Y (selected_frame)
1258 && (XINT (w->top) + XINT (w->height)
1259 > FRAME_CURSOR_Y (selected_frame)))
1260 {
1261 if (!must_finish)
1262 {
1263 do_pending_window_change ();
1264 return;
1265 }
1266 goto update;
1267 }
1268 /* If highlighting the region, or if the cursor is in the echo area,
1269 then we can't just move the cursor. */
1270 else if (! (!NILP (Vtransient_mark_mode)
1271 && !NILP (current_buffer->mark_active))
1272 && (w == XWINDOW (current_buffer->last_selected_window)
1273 || highlight_nonselected_windows)
1274 && NILP (w->region_showing)
1275 && !cursor_in_echo_area)
1276 {
1277 pos = *compute_motion (tlbufpos, 0,
1278 XINT (w->hscroll) ? 1 - XINT (w->hscroll) : 0,
1279 0,
1280 PT, 2, - (1 << (BITS_PER_SHORT - 1)),
1281 window_internal_width (w) - 1,
1282 XINT (w->hscroll),
1283 pos_tab_offset (w, tlbufpos, tlbufpos_byte),
1284 w);
1285 if (pos.vpos < 1)
1286 {
1287 int width = window_internal_width (w) - 1;
1288 FRAME_CURSOR_X (selected_frame)
1289 = WINDOW_LEFT_MARGIN (w) + minmax (0, pos.hpos, width);
1290 FRAME_CURSOR_Y (selected_frame) = this_line_vpos;
1291 goto update;
1292 }
1293 else
1294 goto cancel;
1295 }
1296 cancel:
1297 /* Text changed drastically or point moved off of line */
1298 cancel_line (this_line_vpos, selected_frame);
1299 }
1300
1301 this_line_bufpos = 0;
1302 all_windows |= buffer_shared > 1;
1303
1304 clear_face_cache_count++;
1305
1306 if (all_windows)
1307 {
1308 Lisp_Object tail, frame;
1309
1310 #ifdef HAVE_FACES
1311 /* Clear the face cache, only when we do a full redisplay
1312 and not too often either. */
1313 if (clear_face_cache_count > 1000)
1314 {
1315 clear_face_cache ();
1316 clear_face_cache_count = 0;
1317 }
1318 #endif
1319
1320 /* Recompute # windows showing selected buffer.
1321 This will be incremented each time such a window is displayed. */
1322 buffer_shared = 0;
1323
1324 FOR_EACH_FRAME (tail, frame)
1325 {
1326 FRAME_PTR f = XFRAME (frame);
1327 if (FRAME_WINDOW_P (f) || f == selected_frame)
1328 {
1329
1330 /* Mark all the scroll bars to be removed; we'll redeem the ones
1331 we want when we redisplay their windows. */
1332 if (condemn_scroll_bars_hook)
1333 (*condemn_scroll_bars_hook) (f);
1334
1335 if (FRAME_VISIBLE_P (f) && !FRAME_OBSCURED_P (f))
1336 redisplay_windows (FRAME_ROOT_WINDOW (f), preserve_echo_area);
1337
1338 /* Any scroll bars which redisplay_windows should have nuked
1339 should now go away. */
1340 if (judge_scroll_bars_hook)
1341 (*judge_scroll_bars_hook) (f);
1342 }
1343 }
1344 }
1345 else if (FRAME_VISIBLE_P (selected_frame) && !FRAME_OBSCURED_P (selected_frame))
1346 {
1347 redisplay_window (selected_window, 1, preserve_echo_area);
1348 if (!WINDOW_FULL_WIDTH_P (w))
1349 preserve_other_columns (w);
1350 }
1351
1352 update:
1353 /* Prevent various kinds of signals during display update.
1354 stdio is not robust about handling signals,
1355 which can cause an apparent I/O error. */
1356 if (interrupt_input)
1357 unrequest_sigio ();
1358 stop_polling ();
1359
1360 if (all_windows)
1361 {
1362 Lisp_Object tail;
1363
1364 pause = 0;
1365
1366 for (tail = Vframe_list; CONSP (tail); tail = XCONS (tail)->cdr)
1367 {
1368 FRAME_PTR f;
1369
1370 if (!FRAMEP (XCONS (tail)->car))
1371 continue;
1372
1373 f = XFRAME (XCONS (tail)->car);
1374
1375 if ((FRAME_WINDOW_P (f) || f == selected_frame)
1376 && FRAME_VISIBLE_P (f) && !FRAME_OBSCURED_P (f))
1377 {
1378 pause |= update_frame (f, 0, 0);
1379 if (!pause)
1380 {
1381 mark_window_display_accurate (f->root_window, 1);
1382 if (frame_up_to_date_hook != 0)
1383 (*frame_up_to_date_hook) (f);
1384 }
1385 }
1386 }
1387 }
1388 else
1389 {
1390 if (FRAME_VISIBLE_P (selected_frame) && !FRAME_OBSCURED_P (selected_frame))
1391 pause = update_frame (selected_frame, 0, 0);
1392 else
1393 pause = 0;
1394
1395 /* We may have called echo_area_display at the top of this
1396 function. If the echo area is on another frame, that may
1397 have put text on a frame other than the selected one, so the
1398 above call to update_frame would not have caught it. Catch
1399 it here. */
1400 {
1401 Lisp_Object mini_window;
1402 FRAME_PTR mini_frame;
1403
1404 mini_window = FRAME_MINIBUF_WINDOW (selected_frame);
1405 mini_frame = XFRAME (WINDOW_FRAME (XWINDOW (mini_window)));
1406
1407 if (mini_frame != selected_frame && FRAME_WINDOW_P (mini_frame))
1408 pause |= update_frame (mini_frame, 0, 0);
1409 }
1410 }
1411
1412 /* If frame does not match, prevent doing single-line-update next time.
1413 Also, don't forget to check every line to update the arrow. */
1414 if (pause)
1415 {
1416 this_line_bufpos = 0;
1417 if (!NILP (last_arrow_position))
1418 {
1419 last_arrow_position = Qt;
1420 last_arrow_string = Qt;
1421 }
1422 /* If we pause after scrolling, some lines in current_frame
1423 may be null, so preserve_other_columns won't be able to
1424 preserve all the vertical-bar separators. So, avoid using it
1425 in that case. */
1426 if (!WINDOW_FULL_WIDTH_P (w))
1427 update_mode_lines = 1;
1428 }
1429
1430 /* Now text on frame agrees with windows, so
1431 put info into the windows for partial redisplay to follow */
1432
1433 if (!pause)
1434 {
1435 register struct buffer *b = XBUFFER (w->buffer);
1436
1437 blank_end_of_window = 0;
1438 unchanged_modified = BUF_MODIFF (b);
1439 overlay_unchanged_modified = BUF_OVERLAY_MODIFF (b);
1440 beg_unchanged = BUF_GPT (b) - BUF_BEG (b);
1441 end_unchanged = BUF_Z (b) - BUF_GPT (b);
1442
1443 /* Record the last place cursor was displayed in this window.
1444 But not if cursor is in the echo area, because in that case
1445 FRAME_CURSOR_X and FRAME_CURSOR_Y are in the echo area. */
1446 if (!(cursor_in_echo_area && FRAME_HAS_MINIBUF_P (selected_frame)
1447 && EQ (FRAME_MINIBUF_WINDOW (selected_frame), minibuf_window)))
1448 {
1449 XSETFASTINT (w->last_point, BUF_PT (b));
1450 XSETFASTINT (w->last_point_x, FRAME_CURSOR_X (selected_frame));
1451 XSETFASTINT (w->last_point_y, FRAME_CURSOR_Y (selected_frame));
1452 }
1453 else
1454 /* Make last_point invalid, since we don't really know
1455 where the cursor would be if it were not in the echo area. */
1456 XSETINT (w->last_point, -1);
1457
1458 if (all_windows)
1459 mark_window_display_accurate (FRAME_ROOT_WINDOW (selected_frame), 1);
1460 else
1461 {
1462 b->clip_changed = 0;
1463 w->update_mode_line = Qnil;
1464 XSETFASTINT (w->last_modified, BUF_MODIFF (b));
1465 XSETFASTINT (w->last_overlay_modified, BUF_OVERLAY_MODIFF (b));
1466 w->last_had_star
1467 = (BUF_MODIFF (XBUFFER (w->buffer)) > BUF_SAVE_MODIFF (XBUFFER (w->buffer))
1468 ? Qt : Qnil);
1469
1470 /* Record if we are showing a region, so can make sure to
1471 update it fully at next redisplay. */
1472 w->region_showing = (!NILP (Vtransient_mark_mode)
1473 && (w == XWINDOW (current_buffer->last_selected_window)
1474 || highlight_nonselected_windows)
1475 && !NILP (XBUFFER (w->buffer)->mark_active)
1476 ? Fmarker_position (XBUFFER (w->buffer)->mark)
1477 : Qnil);
1478
1479 w->window_end_valid = w->buffer;
1480 last_arrow_position = COERCE_MARKER (Voverlay_arrow_position);
1481 last_arrow_string = Voverlay_arrow_string;
1482 if (do_verify_charstarts)
1483 verify_charstarts (w);
1484 if (frame_up_to_date_hook != 0)
1485 (*frame_up_to_date_hook) (selected_frame);
1486 }
1487 update_mode_lines = 0;
1488 windows_or_buffers_changed = 0;
1489 }
1490
1491 /* Start SIGIO interrupts coming again.
1492 Having them off during the code above
1493 makes it less likely one will discard output,
1494 but not impossible, since there might be stuff
1495 in the system buffer here.
1496 But it is much hairier to try to do anything about that. */
1497
1498 if (interrupt_input)
1499 request_sigio ();
1500 start_polling ();
1501
1502 /* If something has become visible now which was not before,
1503 redisplay again, so that we get them. */
1504 if (!pause)
1505 {
1506 Lisp_Object tail, frame;
1507 int new_count = 0;
1508
1509 FOR_EACH_FRAME (tail, frame)
1510 {
1511 int this_is_visible = 0;
1512
1513 if (XFRAME (frame)->visible)
1514 this_is_visible = 1;
1515 FRAME_SAMPLE_VISIBILITY (XFRAME (frame));
1516 if (XFRAME (frame)->visible)
1517 this_is_visible = 1;
1518
1519 if (this_is_visible)
1520 new_count++;
1521 }
1522
1523 if (new_count != number_of_visible_frames)
1524 windows_or_buffers_changed++;
1525 }
1526
1527 /* Change frame size now if a change is pending. */
1528 do_pending_window_change ();
1529
1530 /* If we just did a pending size change, or have additional
1531 visible frames, redisplay again. */
1532 if (windows_or_buffers_changed && !pause)
1533 goto retry;
1534 }
1535
1536 /* Redisplay, but leave alone any recent echo area message
1537 unless another message has been requested in its place.
1538
1539 This is useful in situations where you need to redisplay but no
1540 user action has occurred, making it inappropriate for the message
1541 area to be cleared. See tracking_off and
1542 wait_reading_process_input for examples of these situations. */
1543
1544 void
1545 redisplay_preserve_echo_area ()
1546 {
1547 if (echo_area_glyphs == 0 && previous_echo_glyphs != 0)
1548 {
1549 echo_area_glyphs = previous_echo_glyphs;
1550 redisplay_internal (1);
1551 echo_area_glyphs = 0;
1552 }
1553 else
1554 redisplay_internal (1);
1555 }
1556
1557 void
1558 mark_window_display_accurate (window, flag)
1559 Lisp_Object window;
1560 int flag;
1561 {
1562 register struct window *w;
1563
1564 for (;!NILP (window); window = w->next)
1565 {
1566 if (!WINDOWP (window)) abort ();
1567 w = XWINDOW (window);
1568
1569 if (!NILP (w->buffer))
1570 {
1571 XSETFASTINT (w->last_modified,
1572 !flag ? 0 : BUF_MODIFF (XBUFFER (w->buffer)));
1573 XSETFASTINT (w->last_overlay_modified,
1574 !flag ? 0 : BUF_OVERLAY_MODIFF (XBUFFER (w->buffer)));
1575 w->last_had_star
1576 = (BUF_MODIFF (XBUFFER (w->buffer)) > BUF_SAVE_MODIFF (XBUFFER (w->buffer))
1577 ? Qt : Qnil);
1578
1579 /* Record if we are showing a region, so can make sure to
1580 update it fully at next redisplay. */
1581 w->region_showing = (!NILP (Vtransient_mark_mode)
1582 && (w == XWINDOW (current_buffer->last_selected_window)
1583 || highlight_nonselected_windows)
1584 && !NILP (XBUFFER (w->buffer)->mark_active)
1585 ? Fmarker_position (XBUFFER (w->buffer)->mark)
1586 : Qnil);
1587 }
1588
1589 w->window_end_valid = w->buffer;
1590 w->update_mode_line = Qnil;
1591 if (!NILP (w->buffer) && flag)
1592 XBUFFER (w->buffer)->clip_changed = 0;
1593
1594 if (!NILP (w->vchild))
1595 mark_window_display_accurate (w->vchild, flag);
1596 if (!NILP (w->hchild))
1597 mark_window_display_accurate (w->hchild, flag);
1598 }
1599
1600 if (flag)
1601 {
1602 last_arrow_position = COERCE_MARKER (Voverlay_arrow_position);
1603 last_arrow_string = Voverlay_arrow_string;
1604 }
1605 else
1606 {
1607 /* t is unequal to any useful value of Voverlay_arrow_... */
1608 last_arrow_position = Qt;
1609 last_arrow_string = Qt;
1610 }
1611 }
1612 \f
1613 /* Update the menu bar item list for frame F.
1614 This has to be done before we start to fill in any display lines,
1615 because it can call eval.
1616
1617 If SAVE_MATCH_DATA is 1, we must save and restore it here. */
1618
1619 static void
1620 update_menu_bar (f, save_match_data)
1621 FRAME_PTR f;
1622 int save_match_data;
1623 {
1624 struct buffer *old = current_buffer;
1625 Lisp_Object window;
1626 register struct window *w;
1627
1628 window = FRAME_SELECTED_WINDOW (f);
1629 w = XWINDOW (window);
1630
1631 if (update_mode_lines)
1632 w->update_mode_line = Qt;
1633
1634 if (FRAME_WINDOW_P (f)
1635 ?
1636 #if defined (USE_X_TOOLKIT) || defined (HAVE_NTGUI)
1637 FRAME_EXTERNAL_MENU_BAR (f)
1638 #else
1639 FRAME_MENU_BAR_LINES (f) > 0
1640 #endif
1641 : FRAME_MENU_BAR_LINES (f) > 0)
1642 {
1643 /* If the user has switched buffers or windows, we need to
1644 recompute to reflect the new bindings. But we'll
1645 recompute when update_mode_lines is set too; that means
1646 that people can use force-mode-line-update to request
1647 that the menu bar be recomputed. The adverse effect on
1648 the rest of the redisplay algorithm is about the same as
1649 windows_or_buffers_changed anyway. */
1650 if (windows_or_buffers_changed
1651 || !NILP (w->update_mode_line)
1652 || ((BUF_SAVE_MODIFF (XBUFFER (w->buffer))
1653 < BUF_MODIFF (XBUFFER (w->buffer)))
1654 != !NILP (w->last_had_star))
1655 || ((!NILP (Vtransient_mark_mode)
1656 && !NILP (XBUFFER (w->buffer)->mark_active))
1657 != !NILP (w->region_showing)))
1658 {
1659 struct buffer *prev = current_buffer;
1660 int count = specpdl_ptr - specpdl;
1661
1662 set_buffer_internal_1 (XBUFFER (w->buffer));
1663 if (save_match_data)
1664 record_unwind_protect (Fset_match_data, Fmatch_data (Qnil, Qnil));
1665 if (NILP (Voverriding_local_map_menu_flag))
1666 {
1667 specbind (Qoverriding_terminal_local_map, Qnil);
1668 specbind (Qoverriding_local_map, Qnil);
1669 }
1670
1671 /* Run the Lucid hook. */
1672 call1 (Vrun_hooks, Qactivate_menubar_hook);
1673 /* If it has changed current-menubar from previous value,
1674 really recompute the menubar from the value. */
1675 if (! NILP (Vlucid_menu_bar_dirty_flag))
1676 call0 (Qrecompute_lucid_menubar);
1677 safe_run_hooks (Qmenu_bar_update_hook);
1678 FRAME_MENU_BAR_ITEMS (f) = menu_bar_items (FRAME_MENU_BAR_ITEMS (f));
1679 /* Redisplay the menu bar in case we changed it. */
1680 #if defined (USE_X_TOOLKIT) || defined (HAVE_NTGUI)
1681 if (FRAME_WINDOW_P (f))
1682 set_frame_menubar (f, 0, 0);
1683 else
1684 /* On a terminal screen, the menu bar is an ordinary screen
1685 line, and this makes it get updated. */
1686 w->update_mode_line = Qt;
1687 #else /* ! (USE_X_TOOLKIT || HAVE_NTGUI) */
1688 /* In the non-toolkit version, the menu bar is an ordinary screen
1689 line, and this makes it get updated. */
1690 w->update_mode_line = Qt;
1691 #endif /* ! (USE_X_TOOLKIT || HAVE_NTGUI) */
1692
1693 unbind_to (count, Qnil);
1694 set_buffer_internal_1 (prev);
1695 }
1696 }
1697 }
1698 \f
1699 int do_id = 1;
1700
1701 /* Redisplay WINDOW and its subwindows and siblings. */
1702
1703 static void
1704 redisplay_windows (window, preserve_echo_area)
1705 Lisp_Object window;
1706 int preserve_echo_area;
1707 {
1708 for (; !NILP (window); window = XWINDOW (window)->next)
1709 redisplay_window (window, 0, preserve_echo_area);
1710 }
1711
1712 /* Return value in display table DP (Lisp_Char_Table *) for character
1713 C. Since a display table doesn't have any parent, we don't have to
1714 follow parent. Do not call this function directly but use the
1715 macro DISP_CHAR_VECTOR. */
1716 Lisp_Object
1717 disp_char_vector (dp, c)
1718 struct Lisp_Char_Table *dp;
1719 int c;
1720 {
1721 int code[4], i;
1722 Lisp_Object val;
1723
1724 if (SINGLE_BYTE_CHAR_P (c)) return (dp->contents[c]);
1725
1726 SPLIT_NON_ASCII_CHAR (c, code[0], code[1], code[2]);
1727 if (code[0] != CHARSET_COMPOSITION)
1728 {
1729 if (code[1] < 32) code[1] = -1;
1730 else if (code[2] < 32) code[2] = -1;
1731 }
1732 /* Here, the possible range of CODE[0] (== charset ID) is
1733 128..MAX_CHARSET. Since the top level char table contains data
1734 for multibyte characters after 256th element, we must increment
1735 CODE[0] by 128 to get a correct index. */
1736 code[0] += 128;
1737 code[3] = -1; /* anchor */
1738
1739 for (i = 0; code[i] >= 0; i++, dp = XCHAR_TABLE (val))
1740 {
1741 val = dp->contents[code[i]];
1742 if (!SUB_CHAR_TABLE_P (val))
1743 return (NILP (val) ? dp->defalt : val);
1744 }
1745 /* Here, VAL is a sub char table. We return the default value of it. */
1746 return (dp->defalt);
1747 }
1748
1749 /* Redisplay window WINDOW and its subwindows. */
1750
1751 static void
1752 redisplay_window (window, just_this_one, preserve_echo_area)
1753 Lisp_Object window;
1754 int just_this_one, preserve_echo_area;
1755 {
1756 register struct window *w = XWINDOW (window);
1757 FRAME_PTR f = XFRAME (WINDOW_FRAME (w));
1758 int height;
1759 int lpoint = PT;
1760 int lpoint_byte = PT_BYTE;
1761 struct buffer *old = current_buffer;
1762 register int width = window_internal_width (w) - 1;
1763 register int startp, startp_byte;
1764 register int hscroll = XINT (w->hscroll);
1765 struct position pos;
1766 int opoint = PT;
1767 int opoint_byte = PT_BYTE;
1768 int tem;
1769 int update_mode_line;
1770 struct Lisp_Char_Table *dp = window_display_table (w);
1771 int really_switched_buffer = 0;
1772 int count = specpdl_ptr - specpdl;
1773
1774 if (Z == Z_BYTE && lpoint != lpoint_byte)
1775 abort ();
1776 if (lpoint_byte < lpoint)
1777 abort ();
1778
1779 if (FRAME_HEIGHT (f) == 0) abort (); /* Some bug zeros some core */
1780
1781 /* If this is a combination window, do its children; that's all. */
1782
1783 if (!NILP (w->vchild))
1784 {
1785 redisplay_windows (w->vchild, preserve_echo_area);
1786 return;
1787 }
1788 if (!NILP (w->hchild))
1789 {
1790 redisplay_windows (w->hchild, preserve_echo_area);
1791 return;
1792 }
1793 if (NILP (w->buffer))
1794 abort ();
1795
1796 specbind (Qinhibit_point_motion_hooks, Qt);
1797
1798 height = window_internal_height (w);
1799 update_mode_line = (!NILP (w->update_mode_line) || update_mode_lines);
1800 if (XBUFFER (w->buffer)->clip_changed)
1801 update_mode_line = 1;
1802
1803 if (MINI_WINDOW_P (w))
1804 {
1805 if (w == XWINDOW (echo_area_window) && echo_area_glyphs)
1806 /* We've already displayed the echo area glyphs in this window. */
1807 goto finish_scroll_bars;
1808 else if (w != XWINDOW (minibuf_window))
1809 {
1810 /* This is a minibuffer, but it's not the currently active one,
1811 so clear it. */
1812 int vpos = XFASTINT (w->top);
1813 int i;
1814
1815 for (i = 0; i < height; i++)
1816 {
1817 get_display_line (f, vpos + i, 0);
1818 display_string (w, vpos + i, "", 0,
1819 FRAME_LEFT_SCROLL_BAR_WIDTH (f),
1820 0, 1, 0, width, 0);
1821 }
1822
1823 goto finish_scroll_bars;
1824 }
1825 }
1826
1827 /* Otherwise set up data on this window; select its buffer and point value */
1828
1829 if (update_mode_line)
1830 /* Really select the buffer, for the sake of buffer-local variables. */
1831 {
1832 set_buffer_internal_1 (XBUFFER (w->buffer));
1833 really_switched_buffer = 1;
1834 }
1835 else
1836 set_buffer_temp (XBUFFER (w->buffer));
1837
1838 opoint = PT;
1839 opoint_byte = PT_BYTE;
1840
1841 if (Z == Z_BYTE && opoint != opoint_byte)
1842 abort ();
1843 if (opoint_byte < opoint)
1844 abort ();
1845
1846 /* If %c is in mode line, update it if needed. */
1847 if (!NILP (w->column_number_displayed)
1848 /* This alternative quickly identifies a common case
1849 where no change is needed. */
1850 && !(PT == XFASTINT (w->last_point)
1851 && XFASTINT (w->last_modified) >= MODIFF
1852 && XFASTINT (w->last_overlay_modified) >= OVERLAY_MODIFF)
1853 && XFASTINT (w->column_number_displayed) != current_column ())
1854 update_mode_line = 1;
1855
1856 /* Count number of windows showing the selected buffer.
1857 An indirect buffer counts as its base buffer. */
1858
1859 if (!just_this_one)
1860 {
1861 struct buffer *current_base, *window_base;
1862 current_base = current_buffer;
1863 window_base = XBUFFER (XWINDOW (selected_window)->buffer);
1864 if (current_base->base_buffer)
1865 current_base = current_base->base_buffer;
1866 if (window_base->base_buffer)
1867 window_base = window_base->base_buffer;
1868 if (current_base == window_base)
1869 buffer_shared++;
1870 }
1871
1872 /* POINT refers normally to the selected window.
1873 For any other window, set up appropriate value. */
1874
1875 if (!EQ (window, selected_window))
1876 {
1877 int new_pt = XMARKER (w->pointm)->charpos;
1878 int new_pt_byte = marker_byte_position (w->pointm);
1879 if (new_pt < BEGV)
1880 {
1881 new_pt = BEGV;
1882 new_pt_byte = BEGV_BYTE;
1883 set_marker_both (w->pointm, Qnil, BEGV, BEGV_BYTE);
1884 }
1885 else if (new_pt > (ZV - 1))
1886 {
1887 new_pt = ZV;
1888 new_pt_byte = ZV_BYTE;
1889 set_marker_both (w->pointm, Qnil, ZV, ZV_BYTE);
1890 }
1891 /* We don't use SET_PT so that the point-motion hooks don't run. */
1892 TEMP_SET_PT_BOTH (new_pt, new_pt_byte);
1893 }
1894
1895 /* If any of the character widths specified in the display table
1896 have changed, invalidate the width run cache. It's true that this
1897 may be a bit late to catch such changes, but the rest of
1898 redisplay goes (non-fatally) haywire when the display table is
1899 changed, so why should we worry about doing any better? */
1900 if (current_buffer->width_run_cache)
1901 {
1902 struct Lisp_Char_Table *disptab = buffer_display_table ();
1903
1904 if (! disptab_matches_widthtab (disptab,
1905 XVECTOR (current_buffer->width_table)))
1906 {
1907 invalidate_region_cache (current_buffer,
1908 current_buffer->width_run_cache,
1909 BEG, Z);
1910 recompute_width_table (current_buffer, disptab);
1911 }
1912 }
1913
1914 /* If window-start is screwed up, choose a new one. */
1915 if (XMARKER (w->start)->buffer != current_buffer)
1916 goto recenter;
1917
1918 startp = marker_position (w->start);
1919 startp_byte = marker_byte_position (w->start);
1920
1921 /* If someone specified a new starting point but did not insist,
1922 check whether it can be used. */
1923 if (!NILP (w->optional_new_start)
1924 && startp >= BEGV && startp <= ZV)
1925 {
1926 w->optional_new_start = Qnil;
1927 /* Check whether this start pos is usable given where point is. */
1928
1929 pos = *compute_motion (startp, 0,
1930 (((EQ (window, minibuf_window)
1931 && startp == BEG)
1932 ? minibuf_prompt_width : 0)
1933 + (hscroll ? 1 - hscroll : 0)),
1934 0,
1935 PT, height,
1936 /* BUG FIX: See the comment of
1937 Fpos_visible_in_window_p (window.c). */
1938 - (1 << (BITS_PER_SHORT - 1)),
1939 width, hscroll,
1940 pos_tab_offset (w, startp, startp_byte), w);
1941 /* If PT does fit on the screen, we will use this start pos,
1942 so do so by setting force_start. */
1943 if (pos.bufpos == PT)
1944 w->force_start = Qt;
1945 }
1946
1947 /* Handle case where place to start displaying has been specified,
1948 unless the specified location is outside the accessible range. */
1949 if (!NILP (w->force_start))
1950 {
1951 w->force_start = Qnil;
1952 /* Forget any recorded base line for line number display. */
1953 w->base_line_number = Qnil;
1954 /* The old bottom-of-screen position is no longer valid. */
1955 w->window_end_valid = Qnil;
1956 /* Redisplay the mode line. Select the buffer properly for that.
1957 Also, run the hook window-scroll-functions
1958 because we have scrolled. */
1959 /* Note, we do this after clearing force_start because
1960 if there's an error, it is better to forget about force_start
1961 than to get into an infinite loop calling the hook functions
1962 and having them get more errors. */
1963 if (!update_mode_line
1964 || ! NILP (Vwindow_scroll_functions))
1965 {
1966 Lisp_Object temp[3];
1967
1968 if (!really_switched_buffer)
1969 {
1970 set_buffer_temp (old);
1971 set_buffer_internal_1 (XBUFFER (w->buffer));
1972 }
1973 really_switched_buffer = 1;
1974 update_mode_line = 1;
1975 w->update_mode_line = Qt;
1976 if (! NILP (Vwindow_scroll_functions))
1977 {
1978 run_hook_with_args_2 (Qwindow_scroll_functions, window,
1979 make_number (startp));
1980 startp = marker_position (w->start);
1981 startp_byte = marker_byte_position (w->start);
1982 }
1983 }
1984 XSETFASTINT (w->last_modified, 0);
1985 XSETFASTINT (w->last_overlay_modified, 0);
1986 if (startp < BEGV) startp = BEGV, startp_byte = BEGV_BYTE;
1987 if (startp > ZV) startp = ZV, startp = ZV_BYTE;
1988 try_window (window, startp);
1989 if (cursor_vpos < 0)
1990 {
1991 /* If point does not appear, move point so it does appear */
1992 pos = *compute_motion (startp, 0,
1993 (((EQ (window, minibuf_window)
1994 && startp == BEG)
1995 ? minibuf_prompt_width : 0)
1996 + (hscroll ? 1 - hscroll : 0)),
1997 0,
1998 ZV, height / 2,
1999 - (1 << (BITS_PER_SHORT - 1)),
2000 width, hscroll,
2001 pos_tab_offset (w, startp, startp_byte),
2002 w);
2003 TEMP_SET_PT_BOTH (pos.bufpos, pos.bytepos);
2004 if (w != XWINDOW (selected_window))
2005 set_marker_both (w->pointm, Qnil, PT, PT_BYTE);
2006 else
2007 {
2008 if (current_buffer == old)
2009 {
2010 lpoint = PT;
2011 lpoint_byte = PT_BYTE;
2012 }
2013 FRAME_CURSOR_X (f) = (WINDOW_LEFT_MARGIN (w)
2014 + minmax (0, pos.hpos, width));
2015 FRAME_CURSOR_Y (f) = pos.vpos + XFASTINT (w->top);
2016 }
2017 /* If we are highlighting the region,
2018 then we just changed the region, so redisplay to show it. */
2019 if (!NILP (Vtransient_mark_mode)
2020 && !NILP (current_buffer->mark_active))
2021 {
2022 cancel_my_columns (XWINDOW (window));
2023 try_window (window, startp);
2024 }
2025 }
2026 goto done;
2027 }
2028
2029 /* Handle case where text has not changed, only point,
2030 and it has not moved off the frame. */
2031
2032 /* This code is not used for minibuffer for the sake of
2033 the case of redisplaying to replace an echo area message;
2034 since in that case the minibuffer contents per se are usually unchanged.
2035 This code is of no real use in the minibuffer since
2036 the handling of this_line_bufpos, etc.,
2037 in redisplay handles the same cases. */
2038
2039 if (XFASTINT (w->last_modified) >= MODIFF
2040 && XFASTINT (w->last_overlay_modified) >= OVERLAY_MODIFF
2041 && PT >= startp && !current_buffer->clip_changed
2042 && (just_this_one || WINDOW_FULL_WIDTH_P (w))
2043 /* If force-mode-line-update was called, really redisplay;
2044 that's how redisplay is forced after e.g. changing
2045 buffer-invisibility-spec. */
2046 && NILP (w->update_mode_line)
2047 /* Can't use this case if highlighting a region. */
2048 && !(!NILP (Vtransient_mark_mode) && !NILP (current_buffer->mark_active))
2049 && NILP (w->region_showing)
2050 /* If end pos is out of date, scroll bar and percentage will be wrong */
2051 && INTEGERP (w->window_end_vpos)
2052 && XFASTINT (w->window_end_vpos) < XFASTINT (w->height)
2053 && !EQ (window, minibuf_window)
2054 && (!MARKERP (Voverlay_arrow_position)
2055 || current_buffer != XMARKER (Voverlay_arrow_position)->buffer))
2056 {
2057 /* All positions in this clause are relative to the window edge. */
2058
2059 int this_scroll_margin = scroll_margin;
2060 int last_point_y = XFASTINT (w->last_point_y) - XINT (w->top);
2061 int last_point_x = (XFASTINT (w->last_point_x) - WINDOW_LEFT_MARGIN (w));
2062
2063 /* Find where PT is located now on the frame. */
2064 /* Check just_this_one as a way of verifying that the
2065 window edges have not changed. */
2066 if (PT == XFASTINT (w->last_point) && just_this_one
2067 /* If CURSOR_IN_ECHO_AREA, last_point_x and last_point_y
2068 refer to the echo area and are not related to this window. */
2069 && ! cursor_in_echo_area)
2070 {
2071 pos.hpos = last_point_x;
2072 pos.vpos = last_point_y;
2073 pos.bufpos = PT;
2074 }
2075 else if (PT > XFASTINT (w->last_point)
2076 && ! cursor_in_echo_area
2077 && XFASTINT (w->last_point) > startp && just_this_one
2078 /* We can't use this if point is in the left margin of a
2079 hscrolled window, because w->last_point_x has been
2080 clipped to the window edges. */
2081 && !(last_point_x <= 0 && hscroll))
2082 {
2083 int last_point = XFASTINT (w->last_point);
2084 int last_point_byte = CHAR_TO_BYTE (last_point);
2085 int tab_offset = (pos_tab_offset (w, last_point, last_point_byte)
2086 - (last_point_x + hscroll - !! hscroll));
2087
2088 pos = *compute_motion (last_point, last_point_y, last_point_x, 0,
2089 PT, height,
2090 /* BUG FIX: See the comment of
2091 Fpos_visible_in_window_p (window.c). */
2092 - (1 << (BITS_PER_SHORT - 1)),
2093 width, hscroll,
2094 tab_offset,
2095 w);
2096 }
2097 else
2098 {
2099 pos = *compute_motion (startp, 0, (hscroll ? 1 - hscroll : 0), 0,
2100 PT, height,
2101 /* BUG FIX: See the comment of
2102 Fpos_visible_in_window_p (window.c). */
2103 - (1 << (BITS_PER_SHORT - 1)),
2104 width, hscroll,
2105 pos_tab_offset (w, startp, startp_byte),
2106 w);
2107 }
2108
2109 /* Don't use a scroll margin that is negative or too large. */
2110 if (this_scroll_margin < 0)
2111 this_scroll_margin = 0;
2112
2113 if (XINT (w->height) < 4 * scroll_margin)
2114 this_scroll_margin = XINT (w->height) / 4;
2115
2116 /* If point fits on the screen, and not within the scroll margin,
2117 we are ok. */
2118 if (pos.vpos < height - this_scroll_margin
2119 && (pos.vpos >= this_scroll_margin || startp == BEGV))
2120 {
2121 /* Ok, point is still on frame */
2122 if (w == XWINDOW (FRAME_SELECTED_WINDOW (f)))
2123 {
2124 /* These variables are supposed to be origin 1 */
2125 FRAME_CURSOR_X (f) = (WINDOW_LEFT_MARGIN (w)
2126 + minmax (0, pos.hpos, width));
2127 FRAME_CURSOR_Y (f) = pos.vpos + XFASTINT (w->top);
2128 }
2129 /* This doesn't do the trick, because if a window to the right of
2130 this one must be redisplayed, this does nothing because there
2131 is nothing in DesiredFrame yet, and then the other window is
2132 redisplayed, making likes that are empty in this window's columns.
2133 if (WINDOW_FULL_WIDTH_P (w))
2134 preserve_my_columns (w);
2135 */
2136 if (current_buffer->clip_changed
2137 && ! NILP (Vwindow_scroll_functions))
2138 run_hook_with_args_2 (Qwindow_scroll_functions, window,
2139 make_number (marker_position (w->start)));
2140
2141 goto done;
2142 }
2143 /* Don't bother trying redisplay with same start;
2144 we already know it will lose. */
2145 }
2146 /* If current starting point was originally the beginning of a line
2147 but no longer is, find a new starting point. */
2148 else if (!NILP (w->start_at_line_beg)
2149 && !(startp <= BEGV
2150 || FETCH_BYTE (startp_byte - 1) == '\n'))
2151 {
2152 goto recenter;
2153 }
2154 else if (just_this_one && !MINI_WINDOW_P (w)
2155 && PT >= startp
2156 && XFASTINT (w->last_modified)
2157 /* or else vmotion on first line won't work. */
2158 && ! NILP (w->start_at_line_beg)
2159 && ! EQ (w->window_end_valid, Qnil)
2160 && do_id && !current_buffer->clip_changed
2161 && !blank_end_of_window
2162 && WINDOW_FULL_WIDTH_P (w)
2163 /* Can't use this case if highlighting a region. */
2164 && !(!NILP (Vtransient_mark_mode)
2165 && !NILP (current_buffer->mark_active))
2166 /* Don't use try_window_id if newline
2167 doesn't display as the end of a line. */
2168 && !(dp != 0 && VECTORP (DISP_CHAR_VECTOR (dp, '\n')))
2169 && NILP (w->region_showing)
2170 && EQ (last_arrow_position, COERCE_MARKER (Voverlay_arrow_position))
2171 && EQ (last_arrow_string, Voverlay_arrow_string)
2172 && (tem = try_window_id (FRAME_SELECTED_WINDOW (f)))
2173 && tem != -2)
2174 {
2175 /* tem > 0 means success. tem == -1 means choose new start.
2176 tem == -2 means try again with same start,
2177 and nothing but whitespace follows the changed stuff.
2178 tem == 0 means try again with same start. */
2179 if (tem > 0)
2180 goto done;
2181 }
2182 else if (startp >= BEGV && startp <= ZV
2183 && (startp < ZV
2184 /* Avoid starting at end of buffer. */
2185 #if 0 /* This change causes trouble for M-! finger & RET.
2186 It will have to be considered later. */
2187 || ! EQ (window, selected_window)
2188 /* Don't do the recentering if redisplay
2189 is not for no user action. */
2190 || preserve_echo_area
2191 #endif
2192 || startp == BEGV
2193 || (XFASTINT (w->last_modified) >= MODIFF
2194 && XFASTINT (w->last_overlay_modified) >= OVERLAY_MODIFF)))
2195 {
2196 /* Try to redisplay starting at same place as before */
2197 /* If point has not moved off frame, accept the results */
2198 try_window (window, startp);
2199 if (cursor_vpos >= 0)
2200 {
2201 if (!just_this_one || current_buffer->clip_changed
2202 || beg_unchanged < startp)
2203 /* Forget any recorded base line for line number display. */
2204 w->base_line_number = Qnil;
2205
2206 if (current_buffer->clip_changed
2207 && ! NILP (Vwindow_scroll_functions))
2208 run_hook_with_args_2 (Qwindow_scroll_functions, window,
2209 make_number (marker_position (w->start)));
2210
2211 goto done;
2212 }
2213 else
2214 cancel_my_columns (w);
2215 }
2216
2217 XSETFASTINT (w->last_modified, 0);
2218 XSETFASTINT (w->last_overlay_modified, 0);
2219 /* Redisplay the mode line. Select the buffer properly for that. */
2220 if (!update_mode_line)
2221 {
2222 if (!really_switched_buffer)
2223 {
2224 set_buffer_temp (old);
2225 set_buffer_internal_1 (XBUFFER (w->buffer));
2226 }
2227 update_mode_line = 1;
2228 w->update_mode_line = Qt;
2229 }
2230
2231 /* Try to scroll by specified few lines */
2232
2233 if ((scroll_conservatively || scroll_step)
2234 && !current_buffer->clip_changed
2235 && startp >= BEGV && startp <= ZV)
2236 {
2237 int this_scroll_margin = scroll_margin;
2238 int scroll_margin_pos, scroll_margin_bytepos;
2239 int scroll_max = scroll_step;
2240 Lisp_Object ltemp;
2241
2242 if (scroll_conservatively)
2243 scroll_max = scroll_conservatively;
2244
2245 /* Don't use a scroll margin that is negative or too large. */
2246 if (this_scroll_margin < 0)
2247 this_scroll_margin = 0;
2248
2249 if (XINT (w->height) < 4 * this_scroll_margin)
2250 this_scroll_margin = XINT (w->height) / 4;
2251
2252 ltemp = Fwindow_end (window, Qt);
2253 scroll_margin_pos = XINT (ltemp);
2254
2255 if (this_scroll_margin)
2256 {
2257 pos = *vmotion (scroll_margin_pos, -this_scroll_margin, w);
2258 scroll_margin_pos = pos.bufpos;
2259 scroll_margin_bytepos = pos.bytepos;
2260 }
2261 else
2262 scroll_margin_bytepos = CHAR_TO_BYTE (scroll_margin_pos);
2263
2264 if (PT >= scroll_margin_pos)
2265 {
2266 struct position pos;
2267 pos = *compute_motion (scroll_margin_pos, 0, 0, 0,
2268 PT, XFASTINT (w->height), 0,
2269 XFASTINT (w->width), XFASTINT (w->hscroll),
2270 pos_tab_offset (w, scroll_margin_pos,
2271 scroll_margin_bytepos),
2272 w);
2273 if (pos.vpos >= scroll_max)
2274 goto scroll_fail_1;
2275
2276 pos = *vmotion (startp,
2277 scroll_conservatively ? pos.vpos + 1 : scroll_step,
2278 w);
2279
2280 /* The old bottom-of-screen position is no longer valid. */
2281 w->window_end_valid = Qnil;
2282 if (! NILP (Vwindow_scroll_functions))
2283 {
2284 set_marker_both (w->start, Qnil, pos.bufpos, pos.bytepos);
2285 run_hook_with_args_2 (Qwindow_scroll_functions, window,
2286 make_number (pos.bufpos));
2287 pos.bufpos = marker_position (w->start);
2288 }
2289 try_window (window, pos.bufpos);
2290 if (cursor_vpos >= 0)
2291 {
2292 if (!just_this_one || current_buffer->clip_changed
2293 || beg_unchanged < startp)
2294 /* Forget any recorded base line for line number display. */
2295 w->base_line_number = Qnil;
2296 goto done;
2297 }
2298 else
2299 cancel_my_columns (w);
2300 }
2301
2302 scroll_margin_pos = startp;
2303 if (this_scroll_margin)
2304 {
2305 pos = *vmotion (scroll_margin_pos, this_scroll_margin, w);
2306 scroll_margin_pos = pos.bufpos;
2307 }
2308 if (PT < scroll_margin_pos)
2309 {
2310 struct position pos;
2311 pos = *compute_motion (PT, 0, 0, 0,
2312 scroll_margin_pos, XFASTINT (w->height), 0,
2313 XFASTINT (w->width), XFASTINT (w->hscroll),
2314 pos_tab_offset (w, PT, PT_BYTE),
2315 w);
2316 if (pos.vpos > scroll_max)
2317 goto scroll_fail_1;
2318
2319 pos = *vmotion (startp,
2320 scroll_conservatively ? -pos.vpos : - scroll_step,
2321 w);
2322
2323 /* The old bottom-of-screen position is no longer valid. */
2324 w->window_end_valid = Qnil;
2325 if (! NILP (Vwindow_scroll_functions))
2326 {
2327 set_marker_both (w->start, Qnil, pos.bufpos, pos.bytepos);
2328 run_hook_with_args_2 (Qwindow_scroll_functions, window,
2329 make_number (pos.bufpos));
2330 pos.bufpos = marker_position (w->start);
2331 }
2332 try_window (window, pos.bufpos);
2333 if (cursor_vpos >= 0)
2334 {
2335 if (!just_this_one || current_buffer->clip_changed
2336 || beg_unchanged < startp)
2337 /* Forget any recorded base line for line number display. */
2338 w->base_line_number = Qnil;
2339 goto done;
2340 }
2341 else
2342 cancel_my_columns (w);
2343 }
2344 scroll_fail_1: ;
2345 }
2346
2347 #if 0
2348 if (scroll_step && ! scroll_margin && !current_buffer->clip_changed
2349 && startp >= BEGV && startp <= ZV)
2350 {
2351 if (margin_call == 0)
2352 margin_call = (PT > startp ? 1 : -1);
2353 if (margin_call > 0)
2354 {
2355 pos = *vmotion (Z - XFASTINT (w->window_end_pos), scroll_step, w);
2356 if (pos.vpos >= height)
2357 goto scroll_fail;
2358 }
2359
2360 pos = *vmotion (startp, (margin_call < 0 ? - scroll_step : scroll_step),
2361 w);
2362
2363 if (PT >= pos.bufpos)
2364 {
2365 /* The old bottom-of-screen position is no longer valid. */
2366 w->window_end_valid = Qnil;
2367
2368 if (! NILP (Vwindow_scroll_functions))
2369 {
2370 set_marker_both (w->start, Qnil, pos.bufpos, pos.bytepos);
2371 run_hook_with_args_2 (Qwindow_scroll_functions, window,
2372 make_number (pos.bufpos));
2373 pos.bufpos = marker_position (w->start);
2374 }
2375 try_window (window, pos.bufpos);
2376 if (cursor_vpos >= 0)
2377 {
2378 if (!just_this_one || current_buffer->clip_changed
2379 || beg_unchanged < startp)
2380 /* Forget any recorded base line for line number display. */
2381 w->base_line_number = Qnil;
2382 goto done;
2383 }
2384 else
2385 cancel_my_columns (w);
2386 }
2387 scroll_fail: ;
2388 }
2389 #endif
2390
2391 /* Finally, just choose place to start which centers point */
2392
2393 recenter:
2394 /* Forget any previously recorded base line for line number display. */
2395 w->base_line_number = Qnil;
2396
2397 pos = *vmotion (PT, - (height / 2), w);
2398
2399 /* The minibuffer is often just one line. Ordinary scrolling
2400 gives little overlap and looks bad. So show 20 chars before point. */
2401 if (height == 1
2402 && (pos.bufpos >= PT - minibuffer_scroll_overlap
2403 /* If we scrolled less than 1/2 line forward, we will
2404 get too much overlap, so change to the usual amount. */
2405 || pos.bufpos < startp + width / 2)
2406 && PT > BEGV + minibuffer_scroll_overlap
2407 /* If we scrolled to an actual line boundary,
2408 that's different; don't ignore line boundaries. */
2409 && FETCH_BYTE (pos.bytepos - 1) != '\n')
2410 {
2411 pos.bufpos = PT - minibuffer_scroll_overlap;
2412 pos.bytepos = CHAR_TO_BYTE (pos.bufpos);
2413 }
2414
2415 /* Set startp here explicitly in case that helps avoid an infinite loop
2416 in case the window-scroll-functions functions get errors. */
2417 set_marker_both (w->start, Qnil, pos.bufpos, pos.bytepos);
2418
2419 /* The old bottom-of-screen position is no longer valid. */
2420 w->window_end_valid = Qnil;
2421 if (! NILP (Vwindow_scroll_functions))
2422 {
2423 run_hook_with_args_2 (Qwindow_scroll_functions, window,
2424 make_number (pos.bufpos));
2425 pos.bufpos = marker_position (w->start);
2426 pos.bytepos = marker_byte_position (w->start);
2427 }
2428 try_window (window, pos.bufpos);
2429
2430 startp = marker_position (w->start);
2431 startp_byte = marker_byte_position (w->start);
2432 w->start_at_line_beg
2433 = (startp == BEGV || FETCH_BYTE (startp_byte - 1) == '\n') ? Qt : Qnil;
2434
2435 done:
2436 if ((update_mode_line
2437 /* If window not full width, must redo its mode line
2438 if the window to its side is being redone */
2439 || (!just_this_one && !WINDOW_FULL_WIDTH_P (w))
2440 || INTEGERP (w->base_line_pos)
2441 || (!NILP (w->column_number_displayed)
2442 && XFASTINT (w->column_number_displayed) != current_column ()))
2443 && height != XFASTINT (w->height))
2444 {
2445 FRAME_PTR oframe = selected_frame;
2446 if (!really_switched_buffer)
2447 {
2448 set_buffer_temp (old);
2449 set_buffer_internal_1 (XBUFFER (w->buffer));
2450 really_switched_buffer = 1;
2451 }
2452 selected_frame = f;
2453 display_mode_line (w);
2454 selected_frame = oframe;
2455 }
2456 if (! line_number_displayed
2457 && ! BUFFERP (w->base_line_pos))
2458 {
2459 w->base_line_pos = Qnil;
2460 w->base_line_number = Qnil;
2461 }
2462
2463 /* When we reach a frame's selected window, redo the frame's menu bar. */
2464 if (update_mode_line
2465 && (FRAME_WINDOW_P (f)
2466 ?
2467 #if defined (USE_X_TOOLKIT) || defined (HAVE_NTGUI)
2468 FRAME_EXTERNAL_MENU_BAR (f)
2469 #else
2470 FRAME_MENU_BAR_LINES (f) > 0
2471 #endif
2472 : FRAME_MENU_BAR_LINES (f) > 0)
2473 && EQ (FRAME_SELECTED_WINDOW (f), window))
2474 display_menu_bar (w);
2475
2476 finish_scroll_bars:
2477 if (FRAME_HAS_VERTICAL_SCROLL_BARS (f))
2478 {
2479 int start, end, whole;
2480
2481 /* Calculate the start and end positions for the current window.
2482 At some point, it would be nice to choose between scrollbars
2483 which reflect the whole buffer size, with special markers
2484 indicating narrowing, and scrollbars which reflect only the
2485 visible region.
2486
2487 Note that minibuffers sometimes aren't displaying any text. */
2488 if (! MINI_WINDOW_P (w)
2489 || (w == XWINDOW (minibuf_window) && ! echo_area_glyphs))
2490 {
2491 whole = ZV - BEGV;
2492 start = marker_position (w->start) - BEGV;
2493 /* I don't think this is guaranteed to be right. For the
2494 moment, we'll pretend it is. */
2495 end = (Z - XINT (w->window_end_pos)) - BEGV;
2496
2497 if (end < start) end = start;
2498 if (whole < (end - start)) whole = end - start;
2499 }
2500 else
2501 start = end = whole = 0;
2502
2503 /* Indicate what this scroll bar ought to be displaying now. */
2504 (*set_vertical_scroll_bar_hook) (w, end - start, whole, start);
2505
2506 /* Note that we actually used the scroll bar attached to this window,
2507 so it shouldn't be deleted at the end of redisplay. */
2508 (*redeem_scroll_bar_hook) (w);
2509 }
2510
2511 TEMP_SET_PT_BOTH (opoint, opoint_byte);
2512 if (really_switched_buffer)
2513 set_buffer_internal_1 (old);
2514 else
2515 set_buffer_temp (old);
2516 TEMP_SET_PT_BOTH (lpoint, lpoint_byte);
2517
2518 unbind_to (count, Qnil);
2519 }
2520 \f
2521 /* Do full redisplay on one window, starting at position `pos'. */
2522
2523 static void
2524 try_window (window, pos)
2525 Lisp_Object window;
2526 register int pos;
2527 {
2528 register struct window *w = XWINDOW (window);
2529 register int height = window_internal_height (w);
2530 register int vpos = XFASTINT (w->top);
2531 register int last_text_vpos = vpos;
2532 FRAME_PTR f = XFRAME (w->frame);
2533 int width = window_internal_width (w) - 1;
2534 struct position val;
2535
2536 /* POS should never be out of range! */
2537 if (pos < XBUFFER (w->buffer)->begv
2538 || pos > XBUFFER (w->buffer)->zv)
2539 abort ();
2540
2541 if (XMARKER (w->start)->charpos != pos)
2542 Fset_marker (w->start, make_number (pos), Qnil);
2543
2544 cursor_vpos = -1;
2545 overlay_arrow_seen = 0;
2546 zv_strings_seen = 0;
2547 val.hpos = XINT (w->hscroll) ? 1 - XINT (w->hscroll) : 0;
2548 val.ovstring_chars_done = 0;
2549 val.bytepos = marker_byte_position (w->start);
2550 val.tab_offset = pos_tab_offset (w, pos, val.bytepos);
2551
2552 while (--height >= 0)
2553 {
2554 val = *display_text_line (w, pos, val.bytepos, vpos,
2555 val.hpos, val.tab_offset,
2556 val.ovstring_chars_done);
2557 /* The following code is omitted because we maintain tab_offset
2558 in VAL. */
2559 #if 0
2560 tab_offset += width;
2561 if (val.vpos) tab_offset = 0;
2562 #endif /* 0 */
2563 vpos++;
2564 if (pos != val.bufpos)
2565 {
2566 int invis = 0;
2567 #ifdef USE_TEXT_PROPERTIES
2568 Lisp_Object invis_prop;
2569 invis_prop = Fget_char_property (make_number (val.bufpos - 1),
2570 Qinvisible, window);
2571 invis = TEXT_PROP_MEANS_INVISIBLE (invis_prop);
2572 #endif
2573
2574 last_text_vpos
2575 /* Next line, unless prev line ended in end of buffer with no cr */
2576 = vpos - (val.vpos
2577 && (FETCH_BYTE (val.bytepos - 1) != '\n' || invis));
2578 }
2579 pos = val.bufpos;
2580 }
2581
2582 /* If last line is continued in middle of character,
2583 include the split character in the text considered on the frame */
2584 if (val.hpos < (XINT (w->hscroll) ? 1 - XINT (w->hscroll) : 0))
2585 pos++;
2586
2587 /* If bottom just moved off end of frame, change mode line percentage. */
2588 if (XFASTINT (w->window_end_pos) == 0
2589 && Z != pos)
2590 w->update_mode_line = Qt;
2591
2592 /* Say where last char on frame will be, once redisplay is finished. */
2593 XSETFASTINT (w->window_end_pos, Z - pos);
2594 XSETFASTINT (w->window_end_vpos, last_text_vpos - XFASTINT (w->top));
2595 /* But that is not valid info until redisplay finishes. */
2596 w->window_end_valid = Qnil;
2597 }
2598 \f
2599 /* Try to redisplay when buffer is modified locally,
2600 computing insert/delete line to preserve text outside
2601 the bounds of the changes.
2602 Return 1 if successful, 0 if if cannot tell what to do,
2603 or -1 to tell caller to find a new window start,
2604 or -2 to tell caller to do normal redisplay with same window start. */
2605
2606 static int
2607 try_window_id (window)
2608 Lisp_Object window;
2609 {
2610 int pos, pos_byte;
2611 int opoint, opoint_byte;
2612 register struct window *w = XWINDOW (window);
2613 register int height = window_internal_height (w);
2614 FRAME_PTR f = XFRAME (w->frame);
2615 int top = XFASTINT (w->top);
2616 int start = marker_position (w->start);
2617 int width = window_internal_width (w) - 1;
2618 int hscroll = XINT (w->hscroll);
2619 int lmargin = hscroll > 0 ? 1 - hscroll : 0;
2620 int did_motion;
2621 register int vpos;
2622 register int i, tem;
2623 int last_text_vpos = 0;
2624 int stop_vpos;
2625 int selective = (INTEGERP (current_buffer->selective_display)
2626 ? XINT (current_buffer->selective_display)
2627 : !NILP (current_buffer->selective_display) ? -1 : 0);
2628 struct position val, bp, ep, xp, pp;
2629 int scroll_amount = 0;
2630 int delta;
2631 int epto, old_tick;
2632
2633 int start_byte = marker_byte_position (w->start);
2634
2635 if (GPT - BEG < beg_unchanged)
2636 beg_unchanged = GPT - BEG;
2637 if (Z - GPT < end_unchanged)
2638 end_unchanged = Z - GPT;
2639
2640 if (beg_unchanged + BEG < start)
2641 return 0; /* Give up if changes go above top of window */
2642
2643 /* Find position before which nothing is changed. */
2644 bp = *compute_motion (start, 0, lmargin, 0,
2645 min (ZV, beg_unchanged + BEG), height,
2646 /* BUG FIX: See the comment of
2647 Fpos_visible_in_window_p (window.c). */
2648 - (1 << (BITS_PER_SHORT - 1)),
2649 width, hscroll,
2650 pos_tab_offset (w, start, start_byte),
2651 w);
2652 if (bp.vpos >= height)
2653 {
2654 if (PT < bp.bufpos)
2655 {
2656 /* All changes are beyond the window end, and point is on the screen.
2657 We don't need to change the text at all.
2658 But we need to update window_end_pos to account for
2659 any change in buffer size. */
2660 bp = *compute_motion (start, 0, lmargin, 0,
2661 ZV, height,
2662 /* BUG FIX: See the comment of
2663 Fpos_visible_in_window_p() (window.c). */
2664 - (1 << (BITS_PER_SHORT - 1)),
2665 width, hscroll,
2666 pos_tab_offset (w, start, start_byte), w);
2667 XSETFASTINT (w->window_end_vpos, height);
2668 XSETFASTINT (w->window_end_pos, Z - bp.bufpos);
2669 goto findpoint;
2670 }
2671 return 0;
2672 }
2673
2674 vpos = bp.vpos;
2675
2676 /* Find beginning of that frame line. Must display from there. */
2677 bp = *vmotion (bp.bufpos, 0, w);
2678
2679 pos = bp.bufpos;
2680 pos_byte = bp.bytepos;
2681 val.hpos = lmargin;
2682 if (pos < start)
2683 return -1;
2684
2685 did_motion = 0;
2686 /* If about to start displaying at the beginning of a continuation line,
2687 really start with previous frame line, in case it was not
2688 continued when last redisplayed */
2689 if ((bp.contin && bp.bufpos - 1 == beg_unchanged && vpos > 0)
2690 ||
2691 /* Likewise if we have to worry about selective display. */
2692 (selective > 0 && bp.bufpos - 1 == beg_unchanged && vpos > 0))
2693 {
2694 bp = *vmotion (bp.bufpos, -1, w);
2695 --vpos;
2696 pos = bp.bufpos;
2697 pos_byte = bp.bytepos;
2698 }
2699 val.tab_offset = bp.tab_offset; /* Update tab offset. */
2700
2701 if (bp.contin && bp.hpos != lmargin)
2702 {
2703 val.hpos = bp.prevhpos - width + lmargin;
2704 val.tab_offset = bp.tab_offset + bp.prevhpos - width;
2705 did_motion = 1;
2706 DEC_BOTH (pos, pos_byte);
2707 }
2708
2709 bp.vpos = vpos;
2710
2711 /* Find first visible newline after which no more is changed. */
2712 opoint = PT, opoint_byte = PT_BYTE;
2713 TEMP_SET_PT (Z - max (end_unchanged, Z - ZV));
2714 scan_newline (PT, PT_BYTE, ZV, ZV_BYTE, 1, 1);
2715 if (selective > 0)
2716 while (PT < ZV - 1 && indented_beyond_p (PT, PT_BYTE, selective))
2717 scan_newline (PT, PT_BYTE, ZV, ZV_BYTE, 1, 1);
2718 tem = PT;
2719 TEMP_SET_PT_BOTH (opoint, opoint_byte);
2720
2721 /* Compute the cursor position after that newline. */
2722 ep = *compute_motion (pos, vpos, val.hpos, did_motion, tem,
2723 height, - (1 << (BITS_PER_SHORT - 1)),
2724 width, hscroll,
2725 /* We have tab offset in VAL, use it. */
2726 val.tab_offset, w);
2727
2728 /* If changes reach past the text available on the frame,
2729 just display rest of frame. */
2730 if (ep.bufpos > Z - XFASTINT (w->window_end_pos))
2731 stop_vpos = height;
2732 else
2733 stop_vpos = ep.vpos;
2734
2735 /* If no newline before ep, the line ep is on includes some changes
2736 that must be displayed. Make sure we don't stop before it. */
2737 /* Also, if changes reach all the way until ep.bufpos,
2738 it is possible that something was deleted after the
2739 newline before it, so the following line must be redrawn. */
2740 if (stop_vpos == ep.vpos
2741 && (ep.bufpos == BEGV
2742 || FETCH_BYTE (ep.bytepos - 1) != '\n'
2743 || ep.bufpos == Z - end_unchanged))
2744 stop_vpos = ep.vpos + 1;
2745
2746 cursor_vpos = -1;
2747 overlay_arrow_seen = 0;
2748 zv_strings_seen = 0;
2749
2750 /* If changes do not reach to bottom of window,
2751 figure out how much to scroll the rest of the window */
2752 if (stop_vpos < height)
2753 {
2754 /* Now determine how far up or down the rest of the window has moved */
2755 xp = *compute_motion (ep.bufpos, ep.vpos, ep.hpos, 1,
2756 Z - XFASTINT (w->window_end_pos),
2757 /* Don't care for VPOS... */
2758 1 << (BITS_PER_SHORT - 1),
2759 /* ... nor HPOS. */
2760 1 << (BITS_PER_SHORT - 1),
2761 width, hscroll, ep.tab_offset, w);
2762 scroll_amount = xp.vpos - XFASTINT (w->window_end_vpos);
2763
2764 /* Is everything on frame below the changes whitespace?
2765 If so, no scrolling is really necessary. */
2766 for (i = ep.bytepos; i < xp.bytepos; i++)
2767 {
2768 tem = FETCH_BYTE (i);
2769 if (tem != ' ' && tem != '\n' && tem != '\t')
2770 break;
2771 }
2772 if (i == xp.bytepos)
2773 return -2;
2774
2775 XSETFASTINT (w->window_end_vpos,
2776 XFASTINT (w->window_end_vpos) + scroll_amount);
2777
2778 /* Before doing any scrolling, verify that point will be on frame. */
2779 if (PT > ep.bufpos && !(PT <= xp.bufpos && xp.vpos < height))
2780 {
2781 if (PT <= xp.bufpos)
2782 {
2783 pp = *compute_motion (ep.bufpos, ep.vpos, ep.hpos, 1,
2784 PT, height, - (1 << (BITS_PER_SHORT - 1)),
2785 width, hscroll,
2786 /* We have tab offset in EP, use it. */
2787 ep.tab_offset, w);
2788 }
2789 else
2790 {
2791 pp = *compute_motion (xp.bufpos, xp.vpos, xp.hpos, 1,
2792 PT, height, - (1 << (BITS_PER_SHORT - 1)),
2793 width, hscroll,
2794 /* We have tab offset in XP, use it. */
2795 xp.tab_offset, w);
2796 }
2797 if (pp.bufpos < PT || pp.vpos == height)
2798 return 0;
2799 cursor_vpos = pp.vpos + top;
2800 cursor_hpos = WINDOW_LEFT_MARGIN (w) + minmax (0, pp.hpos, width);
2801 }
2802
2803 if (stop_vpos - scroll_amount >= height
2804 || ep.bufpos == xp.bufpos)
2805 {
2806 if (scroll_amount < 0)
2807 stop_vpos -= scroll_amount;
2808 scroll_amount = 0;
2809 /* In this path, we have altered window_end_vpos
2810 and not left it negative.
2811 We must make sure that, in case display is preempted
2812 before the frame changes to reflect what we do here,
2813 further updates will not come to try_window_id
2814 and assume the frame and window_end_vpos match. */
2815 blank_end_of_window = 1;
2816 }
2817 else if (!scroll_amount)
2818 {
2819 /* Even if we don't need to scroll, we must adjust the
2820 charstarts of subsequent lines (that we won't redisplay)
2821 according to the amount of text inserted or deleted. */
2822 int oldpos = FRAME_CURRENT_GLYPHS (f)->charstarts[ep.vpos + top][0];
2823 int adjust = ep.bufpos - oldpos;
2824 adjust_window_charstarts (w, ep.vpos + top - 1, adjust);
2825 }
2826 else if (bp.bufpos == Z - end_unchanged)
2827 {
2828 /* If reprinting everything is nearly as fast as scrolling,
2829 don't bother scrolling. Can happen if lines are short. */
2830 if (scroll_cost (f, bp.vpos + top - scroll_amount,
2831 top + height - max (0, scroll_amount),
2832 scroll_amount)
2833 > xp.bufpos - bp.bufpos - 20)
2834 /* Return "try normal display with same window-start."
2835 Too bad we can't prevent further scroll-thinking. */
2836 return -2;
2837 /* If pure deletion, scroll up as many lines as possible.
2838 In common case of killing a line, this can save the
2839 following line from being overwritten by scrolling
2840 and therefore having to be redrawn. */
2841 tem = scroll_frame_lines (f, bp.vpos + top - scroll_amount,
2842 top + height - max (0, scroll_amount),
2843 scroll_amount, bp.bufpos);
2844 if (!tem)
2845 stop_vpos = height;
2846 else
2847 {
2848 /* scroll_frame_lines did not properly adjust subsequent
2849 lines' charstarts in the case where the text of the
2850 screen line at bp.vpos has changed.
2851 (This can happen in a deletion that ends in mid-line.)
2852 To adjust properly, we need to make things consistent
2853 at the position ep.
2854 So do a second adjust to make that happen.
2855 Note that stop_vpos >= ep.vpos, so it is sufficient
2856 to update the charstarts for lines at ep.vpos and below. */
2857 int oldstart
2858 = FRAME_CURRENT_GLYPHS (f)->charstarts[ep.vpos + top][0];
2859 adjust_window_charstarts (w, ep.vpos + top - 1,
2860 ep.bufpos - oldstart);
2861 }
2862 }
2863 else if (scroll_amount)
2864 {
2865 /* If reprinting everything is nearly as fast as scrolling,
2866 don't bother scrolling. Can happen if lines are short. */
2867 /* Note that if scroll_amount > 0, xp.bufpos - bp.bufpos is an
2868 overestimate of cost of reprinting, since xp.bufpos
2869 would end up below the bottom of the window. */
2870 if (scroll_cost (f, ep.vpos + top - scroll_amount,
2871 top + height - max (0, scroll_amount),
2872 scroll_amount)
2873 > xp.bufpos - ep.bufpos - 20)
2874 /* Return "try normal display with same window-start."
2875 Too bad we can't prevent further scroll-thinking. */
2876 return -2;
2877 tem = scroll_frame_lines (f, ep.vpos + top - scroll_amount,
2878 top + height - max (0, scroll_amount),
2879 scroll_amount, ep.bufpos);
2880 if (!tem) stop_vpos = height;
2881 }
2882 }
2883
2884 /* In any case, do not display past bottom of window */
2885 if (stop_vpos >= height)
2886 {
2887 stop_vpos = height;
2888 scroll_amount = 0;
2889 }
2890
2891 /* Handle case where pos is before w->start --
2892 can happen if part of line had been clipped and is not clipped now */
2893 if (vpos == 0 && pos < marker_position (w->start))
2894 Fset_marker (w->start, make_number (pos), Qnil);
2895
2896 val.bytepos = pos_byte;
2897
2898 /* Redisplay the lines where the text was changed */
2899 last_text_vpos = vpos;
2900 /* The following code is omitted because we maintain tab offset in
2901 val.tab_offset. */
2902 #if 0
2903 tab_offset = pos_tab_offset (w, pos, pos_byte);
2904 /* If we are starting display in mid-character, correct tab_offset
2905 to account for passing the line that that character really starts in. */
2906 if (val.hpos < lmargin)
2907 tab_offset += width;
2908 #endif /* 0 */
2909 old_tick = MODIFF;
2910 while (vpos < stop_vpos)
2911 {
2912 val = *display_text_line (w, pos, val.bytepos, top + vpos++,
2913 val.hpos, val.tab_offset,
2914 val.ovstring_chars_done);
2915 /* If display_text_line ran a hook and changed some text,
2916 redisplay all the way to bottom of buffer
2917 So that we show the changes. */
2918 if (old_tick != MODIFF)
2919 stop_vpos = height;
2920 /* The following code is omitted because we maintain tab offset
2921 in val.tab_offset. */
2922 #if 0
2923 tab_offset += width;
2924 if (val.vpos) tab_offset = 0;
2925 #endif
2926 if (pos != val.bufpos)
2927 last_text_vpos
2928 /* Next line, unless prev line ended in end of buffer with no cr */
2929 = vpos - (val.vpos && FETCH_BYTE (val.bytepos - 1) != '\n');
2930 pos = val.bufpos;
2931 }
2932
2933 /* There are two cases:
2934 1) we have displayed down to the bottom of the window
2935 2) we have scrolled lines below stop_vpos by scroll_amount */
2936
2937 if (vpos == height)
2938 {
2939 /* If last line is continued in middle of character,
2940 include the split character in the text considered on the frame */
2941 if (val.hpos < lmargin)
2942 val.bufpos++;
2943 XSETFASTINT (w->window_end_vpos, last_text_vpos);
2944 XSETFASTINT (w->window_end_pos, Z - val.bufpos);
2945 }
2946
2947 /* If scrolling made blank lines at window bottom,
2948 redisplay to fill those lines */
2949 if (scroll_amount < 0)
2950 {
2951 /* Don't consider these lines for general-purpose scrolling.
2952 That will save time in the scrolling computation. */
2953 FRAME_SCROLL_BOTTOM_VPOS (f) = xp.vpos;
2954 vpos = xp.vpos;
2955 pos = xp.bufpos;
2956 pos_byte = xp.bytepos;
2957 val.hpos = xp.hpos;
2958 val.tab_offset = xp.tab_offset;
2959 if (pos == ZV)
2960 { /* Display from next line */
2961 vpos = height + scroll_amount;
2962 val.hpos = lmargin;
2963 val.tab_offset = 0;
2964 }
2965 else if (xp.contin && xp.hpos != lmargin)
2966 {
2967 val.hpos = xp.prevhpos - width + lmargin;
2968 val.tab_offset = xp.tab_offset + bp.prevhpos - width;
2969 DEC_BOTH (pos, pos_byte);
2970 }
2971
2972 blank_end_of_window = 1;
2973 /* The following code is omitted because we maintain tab offset
2974 in val.tab_offset. */
2975 #if 0
2976 tab_offset = pos_tab_offset (w, pos, pos_byte);
2977 /* If we are starting display in mid-character, correct tab_offset
2978 to account for passing the line that that character starts in. */
2979 if (val.hpos < lmargin)
2980 tab_offset += width;
2981 #endif
2982 val.bytepos = pos_byte;
2983 while (vpos < height)
2984 {
2985 val = *display_text_line (w, pos, val.bytepos,
2986 top + vpos++, val.hpos,
2987 val.tab_offset, val.ovstring_chars_done);
2988 /* The following code is omitted because we maintain tab
2989 offset in val.tab_offset. */
2990 #if 0
2991 tab_offset += width;
2992 if (val.vpos) tab_offset = 0;
2993 #endif /* 0 */
2994 pos = val.bufpos;
2995 }
2996
2997 /* Here is a case where display_text_line sets cursor_vpos wrong.
2998 Make it be fixed up, below. */
2999 if (xp.bufpos == ZV
3000 && xp.bufpos == PT)
3001 cursor_vpos = -1;
3002 }
3003
3004 /* If bottom just moved off end of frame, change mode line percentage. */
3005 if (XFASTINT (w->window_end_pos) == 0
3006 && Z != val.bufpos)
3007 w->update_mode_line = Qt;
3008
3009 /* Attempt to adjust end-of-text positions to new bottom line */
3010 if (scroll_amount)
3011 {
3012 delta = height - xp.vpos;
3013 if (delta < 0
3014 || (delta > 0 && xp.bufpos <= ZV)
3015 || (delta == 0 && xp.hpos))
3016 {
3017 val = *vmotion (Z - XFASTINT (w->window_end_pos), delta, w);
3018 XSETFASTINT (w->window_end_pos, Z - val.bufpos);
3019 XSETFASTINT (w->window_end_vpos,
3020 XFASTINT (w->window_end_vpos) + val.vpos);
3021 }
3022 }
3023
3024 w->window_end_valid = Qnil;
3025
3026 /* If point was not in a line that was displayed, find it */
3027 if (cursor_vpos < 0)
3028 {
3029 findpoint:
3030 val = *compute_motion (start, 0, lmargin, 0, PT,
3031 /* Don't care for VPOS... */
3032 1 << (BITS_PER_SHORT - 1),
3033 /* ... nor HPOS. */
3034 1 << (BITS_PER_SHORT - 1),
3035 width, hscroll,
3036 pos_tab_offset (w, start, start_byte),
3037 w);
3038 /* Admit failure if point is off frame now */
3039 if (val.vpos >= height)
3040 {
3041 for (vpos = 0; vpos < height; vpos++)
3042 cancel_line (vpos + top, f);
3043 return 0;
3044 }
3045 cursor_vpos = val.vpos + top;
3046 cursor_hpos = WINDOW_LEFT_MARGIN (w) + minmax (0, val.hpos, width);
3047 }
3048
3049 FRAME_CURSOR_X (f) = cursor_hpos;
3050 FRAME_CURSOR_Y (f) = cursor_vpos;
3051
3052 if (debug_end_pos)
3053 {
3054 val = *compute_motion (start, 0, lmargin, 0, ZV,
3055 height, - (1 << (BITS_PER_SHORT - 1)),
3056 width, hscroll,
3057 pos_tab_offset (w, start, start_byte),
3058 w);
3059 if (val.vpos != XFASTINT (w->window_end_vpos))
3060 abort ();
3061 if (XFASTINT (w->window_end_pos)
3062 != Z - val.bufpos)
3063 abort ();
3064 }
3065
3066 return 1;
3067 }
3068 \f
3069 /* Copy LEN glyphs starting address FROM to the rope TO.
3070 But don't actually copy the parts that would come in before S.
3071 Value is TO, advanced past the copied data.
3072 F is the frame we are displaying in. */
3073
3074 static GLYPH *
3075 copy_part_of_rope (f, to, s, from, len, face)
3076 FRAME_PTR f;
3077 register GLYPH *to; /* Copy to here. */
3078 register GLYPH *s; /* Starting point. */
3079 Lisp_Object *from; /* Data to copy. */
3080 int len;
3081 int face; /* Face to apply to glyphs which don't specify one. */
3082 {
3083 int n = len;
3084 register Lisp_Object *fp = from;
3085 /* These cache the results of the last call to compute_glyph_face. */
3086 int last_code = -1;
3087 int last_merged = 0;
3088
3089 #ifdef HAVE_FACES
3090 if (! FRAME_TERMCAP_P (f))
3091 while (n--)
3092 {
3093 GLYPH glyph = (INTEGERP (*fp) ? XFASTINT (*fp) : 0);
3094 int facecode;
3095 unsigned int c = FAST_GLYPH_CHAR (glyph);
3096
3097 if (c > MAX_CHAR)
3098 /* For an invalid character code, use space. */
3099 c = ' ';
3100
3101 if (FAST_GLYPH_FACE (glyph) == 0)
3102 /* If GLYPH has no face code, use FACE. */
3103 facecode = face;
3104 else if (FAST_GLYPH_FACE (glyph) == last_code)
3105 /* If it's same as previous glyph, use same result. */
3106 facecode = last_merged;
3107 else
3108 {
3109 /* Merge this glyph's face and remember the result. */
3110 last_code = FAST_GLYPH_FACE (glyph);
3111 last_merged = facecode = compute_glyph_face (f, last_code, face);
3112 }
3113
3114 if (to >= s)
3115 *to = FAST_MAKE_GLYPH (c, facecode);
3116 ++to;
3117 ++fp;
3118 }
3119 else
3120 #endif
3121 while (n--)
3122 {
3123 if (to >= s) *to = (INTEGERP (*fp) ? XFASTINT (*fp) : 0);
3124 ++to;
3125 ++fp;
3126 }
3127 return to;
3128 }
3129
3130 /* Correct a glyph by replacing its specified user-level face code
3131 with a displayable computed face code. */
3132
3133 static GLYPH
3134 fix_glyph (f, glyph, cface)
3135 FRAME_PTR f;
3136 GLYPH glyph;
3137 int cface;
3138 {
3139 #ifdef HAVE_FACES
3140 if (! FRAME_TERMCAP_P (f))
3141 {
3142 if (FAST_GLYPH_FACE (glyph) != 0)
3143 cface = compute_glyph_face (f, FAST_GLYPH_FACE (glyph), cface);
3144 glyph = FAST_MAKE_GLYPH (FAST_GLYPH_CHAR (glyph), cface);
3145 }
3146 #endif
3147 return glyph;
3148 }
3149 \f
3150 /* Return the column of position POS / POS_BYTE in window W's buffer.
3151 When used on the character at the beginning of a line,
3152 starting at column 0, this says how much to subtract from
3153 the column position of any character in the line
3154 to get its horizontal position on the screen. */
3155
3156 static int
3157 pos_tab_offset (w, pos, pos_byte)
3158 struct window *w;
3159 register int pos, pos_byte;
3160 {
3161 int opoint = PT;
3162 int opoint_byte = PT_BYTE;
3163 int col;
3164 int width = window_internal_width (w) - 1;
3165
3166 if (pos == BEGV)
3167 return MINI_WINDOW_P (w) ? -minibuf_prompt_width : 0;
3168
3169 if (FETCH_BYTE (pos_byte - 1) == '\n')
3170 return 0;
3171
3172 TEMP_SET_PT_BOTH (pos, pos_byte);
3173 col = current_column ();
3174 TEMP_SET_PT_BOTH (opoint, opoint_byte);
3175
3176 return col;
3177 }
3178 \f
3179 /* Display one line of window W, starting at char position START in W's buffer.
3180 START_BYTE is the corresponding byte position.
3181
3182 Display starting at horizontal position HPOS, expressed relative to
3183 W's left edge. In situations where the text at START shouldn't
3184 start at the left margin (i.e. when the window is hscrolled, or
3185 we're continuing a line which left off in the midst of a
3186 multi-column character), HPOS should be negative; we throw away
3187 characters up 'til hpos = 0. So, HPOS must take hscrolling into
3188 account.
3189
3190 TABOFFSET is an offset for ostensible hpos, used in tab stop calculations.
3191
3192 OVSTR_DONE is the number of chars of overlay before/after strings
3193 at this position which have already been processed.
3194
3195 Display on position VPOS on the frame. It is origin 0, relative to
3196 the top of the frame, not W.
3197
3198 Returns a STRUCT POSITION giving character to start next line with
3199 and where to display it, including a zero or negative hpos.
3200 The vpos field is not really a vpos; it is 1 unless the line is continued */
3201
3202 struct position val_display_text_line;
3203
3204 static struct position *
3205 display_text_line (w, start, start_byte, vpos, hpos, taboffset, ovstr_done)
3206 struct window *w;
3207 int start;
3208 int vpos;
3209 int hpos;
3210 int taboffset;
3211 int ovstr_done;
3212 {
3213 register int pos = start;
3214 int pos_byte = start_byte;
3215 register int c;
3216 register GLYPH *p1;
3217 int pause, limit_byte;
3218 register unsigned char *p;
3219 GLYPH *endp;
3220 register GLYPH *leftmargin;
3221 register GLYPH *p1prev;
3222 register GLYPH *p1start;
3223 GLYPH *p1_wide_column_end = (GLYPH *) 0;
3224 int prevpos, prevpos_byte;
3225 int *charstart;
3226 FRAME_PTR f = XFRAME (w->frame);
3227 int tab_width = XINT (current_buffer->tab_width);
3228 int ctl_arrow = !NILP (current_buffer->ctl_arrow);
3229 int width = window_internal_width (w) - 1;
3230 struct position val;
3231 int lastpos, lastpos_byte;
3232 int invis;
3233 int last_invis_skip = 0;
3234 Lisp_Object last_invis_prop;
3235 int hscroll = XINT (w->hscroll);
3236 int truncate = (hscroll
3237 || (truncate_partial_width_windows
3238 && !WINDOW_FULL_WIDTH_P (w))
3239 || !NILP (current_buffer->truncate_lines));
3240
3241 /* 1 if this buffer has a region to highlight. */
3242 int highlight_region
3243 = (!NILP (Vtransient_mark_mode) && !NILP (current_buffer->mark_active)
3244 && XMARKER (current_buffer->mark)->buffer != 0);
3245 int region_beg, region_end;
3246
3247 int selective = (INTEGERP (current_buffer->selective_display)
3248 ? XINT (current_buffer->selective_display)
3249 : !NILP (current_buffer->selective_display) ? -1 : 0);
3250 register struct frame_glyphs *desired_glyphs = FRAME_DESIRED_GLYPHS (f);
3251 register struct Lisp_Char_Table *dp = window_display_table (w);
3252
3253 Lisp_Object default_invis_vector[3];
3254 /* Number of characters of ellipsis to display after an invisible line
3255 if it calls for an ellipsis.
3256 Note that this value can be nonzero regardless of whether
3257 selective display is enabled--you must check that separately. */
3258 int selective_rlen
3259 = (dp && VECTORP (DISP_INVIS_VECTOR (dp))
3260 ? XVECTOR (DISP_INVIS_VECTOR (dp))->size
3261 : !NILP (current_buffer->selective_display_ellipses) ? 3 : 0);
3262 /* This is the sequence of Lisp objects to display
3263 when there are invisible lines. */
3264 Lisp_Object *invis_vector_contents
3265 = (dp && VECTORP (DISP_INVIS_VECTOR (dp))
3266 ? XVECTOR (DISP_INVIS_VECTOR (dp))->contents
3267 : default_invis_vector);
3268
3269 GLYPH truncator = (dp == 0 || !INTEGERP (DISP_TRUNC_GLYPH (dp))
3270 || !GLYPH_CHAR_VALID_P (XINT (DISP_TRUNC_GLYPH (dp)))
3271 ? '$' : XINT (DISP_TRUNC_GLYPH (dp)));
3272 GLYPH continuer = (dp == 0 || !INTEGERP (DISP_CONTINUE_GLYPH (dp))
3273 || !GLYPH_CHAR_VALID_P (XINT (DISP_CONTINUE_GLYPH (dp)))
3274 ? '\\' : XINT (DISP_CONTINUE_GLYPH (dp)));
3275
3276 /* If 1, we must handle multibyte characters. */
3277 int multibyte = !NILP (current_buffer->enable_multibyte_characters);
3278 /* Length of multibyte form of each character. */
3279 int len;
3280 /* Glyphs generated should be set this bit mask if text must be
3281 displayed from right to left. */
3282 GLYPH rev_dir_bit = (NILP (current_buffer->direction_reversed)
3283 ? 0 : GLYPH_MASK_REV_DIR);
3284
3285 /* The next buffer location at which the face should change, due
3286 to overlays or text property changes. */
3287 int next_face_change;
3288
3289 /* The next location where the `invisible' property changes, or an
3290 overlay starts or ends. */
3291 int next_boundary;
3292
3293 /* The face we're currently using. */
3294 int current_face = 0;
3295 int i;
3296
3297 XSETFASTINT (default_invis_vector[2], '.');
3298 default_invis_vector[0] = default_invis_vector[1] = default_invis_vector[2];
3299
3300 get_display_line (f, vpos, WINDOW_LEFT_MARGIN (w));
3301 if (tab_width <= 0 || tab_width > 1000) tab_width = 8;
3302
3303 /* Show where to highlight the region. */
3304 if (highlight_region
3305 /* Maybe highlight only in selected window. */
3306 && (highlight_nonselected_windows
3307 || w == XWINDOW (selected_window)
3308 || (MINI_WINDOW_P (XWINDOW (selected_window))
3309 && w == XWINDOW (Vminibuf_scroll_window))))
3310 {
3311 region_beg = marker_position (current_buffer->mark);
3312 if (PT < region_beg)
3313 {
3314 region_end = region_beg;
3315 region_beg = PT;
3316 }
3317 else
3318 region_end = PT;
3319 w->region_showing = Qt;
3320 }
3321 else
3322 {
3323 region_beg = region_end = -1;
3324 w->region_showing = Qnil;
3325 }
3326
3327 if (MINI_WINDOW_P (w)
3328 && start == BEG
3329 && vpos == XFASTINT (w->top))
3330 {
3331 if (! NILP (minibuf_prompt))
3332 {
3333 int old_width = minibuf_prompt_width;
3334
3335 minibuf_prompt_width
3336 = (display_string (w, vpos, XSTRING (minibuf_prompt)->data,
3337 STRING_BYTES (XSTRING (minibuf_prompt)),
3338 hpos + WINDOW_LEFT_MARGIN (w),
3339 /* Display a space if we truncate. */
3340 ' ',
3341 1, -1,
3342 /* Truncate the prompt a little before the
3343 margin, so user input can at least start
3344 on the first line. */
3345 (XFASTINT (w->width) > 10
3346 ? XFASTINT (w->width) - 4 : -1),
3347 STRING_MULTIBYTE (minibuf_prompt))
3348 - hpos - WINDOW_LEFT_MARGIN (w));
3349 hpos += minibuf_prompt_width;
3350 taboffset -= minibuf_prompt_width - old_width;
3351 }
3352 else
3353 minibuf_prompt_width = 0;
3354 }
3355
3356 /* If we're hscrolled at all, use compute_motion to skip over any
3357 text off the left edge of the window. compute_motion may know
3358 tricks to do this faster than we can. */
3359 if (hpos < 0)
3360 {
3361 struct position *left_edge
3362 = compute_motion (pos, vpos, hpos, 0,
3363 ZV, vpos, 0,
3364 width, hscroll, taboffset, w);
3365
3366 /* Retrieve the buffer position and column provided by
3367 compute_motion. We can't assume that the column will be
3368 zero, because you may have multi-column characters crossing
3369 the left margin.
3370
3371 compute_motion may have moved us past the screen position we
3372 requested, if we hit a multi-column character, or the end of
3373 the line. If so, back up. */
3374 if ((left_edge->vpos > vpos
3375 || left_edge->hpos > 0)
3376 && left_edge->bufpos > pos)
3377 {
3378 pos = left_edge->bufpos;
3379 pos_byte = left_edge->bytepos;
3380 DEC_BOTH (pos, pos_byte);
3381 hpos = left_edge->prevhpos;
3382 }
3383 else
3384 {
3385 pos = left_edge->bufpos;
3386 pos_byte = left_edge->bytepos;
3387 hpos = left_edge->hpos;
3388 }
3389 }
3390
3391 hpos += WINDOW_LEFT_MARGIN (w);
3392
3393 desired_glyphs->bufp[vpos] = start;
3394 p1 = desired_glyphs->glyphs[vpos] + hpos;
3395 p1start = p1;
3396 charstart = desired_glyphs->charstarts[vpos] + hpos;
3397 /* In case we don't ever write anything into it... */
3398 desired_glyphs->charstarts[vpos][WINDOW_LEFT_MARGIN (w)] = -1;
3399 leftmargin = desired_glyphs->glyphs[vpos] + WINDOW_LEFT_MARGIN (w);
3400 endp = leftmargin + width;
3401
3402 /* Arrange the overlays nicely for our purposes. Usually, we call
3403 display_text_line on only one line at a time, in which case this
3404 can't really hurt too much, or we call it on lines which appear
3405 one after another in the buffer, in which case all calls to
3406 recenter_overlay_lists but the first will be pretty cheap. */
3407 recenter_overlay_lists (current_buffer, pos);
3408
3409 /* Loop generating characters.
3410 Stop at end of buffer, before newline,
3411 if reach or pass continuation column,
3412 or at face change. */
3413 pause = pos;
3414 limit_byte = pos_byte;
3415 next_face_change = pos;
3416 next_boundary = pos;
3417 p1prev = p1;
3418 prevpos = pos;
3419 prevpos_byte = pos_byte;
3420
3421 /* If the window is hscrolled and point is in the invisible part of the
3422 current line beyond the left margin we can record the cursor location
3423 right away. */
3424 if (hscroll && start <= PT && PT < pos && cursor_vpos < 0)
3425 {
3426 cursor_vpos = vpos;
3427 cursor_hpos = p1 - leftmargin;
3428 }
3429
3430 while (p1 < endp)
3431 {
3432 if (pos >= pause)
3433 {
3434 int e_t_h;
3435
3436 while (pos == next_boundary)
3437 {
3438 Lisp_Object position, limit, prop, ww;
3439
3440 /* Display the overlay strings here, unless we're at ZV
3441 and have already displayed the appropriate strings
3442 on an earlier line. */
3443 if (pos < ZV || !zv_strings_seen++)
3444 {
3445 int ovlen;
3446 unsigned char *ovstr;
3447 ovlen = overlay_strings (pos, w, &ovstr);
3448
3449 if (ovlen > 0)
3450 {
3451 /* Skip the ones we did in a previous line. */
3452 ovstr += ovstr_done;
3453 ovlen -= ovstr_done;
3454
3455 while (ovlen > 0)
3456 {
3457 int charset, cols;
3458 GLYPH g;
3459
3460 if (multibyte)
3461 {
3462 c = STRING_CHAR_AND_LENGTH (ovstr, ovlen, len);
3463 ovstr += len, ovlen -= len, ovstr_done += len;
3464 charset = CHAR_CHARSET (c);
3465 cols = (charset == CHARSET_COMPOSITION
3466 ? cmpchar_table[COMPOSITE_CHAR_ID (c)]->width
3467 : CHARSET_WIDTH (charset));
3468 }
3469 else
3470 {
3471 c = *ovstr++, ovlen--, ovstr_done++;
3472 cols = 1;
3473 }
3474 g = MAKE_GLYPH (f, c, current_face) | rev_dir_bit;
3475 while (cols-- > 0)
3476 {
3477 if (p1 >= leftmargin && p1 < endp)
3478 *p1 = g, g |= GLYPH_MASK_PADDING;
3479 p1++;
3480 }
3481 }
3482 /* If we did all the overlay strings
3483 and we have room for text, clear ovstr_done
3484 just for neatness' sake. */
3485 if (ovlen == 0 && p1 < endp)
3486 ovstr_done = 0;
3487 }
3488 }
3489
3490 /* Did we reach point? Record the cursor location. */
3491 if (pos == PT && cursor_vpos < 0)
3492 {
3493 cursor_vpos = vpos;
3494 cursor_hpos = p1 - leftmargin;
3495 }
3496
3497 if (pos >= ZV)
3498 break;
3499
3500 XSETFASTINT (position, pos);
3501 limit = Fnext_overlay_change (position);
3502 #ifdef USE_TEXT_PROPERTIES
3503 /* This is just an estimate to give reasonable
3504 performance; nothing should go wrong if it is too small. */
3505 if (XFASTINT (limit) > pos + 50)
3506 {
3507 int limitpos = pos + 50;
3508 XSETFASTINT (limit, limitpos);
3509 }
3510 limit = Fnext_single_property_change (position, Qinvisible,
3511 Fcurrent_buffer (), limit);
3512 #endif
3513 next_boundary = XFASTINT (limit);
3514 /* if the `invisible' property is set, we can skip to
3515 the next property change. */
3516 XSETWINDOW (ww, w);
3517 prop = Fget_char_property (position, Qinvisible, ww);
3518 if (TEXT_PROP_MEANS_INVISIBLE (prop))
3519 {
3520 if (pos < PT && next_boundary >= PT)
3521 {
3522 cursor_vpos = vpos;
3523 cursor_hpos = p1 - leftmargin;
3524 }
3525 pos = next_boundary;
3526 pos_byte = CHAR_TO_BYTE (pos);
3527 last_invis_skip = pos;
3528 last_invis_prop = prop;
3529 }
3530 }
3531
3532 /* Did we reach point? Record the cursor location. */
3533 if (pos == PT && cursor_vpos < 0)
3534 {
3535 cursor_vpos = vpos;
3536 cursor_hpos = p1 - leftmargin;
3537 }
3538
3539 /* Did we hit the end of the visible region of the buffer?
3540 Stop here. */
3541 if (pos >= ZV)
3542 {
3543 /* Update charstarts for the end of this line. */
3544 /* Do nothing if off the left edge or at the right edge. */
3545 if (p1 >= leftmargin && p1 + 1 != endp)
3546 {
3547 int *p2x = &charstart[(p1 < leftmargin
3548 ? leftmargin : p1)
3549 - p1start];
3550 *p2x++ = pos;
3551 }
3552 break;
3553 }
3554
3555 /* Figure out where (if at all) the
3556 redisplay_end_trigger-hook should run. */
3557 if (MARKERP (w->redisplay_end_trigger)
3558 && XMARKER (w->redisplay_end_trigger)->buffer != 0)
3559 e_t_h = marker_position (w->redisplay_end_trigger);
3560 else if (INTEGERP (w->redisplay_end_trigger))
3561 e_t_h = XINT (w->redisplay_end_trigger);
3562 else
3563 e_t_h = ZV;
3564
3565 /* If we've gone past the place to run a hook,
3566 run the hook. */
3567 if (pos >= e_t_h && e_t_h != ZV)
3568 {
3569 Lisp_Object args[3];
3570
3571 args[0] = Qredisplay_end_trigger_functions;
3572 XSETWINDOW (args[1], w);
3573 XSETINT (args[2], e_t_h);
3574
3575 /* Since we are *trying* to run these functions,
3576 don't try to run them again, even if they get an error. */
3577 w->redisplay_end_trigger = Qnil;
3578 Frun_hook_with_args (3, args);
3579
3580 e_t_h = ZV;
3581 /* Notice if it changed the face of this character. */
3582 next_face_change = pos;
3583 }
3584
3585 #ifdef HAVE_FACES
3586 /* Did we hit a face change? Figure out what face we should
3587 use now. We also hit this the first time through the
3588 loop, to see what face we should start with. */
3589 if (pos >= next_face_change
3590 && (FRAME_WINDOW_P (f) || FRAME_MSDOS_P (f)))
3591 {
3592 int limit = pos + 50;
3593
3594 current_face = compute_char_face (f, w, pos,
3595 region_beg, region_end,
3596 &next_face_change, limit, 0);
3597 }
3598 #endif
3599
3600 /* Compute the next place we need to stop
3601 and do something special; set PAUSE. */
3602
3603 pause = ZV;
3604
3605 if (pos < next_boundary && next_boundary < pause)
3606 pause = next_boundary;
3607 if (pos < next_face_change && next_face_change < pause)
3608 pause = next_face_change;
3609
3610 if (e_t_h < pause)
3611 pause = e_t_h;
3612
3613 /* Wouldn't you hate to read the next line to someone over
3614 the phone? */
3615 if (pos < PT && PT < pause)
3616 pause = PT;
3617 if (pos < GPT && GPT < pause)
3618 pause = GPT;
3619
3620 /* LIMIT_BYTE is not the same place in the buffer as PAUSE.
3621 It is a limit on valid characters.
3622 We use it to bound STRING_CHAR_AND_LENGTH. */
3623 limit_byte = ZV_BYTE;
3624 if (pos < GPT && GPT_BYTE < limit_byte)
3625 limit_byte = GPT_BYTE;
3626
3627 {
3628 int temp = CHAR_TO_BYTE (pos);
3629 p = BYTE_POS_ADDR (temp);
3630 }
3631 }
3632
3633 if (p1 >= endp)
3634 break;
3635
3636 p1prev = p1;
3637 p1_wide_column_end = (GLYPH *) 0;
3638
3639 if (multibyte)
3640 c = STRING_CHAR_AND_LENGTH (p, limit_byte - pos_byte, len), p += len;
3641 else
3642 c = *p++, len = 1;
3643 /* Let a display table override all standard display methods. */
3644 if (dp != 0 && VECTORP (DISP_CHAR_VECTOR (dp, c)))
3645 {
3646 p1 = copy_part_of_rope (f, p1, leftmargin,
3647 XVECTOR (DISP_CHAR_VECTOR (dp, c))->contents,
3648 XVECTOR (DISP_CHAR_VECTOR (dp, c))->size,
3649 current_face, rev_dir_bit);
3650 }
3651 else if (c >= 040 && c < 0177)
3652 {
3653 if (p1 >= leftmargin)
3654 *p1 = MAKE_GLYPH (f, c, current_face) | rev_dir_bit;
3655 p1++;
3656 }
3657 else if (c == '\n')
3658 {
3659 #if 0
3660 /* Same as p1prev, but after the invis_vector_contents text
3661 (if we have that on this line). */
3662 GLYPH *p1prev_modified;
3663 #endif
3664
3665 invis = 0;
3666 if (last_invis_skip == pos
3667 && TEXT_PROP_MEANS_INVISIBLE_WITH_ELLIPSIS (last_invis_prop))
3668 invis = 1;
3669 while (pos + 1 < ZV
3670 && selective > 0
3671 && indented_beyond_p (pos + 1, pos_byte + 1, selective))
3672 {
3673 int opoint = PT, opoint_byte = PT_BYTE;
3674
3675 invis = 1;
3676 INC_BOTH (pos, pos_byte);
3677 scan_newline (pos, pos_byte, ZV, ZV_BYTE, 1, 1);
3678 pos = PT, pos_byte = PT_BYTE;
3679 if (FETCH_BYTE (pos_byte - 1) == '\n')
3680 {
3681 pos--;
3682 pos_byte--;
3683 }
3684 TEMP_SET_PT_BOTH (opoint, opoint_byte);
3685 }
3686 if (invis && selective_rlen > 0 && p1 >= leftmargin)
3687 {
3688 #if 0
3689 GLYPH *cs, *csend;
3690
3691 cs = charstart + (p1 - p1start);
3692 #endif
3693
3694 p1 += selective_rlen;
3695 if (p1 - leftmargin > width)
3696 p1 = endp;
3697
3698 #if 0 /* This needs more work; charstarts needs to record
3699 both whether a position ho;ds an ellipsis character
3700 and what buffer position it corresponds to. */
3701 csend = charstart + (p1 - p1start);
3702 while (cs != csend)
3703 *cs++ = -2;
3704 /* The idea is to use p1prev_modified instead of p1prev
3705 in the loop below over p2x. */
3706 p1prev_modified = p1;
3707 #endif
3708
3709 copy_part_of_rope (f, p1prev, p1prev, invis_vector_contents,
3710 (p1 - p1prev), current_face, rev_dir_bit);
3711 }
3712
3713 /* Update charstarts for the newline that ended this line. */
3714 /* Do nothing here for a char that's entirely off the left edge
3715 or if it starts at the right edge. */
3716 if (p1 >= leftmargin && p1prev != endp)
3717 {
3718 /* Store the newline's position into charstarts
3719 for the column where the newline starts.
3720 Store -1 for the rest of the glyphs it occupies. */
3721 int *p2x = &charstart[(p1prev < leftmargin
3722 ? leftmargin : p1prev)
3723 - p1start];
3724 int *p2 = &charstart[(p1 < endp ? p1 : endp) - p1start];
3725
3726 *p2x++ = pos;
3727 while (p2x < p2)
3728 *p2x++ = -1;
3729 }
3730 #ifdef HAVE_FACES
3731 /* Draw the face of the newline character as extending all the
3732 way to the end of the frame line. */
3733 if (current_face)
3734 {
3735 if (p1 < leftmargin)
3736 p1 = leftmargin;
3737 while (p1 < endp)
3738 *p1++ = FAST_MAKE_GLYPH (' ', current_face) | rev_dir_bit;
3739 }
3740 #endif
3741
3742 break;
3743 }
3744 else if (c == '\t')
3745 {
3746 do
3747 {
3748 if (p1 >= leftmargin && p1 < endp)
3749 *p1 = MAKE_GLYPH (f, ' ', current_face) | rev_dir_bit;
3750 p1++;
3751 }
3752 while ((p1 - leftmargin + taboffset + hscroll - (hscroll > 0))
3753 % tab_width);
3754 }
3755 else if (c == Ctl ('M') && selective == -1)
3756 {
3757 int opoint = PT, opoint_byte = PT_BYTE;
3758 scan_newline (pos, pos_byte, ZV, ZV_BYTE, 1, 1);
3759 pos = PT, pos_byte = PT_BYTE;
3760 TEMP_SET_PT_BOTH (opoint, opoint_byte);
3761
3762 if (FETCH_BYTE (pos_byte - 1) == '\n')
3763 pos--, pos_byte--;
3764 if (selective_rlen > 0)
3765 {
3766 p1 += selective_rlen;
3767 if (p1 - leftmargin > width)
3768 p1 = endp;
3769 copy_part_of_rope (f, p1prev, p1prev, invis_vector_contents,
3770 (p1 - p1prev), current_face, rev_dir_bit);
3771 }
3772 #ifdef HAVE_FACES
3773 /* Draw the face of the newline character as extending all the
3774 way to the end of the frame line. */
3775 if (current_face)
3776 {
3777 if (p1 < leftmargin)
3778 p1 = leftmargin;
3779 while (p1 < endp)
3780 *p1++ = FAST_MAKE_GLYPH (' ', current_face) | rev_dir_bit;
3781 }
3782 #endif
3783
3784 /* Update charstarts for the ^M that ended this line. */
3785 /* Do nothing here for a char that's entirely off the left edge
3786 or if it starts at the right edge. */
3787 if (p1 >= leftmargin && p1prev != endp)
3788 {
3789 /* Store the newline's position into charstarts
3790 for the column where the newline starts.
3791 Store -1 for the rest of the glyphs it occupies. */
3792 int *p2x = &charstart[(p1prev < leftmargin
3793 ? leftmargin : p1prev)
3794 - p1start];
3795 int *p2 = &charstart[(p1 < endp ? p1 : endp) - p1start];
3796
3797 *p2x++ = pos;
3798 while (p2x < p2)
3799 *p2x++ = -1;
3800 }
3801 break;
3802 }
3803 else if (c < 0200 && ctl_arrow)
3804 {
3805 if (p1 >= leftmargin)
3806 *p1 = (fix_glyph
3807 (f, (dp && INTEGERP (DISP_CTRL_GLYPH (dp))
3808 && GLYPH_CHAR_VALID_P (XINT (DISP_CTRL_GLYPH (dp)))
3809 ? XINT (DISP_CTRL_GLYPH (dp)) : '^'),
3810 current_face)
3811 | rev_dir_bit);
3812 p1++;
3813 if (p1 >= leftmargin && p1 < endp)
3814 *p1 = MAKE_GLYPH (f, c ^ 0100, current_face) | rev_dir_bit;
3815 p1++;
3816 }
3817 else
3818 {
3819 /* C is a multibyte character or a character to be displayed
3820 by octal form. */
3821 int remaining_bytes = len;
3822
3823 if (c >= 0400 && CHAR_VALID_P (c, 0))
3824 {
3825 /* C is a multibyte character. */
3826 int charset = CHAR_CHARSET (c);
3827 int columns = (charset == CHARSET_COMPOSITION
3828 ? cmpchar_table[COMPOSITE_CHAR_ID (c)]->width
3829 : CHARSET_WIDTH (charset));
3830 GLYPH g = MAKE_GLYPH (f, c, current_face) | rev_dir_bit;
3831
3832 while (columns--)
3833 {
3834 if (p1 >= leftmargin && p1 < endp)
3835 *p1 = g, g |= GLYPH_MASK_PADDING;
3836 p1++;
3837 }
3838 p1_wide_column_end = p1;
3839 remaining_bytes -= CHARSET_BYTES (charset);
3840 }
3841
3842 while (remaining_bytes > 0)
3843 {
3844 c = *(p - remaining_bytes--);
3845
3846 if (p1 >= leftmargin && p1 < endp)
3847 *p1 = (fix_glyph
3848 (f,
3849 (dp && INTEGERP (DISP_ESCAPE_GLYPH (dp))
3850 && GLYPH_CHAR_VALID_P (XINT (DISP_ESCAPE_GLYPH (dp)))
3851 ? XINT (DISP_ESCAPE_GLYPH (dp)) : '\\'),
3852 current_face)
3853 | rev_dir_bit);
3854 p1++;
3855 if (p1 >= leftmargin && p1 < endp)
3856 *p1 = (MAKE_GLYPH (f, (c >> 6) + '0', current_face)
3857 | rev_dir_bit);
3858 p1++;
3859 if (p1 >= leftmargin && p1 < endp)
3860 *p1 = (MAKE_GLYPH (f, (7 & (c >> 3)) + '0', current_face)
3861 | rev_dir_bit);
3862 p1++;
3863 if (p1 >= leftmargin && p1 < endp)
3864 *p1 = (MAKE_GLYPH (f, (7 & c) + '0', current_face)
3865 | rev_dir_bit);
3866 p1++;
3867 }
3868 }
3869
3870 prevpos = pos;
3871 prevpos_byte = pos_byte;
3872 pos++;
3873 pos_byte += len;
3874
3875 /* Update charstarts for the character just output. */
3876
3877 /* Do nothing here for a char that's entirely off the left edge. */
3878 if (p1 >= leftmargin)
3879 {
3880 /* Store the char's position into charstarts
3881 for the first glyph occupied by this char.
3882 Store -1 for the rest of the glyphs it occupies. */
3883 if (p1 != p1prev)
3884 {
3885 int *p2x = &charstart[(p1prev < leftmargin
3886 ? leftmargin : p1prev)
3887 - p1start];
3888 int *p2 = &charstart[(p1 < endp ? p1 : endp) - p1start];
3889
3890 if (p2x < p2)
3891 *p2x++ = prevpos;
3892 while (p2x < p2)
3893 *p2x++ = -1;
3894 }
3895 }
3896 }
3897
3898 val.hpos = - XINT (w->hscroll);
3899 if (val.hpos)
3900 val.hpos++;
3901
3902 val.vpos = 1;
3903
3904 lastpos = pos;
3905 lastpos_byte = pos_byte;
3906
3907 /* Store 0 in this charstart line for the positions where
3908 there is no character. But do leave what was recorded
3909 for the character that ended the line. */
3910 /* Add 1 in the endtest to compensate for the fact that ENDP was
3911 made from WIDTH, which is 1 less than the window's actual
3912 internal width. */
3913 i = p1 - p1start + 1;
3914 if (p1 < leftmargin)
3915 i += leftmargin - p1;
3916 for (; i < endp - p1start + 1; i++)
3917 charstart[i] = 0;
3918
3919 /* Handle continuation in middle of a character */
3920 /* by backing up over it */
3921 if (p1 > endp)
3922 {
3923 /* Don't back up if we never actually displayed any text.
3924 This occurs when the minibuffer prompt takes up the whole line. */
3925 if (p1prev)
3926 {
3927 /* Start the next line with that same character whose
3928 character code is C and the length of multi-byte form is
3929 LEN. */
3930 pos = prevpos;
3931 pos_byte = prevpos_byte;
3932
3933 if (p1_wide_column_end < endp)
3934 /* As ENDP is not in the middle of wide-column character,
3935 we can break the line at ENDP and start from the middle
3936 column in the next line. So, adjust VAL.HPOS to skip
3937 the columns output on this line. */
3938 val.hpos += p1prev - endp;
3939 else
3940 {
3941 /* We displayed a wide-column character at around ENDP.
3942 Since we can't broke it in the middle, the whole
3943 character should be driven into the next line. */
3944 /* As the result, the actual columns occupied by the
3945 text on this line is less than WIDTH. VAL.TAB_OFFSET
3946 must be adjusted. */
3947 taboffset = taboffset + (p1prev - endp);
3948 /* Let's fill unused columns with TRUNCATOR or CONTINUER. */
3949 {
3950 GLYPH g = fix_glyph (f, truncate ? truncator : continuer, 0);
3951 while (p1prev < endp)
3952 *p1prev++ = g;
3953 }
3954 /* If POINT is at POS, cursor should not on this line. */
3955 lastpos = pos;
3956 lastpos_byte = pos_byte;
3957 if (PT == pos)
3958 cursor_vpos = -1;
3959 }
3960 }
3961
3962 /* Keep in this line everything up to the continuation column. */
3963 p1 = endp;
3964 }
3965
3966 /* Finish deciding which character to start the next line on,
3967 and what hpos to start it at.
3968 Also set `lastpos' to the last position which counts as "on this line"
3969 for cursor-positioning. */
3970
3971 if (pos < ZV)
3972 {
3973 if (FETCH_BYTE (pos_byte) == '\n')
3974 {
3975 int opoint = PT, opoint_byte = PT_BYTE;
3976
3977 /* If stopped due to a newline, start next line after it */
3978 TEMP_SET_PT_BOTH (pos + 1, pos_byte + 1);
3979
3980 val.tab_offset = 0;
3981 /* Check again for hidden lines, in case the newline occurred exactly
3982 at the right margin. */
3983 while (PT < ZV && selective > 0
3984 && indented_beyond_p (PT, PT_BYTE, selective))
3985 scan_newline (PT, PT_BYTE, ZV, ZV_BYTE, 1, 1);
3986
3987 pos = PT, pos_byte = PT_BYTE;
3988 TEMP_SET_PT_BOTH (opoint, opoint_byte);
3989 }
3990 else
3991 /* Stopped due to right margin of window */
3992 {
3993 if (truncate)
3994 {
3995 int opoint = PT, opoint_byte = PT_BYTE;
3996
3997 TEMP_SET_PT_BOTH (pos, pos_byte);
3998 *p1++ = fix_glyph (f, truncator, 0);
3999 /* Truncating => start next line after next newline,
4000 and point is on this line if it is before the newline,
4001 and skip none of first char of next line */
4002 do
4003 scan_newline (PT, PT_BYTE, ZV, ZV_BYTE, 1, 1);
4004 while (PT < ZV && selective > 0
4005 && indented_beyond_p (PT, PT_BYTE, selective));
4006 pos = PT, pos_byte = PT_BYTE;
4007 val.hpos = XINT (w->hscroll) ? 1 - XINT (w->hscroll) : 0;
4008 TEMP_SET_PT_BOTH (opoint, opoint_byte);
4009
4010 lastpos = pos - (FETCH_BYTE (pos_byte - 1) == '\n');
4011 lastpos_byte = CHAR_TO_BYTE (lastpos);
4012 val.tab_offset = 0;
4013 }
4014 else
4015 {
4016 *p1++ = fix_glyph (f, continuer, 0);
4017 val.vpos = 0;
4018 DEC_BOTH (lastpos, lastpos_byte);
4019 val.tab_offset = taboffset + width;
4020 }
4021 }
4022 }
4023 else
4024 val.tab_offset = 0;
4025
4026 /* If point is at eol or in invisible text at eol,
4027 record its frame location now. */
4028
4029 if (start <= PT && PT <= lastpos && cursor_vpos < 0)
4030 {
4031 cursor_vpos = vpos;
4032 cursor_hpos = p1 - leftmargin;
4033 }
4034
4035 if (cursor_vpos == vpos)
4036 {
4037 if (cursor_hpos < 0) cursor_hpos = 0;
4038 if (cursor_hpos > width) cursor_hpos = width;
4039 cursor_hpos += WINDOW_LEFT_MARGIN (w);
4040 if (w == XWINDOW (FRAME_SELECTED_WINDOW (f)))
4041 {
4042 this_line_bufpos = 0;
4043
4044 /* If this frame's cursor will be in its echo area,
4045 don't record a cursor from the window text,
4046 and turn off the optimization for cursor-motion-only case. */
4047 if (!(cursor_in_echo_area && FRAME_HAS_MINIBUF_P (f)
4048 && EQ (FRAME_MINIBUF_WINDOW (f), minibuf_window)))
4049 {
4050 FRAME_CURSOR_Y (f) = cursor_vpos;
4051 FRAME_CURSOR_X (f) = cursor_hpos;
4052
4053 if (w == XWINDOW (selected_window))
4054 {
4055 /* Line is not continued and did not start
4056 in middle of character */
4057 if ((hpos - WINDOW_LEFT_MARGIN (w)
4058 == (XINT (w->hscroll) ? 1 - XINT (w->hscroll) : 0))
4059 && val.vpos)
4060 {
4061 this_line_bufpos = start;
4062 this_line_buffer = current_buffer;
4063 this_line_vpos = cursor_vpos;
4064 this_line_start_hpos = hpos - WINDOW_LEFT_MARGIN (w);
4065 this_line_endpos = Z - lastpos;
4066 }
4067 }
4068 }
4069 }
4070 }
4071
4072 /* If hscroll and line not empty, insert truncation-at-left marker */
4073 if (hscroll && lastpos != start)
4074 {
4075 GLYPH g = fix_glyph (f, truncator, 0);
4076 *leftmargin = g;
4077 if (p1 <= leftmargin)
4078 p1 = leftmargin + 1;
4079 else /* MULE: it may be a wide-column character */
4080 {
4081 p1prev = leftmargin + 1;
4082 while (p1prev < p1 && *p1prev & GLYPH_MASK_PADDING)
4083 *p1prev++ = g;
4084 }
4085 }
4086
4087 if (!WINDOW_RIGHTMOST_P (w))
4088 {
4089 endp++;
4090 if (p1 < leftmargin) p1 = leftmargin;
4091 while (p1 < endp) *p1++ = SPACEGLYPH;
4092
4093 /* Don't draw vertical bars if we're using scroll bars. They're
4094 covered up by the scroll bars, and it's distracting to see
4095 them when the scroll bar windows are flickering around to be
4096 reconfigured. */
4097 if (FRAME_HAS_VERTICAL_SCROLL_BARS_ON_RIGHT (f))
4098 {
4099 int i;
4100 for (i = 0; i < FRAME_SCROLL_BAR_COLS (f); i++)
4101 *p1++ = SPACEGLYPH;
4102 }
4103 else if (!FRAME_HAS_VERTICAL_SCROLL_BARS (f))
4104 *p1++ = (dp && INTEGERP (DISP_BORDER_GLYPH (dp))
4105 ? XINT (DISP_BORDER_GLYPH (dp))
4106 : '|');
4107 }
4108 desired_glyphs->used[vpos] = max (desired_glyphs->used[vpos],
4109 p1 - desired_glyphs->glyphs[vpos]);
4110 desired_glyphs->glyphs[vpos][desired_glyphs->used[vpos]] = 0;
4111
4112 /* If the start of this line is the overlay arrow-position,
4113 then put the arrow string into the display-line. */
4114
4115 if (MARKERP (Voverlay_arrow_position)
4116 && current_buffer == XMARKER (Voverlay_arrow_position)->buffer
4117 && start == marker_position (Voverlay_arrow_position)
4118 && STRINGP (Voverlay_arrow_string)
4119 && ! overlay_arrow_seen)
4120 {
4121 int i, i_byte;
4122 int len = XSTRING (Voverlay_arrow_string)->size;
4123 int arrow_end;
4124
4125 if (len > width)
4126 len = width;
4127
4128 /* If the arrow string has text props, obey them when displaying. */
4129 for (i = 0, i_byte = 0; i < len; )
4130 {
4131 int c;
4132 Lisp_Object face, ilisp;
4133 int newface;
4134 int idx = i;
4135
4136 if (STRING_MULTIBYTE (Voverlay_arrow_string))
4137 FETCH_STRING_CHAR_ADVANCE (c, Voverlay_arrow_string, i, i_byte);
4138 else
4139 c = XSTRING (Voverlay_arrow_string)->data[i++];
4140
4141 XSETFASTINT (ilisp, i);
4142 #ifdef HAVE_FACES
4143 if (FRAME_WINDOW_P (f))
4144 {
4145 face = Fget_text_property (ilisp, Qface, Voverlay_arrow_string);
4146 newface = compute_glyph_face_1 (f, face, 0);
4147 c = FAST_MAKE_GLYPH (c, newface);
4148 }
4149 #endif /* HAVE_FACES */
4150 leftmargin[idx] = c;
4151 }
4152
4153 /* Bug in SunOS 4.1.1 compiler requires this intermediate variable. */
4154 arrow_end = (leftmargin - desired_glyphs->glyphs[vpos]) + len;
4155 if (desired_glyphs->used[vpos] < arrow_end)
4156 desired_glyphs->used[vpos] = arrow_end;
4157
4158 overlay_arrow_seen = 1;
4159 }
4160
4161 val.bufpos = pos;
4162 val.bytepos = pos_byte;
4163 val.ovstring_chars_done = ovstr_done;
4164 val_display_text_line = val;
4165 return &val_display_text_line;
4166 }
4167 \f
4168 /* Redisplay the menu bar in the frame for window W. */
4169
4170 static void
4171 display_menu_bar (w)
4172 struct window *w;
4173 {
4174 Lisp_Object items, tail;
4175 register int vpos = 0;
4176 register FRAME_PTR f = XFRAME (WINDOW_FRAME (w));
4177 int maxendcol = FRAME_WIDTH (f);
4178 int hpos = 0;
4179 int i;
4180
4181 #ifdef HAVE_NTGUI
4182 if (!NILP (Vwindow_system))
4183 return;
4184 #endif
4185
4186 #ifdef USE_X_TOOLKIT
4187 if (FRAME_X_P (f))
4188 return;
4189 #endif /* USE_X_TOOLKIT */
4190
4191 get_display_line (f, vpos, 0);
4192
4193 items = FRAME_MENU_BAR_ITEMS (f);
4194 for (i = 0; i < XVECTOR (items)->size; i += 4)
4195 {
4196 Lisp_Object pos, string;
4197 string = XVECTOR (items)->contents[i + 1];
4198 if (NILP (string))
4199 break;
4200
4201 XSETFASTINT (XVECTOR (items)->contents[i + 3], hpos);
4202
4203 if (hpos < maxendcol)
4204 hpos = display_string (w, vpos,
4205 XSTRING (string)->data,
4206 STRING_BYTES (XSTRING (string)),
4207 hpos, 0, 0, hpos, maxendcol,
4208 STRING_MULTIBYTE (string));
4209 /* Put a space between items. */
4210 if (hpos < maxendcol)
4211 {
4212 int hpos1 = hpos + 1;
4213 hpos = display_string (w, vpos, "", 0, hpos, 0, 0,
4214 min (hpos1, maxendcol), maxendcol, 0);
4215 }
4216 }
4217
4218 FRAME_DESIRED_GLYPHS (f)->bufp[vpos] = 0;
4219 FRAME_DESIRED_GLYPHS (f)->highlight[vpos] = mode_line_inverse_video;
4220
4221 /* Fill out the line with spaces. */
4222 if (maxendcol > hpos)
4223 hpos = display_string (w, vpos, "", 0, hpos, 0, 0, maxendcol, maxendcol, 0);
4224
4225 /* Clear the rest of the lines allocated to the menu bar. */
4226 vpos++;
4227 while (vpos < FRAME_MENU_BAR_LINES (f))
4228 get_display_line (f, vpos++, 0);
4229 }
4230 \f
4231 /* Display the mode line for window w */
4232
4233 static void
4234 display_mode_line (w)
4235 struct window *w;
4236 {
4237 register int vpos = XFASTINT (w->height) + XFASTINT (w->top) - 1;
4238 register int left = WINDOW_LEFT_MARGIN (w);
4239 register int right = WINDOW_RIGHT_MARGIN (w);
4240 register FRAME_PTR f = XFRAME (WINDOW_FRAME (w));
4241
4242 line_number_displayed = 0;
4243 w->column_number_displayed = Qnil;
4244
4245 get_display_line (f, vpos, left);
4246
4247 /* Temporarily make frame F's kboard the current kboard
4248 so that kboard-local variables in the mode_line_format
4249 will get the right values. */
4250 push_frame_kboard (f);
4251
4252 display_mode_element (w, vpos, left, 0, right, right,
4253 current_buffer->mode_line_format);
4254
4255 pop_frame_kboard ();
4256
4257 FRAME_DESIRED_GLYPHS (f)->bufp[vpos] = 0;
4258
4259 /* Put the mode line in inverse video.
4260 Use faces if possible, since that lets us handle
4261 partial-width windows and avoid inverting the scroll bar columns. */
4262 #ifdef HAVE_FACES
4263 if (! FRAME_TERMCAP_P (f) && mode_line_inverse_video)
4264 {
4265 /* For a partial width window, explicitly set face of each glyph. */
4266 int i;
4267 unsigned int padding;
4268 GLYPH *ptr = FRAME_DESIRED_GLYPHS (f)->glyphs[vpos];
4269 for (i = left; i < right; ++i)
4270 {
4271 padding = ptr[i] & GLYPH_MASK_PADDING;
4272 ptr[i] = FAST_MAKE_GLYPH (FAST_GLYPH_CHAR (ptr[i]), 1) | padding;
4273 }
4274 }
4275 else
4276 #endif
4277
4278 /* Make the mode line inverse video if the entire line
4279 is made of mode lines.
4280 I.e. if this window is full width,
4281 or if it is the child of a full width window
4282 (which implies that that window is split side-by-side
4283 and the rest of this line is mode lines of the sibling windows). */
4284 if (WINDOW_FULL_WIDTH_P (w)
4285 || WINDOW_FULL_WIDTH_P (XWINDOW (w->parent)))
4286 FRAME_DESIRED_GLYPHS (f)->highlight[vpos] = mode_line_inverse_video;
4287 }
4288
4289 /* Contribute ELT to the mode line for window W.
4290 How it translates into text depends on its data type.
4291
4292 VPOS is the position of the mode line being displayed.
4293
4294 HPOS is the position (absolute on frame) where this element's text
4295 should start. The output is truncated automatically at the right
4296 edge of window W.
4297
4298 DEPTH is the depth in recursion. It is used to prevent
4299 infinite recursion here.
4300
4301 MINENDCOL is the hpos before which the element may not end.
4302 The element is padded at the right with spaces if nec
4303 to reach this column.
4304
4305 MAXENDCOL is the hpos past which this element may not extend.
4306 If MINENDCOL is > MAXENDCOL, MINENDCOL takes priority.
4307 (This is necessary to make nested padding and truncation work.)
4308
4309 Returns the hpos of the end of the text generated by ELT.
4310 The next element will receive that value as its HPOS arg,
4311 so as to concatenate the elements. */
4312
4313 static int
4314 display_mode_element (w, vpos, hpos, depth, minendcol, maxendcol, elt)
4315 struct window *w;
4316 register int vpos, hpos;
4317 int depth;
4318 int minendcol;
4319 register int maxendcol;
4320 register Lisp_Object elt;
4321 {
4322 tail_recurse:
4323 if (depth > 10)
4324 goto invalid;
4325
4326 depth++;
4327
4328 switch (SWITCH_ENUM_CAST (XTYPE (elt)))
4329 {
4330 case Lisp_String:
4331 {
4332 /* A string: output it and check for %-constructs within it. */
4333 register unsigned char c;
4334 register unsigned char *this = XSTRING (elt)->data;
4335
4336 while (hpos < maxendcol && *this)
4337 {
4338 unsigned char *last = this;
4339 while ((c = *this++) != '\0' && c != '%')
4340 ;
4341 if (this - 1 != last)
4342 {
4343 register int lim = --this - last + hpos;
4344 if (frame_title_ptr)
4345 hpos = store_frame_title (last, hpos, min (lim, maxendcol));
4346 else
4347 hpos = display_string (w, vpos, last, -1, hpos, 0, 1,
4348 hpos, min (lim, maxendcol),
4349 STRING_MULTIBYTE (elt));
4350 }
4351 else /* c == '%' */
4352 {
4353 register int minendcol;
4354 register int spec_width = 0;
4355
4356 /* We can't allow -ve args due to the "%-" construct */
4357 /* Argument specifies minwidth but not maxwidth
4358 (maxwidth can be specified by
4359 (<negative-number> . <stuff>) mode-line elements) */
4360
4361 while ((c = *this++) >= '0' && c <= '9')
4362 {
4363 spec_width = spec_width * 10 + (c - '0');
4364 }
4365
4366 minendcol = hpos + spec_width;
4367 if (minendcol > maxendcol)
4368 {
4369 spec_width = maxendcol - hpos;
4370 minendcol = maxendcol;
4371 }
4372
4373 if (c == 'M')
4374 hpos = display_mode_element (w, vpos, hpos, depth,
4375 spec_width, maxendcol,
4376 Vglobal_mode_string);
4377 else if (c != 0)
4378 {
4379 char *spec = decode_mode_spec (w, c, spec_width,
4380 maxendcol - hpos);
4381 if (frame_title_ptr)
4382 hpos = store_frame_title (spec, minendcol, maxendcol);
4383 else
4384 hpos = display_string (w, vpos, spec, -1,
4385 hpos, 0, 1,
4386 minendcol, maxendcol, -1);
4387 }
4388 }
4389 }
4390 }
4391 break;
4392
4393 case Lisp_Symbol:
4394 /* A symbol: process the value of the symbol recursively
4395 as if it appeared here directly. Avoid error if symbol void.
4396 Special case: if value of symbol is a string, output the string
4397 literally. */
4398 {
4399 register Lisp_Object tem;
4400 tem = Fboundp (elt);
4401 if (!NILP (tem))
4402 {
4403 tem = Fsymbol_value (elt);
4404 /* If value is a string, output that string literally:
4405 don't check for % within it. */
4406 if (STRINGP (tem))
4407 {
4408 if (frame_title_ptr)
4409 hpos = store_frame_title (XSTRING (tem)->data,
4410 minendcol, maxendcol);
4411 else
4412 hpos = display_string (w, vpos, XSTRING (tem)->data,
4413 STRING_BYTES (XSTRING (tem)),
4414 hpos, 0, 1, minendcol, maxendcol,
4415 STRING_MULTIBYTE (tem));
4416 }
4417 /* Give up right away for nil or t. */
4418 else if (!EQ (tem, elt))
4419 { elt = tem; goto tail_recurse; }
4420 }
4421 }
4422 break;
4423
4424 case Lisp_Cons:
4425 {
4426 register Lisp_Object car, tem;
4427
4428 /* A cons cell: three distinct cases.
4429 If first element is a string or a cons, process all the elements
4430 and effectively concatenate them.
4431 If first element is a negative number, truncate displaying cdr to
4432 at most that many characters. If positive, pad (with spaces)
4433 to at least that many characters.
4434 If first element is a symbol, process the cadr or caddr recursively
4435 according to whether the symbol's value is non-nil or nil. */
4436 car = XCONS (elt)->car;
4437 if (SYMBOLP (car))
4438 {
4439 tem = Fboundp (car);
4440 elt = XCONS (elt)->cdr;
4441 if (!CONSP (elt))
4442 goto invalid;
4443 /* elt is now the cdr, and we know it is a cons cell.
4444 Use its car if CAR has a non-nil value. */
4445 if (!NILP (tem))
4446 {
4447 tem = Fsymbol_value (car);
4448 if (!NILP (tem))
4449 { elt = XCONS (elt)->car; goto tail_recurse; }
4450 }
4451 /* Symbol's value is nil (or symbol is unbound)
4452 Get the cddr of the original list
4453 and if possible find the caddr and use that. */
4454 elt = XCONS (elt)->cdr;
4455 if (NILP (elt))
4456 break;
4457 else if (!CONSP (elt))
4458 goto invalid;
4459 elt = XCONS (elt)->car;
4460 goto tail_recurse;
4461 }
4462 else if (INTEGERP (car))
4463 {
4464 register int lim = XINT (car);
4465 elt = XCONS (elt)->cdr;
4466 if (lim < 0)
4467 /* Negative int means reduce maximum width.
4468 DO NOT change MINENDCOL here!
4469 (20 -10 . foo) should truncate foo to 10 col
4470 and then pad to 20. */
4471 maxendcol = min (maxendcol, hpos - lim);
4472 else if (lim > 0)
4473 {
4474 /* Padding specified. Don't let it be more than
4475 current maximum. */
4476 lim += hpos;
4477 if (lim > maxendcol)
4478 lim = maxendcol;
4479 /* If that's more padding than already wanted, queue it.
4480 But don't reduce padding already specified even if
4481 that is beyond the current truncation point. */
4482 if (lim > minendcol)
4483 minendcol = lim;
4484 }
4485 goto tail_recurse;
4486 }
4487 else if (STRINGP (car) || CONSP (car))
4488 {
4489 register int limit = 50;
4490 /* LIMIT is to protect against circular lists. */
4491 while (CONSP (elt) && --limit > 0
4492 && hpos < maxendcol)
4493 {
4494 hpos = display_mode_element (w, vpos, hpos, depth,
4495 hpos, maxendcol,
4496 XCONS (elt)->car);
4497 elt = XCONS (elt)->cdr;
4498 }
4499 }
4500 }
4501 break;
4502
4503 default:
4504 invalid:
4505 if (frame_title_ptr)
4506 hpos = store_frame_title ("*invalid*", minendcol, maxendcol);
4507 else
4508 hpos = display_string (w, vpos, "*invalid*", -1, hpos, 0, 1,
4509 minendcol, maxendcol, 0);
4510 return hpos;
4511 }
4512
4513 if (minendcol > hpos)
4514 if (frame_title_ptr)
4515 hpos = store_frame_title ("", minendcol, maxendcol);
4516 else
4517 hpos = display_string (w, vpos, "", 0, hpos,
4518 0, 1, minendcol, maxendcol, 0);
4519 return hpos;
4520 }
4521 \f
4522 /* Write a null-terminated, right justified decimal representation of
4523 the positive integer D to BUF using a minimal field width WIDTH. */
4524
4525 static void
4526 pint2str (buf, width, d)
4527 register char *buf;
4528 register int width;
4529 register int d;
4530 {
4531 register char *p = buf;
4532
4533 if (d <= 0)
4534 *p++ = '0';
4535 else
4536 while (d > 0)
4537 {
4538 *p++ = d % 10 + '0';
4539 d /= 10;
4540 }
4541 for (width -= (int) (p - buf); width > 0; --width) *p++ = ' ';
4542 *p-- = '\0';
4543 while (p > buf)
4544 {
4545 d = *buf;
4546 *buf++ = *p;
4547 *p-- = d;
4548 }
4549 }
4550
4551 /* Set a mnemonic character for CODING_SYSTEM (Lisp symbol) in BUF.
4552 If EOL_FLAG is 1, set also a mnemonic character for end-of-line
4553 type of CODING_SYSTEM. Return updated pointer into BUF. */
4554
4555 static char *
4556 decode_mode_spec_coding (coding_system, buf, eol_flag)
4557 Lisp_Object coding_system;
4558 register char *buf;
4559 int eol_flag;
4560 {
4561 Lisp_Object val;
4562 int multibyte = !NILP (current_buffer->enable_multibyte_characters);
4563
4564 val = coding_system;
4565
4566 if (NILP (val)) /* Not yet decided. */
4567 {
4568 if (multibyte)
4569 *buf++ = '-';
4570 if (eol_flag)
4571 *buf++ = eol_mnemonic_undecided;
4572 /* Don't mention EOL conversion if it isn't decided. */
4573 }
4574 else
4575 {
4576 Lisp_Object eolvalue;
4577
4578 eolvalue = Fget (coding_system, Qeol_type);
4579
4580 while (!NILP (val) && SYMBOLP (val))
4581 {
4582 val = Fget (val, Qcoding_system);
4583 if (NILP (eolvalue))
4584 eolvalue = Fget (val, Qeol_type);
4585 }
4586
4587 if (multibyte)
4588 *buf++ = XFASTINT (XVECTOR (val)->contents[1]);
4589
4590 if (eol_flag)
4591 {
4592 /* The EOL conversion we are using. */
4593 int eoltype;
4594 /* The EOL conversion that is normal on this system. */
4595
4596 if (NILP (eolvalue)) /* Not yet decided. */
4597 eoltype = eol_mnemonic_undecided;
4598 else if (VECTORP (eolvalue)) /* Not yet decided. */
4599 eoltype = eol_mnemonic_undecided;
4600 else /* INTEGERP (eolvalue) -- 0:LF, 1:CRLF, 2:CR */
4601 eoltype = (XFASTINT (eolvalue) == 0
4602 ? eol_mnemonic_unix
4603 : (XFASTINT (eolvalue) == 1
4604 ? eol_mnemonic_dos : eol_mnemonic_mac));
4605
4606 /* Mention the EOL conversion if it is not the usual one. */
4607 *buf++ = eoltype;
4608 }
4609 }
4610 return buf;
4611 }
4612
4613 /* Return a string for the output of a mode line %-spec for window W,
4614 generated by character C. SPEC_WIDTH is the field width when
4615 padding to the left (%c, %l). The value returned from this
4616 function will later be truncated to width MAXWIDTH. */
4617
4618 static char lots_of_dashes[] = "--------------------------------------------------------------------------------------------------------------------------------------------";
4619
4620 static char *
4621 decode_mode_spec (w, c, spec_width, maxwidth)
4622 struct window *w;
4623 register char c;
4624 register int spec_width;
4625 register int maxwidth;
4626 {
4627 Lisp_Object obj;
4628 FRAME_PTR f = XFRAME (WINDOW_FRAME (w));
4629 char *decode_mode_spec_buf = (char *) FRAME_TEMP_GLYPHS (f)->total_contents;
4630 struct buffer *b = XBUFFER (w->buffer);
4631
4632 obj = Qnil;
4633 if (maxwidth > FRAME_WIDTH (f))
4634 maxwidth = FRAME_WIDTH (f);
4635
4636 switch (c)
4637 {
4638 case '*':
4639 if (!NILP (b->read_only))
4640 return "%";
4641 if (BUF_MODIFF (b) > BUF_SAVE_MODIFF (b))
4642 return "*";
4643 return "-";
4644
4645 case '+':
4646 /* This differs from %* only for a modified read-only buffer. */
4647 if (BUF_MODIFF (b) > BUF_SAVE_MODIFF (b))
4648 return "*";
4649 if (!NILP (b->read_only))
4650 return "%";
4651 return "-";
4652
4653 case '&':
4654 /* This differs from %* in ignoring read-only-ness. */
4655 if (BUF_MODIFF (b) > BUF_SAVE_MODIFF (b))
4656 return "*";
4657 return "-";
4658
4659 case '%':
4660 return "%";
4661
4662 case '[':
4663 {
4664 int i;
4665 char *p;
4666
4667 if (command_loop_level > 5)
4668 return "[[[... ";
4669 p = decode_mode_spec_buf;
4670 for (i = 0; i < command_loop_level; i++)
4671 *p++ = '[';
4672 *p = 0;
4673 return decode_mode_spec_buf;
4674 }
4675
4676 case ']':
4677 {
4678 int i;
4679 char *p;
4680
4681 if (command_loop_level > 5)
4682 return " ...]]]";
4683 p = decode_mode_spec_buf;
4684 for (i = 0; i < command_loop_level; i++)
4685 *p++ = ']';
4686 *p = 0;
4687 return decode_mode_spec_buf;
4688 }
4689
4690 case '-':
4691 {
4692 register char *p;
4693 register int i;
4694
4695 if (maxwidth < sizeof (lots_of_dashes))
4696 return lots_of_dashes;
4697 else
4698 {
4699 for (p = decode_mode_spec_buf, i = maxwidth; i > 0; i--)
4700 *p++ = '-';
4701 *p = '\0';
4702 }
4703 return decode_mode_spec_buf;
4704 }
4705
4706 case 'b':
4707 obj = b->name;
4708 #if 0
4709 if (maxwidth >= 3 && STRING_BYTES (XSTRING (obj)) > maxwidth)
4710 {
4711 bcopy (XSTRING (obj)->data, decode_mode_spec_buf, maxwidth - 1);
4712 decode_mode_spec_buf[maxwidth - 1] = '\\';
4713 decode_mode_spec_buf[maxwidth] = '\0';
4714 return decode_mode_spec_buf;
4715 }
4716 #endif
4717 break;
4718
4719 case 'c':
4720 {
4721 int col = current_column ();
4722 XSETFASTINT (w->column_number_displayed, col);
4723 pint2str (decode_mode_spec_buf, spec_width, col);
4724 return decode_mode_spec_buf;
4725 }
4726
4727 case 'F':
4728 /* %F displays the frame name. */
4729 /* Systems that can only display a single frame at a time should
4730 NOT replace the frame name with the (constant) frame title,
4731 since then they won't be able to tell which frame is that. */
4732 if (FRAME_WINDOW_P (f) && !NILP (f->title))
4733 return (char *) XSTRING (f->title)->data;
4734 if (f->explicit_name || ! FRAME_WINDOW_P (f))
4735 return (char *) XSTRING (f->name)->data;
4736 return "Emacs";
4737
4738 case 'f':
4739 obj = b->filename;
4740 #if 0
4741 if (NILP (obj))
4742 return "[none]";
4743 else if (STRINGP (obj) && STRING_BYTES (XSTRING (obj)) > maxwidth)
4744 {
4745 bcopy ("...", decode_mode_spec_buf, 3);
4746 bcopy (XSTRING (obj)->data + STRING_BYTES (XSTRING (obj)) - maxwidth + 3,
4747 decode_mode_spec_buf + 3, maxwidth - 3);
4748 return decode_mode_spec_buf;
4749 }
4750 #endif
4751 break;
4752
4753 case 'l':
4754 {
4755 int startpos = XMARKER (w->start)->charpos;
4756 int startpos_byte = marker_byte_position (w->start);
4757 int line, linepos, linepos_byte, topline;
4758 int nlines, junk;
4759 Lisp_Object tem;
4760 int height = XFASTINT (w->height);
4761
4762 /* If we decided that this buffer isn't suitable for line numbers,
4763 don't forget that too fast. */
4764 if (EQ (w->base_line_pos, w->buffer))
4765 goto no_value;
4766 /* But do forget it, if the window shows a different buffer now. */
4767 else if (BUFFERP (w->base_line_pos))
4768 w->base_line_pos = Qnil;
4769
4770 /* If the buffer is very big, don't waste time. */
4771 if (BUF_ZV (b) - BUF_BEGV (b) > line_number_display_limit)
4772 {
4773 w->base_line_pos = Qnil;
4774 w->base_line_number = Qnil;
4775 goto no_value;
4776 }
4777
4778 if (!NILP (w->base_line_number)
4779 && !NILP (w->base_line_pos)
4780 && XFASTINT (w->base_line_pos) <= startpos)
4781 {
4782 line = XFASTINT (w->base_line_number);
4783 linepos = XFASTINT (w->base_line_pos);
4784 linepos_byte = buf_charpos_to_bytepos (b, linepos);
4785 }
4786 else
4787 {
4788 line = 1;
4789 linepos = BUF_BEGV (b);
4790 linepos_byte = BUF_BEGV_BYTE (b);
4791 }
4792
4793 /* Count lines from base line to window start position. */
4794 nlines = display_count_lines (linepos, linepos_byte,
4795 startpos_byte,
4796 startpos, &junk);
4797
4798 topline = nlines + line;
4799
4800 /* Determine a new base line, if the old one is too close
4801 or too far away, or if we did not have one.
4802 "Too close" means it's plausible a scroll-down would
4803 go back past it. */
4804 if (startpos == BUF_BEGV (b))
4805 {
4806 XSETFASTINT (w->base_line_number, topline);
4807 XSETFASTINT (w->base_line_pos, BUF_BEGV (b));
4808 }
4809 else if (nlines < height + 25 || nlines > height * 3 + 50
4810 || linepos == BUF_BEGV (b))
4811 {
4812 int limit = BUF_BEGV (b);
4813 int limit_byte = BUF_BEGV_BYTE (b);
4814 int position;
4815 int distance = (height * 2 + 30) * 200;
4816
4817 if (startpos - distance > limit)
4818 {
4819 limit = startpos - distance;
4820 limit_byte = CHAR_TO_BYTE (limit);
4821 }
4822
4823 nlines = display_count_lines (startpos, startpos_byte,
4824 limit_byte,
4825 - (height * 2 + 30),
4826 &position);
4827 /* If we couldn't find the lines we wanted within
4828 200 chars per line,
4829 give up on line numbers for this window. */
4830 if (position == limit_byte && limit == startpos - distance)
4831 {
4832 w->base_line_pos = w->buffer;
4833 w->base_line_number = Qnil;
4834 goto no_value;
4835 }
4836
4837 XSETFASTINT (w->base_line_number, topline - nlines);
4838 XSETFASTINT (w->base_line_pos, BYTE_TO_CHAR (position));
4839 }
4840
4841 /* Now count lines from the start pos to point. */
4842 nlines = display_count_lines (startpos, startpos_byte,
4843 PT_BYTE, PT, &junk);
4844
4845 /* Record that we did display the line number. */
4846 line_number_displayed = 1;
4847
4848 /* Make the string to show. */
4849 pint2str (decode_mode_spec_buf, spec_width, topline + nlines);
4850 return decode_mode_spec_buf;
4851 no_value:
4852 {
4853 char* p = decode_mode_spec_buf;
4854 for (spec_width -= 2; spec_width > 0; --spec_width) *p++ = ' ';
4855 strcpy (p, "??");
4856 return decode_mode_spec_buf;
4857 }
4858 }
4859 break;
4860
4861 case 'm':
4862 obj = b->mode_name;
4863 break;
4864
4865 case 'n':
4866 if (BUF_BEGV (b) > BUF_BEG (b) || BUF_ZV (b) < BUF_Z (b))
4867 return " Narrow";
4868 break;
4869
4870 case 'p':
4871 {
4872 int pos = marker_position (w->start);
4873 int total = BUF_ZV (b) - BUF_BEGV (b);
4874
4875 if (XFASTINT (w->window_end_pos) <= BUF_Z (b) - BUF_ZV (b))
4876 {
4877 if (pos <= BUF_BEGV (b))
4878 return "All";
4879 else
4880 return "Bottom";
4881 }
4882 else if (pos <= BUF_BEGV (b))
4883 return "Top";
4884 else
4885 {
4886 if (total > 1000000)
4887 /* Do it differently for a large value, to avoid overflow. */
4888 total = ((pos - BUF_BEGV (b)) + (total / 100) - 1) / (total / 100);
4889 else
4890 total = ((pos - BUF_BEGV (b)) * 100 + total - 1) / total;
4891 /* We can't normally display a 3-digit number,
4892 so get us a 2-digit number that is close. */
4893 if (total == 100)
4894 total = 99;
4895 sprintf (decode_mode_spec_buf, "%2d%%", total);
4896 return decode_mode_spec_buf;
4897 }
4898 }
4899
4900 /* Display percentage of size above the bottom of the screen. */
4901 case 'P':
4902 {
4903 int toppos = marker_position (w->start);
4904 int botpos = BUF_Z (b) - XFASTINT (w->window_end_pos);
4905 int total = BUF_ZV (b) - BUF_BEGV (b);
4906
4907 if (botpos >= BUF_ZV (b))
4908 {
4909 if (toppos <= BUF_BEGV (b))
4910 return "All";
4911 else
4912 return "Bottom";
4913 }
4914 else
4915 {
4916 if (total > 1000000)
4917 /* Do it differently for a large value, to avoid overflow. */
4918 total = ((botpos - BUF_BEGV (b)) + (total / 100) - 1) / (total / 100);
4919 else
4920 total = ((botpos - BUF_BEGV (b)) * 100 + total - 1) / total;
4921 /* We can't normally display a 3-digit number,
4922 so get us a 2-digit number that is close. */
4923 if (total == 100)
4924 total = 99;
4925 if (toppos <= BUF_BEGV (b))
4926 sprintf (decode_mode_spec_buf, "Top%2d%%", total);
4927 else
4928 sprintf (decode_mode_spec_buf, "%2d%%", total);
4929 return decode_mode_spec_buf;
4930 }
4931 }
4932
4933 case 's':
4934 /* status of process */
4935 obj = Fget_buffer_process (w->buffer);
4936 if (NILP (obj))
4937 return "no process";
4938 #ifdef subprocesses
4939 obj = Fsymbol_name (Fprocess_status (obj));
4940 #endif
4941 break;
4942
4943 case 't': /* indicate TEXT or BINARY */
4944 #ifdef MODE_LINE_BINARY_TEXT
4945 return MODE_LINE_BINARY_TEXT (b);
4946 #else
4947 return "T";
4948 #endif
4949
4950 case 'z':
4951 /* coding-system (not including end-of-line format) */
4952 case 'Z':
4953 /* coding-system (including end-of-line type) */
4954 {
4955 int eol_flag = (c == 'Z');
4956 char *p = decode_mode_spec_buf;
4957
4958 if (! FRAME_WINDOW_P (f))
4959 {
4960 /* No need to mention EOL here--the terminal never needs
4961 to do EOL conversion. */
4962 p = decode_mode_spec_coding (keyboard_coding.symbol, p, 0);
4963 p = decode_mode_spec_coding (terminal_coding.symbol, p, 0);
4964 }
4965 p = decode_mode_spec_coding (b->buffer_file_coding_system,
4966 p, eol_flag);
4967
4968 #if 0 /* This proves to be annoying; I think we can do without. -- rms. */
4969 #ifdef subprocesses
4970 obj = Fget_buffer_process (Fcurrent_buffer ());
4971 if (PROCESSP (obj))
4972 {
4973 p = decode_mode_spec_coding (XPROCESS (obj)->decode_coding_system,
4974 p, eol_flag);
4975 p = decode_mode_spec_coding (XPROCESS (obj)->encode_coding_system,
4976 p, eol_flag);
4977 }
4978 #endif /* subprocesses */
4979 #endif /* 0 */
4980 *p = 0;
4981 return decode_mode_spec_buf;
4982 }
4983 }
4984
4985 if (STRINGP (obj))
4986 return (char *) XSTRING (obj)->data;
4987 else
4988 return "";
4989 }
4990 \f
4991 /* Count up to COUNT lines starting from START / START_BYTE.
4992 But don't go beyond LIMIT_BYTE.
4993 Return the number of lines thus found (always nonnegative).
4994
4995 Set *BYTE_POS_PTR to 1 if we found COUNT lines, 0 if we hit LIMIT. */
4996
4997 static int
4998 display_count_lines (start, start_byte, limit_byte, count, byte_pos_ptr)
4999 int start, start_byte, limit_byte, count;
5000 int *byte_pos_ptr;
5001 {
5002 register unsigned char *cursor;
5003 unsigned char *base;
5004
5005 register int ceiling;
5006 register unsigned char *ceiling_addr;
5007 int orig_count = count;
5008
5009 /* If we are not in selective display mode,
5010 check only for newlines. */
5011 int selective_display = (!NILP (current_buffer->selective_display)
5012 && !INTEGERP (current_buffer->selective_display));
5013
5014 if (count > 0)
5015 {
5016 while (start_byte < limit_byte)
5017 {
5018 ceiling = BUFFER_CEILING_OF (start_byte);
5019 ceiling = min (limit_byte - 1, ceiling);
5020 ceiling_addr = BYTE_POS_ADDR (ceiling) + 1;
5021 base = (cursor = BYTE_POS_ADDR (start_byte));
5022 while (1)
5023 {
5024 if (selective_display)
5025 while (*cursor != '\n' && *cursor != 015 && ++cursor != ceiling_addr)
5026 ;
5027 else
5028 while (*cursor != '\n' && ++cursor != ceiling_addr)
5029 ;
5030
5031 if (cursor != ceiling_addr)
5032 {
5033 if (--count == 0)
5034 {
5035 start_byte += cursor - base + 1;
5036 *byte_pos_ptr = start_byte;
5037 return orig_count;
5038 }
5039 else
5040 if (++cursor == ceiling_addr)
5041 break;
5042 }
5043 else
5044 break;
5045 }
5046 start_byte += cursor - base;
5047 }
5048 }
5049 else
5050 {
5051 while (start_byte > limit_byte)
5052 {
5053 ceiling = BUFFER_FLOOR_OF (start_byte - 1);
5054 ceiling = max (limit_byte, ceiling);
5055 ceiling_addr = BYTE_POS_ADDR (ceiling) - 1;
5056 base = (cursor = BYTE_POS_ADDR (start_byte - 1) + 1);
5057 while (1)
5058 {
5059 if (selective_display)
5060 while (--cursor != ceiling_addr
5061 && *cursor != '\n' && *cursor != 015)
5062 ;
5063 else
5064 while (--cursor != ceiling_addr && *cursor != '\n')
5065 ;
5066
5067 if (cursor != ceiling_addr)
5068 {
5069 if (++count == 0)
5070 {
5071 start_byte += cursor - base + 1;
5072 *byte_pos_ptr = start_byte;
5073 /* When scanning backwards, we should
5074 not count the newline posterior to which we stop. */
5075 return - orig_count - 1;
5076 }
5077 }
5078 else
5079 break;
5080 }
5081 /* Here we add 1 to compensate for the last decrement
5082 of CURSOR, which took it past the valid range. */
5083 start_byte += cursor - base + 1;
5084 }
5085 }
5086
5087 *byte_pos_ptr = limit_byte;
5088
5089 if (count < 0)
5090 return - orig_count + count;
5091 return orig_count - count;
5092
5093 }
5094 \f
5095 /* Display STRING on one line of window W, starting at HPOS.
5096 Display at position VPOS. Caller should have done get_display_line.
5097 If VPOS == -1, display it as the current frame's title.
5098 LENGTH is the length of STRING, or -1 meaning STRING is null-terminated.
5099
5100 TRUNCATE is GLYPH to display at end if truncated. Zero for none.
5101
5102 MINCOL is the first column ok to end at. (Pad with spaces to this col.)
5103 MAXCOL is the last column ok to end at. Truncate here.
5104 -1 for MINCOL or MAXCOL means no explicit minimum or maximum.
5105 Both count from the left edge of the frame, as does HPOS.
5106 The right edge of W is an implicit maximum.
5107 If TRUNCATE is nonzero, the implicit maximum is one column before the edge.
5108
5109 OBEY_WINDOW_WIDTH says to put spaces or vertical bars
5110 at the place where the current window ends in this line
5111 and not display anything beyond there. Otherwise, only MAXCOL
5112 controls where to stop output.
5113
5114 MULTIBYTE can be 0 meaning do not display multibyte chars,
5115 1 meaning do display them, or -1 meaning obey the current buffer's
5116 value of enable_multibyte_characters.
5117
5118 Returns ending hpos. */
5119
5120 static int
5121 display_string (w, vpos, string, length, hpos, truncate,
5122 obey_window_width, mincol, maxcol, multibyte)
5123 struct window *w;
5124 unsigned char *string;
5125 int length;
5126 int vpos, hpos;
5127 GLYPH truncate;
5128 int obey_window_width;
5129 int mincol, maxcol;
5130 int multibyte;
5131 {
5132 register int c;
5133 int truncated;
5134 register GLYPH *p1;
5135 int hscroll = XINT (w->hscroll);
5136 int tab_width = XINT (XBUFFER (w->buffer)->tab_width);
5137 register GLYPH *start;
5138 register GLYPH *end;
5139 FRAME_PTR f = XFRAME (WINDOW_FRAME (w));
5140 struct frame_glyphs *desired_glyphs = FRAME_DESIRED_GLYPHS (f);
5141 GLYPH *p1start = desired_glyphs->glyphs[vpos] + hpos;
5142 int window_width = XFASTINT (w->width);
5143
5144 /* Use the standard display table, not the window's display table.
5145 We don't want the mode line in rot13. */
5146 register struct Lisp_Char_Table *dp = 0;
5147 int i;
5148
5149 if (multibyte == -1)
5150 multibyte = !NILP (current_buffer->enable_multibyte_characters);
5151 /* Now multibyte is 1 if we should display multibyte characters. */
5152
5153 if (DISP_TABLE_P (Vstandard_display_table))
5154 dp = XCHAR_TABLE (Vstandard_display_table);
5155
5156 if (tab_width <= 0 || tab_width > 1000) tab_width = 8;
5157
5158 p1 = p1start;
5159 start = desired_glyphs->glyphs[vpos];
5160
5161 if (obey_window_width)
5162 {
5163 start += XFASTINT (w->left);
5164 end = start + window_width - (truncate != 0);
5165
5166 if (!WINDOW_RIGHTMOST_P (w))
5167 {
5168 if (FRAME_HAS_VERTICAL_SCROLL_BARS_ON_RIGHT (f))
5169 {
5170 int i;
5171
5172 for (i = 0; i < FRAME_SCROLL_BAR_COLS (f); i++)
5173 *end-- = ' ';
5174 }
5175 else if (!FRAME_HAS_VERTICAL_SCROLL_BARS (f))
5176 *end-- = '|';
5177 }
5178 }
5179
5180 if (! obey_window_width
5181 || (maxcol >= 0 && end - desired_glyphs->glyphs[vpos] > maxcol))
5182 end = desired_glyphs->glyphs[vpos] + maxcol;
5183
5184 /* Store 0 in charstart for these columns. */
5185 for (i = (hpos >= 0 ? hpos : 0); i < end - p1start + hpos; i++)
5186 desired_glyphs->charstarts[vpos][i] = 0;
5187
5188 if (maxcol >= 0 && mincol > maxcol)
5189 mincol = maxcol;
5190
5191 if (length < 0)
5192 /* We need this value for multibyte characters. */
5193 length = strlen (string);
5194
5195 /* We set truncated to 1 if we get stopped by trying to pass END
5196 (that is, trying to pass MAXCOL.) */
5197 truncated = 0;
5198 while (1)
5199 {
5200 int len;
5201
5202 if (length <= 0)
5203 break;
5204 if (multibyte)
5205 c = STRING_CHAR_AND_LENGTH (string, length, len);
5206 else
5207 c = *string, len = 1;
5208
5209 string += len, length -= len;
5210
5211 if (p1 >= end)
5212 {
5213 truncated = 1;
5214 break;
5215 }
5216
5217 if (dp != 0 && VECTORP (DISP_CHAR_VECTOR (dp, c)))
5218 {
5219 p1 = copy_part_of_rope (f, p1, start,
5220 XVECTOR (DISP_CHAR_VECTOR (dp, c))->contents,
5221 XVECTOR (DISP_CHAR_VECTOR (dp, c))->size,
5222 0);
5223 }
5224 else if (c >= 040 && c < 0177)
5225 {
5226 if (p1 >= start)
5227 *p1 = c;
5228 p1++;
5229 }
5230 else if (c == '\t')
5231 {
5232 do
5233 {
5234 if (p1 >= start && p1 < end)
5235 *p1 = SPACEGLYPH;
5236 p1++;
5237 }
5238 while ((p1 - start + hscroll - (hscroll > 0)) % tab_width);
5239 }
5240 else if (c < 0200 && ! NILP (buffer_defaults.ctl_arrow))
5241 {
5242 if (p1 >= start)
5243 *p1 = (fix_glyph
5244 (f, (dp && INTEGERP (DISP_CTRL_GLYPH (dp))
5245 && GLYPH_CHAR_VALID_P (XINT (DISP_CTRL_GLYPH (dp)))
5246 ? XINT (DISP_CTRL_GLYPH (dp)) : '^'),
5247 0));
5248 p1++;
5249 if (p1 >= start && p1 < end)
5250 *p1 = c ^ 0100;
5251 p1++;
5252 }
5253 else
5254 {
5255 /* C is a multibyte character, control character or a binary
5256 byte data. */
5257 int remaining_bytes = len;
5258
5259 if (c >= 0400 && CHAR_VALID_P (c, 0))
5260 {
5261 /* C is a multibyte character. */
5262 int charset = CHAR_CHARSET (c);
5263 int columns = (charset == CHARSET_COMPOSITION
5264 ? cmpchar_table[COMPOSITE_CHAR_ID (c)]->width
5265 : CHARSET_WIDTH (charset));
5266
5267 remaining_bytes -= CHARSET_BYTES (charset);
5268 if (p1 < start)
5269 {
5270 /* Since we can't show the left part of C, fill all
5271 columns with spaces. */
5272 columns -= start - p1;
5273 p1 = start;
5274 while (columns--)
5275 {
5276 if (p1 < end)
5277 *p1 = SPACEGLYPH;
5278 p1++;
5279 }
5280 }
5281 else if (p1 + columns > end)
5282 {
5283 /* Since we can't show the right part of C, fill all
5284 columns with TRUNCATE if TRUNCATE is specified. */
5285 if (truncate)
5286 {
5287 while (p1 < end)
5288 *p1++ = fix_glyph (f, truncate, 0);
5289 /* And tell the line is truncated. */
5290 truncated = 1;
5291 }
5292 break;
5293 }
5294 else
5295 {
5296 /* We can show the whole glyph of C. */
5297 *p1++ = c;
5298 while (--columns)
5299 *p1++ = c | GLYPH_MASK_PADDING;
5300 }
5301 }
5302
5303 while (remaining_bytes > 0)
5304 {
5305 c = *(string - remaining_bytes--);
5306
5307 if (p1 >= start)
5308 *p1 = (fix_glyph
5309 (f, (dp && INTEGERP (DISP_ESCAPE_GLYPH (dp))
5310 && GLYPH_CHAR_VALID_P (XINT (DISP_ESCAPE_GLYPH (dp)))
5311 ? XINT (DISP_ESCAPE_GLYPH (dp)) : '\\'),
5312 0));
5313 p1++;
5314 if (p1 >= start && p1 < end)
5315 *p1 = (c >> 6) + '0';
5316 p1++;
5317 if (p1 >= start && p1 < end)
5318 *p1 = (7 & (c >> 3)) + '0';
5319 p1++;
5320 if (p1 >= start && p1 < end)
5321 *p1 = (7 & c) + '0';
5322 p1++;
5323 }
5324 }
5325 }
5326
5327 if (truncated)
5328 {
5329 p1 = end;
5330 if (truncate) *p1++ = fix_glyph (f, truncate, 0);
5331 }
5332 else if (mincol >= 0)
5333 {
5334 end = desired_glyphs->glyphs[vpos] + mincol;
5335 while (p1 < end)
5336 *p1++ = SPACEGLYPH;
5337 }
5338
5339 {
5340 register int len = p1 - desired_glyphs->glyphs[vpos];
5341
5342 if (len > desired_glyphs->used[vpos])
5343 desired_glyphs->used[vpos] = len;
5344 desired_glyphs->glyphs[vpos][desired_glyphs->used[vpos]] = 0;
5345
5346 return len;
5347 }
5348 }
5349 \f
5350 /* This is like a combination of memq and assq.
5351 Return 1 if PROPVAL appears as an element of LIST
5352 or as the car of an element of LIST.
5353 If PROPVAL is a list, compare each element against LIST
5354 in that way, and return 1 if any element of PROPVAL is found in LIST.
5355 Otherwise return 0.
5356 This function cannot quit. */
5357
5358 int
5359 invisible_p (propval, list)
5360 register Lisp_Object propval;
5361 Lisp_Object list;
5362 {
5363 register Lisp_Object tail, proptail;
5364 for (tail = list; CONSP (tail); tail = XCONS (tail)->cdr)
5365 {
5366 register Lisp_Object tem;
5367 tem = XCONS (tail)->car;
5368 if (EQ (propval, tem))
5369 return 1;
5370 if (CONSP (tem) && EQ (propval, XCONS (tem)->car))
5371 return 1;
5372 }
5373 if (CONSP (propval))
5374 for (proptail = propval; CONSP (proptail);
5375 proptail = XCONS (proptail)->cdr)
5376 {
5377 Lisp_Object propelt;
5378 propelt = XCONS (proptail)->car;
5379 for (tail = list; CONSP (tail); tail = XCONS (tail)->cdr)
5380 {
5381 register Lisp_Object tem;
5382 tem = XCONS (tail)->car;
5383 if (EQ (propelt, tem))
5384 return 1;
5385 if (CONSP (tem) && EQ (propelt, XCONS (tem)->car))
5386 return 1;
5387 }
5388 }
5389 return 0;
5390 }
5391
5392 /* Return 1 if PROPVAL appears as the car of an element of LIST
5393 and the cdr of that element is non-nil.
5394 If PROPVAL is a list, check each element of PROPVAL in that way,
5395 and the first time some element is found,
5396 return 1 if the cdr of that element is non-nil.
5397 Otherwise return 0.
5398 This function cannot quit. */
5399
5400 int
5401 invisible_ellipsis_p (propval, list)
5402 register Lisp_Object propval;
5403 Lisp_Object list;
5404 {
5405 register Lisp_Object tail, proptail;
5406 for (tail = list; CONSP (tail); tail = XCONS (tail)->cdr)
5407 {
5408 register Lisp_Object tem;
5409 tem = XCONS (tail)->car;
5410 if (CONSP (tem) && EQ (propval, XCONS (tem)->car))
5411 return ! NILP (XCONS (tem)->cdr);
5412 }
5413 if (CONSP (propval))
5414 for (proptail = propval; CONSP (proptail);
5415 proptail = XCONS (proptail)->cdr)
5416 {
5417 Lisp_Object propelt;
5418 propelt = XCONS (proptail)->car;
5419 for (tail = list; CONSP (tail); tail = XCONS (tail)->cdr)
5420 {
5421 register Lisp_Object tem;
5422 tem = XCONS (tail)->car;
5423 if (CONSP (tem) && EQ (propelt, XCONS (tem)->car))
5424 return ! NILP (XCONS (tem)->cdr);
5425 }
5426 }
5427 return 0;
5428 }
5429 \f
5430 void
5431 syms_of_xdisp ()
5432 {
5433 staticpro (&Qinhibit_redisplay);
5434 Qinhibit_redisplay = intern ("inhibit-redisplay");
5435
5436 staticpro (&Qmenu_bar_update_hook);
5437 Qmenu_bar_update_hook = intern ("menu-bar-update-hook");
5438
5439 staticpro (&Qoverriding_terminal_local_map);
5440 Qoverriding_terminal_local_map = intern ("overriding-terminal-local-map");
5441
5442 staticpro (&Qoverriding_local_map);
5443 Qoverriding_local_map = intern ("overriding-local-map");
5444
5445 staticpro (&Qwindow_scroll_functions);
5446 Qwindow_scroll_functions = intern ("window-scroll-functions");
5447
5448 staticpro (&Qredisplay_end_trigger_functions);
5449 Qredisplay_end_trigger_functions = intern ("redisplay-end-trigger-functions");
5450
5451 staticpro (&Qinhibit_point_motion_hooks);
5452 Qinhibit_point_motion_hooks = intern ("inhibit-point-motion-hooks");
5453
5454 staticpro (&last_arrow_position);
5455 staticpro (&last_arrow_string);
5456 last_arrow_position = Qnil;
5457 last_arrow_string = Qnil;
5458
5459 DEFVAR_LISP ("inhibit-redisplay", &Vinhibit_redisplay,
5460 "Non-nil means don't actually do any redisplay.\n\
5461 This is used for internal purposes.");
5462 Vinhibit_redisplay = Qnil;
5463
5464 DEFVAR_LISP ("global-mode-string", &Vglobal_mode_string,
5465 "String (or mode line construct) included (normally) in `mode-line-format'.");
5466 Vglobal_mode_string = Qnil;
5467
5468 DEFVAR_LISP ("overlay-arrow-position", &Voverlay_arrow_position,
5469 "Marker for where to display an arrow on top of the buffer text.\n\
5470 This must be the beginning of a line in order to work.\n\
5471 See also `overlay-arrow-string'.");
5472 Voverlay_arrow_position = Qnil;
5473
5474 DEFVAR_LISP ("overlay-arrow-string", &Voverlay_arrow_string,
5475 "String to display as an arrow. See also `overlay-arrow-position'.");
5476 Voverlay_arrow_string = Qnil;
5477
5478 DEFVAR_INT ("scroll-step", &scroll_step,
5479 "*The number of lines to try scrolling a window by when point moves out.\n\
5480 If that fails to bring point back on frame, point is centered instead.\n\
5481 If this is zero, point is always centered after it moves off frame.");
5482
5483 DEFVAR_INT ("scroll-conservatively", &scroll_conservatively,
5484 "*Scroll up to this many lines, to bring point back on screen.");
5485 scroll_conservatively = 0;
5486
5487 DEFVAR_INT ("scroll-margin", &scroll_margin,
5488 "*Number of lines of margin at the top and bottom of a window.\n\
5489 Recenter the window whenever point gets within this many lines\n\
5490 of the top or bottom of the window.");
5491 scroll_margin = 0;
5492
5493 DEFVAR_INT ("debug-end-pos", &debug_end_pos, "Don't ask");
5494
5495 DEFVAR_BOOL ("truncate-partial-width-windows",
5496 &truncate_partial_width_windows,
5497 "*Non-nil means truncate lines in all windows less than full frame wide.");
5498 truncate_partial_width_windows = 1;
5499
5500 DEFVAR_BOOL ("mode-line-inverse-video", &mode_line_inverse_video,
5501 "*Non-nil means use inverse video for the mode line.");
5502 mode_line_inverse_video = 1;
5503
5504 DEFVAR_INT ("line-number-display-limit", &line_number_display_limit,
5505 "*Maximum buffer size (in characters) for line number display\n\
5506 If the buffer is bigger than this, the line number does not appear\n\
5507 in the mode line..");
5508 line_number_display_limit = 1000000;
5509
5510 DEFVAR_BOOL ("highlight-nonselected-windows", &highlight_nonselected_windows,
5511 "*Non-nil means highlight region even in nonselected windows.");
5512 highlight_nonselected_windows = 0;
5513
5514 DEFVAR_BOOL ("multiple-frames", &multiple_frames,
5515 "Non-nil if more than one frame is visible on this display.\n\
5516 Minibuffer-only frames don't count, but iconified frames do.\n\
5517 This variable is not guaranteed to be accurate except while processing\n\
5518 `frame-title-format' and `icon-title-format'.");
5519
5520 DEFVAR_LISP ("frame-title-format", &Vframe_title_format,
5521 "Template for displaying the titlebar of visible frames.\n\
5522 \(Assuming the window manager supports this feature.)\n\
5523 This variable has the same structure as `mode-line-format' (which see),\n\
5524 and is used only on frames for which no explicit name has been set\n\
5525 \(see `modify-frame-parameters').");
5526 DEFVAR_LISP ("icon-title-format", &Vicon_title_format,
5527 "Template for displaying the titlebar of an iconified frame.\n\
5528 \(Assuming the window manager supports this feature.)\n\
5529 This variable has the same structure as `mode-line-format' (which see),\n\
5530 and is used only on frames for which no explicit name has been set\n\
5531 \(see `modify-frame-parameters').");
5532 Vicon_title_format
5533 = Vframe_title_format
5534 = Fcons (intern ("multiple-frames"),
5535 Fcons (build_string ("%b"),
5536 Fcons (Fcons (build_string (""),
5537 Fcons (intern ("invocation-name"),
5538 Fcons (build_string ("@"),
5539 Fcons (intern ("system-name"),
5540 Qnil)))),
5541 Qnil)));
5542
5543 DEFVAR_LISP ("message-log-max", &Vmessage_log_max,
5544 "Maximum number of lines to keep in the message log buffer.\n\
5545 If nil, disable message logging. If t, log messages but don't truncate\n\
5546 the buffer when it becomes large.");
5547 XSETFASTINT (Vmessage_log_max, 50);
5548
5549 DEFVAR_LISP ("window-size-change-functions", &Vwindow_size_change_functions,
5550 "Functions called before redisplay, if window sizes have changed.\n\
5551 The value should be a list of functions that take one argument.\n\
5552 Just before redisplay, for each frame, if any of its windows have changed\n\
5553 size since the last redisplay, or have been split or deleted,\n\
5554 all the functions in the list are called, with the frame as argument.");
5555 Vwindow_size_change_functions = Qnil;
5556
5557 DEFVAR_LISP ("window-scroll-functions", &Vwindow_scroll_functions,
5558 "List of functions to call before redisplaying a window with scrolling.\n\
5559 Each function is called with two arguments, the window\n\
5560 and its new display-start position. Note that the value of `window-end'\n\
5561 is not valid when these functions are called.");
5562 Vwindow_scroll_functions = Qnil;
5563
5564 DEFVAR_INT ("minibuffer-scroll-overlap", &minibuffer_scroll_overlap,
5565 "*Number of characters of overlap when scrolling a one-line window.\n\
5566 This commonly affects the minibuffer window, hence the name of the variable.");
5567 minibuffer_scroll_overlap = 20;
5568 }
5569
5570 /* initialize the window system */
5571 void
5572 init_xdisp ()
5573 {
5574 Lisp_Object root_window;
5575 #ifndef COMPILER_REGISTER_BUG
5576 register
5577 #endif /* COMPILER_REGISTER_BUG */
5578 struct window *mini_w;
5579
5580 this_line_bufpos = 0;
5581
5582 mini_w = XWINDOW (minibuf_window);
5583 root_window = FRAME_ROOT_WINDOW (XFRAME (WINDOW_FRAME (mini_w)));
5584
5585 echo_area_glyphs = 0;
5586 previous_echo_glyphs = 0;
5587
5588 if (!noninteractive)
5589 {
5590 FRAME_PTR f = XFRAME (WINDOW_FRAME (XWINDOW (root_window)));
5591 XSETFASTINT (XWINDOW (root_window)->top, FRAME_MENU_BAR_LINES (f));
5592 set_window_height (root_window,
5593 FRAME_HEIGHT (f) - 1 - FRAME_MENU_BAR_LINES (f),
5594 0);
5595 XSETFASTINT (mini_w->top, FRAME_HEIGHT (f) - 1);
5596 set_window_height (minibuf_window, 1, 0);
5597
5598 XSETFASTINT (XWINDOW (root_window)->width, FRAME_WIDTH (f));
5599 XSETFASTINT (mini_w->width, FRAME_WIDTH (f));
5600 }
5601 }