(list_fonts_func): Fix prototype.
[bpt/emacs.git] / 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 {
3377 pos = left_edge->bufpos;
3378 pos_byte = left_edge->bytepos;
3379 DEC_BOTH (pos, pos_byte);
3380 hpos = left_edge->prevhpos;
3381 }
3382 else
3383 {
3384 pos = left_edge->bufpos;
3385 pos_byte = left_edge->bytepos;
3386 hpos = left_edge->hpos;
3387 }
3388 }
3389
3390 hpos += WINDOW_LEFT_MARGIN (w);
3391
3392 desired_glyphs->bufp[vpos] = start;
3393 p1 = desired_glyphs->glyphs[vpos] + hpos;
3394 p1start = p1;
3395 charstart = desired_glyphs->charstarts[vpos] + hpos;
3396 /* In case we don't ever write anything into it... */
3397 desired_glyphs->charstarts[vpos][WINDOW_LEFT_MARGIN (w)] = -1;
3398 leftmargin = desired_glyphs->glyphs[vpos] + WINDOW_LEFT_MARGIN (w);
3399 endp = leftmargin + width;
3400
3401 /* Arrange the overlays nicely for our purposes. Usually, we call
3402 display_text_line on only one line at a time, in which case this
3403 can't really hurt too much, or we call it on lines which appear
3404 one after another in the buffer, in which case all calls to
3405 recenter_overlay_lists but the first will be pretty cheap. */
3406 recenter_overlay_lists (current_buffer, pos);
3407
3408 /* Loop generating characters.
3409 Stop at end of buffer, before newline,
3410 if reach or pass continuation column,
3411 or at face change. */
3412 pause = pos;
3413 limit_byte = pos_byte;
3414 next_face_change = pos;
3415 next_boundary = pos;
3416 p1prev = p1;
3417 prevpos = pos;
3418 prevpos_byte = pos_byte;
3419
3420 /* If the window is hscrolled and point is in the invisible part of the
3421 current line beyond the left margin we can record the cursor location
3422 right away. */
3423 if (hscroll && start <= PT && PT < pos && cursor_vpos < 0)
3424 {
3425 cursor_vpos = vpos;
3426 cursor_hpos = p1 - leftmargin;
3427 }
3428
3429 while (p1 < endp)
3430 {
3431 if (pos >= pause)
3432 {
3433 int e_t_h;
3434
3435 while (pos == next_boundary)
3436 {
3437 Lisp_Object position, limit, prop, ww;
3438
3439 /* Display the overlay strings here, unless we're at ZV
3440 and have already displayed the appropriate strings
3441 on an earlier line. */
3442 if (pos < ZV || !zv_strings_seen++)
3443 {
3444 int ovlen;
3445 unsigned char *ovstr;
3446 ovlen = overlay_strings (pos, w, &ovstr);
3447
3448 if (ovlen > 0)
3449 {
3450 /* Skip the ones we did in a previous line. */
3451 ovstr += ovstr_done;
3452 ovlen -= ovstr_done;
3453
3454 while (ovlen > 0)
3455 {
3456 int charset, cols;
3457 GLYPH g;
3458
3459 if (multibyte)
3460 {
3461 c = STRING_CHAR_AND_LENGTH (ovstr, ovlen, len);
3462 ovstr += len, ovlen -= len, ovstr_done += len;
3463 charset = CHAR_CHARSET (c);
3464 cols = (charset == CHARSET_COMPOSITION
3465 ? cmpchar_table[COMPOSITE_CHAR_ID (c)]->width
3466 : CHARSET_WIDTH (charset));
3467 }
3468 else
3469 {
3470 c = *ovstr++, ovlen--, ovstr_done++;
3471 cols = 1;
3472 }
3473 g = MAKE_GLYPH (f, c, current_face) | rev_dir_bit;
3474 while (cols-- > 0)
3475 {
3476 if (p1 >= leftmargin && p1 < endp)
3477 *p1 = g, g |= GLYPH_MASK_PADDING;
3478 p1++;
3479 }
3480 }
3481 /* If we did all the overlay strings
3482 and we have room for text, clear ovstr_done
3483 just for neatness' sake. */
3484 if (ovlen == 0 && p1 < endp)
3485 ovstr_done = 0;
3486 }
3487 }
3488
3489 /* Did we reach point? Record the cursor location. */
3490 if (pos == PT && cursor_vpos < 0)
3491 {
3492 cursor_vpos = vpos;
3493 cursor_hpos = p1 - leftmargin;
3494 }
3495
3496 if (pos >= ZV)
3497 break;
3498
3499 XSETFASTINT (position, pos);
3500 limit = Fnext_overlay_change (position);
3501 #ifdef USE_TEXT_PROPERTIES
3502 /* This is just an estimate to give reasonable
3503 performance; nothing should go wrong if it is too small. */
3504 if (XFASTINT (limit) > pos + 50)
3505 {
3506 int limitpos = pos + 50;
3507 XSETFASTINT (limit, limitpos);
3508 }
3509 limit = Fnext_single_property_change (position, Qinvisible,
3510 Fcurrent_buffer (), limit);
3511 #endif
3512 next_boundary = XFASTINT (limit);
3513 /* if the `invisible' property is set, we can skip to
3514 the next property change. */
3515 XSETWINDOW (ww, w);
3516 prop = Fget_char_property (position, Qinvisible, ww);
3517 if (TEXT_PROP_MEANS_INVISIBLE (prop))
3518 {
3519 if (pos < PT && next_boundary >= PT)
3520 {
3521 cursor_vpos = vpos;
3522 cursor_hpos = p1 - leftmargin;
3523 }
3524 pos = next_boundary;
3525 pos_byte = CHAR_TO_BYTE (pos);
3526 last_invis_skip = pos;
3527 last_invis_prop = prop;
3528 }
3529 }
3530
3531 /* Did we reach point? Record the cursor location. */
3532 if (pos == PT && cursor_vpos < 0)
3533 {
3534 cursor_vpos = vpos;
3535 cursor_hpos = p1 - leftmargin;
3536 }
3537
3538 /* Did we hit the end of the visible region of the buffer?
3539 Stop here. */
3540 if (pos >= ZV)
3541 {
3542 /* Update charstarts for the end of this line. */
3543 /* Do nothing if off the left edge or at the right edge. */
3544 if (p1 >= leftmargin && p1 + 1 != endp)
3545 {
3546 int *p2x = &charstart[(p1 < leftmargin
3547 ? leftmargin : p1)
3548 - p1start];
3549 *p2x++ = pos;
3550 }
3551 break;
3552 }
3553
3554 /* Figure out where (if at all) the
3555 redisplay_end_trigger-hook should run. */
3556 if (MARKERP (w->redisplay_end_trigger)
3557 && XMARKER (w->redisplay_end_trigger)->buffer != 0)
3558 e_t_h = marker_position (w->redisplay_end_trigger);
3559 else if (INTEGERP (w->redisplay_end_trigger))
3560 e_t_h = XINT (w->redisplay_end_trigger);
3561 else
3562 e_t_h = ZV;
3563
3564 /* If we've gone past the place to run a hook,
3565 run the hook. */
3566 if (pos >= e_t_h && e_t_h != ZV)
3567 {
3568 Lisp_Object args[3];
3569
3570 args[0] = Qredisplay_end_trigger_functions;
3571 XSETWINDOW (args[1], w);
3572 XSETINT (args[2], e_t_h);
3573
3574 /* Since we are *trying* to run these functions,
3575 don't try to run them again, even if they get an error. */
3576 w->redisplay_end_trigger = Qnil;
3577 Frun_hook_with_args (3, args);
3578
3579 e_t_h = ZV;
3580 /* Notice if it changed the face of this character. */
3581 next_face_change = pos;
3582 }
3583
3584 #ifdef HAVE_FACES
3585 /* Did we hit a face change? Figure out what face we should
3586 use now. We also hit this the first time through the
3587 loop, to see what face we should start with. */
3588 if (pos >= next_face_change
3589 && (FRAME_WINDOW_P (f) || FRAME_MSDOS_P (f)))
3590 {
3591 int limit = pos + 50;
3592
3593 current_face = compute_char_face (f, w, pos,
3594 region_beg, region_end,
3595 &next_face_change, limit, 0);
3596 }
3597 #endif
3598
3599 /* Compute the next place we need to stop
3600 and do something special; set PAUSE. */
3601
3602 pause = ZV;
3603
3604 if (pos < next_boundary && next_boundary < pause)
3605 pause = next_boundary;
3606 if (pos < next_face_change && next_face_change < pause)
3607 pause = next_face_change;
3608
3609 if (e_t_h < pause)
3610 pause = e_t_h;
3611
3612 /* Wouldn't you hate to read the next line to someone over
3613 the phone? */
3614 if (pos < PT && PT < pause)
3615 pause = PT;
3616 if (pos < GPT && GPT < pause)
3617 pause = GPT;
3618
3619 /* LIMIT_BYTE is not the same place in the buffer as PAUSE.
3620 It is a limit on valid characters.
3621 We use it to bound STRING_CHAR_AND_LENGTH. */
3622 limit_byte = ZV_BYTE;
3623 if (pos < GPT && GPT_BYTE < limit_byte)
3624 limit_byte = GPT_BYTE;
3625
3626 {
3627 int temp = CHAR_TO_BYTE (pos);
3628 p = BYTE_POS_ADDR (temp);
3629 }
3630 }
3631
3632 if (p1 >= endp)
3633 break;
3634
3635 p1prev = p1;
3636 p1_wide_column_end = (GLYPH *) 0;
3637
3638 if (multibyte)
3639 c = STRING_CHAR_AND_LENGTH (p, limit_byte - pos_byte, len), p += len;
3640 else
3641 c = *p++, len = 1;
3642 /* Let a display table override all standard display methods. */
3643 if (dp != 0 && VECTORP (DISP_CHAR_VECTOR (dp, c)))
3644 {
3645 p1 = copy_part_of_rope (f, p1, leftmargin,
3646 XVECTOR (DISP_CHAR_VECTOR (dp, c))->contents,
3647 XVECTOR (DISP_CHAR_VECTOR (dp, c))->size,
3648 current_face, rev_dir_bit);
3649 }
3650 else if (c >= 040 && c < 0177)
3651 {
3652 if (p1 >= leftmargin)
3653 *p1 = MAKE_GLYPH (f, c, current_face) | rev_dir_bit;
3654 p1++;
3655 }
3656 else if (c == '\n')
3657 {
3658 #if 0
3659 /* Same as p1prev, but after the invis_vector_contents text
3660 (if we have that on this line). */
3661 GLYPH *p1prev_modified;
3662 #endif
3663
3664 invis = 0;
3665 if (last_invis_skip == pos
3666 && TEXT_PROP_MEANS_INVISIBLE_WITH_ELLIPSIS (last_invis_prop))
3667 invis = 1;
3668 while (pos + 1 < ZV
3669 && selective > 0
3670 && indented_beyond_p (pos + 1, pos_byte + 1, selective))
3671 {
3672 int opoint = PT, opoint_byte = PT_BYTE;
3673
3674 invis = 1;
3675 INC_BOTH (pos, pos_byte);
3676 scan_newline (pos, pos_byte, ZV, ZV_BYTE, 1, 1);
3677 pos = PT, pos_byte = PT_BYTE;
3678 if (FETCH_BYTE (pos_byte - 1) == '\n')
3679 {
3680 pos--;
3681 pos_byte--;
3682 }
3683 TEMP_SET_PT_BOTH (opoint, opoint_byte);
3684 }
3685 if (invis && selective_rlen > 0 && p1 >= leftmargin)
3686 {
3687 #if 0
3688 GLYPH *cs, *csend;
3689
3690 cs = charstart + (p1 - p1start);
3691 #endif
3692
3693 p1 += selective_rlen;
3694 if (p1 - leftmargin > width)
3695 p1 = endp;
3696
3697 #if 0 /* This needs more work; charstarts needs to record
3698 both whether a position ho;ds an ellipsis character
3699 and what buffer position it corresponds to. */
3700 csend = charstart + (p1 - p1start);
3701 while (cs != csend)
3702 *cs++ = -2;
3703 /* The idea is to use p1prev_modified instead of p1prev
3704 in the loop below over p2x. */
3705 p1prev_modified = p1;
3706 #endif
3707
3708 copy_part_of_rope (f, p1prev, p1prev, invis_vector_contents,
3709 (p1 - p1prev), current_face, rev_dir_bit);
3710 }
3711
3712 /* Update charstarts for the newline that ended this line. */
3713 /* Do nothing here for a char that's entirely off the left edge
3714 or if it starts at the right edge. */
3715 if (p1 >= leftmargin && p1prev != endp)
3716 {
3717 /* Store the newline's position into charstarts
3718 for the column where the newline starts.
3719 Store -1 for the rest of the glyphs it occupies. */
3720 int *p2x = &charstart[(p1prev < leftmargin
3721 ? leftmargin : p1prev)
3722 - p1start];
3723 int *p2 = &charstart[(p1 < endp ? p1 : endp) - p1start];
3724
3725 *p2x++ = pos;
3726 while (p2x < p2)
3727 *p2x++ = -1;
3728 }
3729 #ifdef HAVE_FACES
3730 /* Draw the face of the newline character as extending all the
3731 way to the end of the frame line. */
3732 if (current_face)
3733 {
3734 if (p1 < leftmargin)
3735 p1 = leftmargin;
3736 while (p1 < endp)
3737 *p1++ = FAST_MAKE_GLYPH (' ', current_face) | rev_dir_bit;
3738 }
3739 #endif
3740
3741 break;
3742 }
3743 else if (c == '\t')
3744 {
3745 do
3746 {
3747 if (p1 >= leftmargin && p1 < endp)
3748 *p1 = MAKE_GLYPH (f, ' ', current_face) | rev_dir_bit;
3749 p1++;
3750 }
3751 while ((p1 - leftmargin + taboffset + hscroll - (hscroll > 0))
3752 % tab_width);
3753 }
3754 else if (c == Ctl ('M') && selective == -1)
3755 {
3756 int opoint = PT, opoint_byte = PT_BYTE;
3757 scan_newline (pos, pos_byte, ZV, ZV_BYTE, 1, 1);
3758 pos = PT, pos_byte = PT_BYTE;
3759 TEMP_SET_PT_BOTH (opoint, opoint_byte);
3760
3761 if (FETCH_BYTE (pos_byte - 1) == '\n')
3762 pos--, pos_byte--;
3763 if (selective_rlen > 0)
3764 {
3765 p1 += selective_rlen;
3766 if (p1 - leftmargin > width)
3767 p1 = endp;
3768 copy_part_of_rope (f, p1prev, p1prev, invis_vector_contents,
3769 (p1 - p1prev), current_face, rev_dir_bit);
3770 }
3771 #ifdef HAVE_FACES
3772 /* Draw the face of the newline character as extending all the
3773 way to the end of the frame line. */
3774 if (current_face)
3775 {
3776 if (p1 < leftmargin)
3777 p1 = leftmargin;
3778 while (p1 < endp)
3779 *p1++ = FAST_MAKE_GLYPH (' ', current_face) | rev_dir_bit;
3780 }
3781 #endif
3782
3783 /* Update charstarts for the ^M that ended this line. */
3784 /* Do nothing here for a char that's entirely off the left edge
3785 or if it starts at the right edge. */
3786 if (p1 >= leftmargin && p1prev != endp)
3787 {
3788 /* Store the newline's position into charstarts
3789 for the column where the newline starts.
3790 Store -1 for the rest of the glyphs it occupies. */
3791 int *p2x = &charstart[(p1prev < leftmargin
3792 ? leftmargin : p1prev)
3793 - p1start];
3794 int *p2 = &charstart[(p1 < endp ? p1 : endp) - p1start];
3795
3796 *p2x++ = pos;
3797 while (p2x < p2)
3798 *p2x++ = -1;
3799 }
3800 break;
3801 }
3802 else if (c < 0200 && ctl_arrow)
3803 {
3804 if (p1 >= leftmargin)
3805 *p1 = (fix_glyph
3806 (f, (dp && INTEGERP (DISP_CTRL_GLYPH (dp))
3807 && GLYPH_CHAR_VALID_P (XINT (DISP_CTRL_GLYPH (dp)))
3808 ? XINT (DISP_CTRL_GLYPH (dp)) : '^'),
3809 current_face)
3810 | rev_dir_bit);
3811 p1++;
3812 if (p1 >= leftmargin && p1 < endp)
3813 *p1 = MAKE_GLYPH (f, c ^ 0100, current_face) | rev_dir_bit;
3814 p1++;
3815 }
3816 else
3817 {
3818 /* C is a multibyte character or a character to be displayed
3819 by octal form. */
3820 int remaining_bytes = len;
3821
3822 if (c >= 0400)
3823 {
3824 /* C is a multibyte character. */
3825 int charset = CHAR_CHARSET (c);
3826 int columns = (charset == CHARSET_COMPOSITION
3827 ? cmpchar_table[COMPOSITE_CHAR_ID (c)]->width
3828 : CHARSET_WIDTH (charset));
3829 GLYPH g = MAKE_GLYPH (f, c, current_face) | rev_dir_bit;
3830
3831 while (columns--)
3832 {
3833 if (p1 >= leftmargin && p1 < endp)
3834 *p1 = g, g |= GLYPH_MASK_PADDING;
3835 p1++;
3836 }
3837 p1_wide_column_end = p1;
3838 remaining_bytes -= CHARSET_BYTES (charset);
3839 }
3840
3841 while (remaining_bytes > 0)
3842 {
3843 c = *(p - remaining_bytes--);
3844
3845 if (p1 >= leftmargin && p1 < endp)
3846 *p1 = (fix_glyph
3847 (f,
3848 (dp && INTEGERP (DISP_ESCAPE_GLYPH (dp))
3849 && GLYPH_CHAR_VALID_P (XINT (DISP_ESCAPE_GLYPH (dp)))
3850 ? XINT (DISP_ESCAPE_GLYPH (dp)) : '\\'),
3851 current_face)
3852 | rev_dir_bit);
3853 p1++;
3854 if (p1 >= leftmargin && p1 < endp)
3855 *p1 = (MAKE_GLYPH (f, (c >> 6) + '0', current_face)
3856 | rev_dir_bit);
3857 p1++;
3858 if (p1 >= leftmargin && p1 < endp)
3859 *p1 = (MAKE_GLYPH (f, (7 & (c >> 3)) + '0', current_face)
3860 | rev_dir_bit);
3861 p1++;
3862 if (p1 >= leftmargin && p1 < endp)
3863 *p1 = (MAKE_GLYPH (f, (7 & c) + '0', current_face)
3864 | rev_dir_bit);
3865 p1++;
3866 }
3867 }
3868
3869 prevpos = pos;
3870 prevpos_byte = pos_byte;
3871 pos++;
3872 pos_byte += len;
3873
3874 /* Update charstarts for the character just output. */
3875
3876 /* Do nothing here for a char that's entirely off the left edge. */
3877 if (p1 >= leftmargin)
3878 {
3879 /* Store the char's position into charstarts
3880 for the first glyph occupied by this char.
3881 Store -1 for the rest of the glyphs it occupies. */
3882 if (p1 != p1prev)
3883 {
3884 int *p2x = &charstart[(p1prev < leftmargin
3885 ? leftmargin : p1prev)
3886 - p1start];
3887 int *p2 = &charstart[(p1 < endp ? p1 : endp) - p1start];
3888
3889 if (p2x < p2)
3890 *p2x++ = prevpos;
3891 while (p2x < p2)
3892 *p2x++ = -1;
3893 }
3894 }
3895 }
3896
3897 val.hpos = - XINT (w->hscroll);
3898 if (val.hpos)
3899 val.hpos++;
3900
3901 val.vpos = 1;
3902
3903 lastpos = pos;
3904 lastpos_byte = pos_byte;
3905
3906 /* Store 0 in this charstart line for the positions where
3907 there is no character. But do leave what was recorded
3908 for the character that ended the line. */
3909 /* Add 1 in the endtest to compensate for the fact that ENDP was
3910 made from WIDTH, which is 1 less than the window's actual
3911 internal width. */
3912 i = p1 - p1start + 1;
3913 if (p1 < leftmargin)
3914 i += leftmargin - p1;
3915 for (; i < endp - p1start + 1; i++)
3916 charstart[i] = 0;
3917
3918 /* Handle continuation in middle of a character */
3919 /* by backing up over it */
3920 if (p1 > endp)
3921 {
3922 /* Don't back up if we never actually displayed any text.
3923 This occurs when the minibuffer prompt takes up the whole line. */
3924 if (p1prev)
3925 {
3926 /* Start the next line with that same character whose
3927 character code is C and the length of multi-byte form is
3928 LEN. */
3929 pos = prevpos;
3930 pos_byte = prevpos_byte;
3931
3932 if (p1_wide_column_end < endp)
3933 /* As ENDP is not in the middle of wide-column character,
3934 we can break the line at ENDP and start from the middle
3935 column in the next line. So, adjust VAL.HPOS to skip
3936 the columns output on this line. */
3937 val.hpos += p1prev - endp;
3938 else
3939 {
3940 /* We displayed a wide-column character at around ENDP.
3941 Since we can't broke it in the middle, the whole
3942 character should be driven into the next line. */
3943 /* As the result, the actual columns occupied by the
3944 text on this line is less than WIDTH. VAL.TAB_OFFSET
3945 must be adjusted. */
3946 taboffset = taboffset + (p1prev - endp);
3947 /* Let's fill unused columns with TRUNCATOR or CONTINUER. */
3948 {
3949 GLYPH g = fix_glyph (f, truncate ? truncator : continuer, 0);
3950 while (p1prev < endp)
3951 *p1prev++ = g;
3952 }
3953 /* If POINT is at POS, cursor should not on this line. */
3954 lastpos = pos;
3955 lastpos_byte = pos_byte;
3956 if (PT == pos)
3957 cursor_vpos = -1;
3958 }
3959 }
3960
3961 /* Keep in this line everything up to the continuation column. */
3962 p1 = endp;
3963 }
3964
3965 /* Finish deciding which character to start the next line on,
3966 and what hpos to start it at.
3967 Also set `lastpos' to the last position which counts as "on this line"
3968 for cursor-positioning. */
3969
3970 if (pos < ZV)
3971 {
3972 if (FETCH_BYTE (pos_byte) == '\n')
3973 {
3974 int opoint = PT, opoint_byte = PT_BYTE;
3975
3976 /* If stopped due to a newline, start next line after it */
3977 TEMP_SET_PT_BOTH (pos + 1, pos_byte + 1);
3978
3979 val.tab_offset = 0;
3980 /* Check again for hidden lines, in case the newline occurred exactly
3981 at the right margin. */
3982 while (PT < ZV && selective > 0
3983 && indented_beyond_p (PT, PT_BYTE, selective))
3984 scan_newline (PT, PT_BYTE, ZV, ZV_BYTE, 1, 1);
3985
3986 pos = PT, pos_byte = PT_BYTE;
3987 TEMP_SET_PT_BOTH (opoint, opoint_byte);
3988 }
3989 else
3990 /* Stopped due to right margin of window */
3991 {
3992 if (truncate)
3993 {
3994 int opoint = PT, opoint_byte = PT_BYTE;
3995
3996 TEMP_SET_PT_BOTH (pos, pos_byte);
3997 *p1++ = fix_glyph (f, truncator, 0);
3998 /* Truncating => start next line after next newline,
3999 and point is on this line if it is before the newline,
4000 and skip none of first char of next line */
4001 do
4002 scan_newline (PT, PT_BYTE, ZV, ZV_BYTE, 1, 1);
4003 while (PT < ZV && selective > 0
4004 && indented_beyond_p (PT, PT_BYTE, selective));
4005 pos = PT, pos_byte = PT_BYTE;
4006 val.hpos = XINT (w->hscroll) ? 1 - XINT (w->hscroll) : 0;
4007 TEMP_SET_PT_BOTH (opoint, opoint_byte);
4008
4009 lastpos = pos - (FETCH_BYTE (pos_byte - 1) == '\n');
4010 lastpos_byte = CHAR_TO_BYTE (lastpos);
4011 val.tab_offset = 0;
4012 }
4013 else
4014 {
4015 *p1++ = fix_glyph (f, continuer, 0);
4016 val.vpos = 0;
4017 DEC_BOTH (lastpos, lastpos_byte);
4018 val.tab_offset = taboffset + width;
4019 }
4020 }
4021 }
4022 else
4023 val.tab_offset = 0;
4024
4025 /* If point is at eol or in invisible text at eol,
4026 record its frame location now. */
4027
4028 if (start <= PT && PT <= lastpos && cursor_vpos < 0)
4029 {
4030 cursor_vpos = vpos;
4031 cursor_hpos = p1 - leftmargin;
4032 }
4033
4034 if (cursor_vpos == vpos)
4035 {
4036 if (cursor_hpos < 0) cursor_hpos = 0;
4037 if (cursor_hpos > width) cursor_hpos = width;
4038 cursor_hpos += WINDOW_LEFT_MARGIN (w);
4039 if (w == XWINDOW (FRAME_SELECTED_WINDOW (f)))
4040 {
4041 this_line_bufpos = 0;
4042
4043 /* If this frame's cursor will be in its echo area,
4044 don't record a cursor from the window text,
4045 and turn off the optimization for cursor-motion-only case. */
4046 if (!(cursor_in_echo_area && FRAME_HAS_MINIBUF_P (f)
4047 && EQ (FRAME_MINIBUF_WINDOW (f), minibuf_window)))
4048 {
4049 FRAME_CURSOR_Y (f) = cursor_vpos;
4050 FRAME_CURSOR_X (f) = cursor_hpos;
4051
4052 if (w == XWINDOW (selected_window))
4053 {
4054 /* Line is not continued and did not start
4055 in middle of character */
4056 if ((hpos - WINDOW_LEFT_MARGIN (w)
4057 == (XINT (w->hscroll) ? 1 - XINT (w->hscroll) : 0))
4058 && val.vpos)
4059 {
4060 this_line_bufpos = start;
4061 this_line_buffer = current_buffer;
4062 this_line_vpos = cursor_vpos;
4063 this_line_start_hpos = hpos - WINDOW_LEFT_MARGIN (w);
4064 this_line_endpos = Z - lastpos;
4065 }
4066 }
4067 }
4068 }
4069 }
4070
4071 /* If hscroll and line not empty, insert truncation-at-left marker */
4072 if (hscroll && lastpos != start)
4073 {
4074 GLYPH g = fix_glyph (f, truncator, 0);
4075 *leftmargin = g;
4076 if (p1 <= leftmargin)
4077 p1 = leftmargin + 1;
4078 else /* MULE: it may be a wide-column character */
4079 {
4080 p1prev = leftmargin + 1;
4081 while (p1prev < p1 && *p1prev & GLYPH_MASK_PADDING)
4082 *p1prev++ = g;
4083 }
4084 }
4085
4086 if (!WINDOW_RIGHTMOST_P (w))
4087 {
4088 endp++;
4089 if (p1 < leftmargin) p1 = leftmargin;
4090 while (p1 < endp) *p1++ = SPACEGLYPH;
4091
4092 /* Don't draw vertical bars if we're using scroll bars. They're
4093 covered up by the scroll bars, and it's distracting to see
4094 them when the scroll bar windows are flickering around to be
4095 reconfigured. */
4096 if (FRAME_HAS_VERTICAL_SCROLL_BARS_ON_RIGHT (f))
4097 {
4098 int i;
4099 for (i = 0; i < FRAME_SCROLL_BAR_COLS (f); i++)
4100 *p1++ = SPACEGLYPH;
4101 }
4102 else if (!FRAME_HAS_VERTICAL_SCROLL_BARS (f))
4103 *p1++ = (dp && INTEGERP (DISP_BORDER_GLYPH (dp))
4104 ? XINT (DISP_BORDER_GLYPH (dp))
4105 : '|');
4106 }
4107 desired_glyphs->used[vpos] = max (desired_glyphs->used[vpos],
4108 p1 - desired_glyphs->glyphs[vpos]);
4109 desired_glyphs->glyphs[vpos][desired_glyphs->used[vpos]] = 0;
4110
4111 /* If the start of this line is the overlay arrow-position,
4112 then put the arrow string into the display-line. */
4113
4114 if (MARKERP (Voverlay_arrow_position)
4115 && current_buffer == XMARKER (Voverlay_arrow_position)->buffer
4116 && start == marker_position (Voverlay_arrow_position)
4117 && STRINGP (Voverlay_arrow_string)
4118 && ! overlay_arrow_seen)
4119 {
4120 int i, i_byte;
4121 int len = XSTRING (Voverlay_arrow_string)->size;
4122 int arrow_end;
4123
4124 if (len > width)
4125 len = width;
4126
4127 /* If the arrow string has text props, obey them when displaying. */
4128 for (i = 0, i_byte = 0; i < len; )
4129 {
4130 int c;
4131 Lisp_Object face, ilisp;
4132 int newface;
4133 int idx = i;
4134
4135 if (STRING_MULTIBYTE (Voverlay_arrow_string))
4136 FETCH_STRING_CHAR_ADVANCE (c, Voverlay_arrow_string, i, i_byte);
4137 else
4138 c = XSTRING (Voverlay_arrow_string)->data[i++];
4139
4140 XSETFASTINT (ilisp, i);
4141 #ifdef HAVE_FACES
4142 if (FRAME_WINDOW_P (f))
4143 {
4144 face = Fget_text_property (ilisp, Qface, Voverlay_arrow_string);
4145 newface = compute_glyph_face_1 (f, face, 0);
4146 c = FAST_MAKE_GLYPH (c, newface);
4147 }
4148 #endif /* HAVE_FACES */
4149 leftmargin[idx] = c;
4150 }
4151
4152 /* Bug in SunOS 4.1.1 compiler requires this intermediate variable. */
4153 arrow_end = (leftmargin - desired_glyphs->glyphs[vpos]) + len;
4154 if (desired_glyphs->used[vpos] < arrow_end)
4155 desired_glyphs->used[vpos] = arrow_end;
4156
4157 overlay_arrow_seen = 1;
4158 }
4159
4160 val.bufpos = pos;
4161 val.bytepos = pos_byte;
4162 val.ovstring_chars_done = ovstr_done;
4163 val_display_text_line = val;
4164 return &val_display_text_line;
4165 }
4166 \f
4167 /* Redisplay the menu bar in the frame for window W. */
4168
4169 static void
4170 display_menu_bar (w)
4171 struct window *w;
4172 {
4173 Lisp_Object items, tail;
4174 register int vpos = 0;
4175 register FRAME_PTR f = XFRAME (WINDOW_FRAME (w));
4176 int maxendcol = FRAME_WIDTH (f);
4177 int hpos = 0;
4178 int i;
4179
4180 #ifdef HAVE_NTGUI
4181 if (!NILP (Vwindow_system))
4182 return;
4183 #endif
4184
4185 #ifdef USE_X_TOOLKIT
4186 if (FRAME_X_P (f))
4187 return;
4188 #endif /* USE_X_TOOLKIT */
4189
4190 get_display_line (f, vpos, 0);
4191
4192 items = FRAME_MENU_BAR_ITEMS (f);
4193 for (i = 0; i < XVECTOR (items)->size; i += 4)
4194 {
4195 Lisp_Object pos, string;
4196 string = XVECTOR (items)->contents[i + 1];
4197 if (NILP (string))
4198 break;
4199
4200 XSETFASTINT (XVECTOR (items)->contents[i + 3], hpos);
4201
4202 if (hpos < maxendcol)
4203 hpos = display_string (w, vpos,
4204 XSTRING (string)->data,
4205 STRING_BYTES (XSTRING (string)),
4206 hpos, 0, 0, hpos, maxendcol,
4207 STRING_MULTIBYTE (string));
4208 /* Put a space between items. */
4209 if (hpos < maxendcol)
4210 {
4211 int hpos1 = hpos + 1;
4212 hpos = display_string (w, vpos, "", 0, hpos, 0, 0,
4213 min (hpos1, maxendcol), maxendcol, 0);
4214 }
4215 }
4216
4217 FRAME_DESIRED_GLYPHS (f)->bufp[vpos] = 0;
4218 FRAME_DESIRED_GLYPHS (f)->highlight[vpos] = mode_line_inverse_video;
4219
4220 /* Fill out the line with spaces. */
4221 if (maxendcol > hpos)
4222 hpos = display_string (w, vpos, "", 0, hpos, 0, 0, maxendcol, maxendcol, 0);
4223
4224 /* Clear the rest of the lines allocated to the menu bar. */
4225 vpos++;
4226 while (vpos < FRAME_MENU_BAR_LINES (f))
4227 get_display_line (f, vpos++, 0);
4228 }
4229 \f
4230 /* Display the mode line for window w */
4231
4232 static void
4233 display_mode_line (w)
4234 struct window *w;
4235 {
4236 register int vpos = XFASTINT (w->height) + XFASTINT (w->top) - 1;
4237 register int left = WINDOW_LEFT_MARGIN (w);
4238 register int right = WINDOW_RIGHT_MARGIN (w);
4239 register FRAME_PTR f = XFRAME (WINDOW_FRAME (w));
4240
4241 line_number_displayed = 0;
4242 w->column_number_displayed = Qnil;
4243
4244 get_display_line (f, vpos, left);
4245
4246 /* Temporarily make frame F's kboard the current kboard
4247 so that kboard-local variables in the mode_line_format
4248 will get the right values. */
4249 push_frame_kboard (f);
4250
4251 display_mode_element (w, vpos, left, 0, right, right,
4252 current_buffer->mode_line_format);
4253
4254 pop_frame_kboard ();
4255
4256 FRAME_DESIRED_GLYPHS (f)->bufp[vpos] = 0;
4257
4258 /* Put the mode line in inverse video.
4259 Use faces if possible, since that lets us handle
4260 partial-width windows and avoid inverting the scroll bar columns. */
4261 #ifdef HAVE_FACES
4262 if (! FRAME_TERMCAP_P (f) && mode_line_inverse_video)
4263 {
4264 /* For a partial width window, explicitly set face of each glyph. */
4265 int i;
4266 unsigned int padding;
4267 GLYPH *ptr = FRAME_DESIRED_GLYPHS (f)->glyphs[vpos];
4268 for (i = left; i < right; ++i)
4269 {
4270 padding = ptr[i] & GLYPH_MASK_PADDING;
4271 ptr[i] = FAST_MAKE_GLYPH (FAST_GLYPH_CHAR (ptr[i]), 1) | padding;
4272 }
4273 }
4274 else
4275 #endif
4276
4277 /* Make the mode line inverse video if the entire line
4278 is made of mode lines.
4279 I.e. if this window is full width,
4280 or if it is the child of a full width window
4281 (which implies that that window is split side-by-side
4282 and the rest of this line is mode lines of the sibling windows). */
4283 if (WINDOW_FULL_WIDTH_P (w)
4284 || WINDOW_FULL_WIDTH_P (XWINDOW (w->parent)))
4285 FRAME_DESIRED_GLYPHS (f)->highlight[vpos] = mode_line_inverse_video;
4286 }
4287
4288 /* Contribute ELT to the mode line for window W.
4289 How it translates into text depends on its data type.
4290
4291 VPOS is the position of the mode line being displayed.
4292
4293 HPOS is the position (absolute on frame) where this element's text
4294 should start. The output is truncated automatically at the right
4295 edge of window W.
4296
4297 DEPTH is the depth in recursion. It is used to prevent
4298 infinite recursion here.
4299
4300 MINENDCOL is the hpos before which the element may not end.
4301 The element is padded at the right with spaces if nec
4302 to reach this column.
4303
4304 MAXENDCOL is the hpos past which this element may not extend.
4305 If MINENDCOL is > MAXENDCOL, MINENDCOL takes priority.
4306 (This is necessary to make nested padding and truncation work.)
4307
4308 Returns the hpos of the end of the text generated by ELT.
4309 The next element will receive that value as its HPOS arg,
4310 so as to concatenate the elements. */
4311
4312 static int
4313 display_mode_element (w, vpos, hpos, depth, minendcol, maxendcol, elt)
4314 struct window *w;
4315 register int vpos, hpos;
4316 int depth;
4317 int minendcol;
4318 register int maxendcol;
4319 register Lisp_Object elt;
4320 {
4321 tail_recurse:
4322 if (depth > 10)
4323 goto invalid;
4324
4325 depth++;
4326
4327 switch (SWITCH_ENUM_CAST (XTYPE (elt)))
4328 {
4329 case Lisp_String:
4330 {
4331 /* A string: output it and check for %-constructs within it. */
4332 register unsigned char c;
4333 register unsigned char *this = XSTRING (elt)->data;
4334
4335 while (hpos < maxendcol && *this)
4336 {
4337 unsigned char *last = this;
4338 while ((c = *this++) != '\0' && c != '%')
4339 ;
4340 if (this - 1 != last)
4341 {
4342 register int lim = --this - last + hpos;
4343 if (frame_title_ptr)
4344 hpos = store_frame_title (last, hpos, min (lim, maxendcol));
4345 else
4346 hpos = display_string (w, vpos, last, -1, hpos, 0, 1,
4347 hpos, min (lim, maxendcol),
4348 STRING_MULTIBYTE (elt));
4349 }
4350 else /* c == '%' */
4351 {
4352 register int minendcol;
4353 register int spec_width = 0;
4354
4355 /* We can't allow -ve args due to the "%-" construct */
4356 /* Argument specifies minwidth but not maxwidth
4357 (maxwidth can be specified by
4358 (<negative-number> . <stuff>) mode-line elements) */
4359
4360 while ((c = *this++) >= '0' && c <= '9')
4361 {
4362 spec_width = spec_width * 10 + (c - '0');
4363 }
4364
4365 minendcol = hpos + spec_width;
4366 if (minendcol > maxendcol)
4367 {
4368 spec_width = maxendcol - hpos;
4369 minendcol = maxendcol;
4370 }
4371
4372 if (c == 'M')
4373 hpos = display_mode_element (w, vpos, hpos, depth,
4374 spec_width, maxendcol,
4375 Vglobal_mode_string);
4376 else if (c != 0)
4377 {
4378 char *spec = decode_mode_spec (w, c, spec_width,
4379 maxendcol - hpos);
4380 if (frame_title_ptr)
4381 hpos = store_frame_title (spec, minendcol, maxendcol);
4382 else
4383 hpos = display_string (w, vpos, spec, -1,
4384 hpos, 0, 1,
4385 minendcol, maxendcol, -1);
4386 }
4387 }
4388 }
4389 }
4390 break;
4391
4392 case Lisp_Symbol:
4393 /* A symbol: process the value of the symbol recursively
4394 as if it appeared here directly. Avoid error if symbol void.
4395 Special case: if value of symbol is a string, output the string
4396 literally. */
4397 {
4398 register Lisp_Object tem;
4399 tem = Fboundp (elt);
4400 if (!NILP (tem))
4401 {
4402 tem = Fsymbol_value (elt);
4403 /* If value is a string, output that string literally:
4404 don't check for % within it. */
4405 if (STRINGP (tem))
4406 {
4407 if (frame_title_ptr)
4408 hpos = store_frame_title (XSTRING (tem)->data,
4409 minendcol, maxendcol);
4410 else
4411 hpos = display_string (w, vpos, XSTRING (tem)->data,
4412 STRING_BYTES (XSTRING (tem)),
4413 hpos, 0, 1, minendcol, maxendcol,
4414 STRING_MULTIBYTE (tem));
4415 }
4416 /* Give up right away for nil or t. */
4417 else if (!EQ (tem, elt))
4418 { elt = tem; goto tail_recurse; }
4419 }
4420 }
4421 break;
4422
4423 case Lisp_Cons:
4424 {
4425 register Lisp_Object car, tem;
4426
4427 /* A cons cell: three distinct cases.
4428 If first element is a string or a cons, process all the elements
4429 and effectively concatenate them.
4430 If first element is a negative number, truncate displaying cdr to
4431 at most that many characters. If positive, pad (with spaces)
4432 to at least that many characters.
4433 If first element is a symbol, process the cadr or caddr recursively
4434 according to whether the symbol's value is non-nil or nil. */
4435 car = XCONS (elt)->car;
4436 if (SYMBOLP (car))
4437 {
4438 tem = Fboundp (car);
4439 elt = XCONS (elt)->cdr;
4440 if (!CONSP (elt))
4441 goto invalid;
4442 /* elt is now the cdr, and we know it is a cons cell.
4443 Use its car if CAR has a non-nil value. */
4444 if (!NILP (tem))
4445 {
4446 tem = Fsymbol_value (car);
4447 if (!NILP (tem))
4448 { elt = XCONS (elt)->car; goto tail_recurse; }
4449 }
4450 /* Symbol's value is nil (or symbol is unbound)
4451 Get the cddr of the original list
4452 and if possible find the caddr and use that. */
4453 elt = XCONS (elt)->cdr;
4454 if (NILP (elt))
4455 break;
4456 else if (!CONSP (elt))
4457 goto invalid;
4458 elt = XCONS (elt)->car;
4459 goto tail_recurse;
4460 }
4461 else if (INTEGERP (car))
4462 {
4463 register int lim = XINT (car);
4464 elt = XCONS (elt)->cdr;
4465 if (lim < 0)
4466 /* Negative int means reduce maximum width.
4467 DO NOT change MINENDCOL here!
4468 (20 -10 . foo) should truncate foo to 10 col
4469 and then pad to 20. */
4470 maxendcol = min (maxendcol, hpos - lim);
4471 else if (lim > 0)
4472 {
4473 /* Padding specified. Don't let it be more than
4474 current maximum. */
4475 lim += hpos;
4476 if (lim > maxendcol)
4477 lim = maxendcol;
4478 /* If that's more padding than already wanted, queue it.
4479 But don't reduce padding already specified even if
4480 that is beyond the current truncation point. */
4481 if (lim > minendcol)
4482 minendcol = lim;
4483 }
4484 goto tail_recurse;
4485 }
4486 else if (STRINGP (car) || CONSP (car))
4487 {
4488 register int limit = 50;
4489 /* LIMIT is to protect against circular lists. */
4490 while (CONSP (elt) && --limit > 0
4491 && hpos < maxendcol)
4492 {
4493 hpos = display_mode_element (w, vpos, hpos, depth,
4494 hpos, maxendcol,
4495 XCONS (elt)->car);
4496 elt = XCONS (elt)->cdr;
4497 }
4498 }
4499 }
4500 break;
4501
4502 default:
4503 invalid:
4504 if (frame_title_ptr)
4505 hpos = store_frame_title ("*invalid*", minendcol, maxendcol);
4506 else
4507 hpos = display_string (w, vpos, "*invalid*", -1, hpos, 0, 1,
4508 minendcol, maxendcol, 0);
4509 return hpos;
4510 }
4511
4512 if (minendcol > hpos)
4513 if (frame_title_ptr)
4514 hpos = store_frame_title ("", minendcol, maxendcol);
4515 else
4516 hpos = display_string (w, vpos, "", 0, hpos,
4517 0, 1, minendcol, maxendcol, 0);
4518 return hpos;
4519 }
4520 \f
4521 /* Write a null-terminated, right justified decimal representation of
4522 the positive integer D to BUF using a minimal field width WIDTH. */
4523
4524 static void
4525 pint2str (buf, width, d)
4526 register char *buf;
4527 register int width;
4528 register int d;
4529 {
4530 register char *p = buf;
4531
4532 if (d <= 0)
4533 *p++ = '0';
4534 else
4535 while (d > 0)
4536 {
4537 *p++ = d % 10 + '0';
4538 d /= 10;
4539 }
4540 for (width -= (int) (p - buf); width > 0; --width) *p++ = ' ';
4541 *p-- = '\0';
4542 while (p > buf)
4543 {
4544 d = *buf;
4545 *buf++ = *p;
4546 *p-- = d;
4547 }
4548 }
4549
4550 /* Set a mnemonic character for CODING_SYSTEM (Lisp symbol) in BUF.
4551 If EOL_FLAG is 1, set also a mnemonic character for end-of-line
4552 type of CODING_SYSTEM. Return updated pointer into BUF. */
4553
4554 static char *
4555 decode_mode_spec_coding (coding_system, buf, eol_flag)
4556 Lisp_Object coding_system;
4557 register char *buf;
4558 int eol_flag;
4559 {
4560 Lisp_Object val;
4561 int multibyte = !NILP (current_buffer->enable_multibyte_characters);
4562
4563 val = coding_system;
4564
4565 if (NILP (val)) /* Not yet decided. */
4566 {
4567 if (multibyte)
4568 *buf++ = '-';
4569 if (eol_flag)
4570 *buf++ = eol_mnemonic_undecided;
4571 /* Don't mention EOL conversion if it isn't decided. */
4572 }
4573 else
4574 {
4575 Lisp_Object eolvalue;
4576
4577 eolvalue = Fget (coding_system, Qeol_type);
4578
4579 while (!NILP (val) && SYMBOLP (val))
4580 {
4581 val = Fget (val, Qcoding_system);
4582 if (NILP (eolvalue))
4583 eolvalue = Fget (val, Qeol_type);
4584 }
4585
4586 if (multibyte)
4587 *buf++ = XFASTINT (XVECTOR (val)->contents[1]);
4588
4589 if (eol_flag)
4590 {
4591 /* The EOL conversion we are using. */
4592 int eoltype;
4593 /* The EOL conversion that is normal on this system. */
4594
4595 if (NILP (eolvalue)) /* Not yet decided. */
4596 eoltype = eol_mnemonic_undecided;
4597 else if (VECTORP (eolvalue)) /* Not yet decided. */
4598 eoltype = eol_mnemonic_undecided;
4599 else /* INTEGERP (eolvalue) -- 0:LF, 1:CRLF, 2:CR */
4600 eoltype = (XFASTINT (eolvalue) == 0
4601 ? eol_mnemonic_unix
4602 : (XFASTINT (eolvalue) == 1
4603 ? eol_mnemonic_dos : eol_mnemonic_mac));
4604
4605 /* Mention the EOL conversion if it is not the usual one. */
4606 *buf++ = eoltype;
4607 }
4608 }
4609 return buf;
4610 }
4611
4612 /* Return a string for the output of a mode line %-spec for window W,
4613 generated by character C. SPEC_WIDTH is the field width when
4614 padding to the left (%c, %l). The value returned from this
4615 function will later be truncated to width MAXWIDTH. */
4616
4617 static char lots_of_dashes[] = "--------------------------------------------------------------------------------------------------------------------------------------------";
4618
4619 static char *
4620 decode_mode_spec (w, c, spec_width, maxwidth)
4621 struct window *w;
4622 register char c;
4623 register int spec_width;
4624 register int maxwidth;
4625 {
4626 Lisp_Object obj;
4627 FRAME_PTR f = XFRAME (WINDOW_FRAME (w));
4628 char *decode_mode_spec_buf = (char *) FRAME_TEMP_GLYPHS (f)->total_contents;
4629 struct buffer *b = XBUFFER (w->buffer);
4630
4631 obj = Qnil;
4632 if (maxwidth > FRAME_WIDTH (f))
4633 maxwidth = FRAME_WIDTH (f);
4634
4635 switch (c)
4636 {
4637 case '*':
4638 if (!NILP (b->read_only))
4639 return "%";
4640 if (BUF_MODIFF (b) > BUF_SAVE_MODIFF (b))
4641 return "*";
4642 return "-";
4643
4644 case '+':
4645 /* This differs from %* only for a modified read-only buffer. */
4646 if (BUF_MODIFF (b) > BUF_SAVE_MODIFF (b))
4647 return "*";
4648 if (!NILP (b->read_only))
4649 return "%";
4650 return "-";
4651
4652 case '&':
4653 /* This differs from %* in ignoring read-only-ness. */
4654 if (BUF_MODIFF (b) > BUF_SAVE_MODIFF (b))
4655 return "*";
4656 return "-";
4657
4658 case '%':
4659 return "%";
4660
4661 case '[':
4662 {
4663 int i;
4664 char *p;
4665
4666 if (command_loop_level > 5)
4667 return "[[[... ";
4668 p = decode_mode_spec_buf;
4669 for (i = 0; i < command_loop_level; i++)
4670 *p++ = '[';
4671 *p = 0;
4672 return decode_mode_spec_buf;
4673 }
4674
4675 case ']':
4676 {
4677 int i;
4678 char *p;
4679
4680 if (command_loop_level > 5)
4681 return " ...]]]";
4682 p = decode_mode_spec_buf;
4683 for (i = 0; i < command_loop_level; i++)
4684 *p++ = ']';
4685 *p = 0;
4686 return decode_mode_spec_buf;
4687 }
4688
4689 case '-':
4690 {
4691 register char *p;
4692 register int i;
4693
4694 if (maxwidth < sizeof (lots_of_dashes))
4695 return lots_of_dashes;
4696 else
4697 {
4698 for (p = decode_mode_spec_buf, i = maxwidth; i > 0; i--)
4699 *p++ = '-';
4700 *p = '\0';
4701 }
4702 return decode_mode_spec_buf;
4703 }
4704
4705 case 'b':
4706 obj = b->name;
4707 #if 0
4708 if (maxwidth >= 3 && STRING_BYTES (XSTRING (obj)) > maxwidth)
4709 {
4710 bcopy (XSTRING (obj)->data, decode_mode_spec_buf, maxwidth - 1);
4711 decode_mode_spec_buf[maxwidth - 1] = '\\';
4712 decode_mode_spec_buf[maxwidth] = '\0';
4713 return decode_mode_spec_buf;
4714 }
4715 #endif
4716 break;
4717
4718 case 'c':
4719 {
4720 int col = current_column ();
4721 XSETFASTINT (w->column_number_displayed, col);
4722 pint2str (decode_mode_spec_buf, spec_width, col);
4723 return decode_mode_spec_buf;
4724 }
4725
4726 case 'F':
4727 /* %F displays the frame name. */
4728 /* Systems that can only display a single frame at a time should
4729 NOT replace the frame name with the (constant) frame title,
4730 since then they won't be able to tell which frame is that. */
4731 if (FRAME_WINDOW_P (f) && !NILP (f->title))
4732 return (char *) XSTRING (f->title)->data;
4733 if (f->explicit_name || ! FRAME_WINDOW_P (f))
4734 return (char *) XSTRING (f->name)->data;
4735 return "Emacs";
4736
4737 case 'f':
4738 obj = b->filename;
4739 #if 0
4740 if (NILP (obj))
4741 return "[none]";
4742 else if (STRINGP (obj) && STRING_BYTES (XSTRING (obj)) > maxwidth)
4743 {
4744 bcopy ("...", decode_mode_spec_buf, 3);
4745 bcopy (XSTRING (obj)->data + STRING_BYTES (XSTRING (obj)) - maxwidth + 3,
4746 decode_mode_spec_buf + 3, maxwidth - 3);
4747 return decode_mode_spec_buf;
4748 }
4749 #endif
4750 break;
4751
4752 case 'l':
4753 {
4754 int startpos = XMARKER (w->start)->charpos;
4755 int startpos_byte = marker_byte_position (w->start);
4756 int line, linepos, linepos_byte, topline;
4757 int nlines, junk;
4758 Lisp_Object tem;
4759 int height = XFASTINT (w->height);
4760
4761 /* If we decided that this buffer isn't suitable for line numbers,
4762 don't forget that too fast. */
4763 if (EQ (w->base_line_pos, w->buffer))
4764 goto no_value;
4765 /* But do forget it, if the window shows a different buffer now. */
4766 else if (BUFFERP (w->base_line_pos))
4767 w->base_line_pos = Qnil;
4768
4769 /* If the buffer is very big, don't waste time. */
4770 if (BUF_ZV (b) - BUF_BEGV (b) > line_number_display_limit)
4771 {
4772 w->base_line_pos = Qnil;
4773 w->base_line_number = Qnil;
4774 goto no_value;
4775 }
4776
4777 if (!NILP (w->base_line_number)
4778 && !NILP (w->base_line_pos)
4779 && XFASTINT (w->base_line_pos) <= startpos)
4780 {
4781 line = XFASTINT (w->base_line_number);
4782 linepos = XFASTINT (w->base_line_pos);
4783 linepos_byte = buf_charpos_to_bytepos (b, linepos);
4784 }
4785 else
4786 {
4787 line = 1;
4788 linepos = BUF_BEGV (b);
4789 linepos_byte = BUF_BEGV_BYTE (b);
4790 }
4791
4792 /* Count lines from base line to window start position. */
4793 nlines = display_count_lines (linepos, linepos_byte,
4794 startpos_byte,
4795 startpos, &junk);
4796
4797 topline = nlines + line;
4798
4799 /* Determine a new base line, if the old one is too close
4800 or too far away, or if we did not have one.
4801 "Too close" means it's plausible a scroll-down would
4802 go back past it. */
4803 if (startpos == BUF_BEGV (b))
4804 {
4805 XSETFASTINT (w->base_line_number, topline);
4806 XSETFASTINT (w->base_line_pos, BUF_BEGV (b));
4807 }
4808 else if (nlines < height + 25 || nlines > height * 3 + 50
4809 || linepos == BUF_BEGV (b))
4810 {
4811 int limit = BUF_BEGV (b);
4812 int limit_byte = BUF_BEGV_BYTE (b);
4813 int position;
4814 int distance = (height * 2 + 30) * 200;
4815
4816 if (startpos - distance > limit)
4817 {
4818 limit = startpos - distance;
4819 limit_byte = CHAR_TO_BYTE (limit);
4820 }
4821
4822 nlines = display_count_lines (startpos, startpos_byte,
4823 limit_byte,
4824 - (height * 2 + 30),
4825 &position);
4826 /* If we couldn't find the lines we wanted within
4827 200 chars per line,
4828 give up on line numbers for this window. */
4829 if (position == limit_byte && limit == startpos - distance)
4830 {
4831 w->base_line_pos = w->buffer;
4832 w->base_line_number = Qnil;
4833 goto no_value;
4834 }
4835
4836 XSETFASTINT (w->base_line_number, topline - nlines);
4837 XSETFASTINT (w->base_line_pos, BYTE_TO_CHAR (position));
4838 }
4839
4840 /* Now count lines from the start pos to point. */
4841 nlines = display_count_lines (startpos, startpos_byte,
4842 PT_BYTE, PT, &junk);
4843
4844 /* Record that we did display the line number. */
4845 line_number_displayed = 1;
4846
4847 /* Make the string to show. */
4848 pint2str (decode_mode_spec_buf, spec_width, topline + nlines);
4849 return decode_mode_spec_buf;
4850 no_value:
4851 {
4852 char* p = decode_mode_spec_buf;
4853 for (spec_width -= 2; spec_width > 0; --spec_width) *p++ = ' ';
4854 strcpy (p, "??");
4855 return decode_mode_spec_buf;
4856 }
4857 }
4858 break;
4859
4860 case 'm':
4861 obj = b->mode_name;
4862 break;
4863
4864 case 'n':
4865 if (BUF_BEGV (b) > BUF_BEG (b) || BUF_ZV (b) < BUF_Z (b))
4866 return " Narrow";
4867 break;
4868
4869 case 'p':
4870 {
4871 int pos = marker_position (w->start);
4872 int total = BUF_ZV (b) - BUF_BEGV (b);
4873
4874 if (XFASTINT (w->window_end_pos) <= BUF_Z (b) - BUF_ZV (b))
4875 {
4876 if (pos <= BUF_BEGV (b))
4877 return "All";
4878 else
4879 return "Bottom";
4880 }
4881 else if (pos <= BUF_BEGV (b))
4882 return "Top";
4883 else
4884 {
4885 if (total > 1000000)
4886 /* Do it differently for a large value, to avoid overflow. */
4887 total = ((pos - BUF_BEGV (b)) + (total / 100) - 1) / (total / 100);
4888 else
4889 total = ((pos - BUF_BEGV (b)) * 100 + total - 1) / total;
4890 /* We can't normally display a 3-digit number,
4891 so get us a 2-digit number that is close. */
4892 if (total == 100)
4893 total = 99;
4894 sprintf (decode_mode_spec_buf, "%2d%%", total);
4895 return decode_mode_spec_buf;
4896 }
4897 }
4898
4899 /* Display percentage of size above the bottom of the screen. */
4900 case 'P':
4901 {
4902 int toppos = marker_position (w->start);
4903 int botpos = BUF_Z (b) - XFASTINT (w->window_end_pos);
4904 int total = BUF_ZV (b) - BUF_BEGV (b);
4905
4906 if (botpos >= BUF_ZV (b))
4907 {
4908 if (toppos <= BUF_BEGV (b))
4909 return "All";
4910 else
4911 return "Bottom";
4912 }
4913 else
4914 {
4915 if (total > 1000000)
4916 /* Do it differently for a large value, to avoid overflow. */
4917 total = ((botpos - BUF_BEGV (b)) + (total / 100) - 1) / (total / 100);
4918 else
4919 total = ((botpos - BUF_BEGV (b)) * 100 + total - 1) / total;
4920 /* We can't normally display a 3-digit number,
4921 so get us a 2-digit number that is close. */
4922 if (total == 100)
4923 total = 99;
4924 if (toppos <= BUF_BEGV (b))
4925 sprintf (decode_mode_spec_buf, "Top%2d%%", total);
4926 else
4927 sprintf (decode_mode_spec_buf, "%2d%%", total);
4928 return decode_mode_spec_buf;
4929 }
4930 }
4931
4932 case 's':
4933 /* status of process */
4934 obj = Fget_buffer_process (w->buffer);
4935 if (NILP (obj))
4936 return "no process";
4937 #ifdef subprocesses
4938 obj = Fsymbol_name (Fprocess_status (obj));
4939 #endif
4940 break;
4941
4942 case 't': /* indicate TEXT or BINARY */
4943 #ifdef MODE_LINE_BINARY_TEXT
4944 return MODE_LINE_BINARY_TEXT (b);
4945 #else
4946 return "T";
4947 #endif
4948
4949 case 'z':
4950 /* coding-system (not including end-of-line format) */
4951 case 'Z':
4952 /* coding-system (including end-of-line type) */
4953 {
4954 int eol_flag = (c == 'Z');
4955 char *p = decode_mode_spec_buf;
4956
4957 if (! FRAME_WINDOW_P (f))
4958 {
4959 /* No need to mention EOL here--the terminal never needs
4960 to do EOL conversion. */
4961 p = decode_mode_spec_coding (keyboard_coding.symbol, p, 0);
4962 p = decode_mode_spec_coding (terminal_coding.symbol, p, 0);
4963 }
4964 p = decode_mode_spec_coding (b->buffer_file_coding_system,
4965 p, eol_flag);
4966
4967 #if 0 /* This proves to be annoying; I think we can do without. -- rms. */
4968 #ifdef subprocesses
4969 obj = Fget_buffer_process (Fcurrent_buffer ());
4970 if (PROCESSP (obj))
4971 {
4972 p = decode_mode_spec_coding (XPROCESS (obj)->decode_coding_system,
4973 p, eol_flag);
4974 p = decode_mode_spec_coding (XPROCESS (obj)->encode_coding_system,
4975 p, eol_flag);
4976 }
4977 #endif /* subprocesses */
4978 #endif /* 0 */
4979 *p = 0;
4980 return decode_mode_spec_buf;
4981 }
4982 }
4983
4984 if (STRINGP (obj))
4985 return (char *) XSTRING (obj)->data;
4986 else
4987 return "";
4988 }
4989 \f
4990 /* Count up to COUNT lines starting from START / START_BYTE.
4991 But don't go beyond LIMIT_BYTE.
4992 Return the number of lines thus found (always nonnegative).
4993
4994 Set *BYTE_POS_PTR to 1 if we found COUNT lines, 0 if we hit LIMIT. */
4995
4996 static int
4997 display_count_lines (start, start_byte, limit_byte, count, byte_pos_ptr)
4998 int start, start_byte, limit_byte, count;
4999 int *byte_pos_ptr;
5000 {
5001 register unsigned char *cursor;
5002 unsigned char *base;
5003
5004 register int ceiling;
5005 register unsigned char *ceiling_addr;
5006 int orig_count = count;
5007
5008 /* If we are not in selective display mode,
5009 check only for newlines. */
5010 int selective_display = (!NILP (current_buffer->selective_display)
5011 && !INTEGERP (current_buffer->selective_display));
5012
5013 if (count > 0)
5014 {
5015 while (start_byte < limit_byte)
5016 {
5017 ceiling = BUFFER_CEILING_OF (start_byte);
5018 ceiling = min (limit_byte - 1, ceiling);
5019 ceiling_addr = BYTE_POS_ADDR (ceiling) + 1;
5020 base = (cursor = BYTE_POS_ADDR (start_byte));
5021 while (1)
5022 {
5023 if (selective_display)
5024 while (*cursor != '\n' && *cursor != 015 && ++cursor != ceiling_addr)
5025 ;
5026 else
5027 while (*cursor != '\n' && ++cursor != ceiling_addr)
5028 ;
5029
5030 if (cursor != ceiling_addr)
5031 {
5032 if (--count == 0)
5033 {
5034 start_byte += cursor - base + 1;
5035 *byte_pos_ptr = start_byte;
5036 return orig_count;
5037 }
5038 else
5039 if (++cursor == ceiling_addr)
5040 break;
5041 }
5042 else
5043 break;
5044 }
5045 start_byte += cursor - base;
5046 }
5047 }
5048 else
5049 {
5050 while (start_byte > limit_byte)
5051 {
5052 ceiling = BUFFER_FLOOR_OF (start_byte - 1);
5053 ceiling = max (limit_byte, ceiling);
5054 ceiling_addr = BYTE_POS_ADDR (ceiling) - 1;
5055 base = (cursor = BYTE_POS_ADDR (start_byte - 1) + 1);
5056 while (1)
5057 {
5058 if (selective_display)
5059 while (--cursor != ceiling_addr
5060 && *cursor != '\n' && *cursor != 015)
5061 ;
5062 else
5063 while (--cursor != ceiling_addr && *cursor != '\n')
5064 ;
5065
5066 if (cursor != ceiling_addr)
5067 {
5068 if (++count == 0)
5069 {
5070 start_byte += cursor - base + 1;
5071 *byte_pos_ptr = start_byte;
5072 /* When scanning backwards, we should
5073 not count the newline posterior to which we stop. */
5074 return - orig_count - 1;
5075 }
5076 }
5077 else
5078 break;
5079 }
5080 /* Here we add 1 to compensate for the last decrement
5081 of CURSOR, which took it past the valid range. */
5082 start_byte += cursor - base + 1;
5083 }
5084 }
5085
5086 *byte_pos_ptr = limit_byte;
5087
5088 if (count < 0)
5089 return - orig_count + count;
5090 return orig_count - count;
5091
5092 }
5093 \f
5094 /* Display STRING on one line of window W, starting at HPOS.
5095 Display at position VPOS. Caller should have done get_display_line.
5096 If VPOS == -1, display it as the current frame's title.
5097 LENGTH is the length of STRING, or -1 meaning STRING is null-terminated.
5098
5099 TRUNCATE is GLYPH to display at end if truncated. Zero for none.
5100
5101 MINCOL is the first column ok to end at. (Pad with spaces to this col.)
5102 MAXCOL is the last column ok to end at. Truncate here.
5103 -1 for MINCOL or MAXCOL means no explicit minimum or maximum.
5104 Both count from the left edge of the frame, as does HPOS.
5105 The right edge of W is an implicit maximum.
5106 If TRUNCATE is nonzero, the implicit maximum is one column before the edge.
5107
5108 OBEY_WINDOW_WIDTH says to put spaces or vertical bars
5109 at the place where the current window ends in this line
5110 and not display anything beyond there. Otherwise, only MAXCOL
5111 controls where to stop output.
5112
5113 MULTIBYTE can be 0 meaning do not display multibyte chars,
5114 1 meaning do display them, or -1 meaning obey the current buffer's
5115 value of enable_multibyte_characters.
5116
5117 Returns ending hpos. */
5118
5119 static int
5120 display_string (w, vpos, string, length, hpos, truncate,
5121 obey_window_width, mincol, maxcol, multibyte)
5122 struct window *w;
5123 unsigned char *string;
5124 int length;
5125 int vpos, hpos;
5126 GLYPH truncate;
5127 int obey_window_width;
5128 int mincol, maxcol;
5129 int multibyte;
5130 {
5131 register int c;
5132 int truncated;
5133 register GLYPH *p1;
5134 int hscroll = XINT (w->hscroll);
5135 int tab_width = XINT (XBUFFER (w->buffer)->tab_width);
5136 register GLYPH *start;
5137 register GLYPH *end;
5138 FRAME_PTR f = XFRAME (WINDOW_FRAME (w));
5139 struct frame_glyphs *desired_glyphs = FRAME_DESIRED_GLYPHS (f);
5140 GLYPH *p1start = desired_glyphs->glyphs[vpos] + hpos;
5141 int window_width = XFASTINT (w->width);
5142
5143 /* Use the standard display table, not the window's display table.
5144 We don't want the mode line in rot13. */
5145 register struct Lisp_Char_Table *dp = 0;
5146 int i;
5147
5148 if (multibyte == -1)
5149 multibyte = !NILP (current_buffer->enable_multibyte_characters);
5150 /* Now multibyte is 1 if we should display multibyte characters. */
5151
5152 if (DISP_TABLE_P (Vstandard_display_table))
5153 dp = XCHAR_TABLE (Vstandard_display_table);
5154
5155 if (tab_width <= 0 || tab_width > 1000) tab_width = 8;
5156
5157 p1 = p1start;
5158 start = desired_glyphs->glyphs[vpos];
5159
5160 if (obey_window_width)
5161 {
5162 start += XFASTINT (w->left);
5163 end = start + window_width - (truncate != 0);
5164
5165 if (!WINDOW_RIGHTMOST_P (w))
5166 {
5167 if (FRAME_HAS_VERTICAL_SCROLL_BARS_ON_RIGHT (f))
5168 {
5169 int i;
5170
5171 for (i = 0; i < FRAME_SCROLL_BAR_COLS (f); i++)
5172 *end-- = ' ';
5173 }
5174 else if (!FRAME_HAS_VERTICAL_SCROLL_BARS (f))
5175 *end-- = '|';
5176 }
5177 }
5178
5179 if (! obey_window_width
5180 || (maxcol >= 0 && end - desired_glyphs->glyphs[vpos] > maxcol))
5181 end = desired_glyphs->glyphs[vpos] + maxcol;
5182
5183 /* Store 0 in charstart for these columns. */
5184 for (i = (hpos >= 0 ? hpos : 0); i < end - p1start + hpos; i++)
5185 desired_glyphs->charstarts[vpos][i] = 0;
5186
5187 if (maxcol >= 0 && mincol > maxcol)
5188 mincol = maxcol;
5189
5190 if (length < 0)
5191 /* We need this value for multibyte characters. */
5192 length = strlen (string);
5193
5194 /* We set truncated to 1 if we get stopped by trying to pass END
5195 (that is, trying to pass MAXCOL.) */
5196 truncated = 0;
5197 while (1)
5198 {
5199 int len;
5200
5201 if (length <= 0)
5202 break;
5203 if (multibyte)
5204 c = STRING_CHAR_AND_LENGTH (string, length, len);
5205 else
5206 c = *string, len = 1;
5207
5208 string += len, length -= len;
5209
5210 if (p1 >= end)
5211 {
5212 truncated = 1;
5213 break;
5214 }
5215
5216 if (dp != 0 && VECTORP (DISP_CHAR_VECTOR (dp, c)))
5217 {
5218 p1 = copy_part_of_rope (f, p1, start,
5219 XVECTOR (DISP_CHAR_VECTOR (dp, c))->contents,
5220 XVECTOR (DISP_CHAR_VECTOR (dp, c))->size,
5221 0);
5222 }
5223 else if (c >= 040 && c < 0177)
5224 {
5225 if (p1 >= start)
5226 *p1 = c;
5227 p1++;
5228 }
5229 else if (c == '\t')
5230 {
5231 do
5232 {
5233 if (p1 >= start && p1 < end)
5234 *p1 = SPACEGLYPH;
5235 p1++;
5236 }
5237 while ((p1 - start + hscroll - (hscroll > 0)) % tab_width);
5238 }
5239 else if (c < 0200 && ! NILP (buffer_defaults.ctl_arrow))
5240 {
5241 if (p1 >= start)
5242 *p1 = (fix_glyph
5243 (f, (dp && INTEGERP (DISP_CTRL_GLYPH (dp))
5244 && GLYPH_CHAR_VALID_P (XINT (DISP_CTRL_GLYPH (dp)))
5245 ? XINT (DISP_CTRL_GLYPH (dp)) : '^'),
5246 0));
5247 p1++;
5248 if (p1 >= start && p1 < end)
5249 *p1 = c ^ 0100;
5250 p1++;
5251 }
5252 else if (len == 1)
5253 {
5254 /* C is a control character or a binary byte data. */
5255 if (p1 >= start)
5256 *p1 = (fix_glyph
5257 (f, (dp && INTEGERP (DISP_ESCAPE_GLYPH (dp))
5258 && GLYPH_CHAR_VALID_P (XINT (DISP_ESCAPE_GLYPH (dp)))
5259 ? XINT (DISP_ESCAPE_GLYPH (dp)) : '\\'),
5260 0));
5261 p1++;
5262 if (p1 >= start && p1 < end)
5263 *p1 = (c >> 6) + '0';
5264 p1++;
5265 if (p1 >= start && p1 < end)
5266 *p1 = (7 & (c >> 3)) + '0';
5267 p1++;
5268 if (p1 >= start && p1 < end)
5269 *p1 = (7 & c) + '0';
5270 p1++;
5271 }
5272 else
5273 {
5274 /* C is a multibyte character. */
5275 int charset = CHAR_CHARSET (c);
5276 int columns = (charset == CHARSET_COMPOSITION
5277 ? cmpchar_table[COMPOSITE_CHAR_ID (c)]->width
5278 : CHARSET_WIDTH (charset));
5279
5280 if (p1 < start)
5281 {
5282 /* Since we can't show the left part of C, fill all
5283 columns with spaces. */
5284 columns -= start - p1;
5285 p1 = start;
5286 while (columns--)
5287 {
5288 if (p1 < end)
5289 *p1 = SPACEGLYPH;
5290 p1++;
5291 }
5292 }
5293 else if (p1 + columns > end)
5294 {
5295 /* Since we can't show the right part of C, fill all
5296 columns with TRUNCATE if TRUNCATE is specified. */
5297 if (truncate)
5298 {
5299 while (p1 < end)
5300 *p1++ = fix_glyph (f, truncate, 0);
5301 /* And tell the line is truncated. */
5302 truncated = 1;
5303 }
5304 break;
5305 }
5306 else
5307 {
5308 /* We can show the whole glyph of C. */
5309 *p1++ = c;
5310 while (--columns)
5311 *p1++ = c | GLYPH_MASK_PADDING;
5312 }
5313 }
5314 }
5315
5316 if (truncated)
5317 {
5318 p1 = end;
5319 if (truncate) *p1++ = fix_glyph (f, truncate, 0);
5320 }
5321 else if (mincol >= 0)
5322 {
5323 end = desired_glyphs->glyphs[vpos] + mincol;
5324 while (p1 < end)
5325 *p1++ = SPACEGLYPH;
5326 }
5327
5328 {
5329 register int len = p1 - desired_glyphs->glyphs[vpos];
5330
5331 if (len > desired_glyphs->used[vpos])
5332 desired_glyphs->used[vpos] = len;
5333 desired_glyphs->glyphs[vpos][desired_glyphs->used[vpos]] = 0;
5334
5335 return len;
5336 }
5337 }
5338 \f
5339 /* This is like a combination of memq and assq.
5340 Return 1 if PROPVAL appears as an element of LIST
5341 or as the car of an element of LIST.
5342 If PROPVAL is a list, compare each element against LIST
5343 in that way, and return 1 if any element of PROPVAL is found in LIST.
5344 Otherwise return 0.
5345 This function cannot quit. */
5346
5347 int
5348 invisible_p (propval, list)
5349 register Lisp_Object propval;
5350 Lisp_Object list;
5351 {
5352 register Lisp_Object tail, proptail;
5353 for (tail = list; CONSP (tail); tail = XCONS (tail)->cdr)
5354 {
5355 register Lisp_Object tem;
5356 tem = XCONS (tail)->car;
5357 if (EQ (propval, tem))
5358 return 1;
5359 if (CONSP (tem) && EQ (propval, XCONS (tem)->car))
5360 return 1;
5361 }
5362 if (CONSP (propval))
5363 for (proptail = propval; CONSP (proptail);
5364 proptail = XCONS (proptail)->cdr)
5365 {
5366 Lisp_Object propelt;
5367 propelt = XCONS (proptail)->car;
5368 for (tail = list; CONSP (tail); tail = XCONS (tail)->cdr)
5369 {
5370 register Lisp_Object tem;
5371 tem = XCONS (tail)->car;
5372 if (EQ (propelt, tem))
5373 return 1;
5374 if (CONSP (tem) && EQ (propelt, XCONS (tem)->car))
5375 return 1;
5376 }
5377 }
5378 return 0;
5379 }
5380
5381 /* Return 1 if PROPVAL appears as the car of an element of LIST
5382 and the cdr of that element is non-nil.
5383 If PROPVAL is a list, check each element of PROPVAL in that way,
5384 and the first time some element is found,
5385 return 1 if the cdr of that element is non-nil.
5386 Otherwise return 0.
5387 This function cannot quit. */
5388
5389 int
5390 invisible_ellipsis_p (propval, list)
5391 register Lisp_Object propval;
5392 Lisp_Object list;
5393 {
5394 register Lisp_Object tail, proptail;
5395 for (tail = list; CONSP (tail); tail = XCONS (tail)->cdr)
5396 {
5397 register Lisp_Object tem;
5398 tem = XCONS (tail)->car;
5399 if (CONSP (tem) && EQ (propval, XCONS (tem)->car))
5400 return ! NILP (XCONS (tem)->cdr);
5401 }
5402 if (CONSP (propval))
5403 for (proptail = propval; CONSP (proptail);
5404 proptail = XCONS (proptail)->cdr)
5405 {
5406 Lisp_Object propelt;
5407 propelt = XCONS (proptail)->car;
5408 for (tail = list; CONSP (tail); tail = XCONS (tail)->cdr)
5409 {
5410 register Lisp_Object tem;
5411 tem = XCONS (tail)->car;
5412 if (CONSP (tem) && EQ (propelt, XCONS (tem)->car))
5413 return ! NILP (XCONS (tem)->cdr);
5414 }
5415 }
5416 return 0;
5417 }
5418 \f
5419 void
5420 syms_of_xdisp ()
5421 {
5422 staticpro (&Qinhibit_redisplay);
5423 Qinhibit_redisplay = intern ("inhibit-redisplay");
5424
5425 staticpro (&Qmenu_bar_update_hook);
5426 Qmenu_bar_update_hook = intern ("menu-bar-update-hook");
5427
5428 staticpro (&Qoverriding_terminal_local_map);
5429 Qoverriding_terminal_local_map = intern ("overriding-terminal-local-map");
5430
5431 staticpro (&Qoverriding_local_map);
5432 Qoverriding_local_map = intern ("overriding-local-map");
5433
5434 staticpro (&Qwindow_scroll_functions);
5435 Qwindow_scroll_functions = intern ("window-scroll-functions");
5436
5437 staticpro (&Qredisplay_end_trigger_functions);
5438 Qredisplay_end_trigger_functions = intern ("redisplay-end-trigger-functions");
5439
5440 staticpro (&Qinhibit_point_motion_hooks);
5441 Qinhibit_point_motion_hooks = intern ("inhibit-point-motion-hooks");
5442
5443 staticpro (&last_arrow_position);
5444 staticpro (&last_arrow_string);
5445 last_arrow_position = Qnil;
5446 last_arrow_string = Qnil;
5447
5448 DEFVAR_LISP ("inhibit-redisplay", &Vinhibit_redisplay,
5449 "Non-nil means don't actually do any redisplay.\n\
5450 This is used for internal purposes.");
5451 Vinhibit_redisplay = Qnil;
5452
5453 DEFVAR_LISP ("global-mode-string", &Vglobal_mode_string,
5454 "String (or mode line construct) included (normally) in `mode-line-format'.");
5455 Vglobal_mode_string = Qnil;
5456
5457 DEFVAR_LISP ("overlay-arrow-position", &Voverlay_arrow_position,
5458 "Marker for where to display an arrow on top of the buffer text.\n\
5459 This must be the beginning of a line in order to work.\n\
5460 See also `overlay-arrow-string'.");
5461 Voverlay_arrow_position = Qnil;
5462
5463 DEFVAR_LISP ("overlay-arrow-string", &Voverlay_arrow_string,
5464 "String to display as an arrow. See also `overlay-arrow-position'.");
5465 Voverlay_arrow_string = Qnil;
5466
5467 DEFVAR_INT ("scroll-step", &scroll_step,
5468 "*The number of lines to try scrolling a window by when point moves out.\n\
5469 If that fails to bring point back on frame, point is centered instead.\n\
5470 If this is zero, point is always centered after it moves off frame.");
5471
5472 DEFVAR_INT ("scroll-conservatively", &scroll_conservatively,
5473 "*Scroll up to this many lines, to bring point back on screen.");
5474 scroll_conservatively = 0;
5475
5476 DEFVAR_INT ("scroll-margin", &scroll_margin,
5477 "*Number of lines of margin at the top and bottom of a window.\n\
5478 Recenter the window whenever point gets within this many lines\n\
5479 of the top or bottom of the window.");
5480 scroll_margin = 0;
5481
5482 DEFVAR_INT ("debug-end-pos", &debug_end_pos, "Don't ask");
5483
5484 DEFVAR_BOOL ("truncate-partial-width-windows",
5485 &truncate_partial_width_windows,
5486 "*Non-nil means truncate lines in all windows less than full frame wide.");
5487 truncate_partial_width_windows = 1;
5488
5489 DEFVAR_BOOL ("mode-line-inverse-video", &mode_line_inverse_video,
5490 "*Non-nil means use inverse video for the mode line.");
5491 mode_line_inverse_video = 1;
5492
5493 DEFVAR_INT ("line-number-display-limit", &line_number_display_limit,
5494 "*Maximum buffer size (in characters) for line number display\n\
5495 If the buffer is bigger than this, the line number does not appear\n\
5496 in the mode line..");
5497 line_number_display_limit = 1000000;
5498
5499 DEFVAR_BOOL ("highlight-nonselected-windows", &highlight_nonselected_windows,
5500 "*Non-nil means highlight region even in nonselected windows.");
5501 highlight_nonselected_windows = 0;
5502
5503 DEFVAR_BOOL ("multiple-frames", &multiple_frames,
5504 "Non-nil if more than one frame is visible on this display.\n\
5505 Minibuffer-only frames don't count, but iconified frames do.\n\
5506 This variable is not guaranteed to be accurate except while processing\n\
5507 `frame-title-format' and `icon-title-format'.");
5508
5509 DEFVAR_LISP ("frame-title-format", &Vframe_title_format,
5510 "Template for displaying the titlebar of visible frames.\n\
5511 \(Assuming the window manager supports this feature.)\n\
5512 This variable has the same structure as `mode-line-format' (which see),\n\
5513 and is used only on frames for which no explicit name has been set\n\
5514 \(see `modify-frame-parameters').");
5515 DEFVAR_LISP ("icon-title-format", &Vicon_title_format,
5516 "Template for displaying the titlebar of an iconified frame.\n\
5517 \(Assuming the window manager supports this feature.)\n\
5518 This variable has the same structure as `mode-line-format' (which see),\n\
5519 and is used only on frames for which no explicit name has been set\n\
5520 \(see `modify-frame-parameters').");
5521 Vicon_title_format
5522 = Vframe_title_format
5523 = Fcons (intern ("multiple-frames"),
5524 Fcons (build_string ("%b"),
5525 Fcons (Fcons (build_string (""),
5526 Fcons (intern ("invocation-name"),
5527 Fcons (build_string ("@"),
5528 Fcons (intern ("system-name"),
5529 Qnil)))),
5530 Qnil)));
5531
5532 DEFVAR_LISP ("message-log-max", &Vmessage_log_max,
5533 "Maximum number of lines to keep in the message log buffer.\n\
5534 If nil, disable message logging. If t, log messages but don't truncate\n\
5535 the buffer when it becomes large.");
5536 XSETFASTINT (Vmessage_log_max, 50);
5537
5538 DEFVAR_LISP ("window-size-change-functions", &Vwindow_size_change_functions,
5539 "Functions called before redisplay, if window sizes have changed.\n\
5540 The value should be a list of functions that take one argument.\n\
5541 Just before redisplay, for each frame, if any of its windows have changed\n\
5542 size since the last redisplay, or have been split or deleted,\n\
5543 all the functions in the list are called, with the frame as argument.");
5544 Vwindow_size_change_functions = Qnil;
5545
5546 DEFVAR_LISP ("window-scroll-functions", &Vwindow_scroll_functions,
5547 "List of functions to call before redisplaying a window with scrolling.\n\
5548 Each function is called with two arguments, the window\n\
5549 and its new display-start position. Note that the value of `window-end'\n\
5550 is not valid when these functions are called.");
5551 Vwindow_scroll_functions = Qnil;
5552
5553 DEFVAR_INT ("minibuffer-scroll-overlap", &minibuffer_scroll_overlap,
5554 "*Number of characters of overlap when scrolling a one-line window.\n\
5555 This commonly affects the minibuffer window, hence the name of the variable.");
5556 minibuffer_scroll_overlap = 20;
5557 }
5558
5559 /* initialize the window system */
5560 void
5561 init_xdisp ()
5562 {
5563 Lisp_Object root_window;
5564 #ifndef COMPILER_REGISTER_BUG
5565 register
5566 #endif /* COMPILER_REGISTER_BUG */
5567 struct window *mini_w;
5568
5569 this_line_bufpos = 0;
5570
5571 mini_w = XWINDOW (minibuf_window);
5572 root_window = FRAME_ROOT_WINDOW (XFRAME (WINDOW_FRAME (mini_w)));
5573
5574 echo_area_glyphs = 0;
5575 previous_echo_glyphs = 0;
5576
5577 if (!noninteractive)
5578 {
5579 FRAME_PTR f = XFRAME (WINDOW_FRAME (XWINDOW (root_window)));
5580 XSETFASTINT (XWINDOW (root_window)->top, FRAME_MENU_BAR_LINES (f));
5581 set_window_height (root_window,
5582 FRAME_HEIGHT (f) - 1 - FRAME_MENU_BAR_LINES (f),
5583 0);
5584 XSETFASTINT (mini_w->top, FRAME_HEIGHT (f) - 1);
5585 set_window_height (minibuf_window, 1, 0);
5586
5587 XSETFASTINT (XWINDOW (root_window)->width, FRAME_WIDTH (f));
5588 XSETFASTINT (mini_w->width, FRAME_WIDTH (f));
5589 }
5590 }